{
"success": true,
"message": "Opções de OrderStatus recuperadas com sucesso",
"data": [
{
"value": "draft",
"label": "Rascunho",
"style": {
"color": "text-gray-500",
"icon": "file-text"
}
},
{
"value": "pending",
"label": "Pendente",
"style": {
"color": "text-yellow-500",
"icon": "clock"
}
},
{
"value": "confirmed",
"label": "Confirmado",
"style": {
"color": "text-blue-500",
"icon": "check"
}
},
{
"value": "waiting_for_supply",
"label": "Aguardando Fornecimento",
"style": {
"color": "text-blue-500",
"icon": "truck"
}
},
{
"value": "waiting_scheduled_supply",
"label": "Aguardando Fornecimento Agendado",
"style": {
"color": "text-blue-500",
"icon": "calendar-clock"
}
},
{
"value": "awaiting_stock_allocation",
"label": "Aguardando Alocação de Estoque",
"style": {
"color": "text-orange-500",
"icon": "package"
}
},
{
"value": "in_progress",
"label": "Em Processamento",
"style": {
"color": "text-blue-500",
"icon": "loader"
}
},
{
"value": "partially_completed",
"label": "Parcialmente Concluído",
"style": {
"color": "text-orange-500",
"icon": "loader"
}
},
{
"value": "completed",
"label": "Concluído",
"style": {
"color": "text-green-500",
"icon": "check-circle"
}
},
{
"value": "cancelled",
"label": "Cancelado",
"style": {
"color": "text-red-500",
"icon": "x-circle"
}
}
]
}