From 74c40adac2cb340793fc9b90622ecfd5fdc7bde3 Mon Sep 17 00:00:00 2001 From: Nilesh Pant <58652823+NileshPant1999@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:49:18 +0530 Subject: [PATCH] add other assest as account type (#520) --- apps/quickbooks_online/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/quickbooks_online/utils.py b/apps/quickbooks_online/utils.py index 12aa9d4f..1bcef115 100644 --- a/apps/quickbooks_online/utils.py +++ b/apps/quickbooks_online/utils.py @@ -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: