{
  "version": "rowva_mapping_manifest_v1",
  "sample": "invoice_payment_cleanup",
  "generated_at": "2026-06-06T00:00:00Z",
  "canonical_entity": "sales_invoice",
  "mappings": [
    {
      "source": "invoice_no",
      "canonical": "invoice_number",
      "generic_csv_xlsx": "invoice_number",
      "quickbooks_online": "Invoice No",
      "xero": "InvoiceNumber"
    },
    {
      "source": "customer",
      "canonical": "customer_name",
      "generic_csv_xlsx": "customer_name",
      "quickbooks_online": "Customer",
      "xero": "ContactName"
    },
    {
      "source": "invoice_date",
      "canonical": "invoice_date",
      "generic_csv_xlsx": "invoice_date",
      "quickbooks_online": "Invoice Date",
      "xero": "Date"
    },
    {
      "source": "total",
      "canonical": "total_amount",
      "generic_csv_xlsx": "total_amount",
      "quickbooks_online": "Amount",
      "xero": "Total"
    },
    {
      "source": "payment_ref",
      "canonical": "payment_reference",
      "generic_csv_xlsx": "payment_reference",
      "quickbooks_online": "Payment Reference review field",
      "xero": "Reference"
    }
  ]
}
