Add Pune partload lead
This commit is contained in:
parent
f4bb0a29de
commit
db4b390b7f
3 changed files with 25 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
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-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."
|
||||
|
|
|
|||
|
|
|
@ -2,6 +2,26 @@
|
|||
"currency": "INR",
|
||||
"created_from": "WhatsApp conversation with user",
|
||||
"records": [
|
||||
{
|
||||
"id": "lead-pune-partload-08089002727",
|
||||
"date": null,
|
||||
"vehicle": null,
|
||||
"from": null,
|
||||
"to": "Pune",
|
||||
"via": null,
|
||||
"shipper": null,
|
||||
"load_type": "Part load",
|
||||
"item": null,
|
||||
"freight_charged": 15000,
|
||||
"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 shared contact 08089002727 for a Pune part-load worth 15000. Origin, vehicle, and date were not provided yet."
|
||||
},
|
||||
{
|
||||
"id": "vehicle-ka52c2983-thiruvananthapuram",
|
||||
"date": null,
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# Truck Freight Ledger Summary
|
||||
|
||||
Overview
|
||||
- Records: 35
|
||||
- Records: 36
|
||||
- Settled loads: 4
|
||||
- Pending/partial loads: 17
|
||||
- Pending/partial loads: 18
|
||||
|
||||
Totals
|
||||
- Freight charged: 467000
|
||||
- Freight charged: 482000
|
||||
- Advance received: 255000
|
||||
- Paid to driver: 270025
|
||||
- Commission: 18525
|
||||
|
|
@ -16,6 +16,7 @@ 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 |
|
||||
| 2026-05-01 | KA19AE9954 | Century Polymers | Kollam → Bangalore | 12000 | - | - | 900 | 0 | commission received |
|
||||
|
|
|
|||
Loading…
Reference in a new issue