diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index 62f3384..738fdba 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -15,3 +15,4 @@ 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-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 67fdfa7..9ff4812 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -283,6 +283,24 @@ "pending_to_driver": 500, "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-tn55bj9487-29ft-container-trivandrum-available", + "date": "2026-05-17", + "vehicle": "TN55BJ9487", + "from": "Trivandrum", + "to": null, + "shipper": "Vehicle available / looking for load", + "load_type": "29 ft container", + "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": "User shared vehicle TN55BJ9487, 29 ft container, available in Trivandrum, contact 7092073729, looking for load." } ] } diff --git a/truck_freight_summary.md b/truck_freight_summary.md index f3acb6c..0932576 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,9 +1,9 @@ # Truck Freight Ledger Summary Overview -- Records: 16 +- Records: 17 - Settled loads: 3 -- Pending/partial loads: 9 +- Pending/partial loads: 10 Totals - Freight charged: 230500 @@ -32,3 +32,4 @@ 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 | TN55BJ9487 | Vehicle available / looking for load | Trivandrum | - | - | - | - | - | partial |