feat: implement almoxarifado features including new category in recursos-humanos, configuration options in TI, and backend support for inventory management, enhancing user navigation and system functionality

This commit is contained in:
2025-12-18 16:21:08 -03:00
parent 1eb454815f
commit 367cda7b95
22 changed files with 4831 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ import type * as security from "../security.js";
import type * as seed from "../seed.js";
import type * as setores from "../setores.js";
import type * as simbolos from "../simbolos.js";
import type * as tables_almoxarifado from "../tables/almoxarifado.js";
import type * as tables_atas from "../tables/atas.js";
import type * as tables_atestados from "../tables/atestados.js";
import type * as tables_ausencias from "../tables/ausencias.js";
@@ -156,6 +157,7 @@ declare const fullApi: ApiFromModules<{
seed: typeof seed;
setores: typeof setores;
simbolos: typeof simbolos;
"tables/almoxarifado": typeof tables_almoxarifado;
"tables/atas": typeof tables_atas;
"tables/atestados": typeof tables_atestados;
"tables/ausencias": typeof tables_ausencias;