diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index e863469..e9655b6 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -1,5 +1,7 @@ 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 lead-pune-partload-08089002727,,pending lead,,,,Pune,,Part load,,,15000,,,,,,,"User shared contact 08089002727 for a Pune part-load worth 15000. Origin, vehicle, and date were not provided yet." +vehicle-09952764728-17ft-open-technopark,,available vehicle,,"Technopark, Thiruvananthapuram",,,,17 ft open vehicle,,,,,,,,,,"Vehicle lead from user: contact 09952764728, 17 ft open vehicle in Technopark, Thiruvananthapuram. Route/load details not yet provided." +vehicle-mayandi-20ft-open-thiruvananthapuram,,available vehicle,,Thiruvananthapuram,,,,20 ft open vehicle,,,,,,,,,,"Vehicle lead from user: owner Mayandi, 20 ft open vehicle in Thiruvananthapuram. Contact number not provided yet." 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." vehicle-tn20da3719-trivandrum-parking,,available vehicle,TN20DA3719,Thiruvananthapuram,,,,9 ft container,,,,,,,,,,"Vehicle lead from user: TN20DA3719, contact 9342894569, parked in Thiruvananthapuram. User said it is a 9 ft container vehicle. 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." diff --git a/truck_freight_ledger.json b/truck_freight_ledger.json index 570105a..7dae9b9 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -22,6 +22,46 @@ "status": "pending lead", "notes": "User shared contact 08089002727 for a Pune part-load worth 15000. Origin, vehicle, and date were not provided yet." }, + { + "id": "vehicle-09952764728-17ft-open-technopark", + "date": null, + "vehicle": null, + "from": "Technopark, Thiruvananthapuram", + "to": null, + "via": null, + "shipper": null, + "load_type": "17 ft open 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: contact 09952764728, 17 ft open vehicle in Technopark, Thiruvananthapuram. Route/load details not yet provided." + }, + { + "id": "vehicle-mayandi-20ft-open-thiruvananthapuram", + "date": null, + "vehicle": null, + "from": "Thiruvananthapuram", + "to": null, + "via": null, + "shipper": null, + "load_type": "20 ft open 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: owner Mayandi, 20 ft open vehicle in Thiruvananthapuram. Contact number not provided yet." + }, { "id": "vehicle-ka52c2983-thiruvananthapuram", "date": null, diff --git a/truck_freight_summary.md b/truck_freight_summary.md index 2bf110d..4d26100 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,9 +1,9 @@ # Truck Freight Ledger Summary Overview -- Records: 42 +- Records: 44 - Settled loads: 8 -- Pending/partial loads: 18 +- Pending/partial/assigned/commission loads: 18 Totals - Freight charged: 648500 @@ -16,9 +16,11 @@ Totals Record snapshot | Date | Vehicle | Shipper | Route | Freight | Advance | Paid driver | Commission | Pending shipper | Status | |---|---|---|---|---:|---:|---:|---:|---:|---| -| None | - | - | Pune | 15000 | - | - | - | - | pending lead | -| None | KA52C2983 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | -| None | TN20DA3719 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | +| - | - | - | Pune | 15000 | - | - | - | - | pending lead | +| - | - | - | Technopark, Thiruvananthapuram | - | - | - | - | - | available vehicle | +| - | - | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | +| - | KA52C2983 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | +| - | TN20DA3719 | - | 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 |