feat: enhance 'Almoxarifado' functionality by integrating barcode scanning for material entry and exit, improving user experience with loading indicators and error handling for better inventory management

This commit is contained in:
2025-12-22 10:52:46 -03:00
parent e19c24b9ab
commit b1db926ab4
8 changed files with 1125 additions and 287 deletions

View File

@@ -169,7 +169,8 @@
{
label: 'Listar Materiais',
link: '/almoxarifado/materiais',
permission: { recurso: 'almoxarifado', acao: 'listar' }
permission: { recurso: 'almoxarifado', acao: 'listar' },
excludePaths: ['/almoxarifado/materiais/cadastro']
},
{
label: 'Movimentações',