Add repair ticket detail improvements and intake estimate builder
Status progress bar component with visual step indicator, in_transit status for instruments being transported to shop. Ticket detail page reworked with inline edit form, reopen for cancelled tickets, photos grouped by repair phase (intake/in_progress/completed). Intake form now supports building estimates with template picker and manual line items that carry over to the ticket. Service template API client and types added for template search in line item dialogs.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TYPE "repair_ticket_status" ADD VALUE 'in_transit' BEFORE 'intake';
|
||||
@@ -120,6 +120,13 @@
|
||||
"when": 1774760000000,
|
||||
"tag": "0016_repair_service_templates",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 17,
|
||||
"version": "7",
|
||||
"when": 1774770000000,
|
||||
"tag": "0017_repair_in_transit_status",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user