class Eol::PurchaseEntry
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/purchase_entry.rb, line 7 def base_path "purchaseentry/PurchaseEntries" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/purchase_entry.rb, line 11 def mandatory_attributes %i[journal purchase_entry_lines supplier] end
other_attributes()
click to toggle source
# File lib/eol/resources/purchase_entry.rb, line 15 def other_attributes %i[currency batch_number description document due_date entry_date entry_number external_link_reference invoice_number rate reporting_period reporting_year reversal VAT_amount_FC your_ref] end