ALAUTUN TMS SaaS V1 Stable

Release Notes / Version Lock · 2026-05-26

Official Entry Points

Customer Portal
/customer/
/customer/create-order/
/customer/messages/
Dispatch Portal
/dispatch/
/dispatch/create-order/
/dispatch/tracking/
/dispatch/documents/
/dispatch/all-loads/
Driver App
/driver/
/driver/messages/

Main Workflow

Order Entry
→ Bid Queue
→ Customer Award
→ Dispatch Board / Execution Details
→ Driver App
→ Driver Complete
→ Return Container if Drop Off
→ Billing
→ Accounting
→ Closed

Secure APIs

/api/secure/loads
/api/secure/driver/jobs
/api/secure/documents
/api/secure/messages
/api/secure/messages/send

Health / Backup

Health:
  /system/health/
  /health-report.json

Backup:
  ./scripts/create_snapshot.sh

Restore:
  ./scripts/restore_snapshot.sh backups/alautun_snapshot_YYYYMMDD_HHMMSS.tar.gz

Version Lock Rules

One issue
One page
One patch
One test
One backup

Final Release Snapshot

backups/alautun_release_v1_stable_after_nav_cleanup_20260526_035256.tar.gz

Bug Fix Mode

The project is now in Bug Fix Mode. Fix one concrete issue at a time.

One issue.
One page.
One patch.
One test.
One backup.

Bug Fix Check

cd /var/www/alautun/app
./scripts/bugfix_check.sh

AI Dispatch v1

AI Dispatch v1 is enabled as a safe rule-based driver recommendation assistant.

/api/dispatch/ai-driver-score?load_id=ID

Important: AI recommendation is advisory only. Dispatcher must confirm assignment manually.