Skip to content

Commit 34bba1d

Browse files
authored
HGI-8761: Add available columns for amount and open balance to english schema (#182)
* add available columns for amount and open balance to english schema * add extra field for taxes
1 parent b007e04 commit 34bba1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tap_quickbooks/quickbooks/reportstreams/english_schemas/GeneralLedgerReportFields.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,21 @@
2323
"chk_print_state": "CheckPrinted",
2424
"debt_home_amt": "Debit",
2525
"credit_home_amt": "Credit",
26+
"nat_open_bal": "OpenBalance",
2627
"nat_home_open_bal": "OpenBalance",
28+
"nat_foreign_open_bal": "OpenBalance",
29+
"subt_nat_amount": "Amount",
30+
"subt_nat_amount_nt": "Amount",
2731
"subt_nat_home_amount": "Amount",
2832
"subt_nat_amount_home_nt": "Amount",
2933
"rbal_nat_home_amount": "Balance",
3034
"exch_rate": "ExchangeRate",
3135
"currency": "Currency",
3236
"home_tax_amount": "TaxAmount",
3337
"home_net_amount": "TaxableAmount",
38+
"tax_amount": "TaxAmount",
39+
"tax_code": "TaxName",
40+
"net_amount": "TaxableAmount",
3441
"nat_foreign_open_bal": "ForeignOpenBalance",
3542
"credit_amt": "ForeignCredit",
3643
"nat_foreign_amount": "ForeignAmount",

0 commit comments

Comments
 (0)