feat: atualizar fluxo OT, dashboard, transacoes e PDFs
This commit is contained in:
@@ -48,6 +48,7 @@ type WorkOrderDetail struct {
|
||||
}
|
||||
|
||||
var allowedTransitions = map[string][]string{
|
||||
"quote": {"open", "cancelled"},
|
||||
"open": {"in_progress", "cancelled"},
|
||||
"in_progress": {"completed", "cancelled"},
|
||||
"completed": {"invoiced", "cancelled"},
|
||||
|
||||
Reference in New Issue
Block a user