Interface FaturamentoService


public interface FaturamentoService
  • 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:
      BillingRequestException
      ExercicioException
      br.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