Skip to content

v1.9.0-a1 dbt_quickbooks

Pre-release
Pre-release

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 30 Jun 20:44
c67d3c5

PR #212 includes the following updates:

Schema/Data Change

2 total changes • 0 possible breaking changes

Data Model(s) Change type Old New Notes
quickbooks__general_ledger
quickbooks__general_ledger_by_period
New records Exchange gain/loss entries

Feature Update

  • Adds realized exchange gain/loss entries to int_quickbooks__bill_payment_double_entry and int_quickbooks__payment_double_entry to capture the currency impact when a foreign currency transaction is settled at a different exchange rate than when it was originally recorded. Requires an account with a subtype of ExchangeGainOrLoss in QuickBooks to generate entries.
  • Adds the using_exchange_gain_loss variable (default true) to disable exchange gain/loss entry generation for users without multi-currency transactions or an Exchange Gain or Loss account. See the README for details.

Full Changelog: v1.8.1...v1.9.0-a1