From 63bf188e3fd40df29e83b32598e5b21c4da935e2 Mon Sep 17 00:00:00 2001 From: Keyna Rafael <95432445+keyn4@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:07:40 -0500 Subject: [PATCH] add fields to gl_basic_fields for records in foreign currency (#122) --- .../quickbooks/reportstreams/GeneralLedgerReport.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py b/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py index b38f93d..f71d35d 100644 --- a/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py +++ b/tap_quickbooks/quickbooks/reportstreams/GeneralLedgerReport.py @@ -113,6 +113,9 @@ def sync(self, catalog_entry): "subt_nat_amount", "credit_amt", "debt_amt", + "subt_nat_home_amount", + "credit_home_amt", + "debt_home_amt", "account_name", "account_num", "klass_name", @@ -120,6 +123,7 @@ def sync(self, catalog_entry): "item_name", "vend_name", "txn_type", + "currency" ] else: cols = [