class Eol::CashEntryLine

Public Instance Methods

base_path() click to toggle source
# File lib/eol/resources/cash_entry_line.rb, line 8
def base_path
  "financialtransaction/CashEntryLines"
end
other_attributes() click to toggle source
# File lib/eol/resources/cash_entry_line.rb, line 12
def other_attributes
  %i[
    account amount_VATFC asset cost_center cost_unit date
    description notes document exchange_rate our_ref
    project quantity VAT_code VAT_percentage VAT_type
  ]
end