Actions
Feature #562
openExport Accounting Transactions data to Sage
Description
csv format export file has the following columns:
Column Mapping¶
| ERPmine Field | Sage Field |
|---|---|
| transaction.id | JournalNumber |
| transaction.trans_date | Date (first row only, MM/DD/YYYY) |
| transaction.trans_type | Source (first row only) |
| transaction.comment | Reference (first row only) |
| detail.ledger.name | AccountName |
| detail.amount (debit) | Debit |
| detail.amount (credit) | Credit |
| detail.currency | Currency (every row) |
| transaction.comment | Description (every row) |
Actions