class Eol::CashEntry
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/cash_entry.rb, line 7 def base_path "financialtransaction/CashEntries" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/cash_entry.rb, line 11 def mandatory_attributes %i[journal_code cash_entry_lines] end
other_attributes()
click to toggle source
# File lib/eol/resources/cash_entry.rb, line 15 def other_attributes %i[ currency closing_balance_FC entry_number financial_period financial_year openening_balance_FC ] end