From eab27a875fa0060fcf5e4ef9962e491a29af4e43 Mon Sep 17 00:00:00 2001 From: OWL Agent Date: Mon, 25 May 2026 04:51:26 +0000 Subject: [PATCH] Update Agarwal Packers Guruvayoor load - assigned vehicle, no payments yet --- new_record.json | 20 ++++++++++++++++++++ truck_freight_ledger.json | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 new_record.json diff --git a/new_record.json b/new_record.json new file mode 100644 index 0000000..bdcb80d --- /dev/null +++ b/new_record.json @@ -0,0 +1,20 @@ +{ + "id": "2026-05-24-agarwal-packers-thiruvananthapuram-guruvayoor", + "date": "2026-05-24", + "vehicle": "TN43W8330", + "from": "Thiruvananthapuram", + "to": "Guruvayoor", + "via": null, + "shipper": "Agarwal Packers and Movers", + "load_type": "10 ft open", + "item": null, + "freight_charged": 7500, + "advance_received": null, + "paid_to_driver": null, + "commission": 1500, + "driver_freight": 6000, + "pending_from_shipper": null, + "pending_to_driver": null, + "status": "assigned vehicle", + "notes": "Agarwal Packers and Movers load from Thiruvananthapuram to Guruvayoor. Vehicle TN43W8330 assigned, contact 9943536599, 10ft open vehicle. Shipper freight: 7500, driver freight: 6000, commission: 1500. Process: vehicle will reach loading point → loading complete → receive advance & pay driver → vehicle in transit → reach unloading point → unloading complete → receive POD → collect balance from shipper → pay driver → settle." +} diff --git a/truck_freight_ledger.json b/truck_freight_ledger.json index aa7d5a6..4089b6e 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -1293,13 +1293,13 @@ "item": null, "freight_charged": 7500, "advance_received": null, - "paid_to_driver": 6000, + "paid_to_driver": null, "commission": 1500, "driver_freight": 6000, "pending_from_shipper": null, "pending_to_driver": null, - "status": "pending collection", - "notes": "Agarwal Packers and Movers load from Thiruvananthapuram to Guruvayoor. Vehicle TN43W8330 assigned, contact 9943536599, 10ft open vehicle. Shipper freight: 7500. Paid to driver: 6000. Commission: 1500." + "status": "assigned vehicle", + "notes": "Agarwal Packers and Movers load from Thiruvananthapuram to Guruvayoor. Vehicle TN43W8330 assigned, contact 9943536599, 10ft open vehicle. Shipper freight: 7500, driver freight: 6000, expected commission: 1500. Process: vehicle will reach loading point -> loading complete -> receive advance & pay driver -> vehicle in transit -> reach unloading point -> unloading complete -> receive POD -> collect balance from shipper -> pay driver -> settle." } ] }