Skip to content

Commit

Permalink
add other assest as account type
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Nov 16, 2023
1 parent ffba2a3 commit e20a9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/quickbooks_online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def format_special_characters(value: str) -> str:
return formatted_string


CHARTS_OF_ACCOUNTS = ['Expense', 'Other Expense', 'Fixed Asset', 'Cost of Goods Sold', 'Current Liability', 'Equity', 'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income', 'Other Income']
CHARTS_OF_ACCOUNTS = ['Expense', 'Other Expense', 'Fixed Asset', 'Cost of Goods Sold', 'Current Liability', 'Equity', 'Other Current Asset', 'Other Current Liability', 'Long Term Liability', 'Current Asset', 'Income', 'Other Income', 'Other Asset']


class QBOConnector:
Expand Down

0 comments on commit e20a9f6

Please sign in to comment.