diff --git a/truck_freight_ledger.csv b/truck_freight_ledger.csv index cbec4d6..b9dff63 100644 --- a/truck_freight_ledger.csv +++ b/truck_freight_ledger.csv @@ -81,3 +81,4 @@ pending-sahara-packers-thiruvananthapuram-palakkad-household,2026-05-20,pending 2026-06-01-vehicle-tn93e6166-tvpm-parking,2026-06-01,available vehicle,TN93E6166,Thiruvananthapuram,,,Vehicle available / looking for load,"24 ft open, 12 ton capacity",,,,,,,,,,"Vehicle lead: TN93E6166, 24ft open, 12 ton capacity, in TVPM parking, contact 8848672650. Looking for load." 2026-06-01-mohamed-anas-thiruvananthapuram-chennai-tn99ac1128,2026-06-01,loaded / in transit,TN99AC1128,Thiruvananthapuram,,Chennai,Mohamed Anas,,,,13000,,,700,,,,"Mohamed Anas load from Thiruvananthapuram to Chennai. Vehicle TN99AC1128 assigned, contact 9344685852. Freight: 13000. Driver paid 700 commission in cash after loading. Commission received. Awaiting POD and balance collection from shipper." 2026-06-01-unknown-changanassery-salem,2026-06-01,commission received,Unknown,Changanassery,,Salem,Unknown,,,,16000,,,900,,0,0,"Load from Changanassery to Salem. Vehicle number not remembered. Freight: 16000. Driver paid 900 cash commission. Commission received, shipper handled driver payment." +2026-06-02-nair-thiruvananthapuram-udupi-household,2026-06-02,pending lead,,Thiruvananthapuram,,Udupi,Nair,20 ft container,"Household goods, 3 tons",,0,,,,,,,"Nair load from Thiruvananthapuram to Udupi. 20ft container, household goods, 3 tons. Freight mentioned as 0. No vehicle assigned yet. Awaiting freight details, vehicle assignment, and shipper confirmation." diff --git a/truck_freight_ledger.json b/truck_freight_ledger.json index cb461d9..af260d8 100644 --- a/truck_freight_ledger.json +++ b/truck_freight_ledger.json @@ -1610,6 +1610,26 @@ "pending_to_driver": 0, "status": "commission received", "notes": "Load from Changanassery to Salem. Vehicle number not remembered. Freight: 16000. Driver paid 900 cash commission. Commission received, shipper handled driver payment." + }, + { + "id": "2026-06-02-nair-thiruvananthapuram-udupi-household", + "date": "2026-06-02", + "vehicle": null, + "from": "Thiruvananthapuram", + "to": "Udupi", + "via": null, + "shipper": "Nair", + "load_type": "20 ft container", + "item": "Household goods, 3 tons", + "freight_charged": 0, + "advance_received": null, + "paid_to_driver": null, + "commission": null, + "driver_freight": null, + "pending_from_shipper": null, + "pending_to_driver": null, + "status": "pending lead", + "notes": "Nair load from Thiruvananthapuram to Udupi. 20ft container, household goods, 3 tons. Freight mentioned as 0. No vehicle assigned yet. Awaiting freight details, vehicle assignment, and shipper confirmation." } ] } diff --git a/truck_freight_summary.md b/truck_freight_summary.md index 34fe7c3..b30fd34 100644 --- a/truck_freight_summary.md +++ b/truck_freight_summary.md @@ -1,7 +1,7 @@ # Truck Freight Ledger Summary Overview -- Records: 82 +- Records: 83 - Settled loads: 21 Totals @@ -97,3 +97,4 @@ Record snapshot | 2026-06-01 | TN93E6166 | Vehicle available / looking for load | Thiruvananthapuram | - | - | - | - | - | available vehicle | | 2026-06-01 | TN99AC1128 | Mohamed Anas | Thiruvananthapuram → Chennai | 13000 | - | - | 700 | - | loaded / in transit | | 2026-06-01 | Unknown | Unknown | Changanassery → Salem | 16000 | - | - | 900 | 0 | commission received | +| 2026-06-02 | - | Nair | Thiruvananthapuram → Udupi | 0 | - | - | - | - | pending lead |