This commit is contained in:
2026-07-04 11:10:52 +05:30
parent bd6427f5db
commit c8adaf7815
18 changed files with 1140 additions and 92 deletions

View File

@@ -67,6 +67,7 @@ const (
// Tripsheet Statuses
const (
TripsheetDraft = "Draft"
TripsheetReady = "Ready"
TripsheetDispatched = "Dispatched"
TripsheetArrived = "Arrived"
TripsheetCancelled = "Cancelled"