diff --git a/tap_quickbooks/quickbooks/reportstreams/english_schemas/GeneralLedgerReportFields.py b/tap_quickbooks/quickbooks/reportstreams/english_schemas/GeneralLedgerReportFields.py index 1ea7f80..831c9e9 100644 --- a/tap_quickbooks/quickbooks/reportstreams/english_schemas/GeneralLedgerReportFields.py +++ b/tap_quickbooks/quickbooks/reportstreams/english_schemas/GeneralLedgerReportFields.py @@ -23,7 +23,11 @@ "chk_print_state": "CheckPrinted", "debt_home_amt": "Debit", "credit_home_amt": "Credit", + "nat_open_bal": "OpenBalance", "nat_home_open_bal": "OpenBalance", + "nat_foreign_open_bal": "OpenBalance", + "subt_nat_amount": "Amount", + "subt_nat_amount_nt": "Amount", "subt_nat_home_amount": "Amount", "subt_nat_amount_home_nt": "Amount", "rbal_nat_home_amount": "Balance", @@ -31,6 +35,9 @@ "currency": "Currency", "home_tax_amount": "TaxAmount", "home_net_amount": "TaxableAmount", + "tax_amount": "TaxAmount", + "tax_code": "TaxName", + "net_amount": "TaxableAmount", "nat_foreign_open_bal": "ForeignOpenBalance", "credit_amt": "ForeignCredit", "nat_foreign_amount": "ForeignAmount",