v1.9.0-a1 dbt_quickbooks
Pre-release
Pre-release
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_ledgerquickbooks__general_ledger_by_period |
New records | — | Exchange gain/loss entries |
Feature Update
- Adds realized exchange gain/loss entries to
int_quickbooks__bill_payment_double_entryandint_quickbooks__payment_double_entryto 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 ofExchangeGainOrLossin QuickBooks to generate entries. - Adds the
using_exchange_gain_lossvariable (defaulttrue) 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