diff --git a/models/quickbooks__balance_sheet.sql b/models/quickbooks__balance_sheet.sql index 0aa07e74..a375ecd0 100644 --- a/models/quickbooks__balance_sheet.sql +++ b/models/quickbooks__balance_sheet.sql @@ -13,6 +13,7 @@ with general_ledger_by_period as ( account_type, account_sub_type, account_number, + account_id, account_name, period_ending_balance as amount from general_ledger_by_period diff --git a/models/quickbooks__profit_and_loss.sql b/models/quickbooks__profit_and_loss.sql index 4d2735b5..847cd135 100644 --- a/models/quickbooks__profit_and_loss.sql +++ b/models/quickbooks__profit_and_loss.sql @@ -13,6 +13,7 @@ with general_ledger_by_period as ( account_type, account_sub_type, account_number, + account_id, account_name, period_net_change as amount from general_ledger_by_period