Vault Route Logistics
A live parcel and consignment tracking system — tracking-ID generation, shipment status updates, and an admin dashboard.
- PHP
- SQLite

The challenge
Parcel tracking doesn’t need to be complicated — customers mainly want to enter a number and see exactly where their shipment is and what happened to it along the way.
The approach
The system is built around three core tables — consignments, packages, and shipment history. An admin panel lets staff create consignments, attach packages with dimensional and volumetric weight data, and append status updates that are logged as timestamped, location-tagged entries. Customers look up a shipment by consignment number on a public page, which renders sender/receiver details, package totals, a scannable barcode, and the full chronological status history for that consignment.
What’s live
- Consignment, package, and shipment-history data model
- Admin panel for creating consignments and logging status updates
- Public tracking page with barcode and full status history



