Package systextil.services.faturamento
Interface FaturamentoService
public interface FaturamentoService
-
Method Summary
Modifier and TypeMethodDescriptioncalcularValorLiquidoPedido(br.com.intersys.systextil.connection.AppConnection conn, int numeroDaSolicitacao, PedidoDTO pedido) intgerarSolicitacaoDeVolumesDePecas(br.com.intersys.systextil.connection.AppConnection cn, int empresa, VendasService vendas, ArrayList<Integer> pedidos, String serie, int romaneio) getValorTotalPedido(br.com.intersys.systextil.connection.AppConnection conn, int numeroDaSolicitacao, PedidoDTO pedido) intvalidateFaturamento(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, Date dataEmissao, String serie, int nrSolicitacao, int seqFaturamento, String nomeForm, br.com.intersys.systextil.global.Mdi mdi, boolean agrupar, boolean recalcular)
-
Method Details
-
gerarSolicitacaoDeVolumesDePecas
int gerarSolicitacaoDeVolumesDePecas(br.com.intersys.systextil.connection.AppConnection cn, int empresa, VendasService vendas, ArrayList<Integer> pedidos, String serie, int romaneio) throws Exception - Throws:
Exception
-
validateFaturamento
int validateFaturamento(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, Date dataEmissao, String serie, int nrSolicitacao, int seqFaturamento, String nomeForm, br.com.intersys.systextil.global.Mdi mdi, boolean agrupar, boolean recalcular) throws BillingRequestException, ExercicioException, br.com.intersys.systextil.global.TagException - Throws:
BillingRequestExceptionExercicioExceptionbr.com.intersys.systextil.global.TagException
-
calcularValorLiquidoPedido
BigDecimal calcularValorLiquidoPedido(br.com.intersys.systextil.connection.AppConnection conn, int numeroDaSolicitacao, PedidoDTO pedido) throws Exception - Throws:
Exception
-
getValorTotalPedido
BigDecimal getValorTotalPedido(br.com.intersys.systextil.connection.AppConnection conn, int numeroDaSolicitacao, PedidoDTO pedido) throws Exception - Throws:
Exception
-