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