class Elmas::BaseEntryLine
Public Instance Methods
mandatory_attributes()
click to toggle source
# File lib/elmas/resources/base_entry_line.rb, line 7 def mandatory_attributes %i[amount_FC GL_account entry_ID] end
other_attributes()
click to toggle source
# File lib/elmas/resources/base_entry_line.rb, line 11 def other_attributes %i[ serial_number asset cost_center cost_unit description notes project quantity serial_number subscription tracking_number VAT_amount_FC VAT_base_amount_DC VAT_base_amount_FC VAT_code VAT_percentage account date ] end