Class ContabilizaImpostos

java.lang.Object
systextil.bo.fatu.ContabilizaImpostos

public class ContabilizaImpostos extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    ContabilizaImpostosEntrada(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, TagInteractive tagInteractive, systextil.dao.Cnpj cnpj, int nota, String serie, double valorCbs, double valorIbsUf, double valorIbsMunicipio, double valorIs, double percCbs, double percIbsUf, double percIBsMunicipio, double percIs, Date data_emissao, String formName, int codigo_empresa, String complemento, int centro_custo_item, int transa_item, int num_lcto_ctb, int projeto, int subprojeto, int servico)
     
    static int
    ContabilizaImpostosSaida(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, TagInteractive tagInteractive, systextil.dao.Cnpj cnpj, int nota, String serie, double valorCbs, double valorIbsUf, double valorIbsMunicipio, double valorIs, double percCbs, double percIbsUf, double percIBsMunicipio, double percIs, Date data_emissao, String formName, int codigo_empresa, String complemento, int centro_custo_item, int transa_item, int num_lcto_ctb)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContabilizaImpostos

      public ContabilizaImpostos()
  • Method Details

    • ContabilizaImpostosSaida

      public static int ContabilizaImpostosSaida(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, TagInteractive tagInteractive, systextil.dao.Cnpj cnpj, int nota, String serie, double valorCbs, double valorIbsUf, double valorIbsMunicipio, double valorIs, double percCbs, double percIbsUf, double percIBsMunicipio, double percIs, Date data_emissao, String formName, int codigo_empresa, String complemento, int centro_custo_item, int transa_item, int num_lcto_ctb)
    • ContabilizaImpostosEntrada

      public static int ContabilizaImpostosEntrada(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, TagInteractive tagInteractive, systextil.dao.Cnpj cnpj, int nota, String serie, double valorCbs, double valorIbsUf, double valorIbsMunicipio, double valorIs, double percCbs, double percIbsUf, double percIBsMunicipio, double percIs, Date data_emissao, String formName, int codigo_empresa, String complemento, int centro_custo_item, int transa_item, int num_lcto_ctb, int projeto, int subprojeto, int servico)