This release of dbt_quickbooks
includes the following updates:
🐛 Bug Fixes 🩹
- Updated intermediate double entry models that have
account_type
andaccount_sub_type
filters with configurable variables, since the type names used in the filter can be adjusted internally by QuickBooks customers. (#98) - Includes
items.asset_account_id
as the second field of the coalesce for thepayed_to_account_id
field within theint_quickbooks__bill_payment_double_entry
model to ensure all account_id types are taken into consideration when mapping the transaction to the proper account. (#100)
🎉 Feature Updates 🎉
- The intermediate models where these variables were introduced in the models below (#98):
Updated model | New variables to filter on |
---|---|
int_quickbooks__bill_payment_double_entry | quickbooks__accounts_payable_reference
|
int_quickbooks__credit_memo_double_entry | quickbooks__accounts_receivable_reference
|
int_quickbooks__deposit_double_entry | quickbooks__undeposited_funds_reference
|
int_quickbooks__invoice_double_entry | quickbooks__sales_of_product_income_reference , quickbooks__accounts_receivable_reference
|
int_quickbooks__payment_double_entry | quickbooks__accounts_receivable_reference
|
🗒️ Documentation
- Updated README with additional steps for configuration. This is an optional step since most customers will rely on the default account type/subtype values available.
Contributors
Full Changelog: v0.11.0...v0.11.1