Actions
Feature #561
openExport Accounting Transactions data to QuickBooks
Description
csv format export file has the following columns:
Column Mapping¶
| ERPmine Field | QuickBooks Field |
|---|---|
| transaction.id | JournalNo |
| transaction.trans_date | JournalDate (MM/DD/YYYY) |
| transaction.comment | Memo (first row only) |
| detail.ledger.name | AccountName |
| detail.amount (debit) | Debits |
| detail.amount (credit) | Credits |
| detail.currency | Currency |
| transaction.comment | Description (every row) |
Actions