Upload carrier invoice and match with shipment data
| 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) : '' }} |