Add Sulphi Baddest Chennai lead
This commit is contained in:
parent
0cbf71d290
commit
0d090fd700
3 changed files with 24 additions and 2 deletions
|
|
@ -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
|
||||
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."
|
||||
lead-sulphi-baddest-thiruvananthapuram-chennai,,pending lead,,Thiruvananthapuram,,Chennai,Sulphi Baddest,,,,,,,,,,,"User said Thiruvananthapuram to Chennai load for shipper Sulphi Baddest; vehicle required. Freight, date, and vehicle details not yet provided."
|
||||
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."
|
||||
|
|
|
|||
|
|
|
@ -22,6 +22,26 @@
|
|||
"status": "pending lead",
|
||||
"notes": "User shared contact 08089002727 for a Pune part-load worth 15000. Origin, vehicle, and date were not provided yet."
|
||||
},
|
||||
{
|
||||
"id": "lead-sulphi-baddest-thiruvananthapuram-chennai",
|
||||
"date": null,
|
||||
"vehicle": null,
|
||||
"from": "Thiruvananthapuram",
|
||||
"to": "Chennai",
|
||||
"via": null,
|
||||
"shipper": "Sulphi Baddest",
|
||||
"load_type": null,
|
||||
"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": "pending lead",
|
||||
"notes": "User said Thiruvananthapuram to Chennai load for shipper Sulphi Baddest; vehicle required. Freight, date, and vehicle details not yet provided."
|
||||
},
|
||||
{
|
||||
"id": "vehicle-09952764728-17ft-open-technopark",
|
||||
"date": null,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Truck Freight Ledger Summary
|
||||
|
||||
Overview
|
||||
- Records: 48
|
||||
- Records: 49
|
||||
- Settled loads: 9
|
||||
- Pending/partial/assigned/commission loads: 17
|
||||
- Pending/partial/assigned/commission loads: 18
|
||||
|
||||
Totals
|
||||
- Freight charged: 696500
|
||||
|
|
@ -17,6 +17,7 @@ Record snapshot
|
|||
| Date | Vehicle | Shipper | Route | Freight | Advance | Paid driver | Commission | Pending shipper | Status |
|
||||
|---|---|---|---|---:|---:|---:|---:|---:|---|
|
||||
| - | - | - | Pune | 15000 | - | - | - | - | pending lead |
|
||||
| - | - | Sulphi Baddest | Thiruvananthapuram → Chennai | - | - | - | - | - | pending lead |
|
||||
| - | - | - | Technopark, Thiruvananthapuram | - | - | - | - | - | available vehicle |
|
||||
| - | - | - | Thiruvananthapuram | - | - | - | - | - | available vehicle |
|
||||
| - | KA52C2983 | - | Thiruvananthapuram | - | - | - | - | - | available vehicle |
|
||||
|
|
|
|||
Loading…
Reference in a new issue