supersam/src/constants/orderStatuses.js

14 lines
429 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export { ORDER_STATUSES } from "./deliveryWorkflow";
export const DELIVERY_REGISTRY_FILTER_STATUSES = [
"Готов к отгрузке",
"Ожидает согласования доставки",
"Доставка согласована",
"Назначен водитель",
"Загружен",
"В пути",
"Доставлен",
"Проблема доставки",
"Платное хранение",
];