class Elmas::GeneralJournalEntry

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/general_journal_entry.rb, line 7
def base_path
  "generaljournalentry/GeneralJournalEntries"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/general_journal_entry.rb, line 11
def mandatory_attributes
  %i[journal_code general_journal_entry_lines]
end
other_attributes() click to toggle source
# File lib/elmas/resources/general_journal_entry.rb, line 15
def other_attributes
  %i[financial_period financial_year currency exchange_rate reversal]
end