Customer App Reconciliation

Upload carrier invoice and match with shipment data

Drop CSV file here or click to upload

Map CSV Columns

Process & Reconcile
Total Records
{{ stats.totalRecords }}
Matched
{{ stats.matched }}
Unmatched
{{ stats.unmatched }}
Total Variance
{{ formatCurrency(stats.totalVariance) }}
Consignment Service Freight Fuel Fees Surcharge Descriptions Descriptions Notes Variance
{{ row.type === 'carrier' ? 'CSV' : 'SYS' }} {{ row.consignment }} {{ row.service }} {{ formatCurrency(row.freight) }} {{ formatCurrency(row.fuel) }} {{ formatCurrency(row.fees) }} {{ row.surcharges }} {{ row.descriptions }} {{ row.notes }} {{ row.type === 'carrier' ? formatCurrency(row.variance) : '' }}