class Elmas::Journal
Public Instance Methods
base_path()
click to toggle source
# File lib/elmas/resources/journal.rb, line 7 def base_path "financial/Journals" end
mandatory_attributes()
click to toggle source
# File lib/elmas/resources/journal.rb, line 11 def mandatory_attributes [] end
other_attributes()
click to toggle source
# File lib/elmas/resources/journal.rb, line 15 def other_attributes %i[ code description allow_variable_currency allow_variable_exchange_rate allow_VAT auto_save bank bank_account_ID bank_account_including_mask currency GL_account payment_in_transit_account type ] end