Rev 414 | Rev 449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 446 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | void desvincularVenda(Long sequencialNotaFiscal); |
20 | void desvincularVenda(Long sequencialNotaFiscal); |
| 21 | 21 | ||
| 22 | Venda vincularVenda(Long sequencialNotaFiscal, Long sequencialVendaParaVinculo); |
22 | Venda vincularVenda(Long sequencialNotaFiscal, Long sequencialVendaParaVinculo); |
| 23 | 23 | ||
| 24 | StreamedContent gerarDanfeNfe(Long sequencialNotaFiscal); |
24 | StreamedContent gerarDanfeNfe(Long sequencialNotaFiscal); |
| - | 25 | ||
| - | 26 | StreamedContent gerarDanfeNfePreVisualizacao(Long sequencialNotaFiscal); |
|
| 25 | 27 | ||
| 26 | // List<String> consultarXmlsNotasFiscais(ParametrosConsultaNotaFiscalDTO parametrosConsultaNotaFiscalDTO);
|
28 | // List<String> consultarXmlsNotasFiscais(ParametrosConsultaNotaFiscalDTO parametrosConsultaNotaFiscalDTO);
|
| 27 | 29 | ||
| 28 | // List<nfce.TNfeProc> consultarNotasFiscais(ParametrosConsultaNotaFiscalDTO parametrosConsultaNotaFiscalDTO);
|
30 | // List<nfce.TNfeProc> consultarNotasFiscais(ParametrosConsultaNotaFiscalDTO parametrosConsultaNotaFiscalDTO);
|
| 29 | 31 | ||