Class AcumuladoNota
java.lang.Object
br.com.intersys.systextil.function.AcumuladoNota
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecutar(br.com.intersys.systextil.connection.AppConnection conn, int fempresa, int fnota_fiscal, String fserie_nota, Date fdata_nota, int fcgc_for_9, int fcgc_for_4, int fcgc_for_2, String fnivel, String fgrupo, String fsubgrupo, String fitem, double fqtde_nfe, BigDecimal fvalor_nfe, boolean festorno) Deprecated, for removal: This API element is subject to removal in a future version.static voidexecutar(br.com.intersys.systextil.connection.AppConnection conn, int empresa, int notaFiscal, String serieNota, Date dataNota, CNPJ cgcFor, CodProduto codProduto, double qtdeNfe, BigDecimal valorNfe, boolean estorno) static voidexecutarRT(br.com.intersys.systextil.connection.AppConnection conn, int fempresa, int fnota_fiscal, String fserie_nota, Date fdata_nota, String fcgc_for_r, String fcgc_for_o, int fcgc_for_2, String fnivel, String fgrupo, String fsubgrupo, String fitem, double fqtde_nfe, BigDecimal fvalor_nfe, boolean festorno)
-
Field Details
-
versao_systextilweb_f
public int versao_systextilweb_f
-
-
Constructor Details
-
AcumuladoNota
public AcumuladoNota()
-
-
Method Details
-
executar
@Deprecated(forRemoval=true) public static void executar(br.com.intersys.systextil.connection.AppConnection conn, int fempresa, int fnota_fiscal, String fserie_nota, Date fdata_nota, int fcgc_for_9, int fcgc_for_4, int fcgc_for_2, String fnivel, String fgrupo, String fsubgrupo, String fitem, double fqtde_nfe, BigDecimal fvalor_nfe, boolean festorno) Deprecated, for removal: This API element is subject to removal in a future version. -
executarRT
public static void executarRT(br.com.intersys.systextil.connection.AppConnection conn, int fempresa, int fnota_fiscal, String fserie_nota, Date fdata_nota, String fcgc_for_r, String fcgc_for_o, int fcgc_for_2, String fnivel, String fgrupo, String fsubgrupo, String fitem, double fqtde_nfe, BigDecimal fvalor_nfe, boolean festorno) -
executar
public static void executar(br.com.intersys.systextil.connection.AppConnection conn, int empresa, int notaFiscal, String serieNota, Date dataNota, CNPJ cgcFor, CodProduto codProduto, double qtdeNfe, BigDecimal valorNfe, boolean estorno)
-
executar(AppConnection, int, int, String, Date, CNPJ, CodProduto, double, BigDecimal, boolean)