From 5cac214c8e9fc8b82aae3f0a9435398f81104f43 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 18 May 2026 06:01:49 +0000 Subject: [PATCH] Add two available open trucks --- truck_freight_ledger.csv | 2 ++ truck_freight_ledger.json | 36 ++++++++++++++++++++++++++++++++++++ truck_freight_summary.md | 6 ++++-- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index fd62a68..904671a 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -16,4 +16,6 @@ id,date,status,vehicle,from,via,to,shipper,load_type,item,deliveries,freight_cha 2026-05-17-ka04ag7476-drs-agarwal,2026-05-17,pending collection,KA04AG7476,Thiruvananthapuram,,Mysore,DRS Agarwal,Household,,,16500,14500,14000,0,,2000,0,User said DRS paid 14500 advance. User paid driver 10000 advance and 4000 balance. Later user clarified DRS was charged 16500 and 2000 is still due. 2026-05-17-ka04ag7476-krs-partload,2026-05-17,handled directly by shipper,KA04AG7476,Kollam,,Bangalore,KRS,,MG car battery,,11000,5000,,,,6000,0,KRS handled payment directly. Driver received 5000 advance from KRS and 6000 on delivery. User said this part-load does not create pending for them. 2026-05-17-ka63a7003-indian-cbe-shipper,2026-05-17,partially pending,KA63A7003,Thiruvananthapuram,,Coimbatore,Indian CBE Shipper,,,,7000,6500,5000,500,6000,500,500,"User said they received 6500 advance, paid 5000, and will charge the driver another 500 as commission." +2026-05-17-tn29dw7303-22ft-open-thirumala,2026-05-17,partial,TN29DW7303,"Thirumala, Trivandrum",,,Vehicle available / looking for load,22 ft open,,,,,,,,,,"Vehicle available in Thirumala, Trivandrum. Contact +91 95669 25640 for TN29DW7303, 22 ft open." +2026-05-17-tn30gy8205-22ft-open-thirumala,2026-05-17,partial,TN30GY8205,"Thirumala, Trivandrum",,,Vehicle available / looking for load,22 ft open,,,,,,,,,,"Vehicle available in Thirumala, Trivandrum. Contact +91 95669 25640 for TN30GY8205, 22 ft open." 2026-05-17-tn55bj9487-29ft-container-trivandrum-available,2026-05-17,partial,TN55BJ9487,Trivandrum,,,Vehicle available / looking for load,29 ft container,,,,,,,,,,"User shared vehicle TN55BJ9487, 29 ft container, available in Trivandrum, contact 7092073729, looking for load." diff --git a/truck_freight_ledger.json b/truck_freight_ledger.json index 45bedac..b655a6b 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -305,6 +305,42 @@ "status": "partially pending", "notes": "User said they received 6500 advance, paid 5000, and will charge the driver another 500 as commission." }, + { + "id": "2026-05-17-tn29dw7303-22ft-open-thirumala", + "date": "2026-05-17", + "vehicle": "TN29DW7303", + "from": "Thirumala, Trivandrum", + "to": null, + "shipper": "Vehicle available / looking for load", + "load_type": "22 ft open", + "item": null, + "freight_charged": null, + "advance_received": null, + "paid_to_driver": null, + "commission": null, + "pending_from_shipper": null, + "pending_to_driver": null, + "status": "partial", + "notes": "Vehicle available in Thirumala, Trivandrum. Contact +91 95669 25640 for TN29DW7303, 22 ft open." + }, + { + "id": "2026-05-17-tn30gy8205-22ft-open-thirumala", + "date": "2026-05-17", + "vehicle": "TN30GY8205", + "from": "Thirumala, Trivandrum", + "to": null, + "shipper": "Vehicle available / looking for load", + "load_type": "22 ft open", + "item": null, + "freight_charged": null, + "advance_received": null, + "paid_to_driver": null, + "commission": null, + "pending_from_shipper": null, + "pending_to_driver": null, + "status": "partial", + "notes": "Vehicle available in Thirumala, Trivandrum. Contact +91 95669 25640 for TN30GY8205, 22 ft open." + }, { "id": "2026-05-17-tn55bj9487-29ft-container-trivandrum-available", "date": "2026-05-17", diff --git a/truck_freight_summary.md b/truck_freight_summary.md index ee9aede..61a9258 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,9 +1,9 @@ # Truck Freight Ledger Summary Overview -- Records: 18 +- Records: 20 - Settled loads: 2 -- Pending/partial/assigned loads: 12 +- Pending/partial/assigned loads: 14 Totals - Freight charged: 251500 @@ -33,4 +33,6 @@ Record snapshot | 2026-05-17 | KA04AG7476 | DRS Agarwal | Thiruvananthapuram → Mysore | 16500 | 14500 | 14000 | 0 | 2000 | pending collection | | 2026-05-17 | KA04AG7476 | KRS | Kollam → Bangalore | 11000 | 5000 | - | - | 6000 | handled directly by shipper | | 2026-05-17 | KA63A7003 | Indian CBE Shipper | Thiruvananthapuram → Coimbatore | 7000 | 6500 | 5000 | 500 | 500 | partially pending | +| 2026-05-17 | TN29DW7303 | Vehicle available / looking for load | Thirumala, Trivandrum | - | - | - | - | - | partial | +| 2026-05-17 | TN30GY8205 | Vehicle available / looking for load | Thirumala, Trivandrum | - | - | - | - | - | partial | | 2026-05-17 | TN55BJ9487 | Vehicle available / looking for load | Trivandrum | - | - | - | - | - | partial |