feat: export reports as xlsx and add machine inventory

This commit is contained in:
Esdras Renan 2025-10-27 18:00:28 -03:00
parent 29b865885c
commit 714b199879
34 changed files with 2304 additions and 245 deletions

View file

@ -99,6 +99,7 @@ export function PortalTicketForm() {
requesterId: viewerId,
categoryId: categoryId as Id<"ticketCategories">,
subcategoryId: subcategoryId as Id<"ticketSubcategories">,
machineId: machineContext?.machineId ? (machineContext.machineId as Id<"machines">) : undefined,
})
if (plainDescription.length > 0) {