clqms-be/app/Libraries/Data/order_status.json
OpenCode Bot 9946978487 chore: refresh CLQMS backend baseline
Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
2026-04-08 16:07:19 +07:00

25 lines
962 B
JSON
Executable File

{"name": "order_status",
"VSName": "Order Status",
"VCategory": "System",
"values": [
{"key": "ORD", "value": "Ordered"},
{"key": "SCH", "value": "Scheduled"},
{"key": "ANA", "value": "Analysis"},
{"key": "VER", "value": "Verified"},
{"key": "REV", "value": "Reviewed"},
{"key": "REP", "value": "Reported"},
{"key": "A", "value": "Some, not all results available"},
{"key": "CA", "value": "Order is cancelled"},
{"key": "CM", "value": "Order is completed"},
{"key": "DC", "value": "Order was discontinued"},
{"key": "ER", "value": "Error, order not found"},
{"key": "HD", "value": "Order on hold"},
{"key": "IP", "value": "In process, unspecified"},
{"key": "RP", "value": "Order has been replaced"},
{"key": "SC", "value": "In process, scheduled"},
{"key": "CL", "value": "Closed"},
{"key": "AC", "value": "Archived"},
{"key": "DL", "value": "Deleted"}
]
}