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, 100); | ||||||
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.RepasseBatchRepasseBatch(), '6. Repasse', 3, 100); | ||||||
7 | Contabilização de faturas | FaturaContabilizarBatch | System.scheduleBatch(new snap_brok.FaturaContabilizarBatchFaturaContabilizarBatch(), '7. Contabilização de faturas', 3, 100); | ||||||
8 | Reajuste do aluguel | ReajusteAluguelBatch | System.scheduleBatch(new snap_brok.ReajusteAluguelBatch(), '8. Reajuste do aluguel', 10, 100); | ||||||
9 | Atualizar títulos | CobrancaAtualizarTituloBatch | System.scheduleBatch(new | snap_brok.CobrancaAtualizarTituloBatch(), | '9. | Atualizar | títulos', | 60, | 100); |
10 | Envio de SMS | EnviarSmsBatch | System.scheduleBatch(new snap_brok.EnviarSmsBatch(), '10. Envio de SMS', 5, 100); |