diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index 385fcea..7009545 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -1,4 +1,5 @@ id,date,status,vehicle,from,via,to,shipper,load_type,item,deliveries,freight_charged,advance_received,paid_to_driver,commission,driver_freight,pending_from_shipper,pending_to_driver,notes +vehicle-ka52c2983-thiruvananthapuram,,available vehicle,KA52C2983,Thiruvananthapuram,,,,Available vehicle,,,,,,,,,,"Vehicle lead from user: KA52C2983, contact 8861687221, near Tollgate, Thiruvananthapuram. Route/load details not yet provided." 2026-05-month-ka19ae9954-century-polymers,2026-05-01,commission received,KA19AE9954,Kollam,,Bangalore,Century Polymers,Mixed / multi-drop,,RK Nagar | Bomasandra | HSR,12000,,,900,,0,0,"User provided previous-month data: KA19AE9954 from Kollam to Palakkad and Bangalore with 3 deliveries RK Nagar, Bomasandra, HSR. Shipper Century Polymers, hire 12000, shipper managed payment, user received 900 cash commission." 2026-05-01-ka52-6819-kahn-transport-mumbai,2026-05-01,pending collection,KA52 6819,Thiruvananthapuram,,Mumbai,Kahn Transport,Full load,,,40000,35000,33000,2000,,5000,7000,User said freight was 40000 and same freight to driver. Received 35000 advance from Kahn Transport and paid driver 33000 advance. User also mentioned deducting 2000 for Kahn Transport load. 2026-05-01-ka52-6819-sahara-packers-partload,2026-05-01,settled,KA52 6819,Thiruvananthapuram,,Mumbai,Sahara Packers,Part load,,,9000,9000,8500,500,,0,0,Part-load on the same vehicle. User received 5000 advance from Sahara and later received the 4000 balance from Sahara. User paid 8500 after unloading. Profit/commission taken as 500. diff --git a/truck_freight_ledger.json b/truck_freight_ledger.json index 9ff2325..9288ce2 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -2,6 +2,26 @@ "currency": "INR", "created_from": "WhatsApp conversation with user", "records": [ + { + "id": "vehicle-ka52c2983-thiruvananthapuram", + "date": null, + "vehicle": "KA52C2983", + "from": "Thiruvananthapuram", + "to": null, + "via": null, + "shipper": null, + "load_type": "Available vehicle", + "item": null, + "freight_charged": null, + "advance_received": null, + "paid_to_driver": null, + "commission": null, + "driver_freight": null, + "pending_from_shipper": null, + "pending_to_driver": null, + "status": "available vehicle", + "notes": "Vehicle lead from user: KA52C2983, contact 8861687221, near Tollgate, Thiruvananthapuram. Route/load details not yet provided." + }, { "id": "2026-05-month-ka19ae9954-century-polymers", "date": "2026-05-01", diff --git a/truck_freight_summary.md b/truck_freight_summary.md index 9e565f7..d630c65 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,7 +1,7 @@ # Truck Freight Ledger Summary Overview -- Records: 28 +- Records: 29 - Settled loads: 4 - Pending/partial loads: 13 @@ -16,6 +16,7 @@ Totals Record snapshot | Date | Vehicle | Shipper | Route | Freight | Advance | Paid driver | Commission | Pending shipper | Status | |---|---|---|---|---:|---:|---:|---:|---:|---| +| None | KA52C2983 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | | 2026-05-01 | KA19AE9954 | Century Polymers | Kollam → Bangalore | 12000 | - | - | 900 | 0 | commission received | | 2026-05-01 | KA52 6819 | Kahn Transport | Thiruvananthapuram → Mumbai | 40000 | 35000 | 33000 | 2000 | 5000 | pending collection | | 2026-05-01 | KA52 6819 | Sahara Packers | Thiruvananthapuram → Mumbai | 9000 | 9000 | 8500 | 500 | 0 | settled |