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, 100);
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.RepasseBatchRepasseBatch(), '6. Repasse', 3, 100);
7Contabilização de faturasFaturaContabilizarBatchSystem.scheduleBatch(new snap_brok.FaturaContabilizarBatchFaturaContabilizarBatch(), '7. Contabilização de faturas', 3, 100);
8Reajuste do aluguelReajusteAluguelBatch

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

9Atualizar títulosCobrancaAtualizarTituloBatch

System.scheduleBatch(new

snap_brok.CobrancaAtualizarTituloBatch(),

'9.

Atualizar

títulos',

60,

100);

10Envio de SMSEnviarSmsBatch

System.scheduleBatch(new

snap_brok.EnviarSmsBatch(),

'10.

Envio

de

SMS',

5,

100);