Auto-pause internal work during lunch

This commit is contained in:
Esdras Renan 2025-11-12 17:48:12 -03:00
parent c6a7e0dd0b
commit ff41a8bd4e
4 changed files with 115 additions and 0 deletions

View file

@ -99,6 +99,7 @@ const PAUSE_REASONS = [
{ value: "NO_CONTACT", label: "Falta de contato" },
{ value: "WAITING_THIRD_PARTY", label: "Aguardando terceiro" },
{ value: "IN_PROCEDURE", label: "Em procedimento" },
{ value: "LUNCH_BREAK", label: "Intervalo de almoço" },
]
type CustomerOption = {