Este artigo descreve as etapas e atividades necessárias para implantar o ciclo financeiro da locação.
...
# | Serviço | Classe | Código para ativação |
---|---|---|---|
1 | Lançamento | GeracaoLancamentosContratosBatch | System.scheduleBatch(new snap_brok.GeracaoLancamentosContratosBatch(), '1. Lançamento', 3, 500); |
2 | Faturamento | FaturaBatch | System.scheduleBatch(new snap_brok.FaturaBatch(), '2. Faturamento', 3, 100); |
3 | Emissão de boletos | FaturaEmitirBoletoBatch | System.scheduleBatch(new snap_brok.FaturaEmitirBoletoBatch(), '3. Emissão de boletos', 3, 100); |
4 | Consulta de boletos | FaturaConsultarBoletoBatch | System.scheduleBatch(new snap_brok.FaturaConsultarBoletoBatch(), '4. Consulta de boletos', 3, 100); |
5 | Geração de faturas | FaturaGerarArquivoBatch | System.scheduleBatch(new snap_brok.FaturaGerarArquivoBatch(), '5. Geração de faturas', 3, 100); |
6 | Repasse | RepasseBatch | System.scheduleBatch(new snap_brok.RepasseBatch(), '6. Repasse', 3, 100); |
7 | Contabilização de faturas | FaturaContabilizarBatch | System.scheduleBatch(new snap_brok.FaturaContabilizarBatch(), '7. Contabilização de faturas', 3, 100); |
8 | Reajuste do aluguel | ReajusteAluguelBatch | System.scheduleBatch(new ReajusteAluguelBatch(), '8. Reajuste do aluguel', periodicidadeAgendamento10, 100); |