Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7d57bd2e3f
commit
51aeff96b1
@@ -584,9 +584,14 @@ const IMPORTERS: ImporterConfig[] = [
|
||||
issuedate: "issue_date", date: "issue_date", invoicedate: "issue_date", billdate: "issue_date",
|
||||
duedate: "due_date",
|
||||
status: "status",
|
||||
subtotal: "subtotal", tax: "tax", total: "total", amount: "total", invoicetotal: "total", grandtotal: "total",
|
||||
amountpaid: "amount_paid", paid: "amount_paid", paidamount: "amount_paid",
|
||||
notes: "notes", memo: "notes", description: "notes",
|
||||
subtotal: "subtotal", subtot: "subtotal", sub: "subtotal", netamount: "subtotal", net: "subtotal",
|
||||
tax: "tax", taxamount: "tax", salestax: "tax", vat: "tax", gst: "tax",
|
||||
total: "total", amount: "total", invoicetotal: "total", grandtotal: "total", invoiceamount: "total",
|
||||
totalamount: "total", totaldue: "total", amountdue: "total", balance: "total", balancedue: "total",
|
||||
billed: "total", billedamount: "total", feesbilled: "total", chargesbilled: "total",
|
||||
amountpaid: "amount_paid", paid: "amount_paid", paidamount: "amount_paid", paymentsreceived: "amount_paid",
|
||||
payments: "amount_paid", feespaid: "amount_paid", totalpaid: "amount_paid",
|
||||
notes: "notes", memo: "notes", description: "notes", comments: "notes",
|
||||
},
|
||||
numeric: ["subtotal", "tax", "total", "amount_paid"],
|
||||
dateCols: ["issue_date", "due_date"],
|
||||
|
||||
Reference in New Issue
Block a user