UNPKG

@memberjunction/actions-bizapps-accounting

Version:

Accounting system integration actions for MemberJunction

12 lines 1.31 kB
export * from './base/base-accounting-action'; export * from './providers/quickbooks/quickbooks-base.action'; export { GetQuickBooksGLCodesAction, GLCode } from './providers/quickbooks/actions/get-gl-codes.action'; export { GetQuickBooksTransactionsAction, Transaction, TransactionLine } from './providers/quickbooks/actions/get-transactions.action'; export { GetQuickBooksAccountBalancesAction, AccountBalance } from './providers/quickbooks/actions/get-account-balances.action'; export { CreateQuickBooksJournalEntryAction, JournalEntryLine } from './providers/quickbooks/actions/create-journal-entry.action'; export * from './providers/business-central/business-central-base.action'; export { GetBusinessCentralGLAccountsAction, BCGLAccount } from './providers/business-central/actions/get-gl-accounts.action'; export { GetBusinessCentralGeneralLedgerEntriesAction, BCGeneralLedgerEntry, BCDimensionSetLine } from './providers/business-central/actions/get-general-ledger-entries.action'; export { GetBusinessCentralCustomersAction, BCCustomer, BCAddress } from './providers/business-central/actions/get-customers.action'; export { GetBusinessCentralSalesInvoicesAction, BCSalesInvoice, BCSalesInvoiceLine } from './providers/business-central/actions/get-sales-invoices.action'; //# sourceMappingURL=index.d.ts.map