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:
@@ -58,4 +58,12 @@ crons.interval(
|
||||
{}
|
||||
);
|
||||
|
||||
// Verificar alertas de estoque do almoxarifado diariamente
|
||||
crons.interval(
|
||||
'verificar-alertas-almoxarifado',
|
||||
{ hours: 24 },
|
||||
internal.almoxarifado.verificarAlertasAutomatico,
|
||||
{}
|
||||
);
|
||||
|
||||
export default crons;
|
||||
|
||||
Reference in New Issue
Block a user