Changelog — LogisticsRoute
[2026-04-29]
- Fixed "Invalid status." error when changing a shipment's status — the filter and the Change Status form now accept all configured statuses, not just Cancelled.
- Fixed the customer detail screen — opening a customer was throwing a server error because the API query still referenced columns that were removed during the identity migration. The page now loads customer info, recent shipments, projects, tickets, and notifications again.
Internal
- Added
pancho_user_id and portal_pin to customers in schema.sql (the lazy migrator picks them up on next open). Replaced the stale c.user_id reference in api/customers.php case 'get' with c.pancho_user_id.
[2026-04-20]
- Demo and subscribe now work out of the box — finished migrating the app to Pancho's UUID identity model so Try Demo no longer errors with 'We could not start the demo'.
Internal
- Added the
tenant_members table to schema.sql (backed by the platform's _per_user_app_bootstrap_owner() hook).
[2026-04-18] — Renamed
- Renamed from LogisticsPro to LogisticsRoute (slug
logisticspro → logisticsroute).
- Every display string, marketing copy, schema reference, code-comment, folder path, DB filename, and
subscriptions.app_id value now uses the new slug. Platform had not gone live yet, so old URLs are not preserved.
All notable changes to this app are recorded here. Newest entries on top.
[2026-04-17]
- Updated subscription price to $47/month (USD) and ₦25,000/month (NGN); setup fee is now $497 (USD) and ₦450,000 (NGN)
[Baseline] — 2026-04-16
- Existing feature set captured as the baseline. Subsequent changes will be prepended above this entry.