diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index dab5b7a..68908fb 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -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"],