Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Este artigo descreve as etapas e atividades necessárias para implantar o ciclo financeiro da locação.

...

#ServiçoClasseCódigo para ativação
1

Lançamento

GeracaoLancamentosContratosBatchSystem.scheduleBatch(new snap_brok.GeracaoLancamentosContratosBatch(), '1. Lançamento', 3, 500);
2FaturamentoFaturaBatch
System.scheduleBatch(new snap_brok.FaturaBatch(), '2. Faturamento', 3, 100);
3Emissão de boletosFaturaEmitirBoletoBatch

System.scheduleBatch(new snap_brok.FaturaEmitirBoletoBatch(), '3. Emissão de boletos', 3, 100);

4Consulta de boletosFaturaConsultarBoletoBatchSystem.scheduleBatch(new snap_brok.FaturaConsultarBoletoBatch(), '4. Consulta de boletos', 3, 100);
5Geração de faturasFaturaGerarArquivoBatchSystem.scheduleBatch(new snap_brok.FaturaGerarArquivoBatch(), '5. Geração de faturas', 3, 100);
6RepasseRepasseBatchSystem.scheduleBatch(new snap_brok.RepasseBatch(), '6. Repasse', 3, 100);
7Contabilização de faturasFaturaContabilizarBatchSystem.scheduleBatch(new snap_brok.FaturaContabilizarBatch(), '7. Contabilização de faturas', 3, 100);
8Reajuste do aluguelReajusteAluguelBatch

System.scheduleBatch(new ReajusteAluguelBatch(), '8. Reajuste do aluguel', periodicidadeAgendamento10, 100);