Rev 261 | Rev 296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 261 | Rev 265 | ||
|---|---|---|---|
| Line 51... | Line 51... | ||
| 51 | }
|
51 | }
|
| 52 | 52 | ||
| 53 | @Override |
53 | @Override |
| 54 | public Double obterValorTotalBrutoDeVendasPorLojaEePeriodoEeFormasDePagamento(ParametrosConsultaVendasDTO parametrosConsultaVendasDTO, List<FormaPagamentoDTO> formasDePagamento) { |
54 | public Double obterValorTotalBrutoDeVendasPorLojaEePeriodoEeFormasDePagamento(ParametrosConsultaVendasDTO parametrosConsultaVendasDTO, List<FormaPagamentoDTO> formasDePagamento) { |
| 55 | return vendaRepository.obterValorTotalBrutoDeVendasPorLojaEePeriodoEeFormasDePagamento(parametrosConsultaVendasDTO, formasDePagamento); |
55 | return vendaRepository.obterValorTotalBrutoDeVendasPorLojaEePeriodoEeFormasDePagamento(parametrosConsultaVendasDTO, formasDePagamento); |
| - | 56 | }
|
|
| - | 57 | ||
| - | 58 | @Override |
|
| - | 59 | public Double obterValorDeMaquinetasPorPessoa(Long sequencialPessoaMaquineta, Date dataInicio, Date dataFim) { |
|
| - | 60 | return vendaRepository.obterValorDeMaquinetasPorPessoa(sequencialPessoaMaquineta, dataInicio, dataFim); |
|
| 56 | }
|
61 | }
|
| 57 | 62 | ||
| 58 | /*
|
63 | /*
|
| 59 |
|
- | |
| 60 |
|
- | |
| 61 | private LancamentoService lancamentoService;
|
64 | private LancamentoService lancamentoService;
|
| 62 | private VendaFormaPagamentoService vendaFormaPagamentoService;
|
65 | private VendaFormaPagamentoService vendaFormaPagamentoService;
|
| 63 | private ProdutoService produtoService;
|
66 | private ProdutoService produtoService;
|
| 64 | private ProdutoLojaService produtoLojaService;
|
67 | private ProdutoLojaService produtoLojaService;
|
| 65 | private VendedorService vendedorService;
|
68 | private VendedorService vendedorService;
|