diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index e1ded6c..a31b18b 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -1,5 +1,6 @@ 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." +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." 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 4d34ca6..b75cbcc 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -22,6 +22,26 @@ "status": "available vehicle", "notes": "Vehicle lead from user: KA52C2983, contact 8861687221, near Tollgate, Thiruvananthapuram. Route/load details not yet provided." }, + { + "id": "vehicle-tn20da3719-trivandrum-parking", + "date": null, + "vehicle": "TN20DA3719", + "from": "Thiruvananthapuram", + "to": null, + "via": null, + "shipper": null, + "load_type": "9 ft container", + "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: TN20DA3719, contact 9342894569, parked in Thiruvananthapuram. User said it is a 9 ft container vehicle. 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 5d41ed9..2cf8663 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,7 +1,7 @@ # Truck Freight Ledger Summary Overview -- Records: 31 +- Records: 32 - Settled loads: 4 - Pending/partial loads: 15 @@ -17,6 +17,7 @@ Record snapshot | Date | Vehicle | Shipper | Route | Freight | Advance | Paid driver | Commission | Pending shipper | Status | |---|---|---|---|---:|---:|---:|---:|---:|---| | None | KA52C2983 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle | +| None | 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 |