Class VerEstoqueNegativo
java.lang.Object
br.com.intersys.systextil.function.VerEstoqueNegativo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
executar
(br.com.intersys.systextil.connection.AppConnection conn, int fnr_solicit, int fseq_faturamento) Deprecated.static File
executar
(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout) Executa a funçãofver_estq_neg
do Systex5.static File
executar
(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout, boolean _f) Executa a funçãofver_estq_neg
oufver_estq_neg_f
, dependendo do valor do argumento_f
.static File
executar_f
(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout) Executa a funçãofver_estq_neg_f
do Systex5.
-
Field Details
-
versao_systextilweb_f
public int versao_systextilweb_f -
TAG_MENSAGEM_ESTOQUE_NEGATIVO
ds14281#ATENÇÃO! O sistema detectou estoque negativo. -
TAG_MENSAGEM_ESTOQUE_NEGATIVO_F
ds23145#ATENÇÃO! O sistema detectou quantidade negativa para o estoque gerencial.
-
-
Constructor Details
-
VerEstoqueNegativo
public VerEstoqueNegativo()
-
-
Method Details
-
executar
public static File executar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout) throws TagException, RptException Executa a funçãofver_estq_neg
do Systex5.- Throws:
TagException
RptException
- See Also:
-
executar_f
public static File executar_f(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout) throws TagException, RptException Executa a funçãofver_estq_neg_f
do Systex5.- Throws:
TagException
RptException
- See Also:
-
executar
public static File executar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int fnr_solicit, int fseq_faturamento, String rptLayout, boolean _f) throws TagException, RptException Executa a funçãofver_estq_neg
oufver_estq_neg_f
, dependendo do valor do argumento_f
. Se houver estoque negativo, retorna o arquivo com o relatório que foi gerado. Neste caso, a aplicação que executou este método deve apresentar ao usuário a mensagem contida emTAG_MENSAGEM_ESTOQUE_NEGATIVO
ouTAG_MENSAGEM_ESTOQUE_NEGATIVO_F
.- Returns:
- o arquivo gerado com estoque negativo, ou nulo se isso não ocorrer
- Throws:
TagException
RptException
-
executar
public static int executar(br.com.intersys.systextil.connection.AppConnection conn, int fnr_solicit, int fseq_faturamento) throws TagException Deprecated.- Throws:
TagException
-