Add schema for mapping QB bank accounts to vendor+store combo
This commit is contained in:
parent
60139e75fc
commit
5ffd764edb
3 changed files with 102 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue