28 lines
659 B
Markdown
28 lines
659 B
Markdown
Truck Freight Ledger
|
|
|
|
This repository stores structured truck freight forwarding records for future analysis.
|
|
|
|
Files
|
|
- truck_freight_ledger.json: canonical structured ledger
|
|
|
|
Schema notes
|
|
- currency: currency code
|
|
- records[]: one entry per load or payment arrangement
|
|
- Common fields:
|
|
- date
|
|
- vehicle
|
|
- from / to / via
|
|
- shipper
|
|
- freight_charged
|
|
- advance_received
|
|
- paid_to_driver
|
|
- commission
|
|
- pending_from_shipper
|
|
- pending_to_driver
|
|
- status
|
|
- notes
|
|
|
|
Usage
|
|
- Append new loads as new records.
|
|
- Keep corrections in notes when the user updates details.
|
|
- Use the JSON file for future AI analysis and profit/pending calculations.
|