module SageoneSdk::Client::ChartOfAccounts
Represents the chart of accounts. This is a list of all of the accounts used by your business. It defines the structure of your income, expenditure, assets, liabilities and capital when running your management reports.
Public Instance Methods
coa_structure(options = {})
click to toggle source
@return [object] Returns the chart of accounts for the authenticated user's business.
# File lib/sageone_sdk/client/chart_of_accounts.rb, line 16 def coa_structure(options = {}) get "coa_structure", options end
coa_templates(options = {})
click to toggle source
@return [object] Returns all chart of accounts templates.
# File lib/sageone_sdk/client/chart_of_accounts.rb, line 11 def coa_templates(options = {}) get "coa_templates", options end