clqms-be/app/Libraries/Data/order_status.json
root 2bcdf09b55 chore: repo-wide normalization + rules test coverage
Normalize formatting/line endings across configs, controllers, models, tests, and OpenAPI specs.

Update rule expression/rule engine implementation and remove obsolete RuleAction controller/model.

Add unit tests for rule expression syntax and multi-action behavior, and include docs updates.
2026-03-16 07:24:50 +07:00

25 lines
962 B
JSON

{"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"}
]
}