Regen CSV and summary
This commit is contained in:
parent
0f381ccaa9
commit
913167c275
3 changed files with 23 additions and 1 deletions
|
|
@ -84,3 +84,4 @@ pending-sahara-packers-thiruvananthapuram-palakkad-household,2026-05-20,pending
|
|||
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."
|
||||
2026-06-02-silverstar-hyderabad-thiruvananthapuram-multi-tvm1-mannar3,2026-06-02,loaded / in transit,MH12QW4555,Hyderabad,,Thiruvananthapuram,Silverstar,,"Multi-drop: Tvm 1 item, Mannar 3 items",,36000,33000,,600,35400,3000,,"Silverstar load from Hyderabad to Thiruvananthapuram (multi-drop: Tvm 1 item, Mannar 3 items). Vehicle MH12QW4555, contact 9591071127. Freight: 36000. Advance from shipper: 33000. Pending from shipper: 3000. Loading/unloading charges 600 debited from driver (paid by driver). Driver freight: 35400. Commission: 600."
|
||||
2026-06-02-vehicle-tn16f0565-tvpm-parking,2026-06-02,available vehicle,TN16F0565,Thiruvananthapuram,,,Vehicle available / looking for load,8 ft open,,,,,,,,,,"Vehicle lead: TN16F0565, 8ft open, in TVPM parking, contact 9894040247. Looking for load."
|
||||
2026-06-02-vehicle-tn24ah6898-tvpm-parking,2026-06-02,available vehicle,TN24AH6898,Thiruvananthapuram,,,Vehicle available / looking for load,20 ft open,,,,,,,,,,"Vehicle lead: TN24AH6898, 20ft open, in TVPM parking, contact 9986953098. Looking for load."
|
||||
|
|
|
|||
|
|
|
@ -1670,6 +1670,26 @@
|
|||
"pending_to_driver": null,
|
||||
"status": "available vehicle",
|
||||
"notes": "Vehicle lead: TN16F0565, 8ft open, in TVPM parking, contact 9894040247. Looking for load."
|
||||
},
|
||||
{
|
||||
"id": "2026-06-02-vehicle-tn24ah6898-tvpm-parking",
|
||||
"date": "2026-06-02",
|
||||
"vehicle": "TN24AH6898",
|
||||
"from": "Thiruvananthapuram",
|
||||
"to": null,
|
||||
"via": null,
|
||||
"shipper": "Vehicle available / looking for load",
|
||||
"load_type": "20 ft open",
|
||||
"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: TN24AH6898, 20ft open, in TVPM parking, contact 9986953098. Looking for load."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Truck Freight Ledger Summary
|
||||
|
||||
Overview
|
||||
- Records: 85
|
||||
- Records: 86
|
||||
- Settled loads: 21
|
||||
|
||||
Totals
|
||||
|
|
@ -100,3 +100,4 @@ Record snapshot
|
|||
| 2026-06-02 | - | Nair | Thiruvananthapuram → Udupi | 0 | - | - | - | - | pending lead |
|
||||
| 2026-06-02 | MH12QW4555 | Silverstar | Hyderabad → Thiruvananthapuram | 36000 | 33000 | - | 600 | 3000 | loaded / in transit |
|
||||
| 2026-06-02 | TN16F0565 | Vehicle available / looking for load | Thiruvananthapuram | - | - | - | - | - | available vehicle |
|
||||
| 2026-06-02 | TN24AH6898 | Vehicle available / looking for load | Thiruvananthapuram | - | - | - | - | - | available vehicle |
|
||||
|
|
|
|||
Loading…
Reference in a new issue