refactor: update vacation management structure and enhance status handling
- Renamed and refactored vacation-related types and components for clarity, transitioning from 'SolicitacaoFerias' to 'PeriodoFerias'. - Improved the handling of vacation statuses, including the addition of 'EmFérias' to the status options. - Streamlined the vacation request and approval components to better reflect individual vacation periods. - Enhanced data handling in backend queries and schema to support the new structure and ensure accurate status updates. - Improved user experience by refining UI elements related to vacation periods and their statuses.
This commit is contained in:
@@ -32,13 +32,6 @@ crons.interval(
|
||||
{}
|
||||
);
|
||||
|
||||
// Criar períodos aquisitivos de férias automaticamente (diariamente)
|
||||
crons.interval(
|
||||
"criar-periodos-aquisitivos",
|
||||
{ hours: 24 },
|
||||
internal.saldoFerias.criarPeriodosAquisitivos,
|
||||
{}
|
||||
);
|
||||
|
||||
export default crons;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user