Rev 195 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 195 | Rev 337 | ||
|---|---|---|---|
| Line 81... | Line 81... | ||
| 81 | setParametrosFecharCaixaDTO(fecharCaixaService.iniciarFechamentoCaixa(getParametrosFecharCaixaDTO())); |
81 | setParametrosFecharCaixaDTO(fecharCaixaService.iniciarFechamentoCaixa(getParametrosFecharCaixaDTO())); |
| 82 | }
|
82 | }
|
| 83 | 83 | ||
| 84 | public void realizarFechamentoDoCaixa() { |
84 | public void realizarFechamentoDoCaixa() { |
| 85 | fecharCaixaService.realizarFechamentoDoCaixa(getParametrosFecharCaixaDTO().getListaVendas()); |
85 | fecharCaixaService.realizarFechamentoDoCaixa(getParametrosFecharCaixaDTO().getListaVendas()); |
| 86 | fecharCaixaService.enviarEmailResumoDoDia(getLojaSelecionada()); |
- | |
| - | 86 | fecharCaixaService.enviarEmailResumoDoDia(getParametrosFecharCaixaDTO().getDataVendas(), getLojaSelecionada()); |
|
| 87 | limparEntidade(); |
87 | limparEntidade(); |
| 88 | }
|
88 | }
|
| 89 | 89 | ||
| 90 | }
|
90 | }
|