diff --git a/src/components/logistics/LogisticsReadinessBoard.jsx b/src/components/logistics/LogisticsReadinessBoard.jsx index b86221e..699b539 100644 --- a/src/components/logistics/LogisticsReadinessBoard.jsx +++ b/src/components/logistics/LogisticsReadinessBoard.jsx @@ -52,6 +52,22 @@ export const LogisticsReadinessBoard = ({ orderGroups = [], onSelectSet, statusO return map; }, [filteredGroups]); + const FUNNEL_ORDER = [ + "status:ready_for_notification", + "delivery:pending_confirmation", + "delivery:manual_confirmation_required", + "status:first_sms_sent", + "status:second_sms_sent", + "delivery:agreed", + "delivery:driver_assigned", + "delivery:loaded", + "delivery:on_route", + "delivery:delivered", + "delivery:paid_storage", + "delivery:problem", + "delivery:cancelled", + ]; + const totalGroups = filteredGroups.length; return ( @@ -76,9 +92,15 @@ export const LogisticsReadinessBoard = ({ orderGroups = [], onSelectSet, statusO По этому поиску ничего не найдено. ) : ( -