Add schema for mapping QB bank accounts to vendor+store combo

This commit is contained in:
Lance Edgar 2024-04-16 18:19:07 -05:00
parent 60139e75fc
commit 5ffd764edb
3 changed files with 102 additions and 3 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2022 Lance Edgar
# Copyright © 2010-2024 Lance Edgar
#
# This file is part of Rattail.
#
@ -26,7 +26,7 @@ Quickbooks integration data models
from .stores import QuickbooksStore
from .org import QuickbooksDepartment
from .vendors import QuickbooksVendor
from .vendors import QuickbooksVendor, QuickbooksVendorBankAccount
from .invoices import (QuickbooksExportableInvoice,
QuickbooksExportableInvoiceDistribution,
QuickbooksInvoiceExport)