Creación de sección Usuarios para administrar las entradas y salidas del personal

This commit is contained in:
2025-08-30 04:49:59 +00:00
parent 9c5219863b
commit c9b4b4871d
5 changed files with 1196 additions and 53 deletions
@@ -36,6 +36,9 @@
{ text: "Nuevo producto", href: "/productos/nuevo" },
{ text: "Importar catálogo", href: "/productos/importar" },
{ text: "Reportes", href: "/reportes" },
],
"usuarios": [
{ text: "Exportar (CSV)", href: "#", attr: { "data-action": "export-csv" } },
]
};