264 lines
12 KiB
C#
264 lines
12 KiB
C#
using System;
|
|
|
|
namespace MLL
|
|
{
|
|
public class ModeloConfig
|
|
{
|
|
public ModeloConfig(int iD_CONFIG, string eSTOQUE, string oFICINA,
|
|
string bANCO, string cONTAS, string vENDASL1, string vENDASL2,
|
|
string mODELOVENDA, string pRNPORTVENDA, string cOPIASVENDA,
|
|
string vERSAO, string sERIAL, string sERIAL2, string sMTP_SERVER,
|
|
string sMTP_USER, string sMTP_PASS, string sMTP_TIT, string sMTP_EMAIL,
|
|
string sMTP_CC, string sMTP_PORT, string sMTP_SSL, string sMTP_COK,
|
|
string oFICINADONO, string nOSSONUMERO, string rEVENDA, string cOMISS_VENDAS,
|
|
string mAXDES_VENDAS, string cARTAO_REG_OK, string cARTAO_DEBT_DIRETO,
|
|
string cARTAO_CRED_DIRETO, string cARTAO_CRED_COMISS, string cARTAO_DEBT_COMISS,
|
|
string vERSAOP, string sHCompras, string nFE_FORMA_EMISSAO, string cARTAO_CRED_PARCELA,
|
|
string sMTP_SEMAUTENTICA, string nFE_ENFE, string nFE_EMAIL_OK, string dATA_CADASTRO,
|
|
string uLTIMA_IMPRESSAO, string dATA_SAIDA, string iMPRESSA, string fRETE_NUMERO,
|
|
string dESTINATARIO_NOME, string dESTINATARIO_ENDERECO, string dESTINATARIO_BAIRRO,
|
|
string dESTINATARIO_CIDADE, string dESTINATARIO_UF, string dESTINATARIO_CEP,
|
|
string dESTINATARIO_COD_PAIS, string dESTINATARIO_TEL, string dESTINATARIO_FAX,
|
|
string dESTINATARIO_EMAIL, string dESTINATARIO_IE_RG, string dESTINATARIO_CNPJCPF,
|
|
string vALOR_DESCONTO, string vALOR_IRRF, string vALOR_IRPJ, string vALOR_PIS,
|
|
string vALOR_COFINS, string vALOR_CSLL, string vALOR_BENEF, string vALOR_INSS,
|
|
string vALOR_SIMPLES, string tOTAL_DESC, string tOTAL_DEDUCOES, string tOTAL_SERVICOS,
|
|
string tOTAL_PRODUTOS, string tOTAL_ISS, string tOTAL_IRRF, string tOTAL_IRPJ,
|
|
string tOTAL_PIS, string tOTAL_COFINS, string tOTAL_CSLL, string tOTAL_INSS,
|
|
string tOTAL_SIMPLES, string fRETE_NOME, string fRETE_UF, string fRETE_CNPJCPF,
|
|
string fRETE_IERG, string fRETE_ENDERECO, string fRETE_MUNICIPIO, string fRETE_TUF,
|
|
string dB_cs_ICMS_S, string dB_cs_FRETE, string dB_cs_SEGURO, string dB_cs_DESPESAS,
|
|
string dB_cin_FRETE, string dB_cin_SEGURO, string dB_cin_DESPESAS, string dB_cin_DESCONTO,
|
|
string dB_cs_ISS, string dB_cs_IRRF, string dB_cs_IRPJ, string dB_cs_PIS, string dB_cs_COFINS,
|
|
string dB_cs_CSLL, string dB_cs_INSS, string dB_cs_SIMPLES, string v_FRETE, string v_SEGURO,
|
|
string v_OUTROS, string cOD_FAB)
|
|
{
|
|
ID_CONFIG = iD_CONFIG;
|
|
ESTOQUE = eSTOQUE;
|
|
OFICINA = oFICINA;
|
|
BANCO = bANCO;
|
|
CONTAS = cONTAS;
|
|
VENDASL1 = vENDASL1;
|
|
VENDASL2 = vENDASL2;
|
|
MODELOVENDA = mODELOVENDA;
|
|
PRNPORTVENDA = pRNPORTVENDA;
|
|
COPIASVENDA = cOPIASVENDA;
|
|
VERSAO = vERSAO;
|
|
SERIAL = sERIAL;
|
|
SERIAL2 = sERIAL2;
|
|
SMTP_SERVER = sMTP_SERVER;
|
|
SMTP_USER = sMTP_USER;
|
|
SMTP_PASS = sMTP_PASS;
|
|
SMTP_TIT = sMTP_TIT;
|
|
SMTP_EMAIL = sMTP_EMAIL;
|
|
SMTP_CC = sMTP_CC;
|
|
SMTP_PORT = sMTP_PORT;
|
|
SMTP_SSL = sMTP_SSL;
|
|
SMTP_COK = sMTP_COK;
|
|
OFICINADONO = oFICINADONO;
|
|
NOSSONUMERO = nOSSONUMERO;
|
|
REVENDA = rEVENDA;
|
|
COMISS_VENDAS = cOMISS_VENDAS;
|
|
MAXDES_VENDAS = mAXDES_VENDAS;
|
|
CARTAO_REG_OK = cARTAO_REG_OK;
|
|
CARTAO_DEBT_DIRETO = cARTAO_DEBT_DIRETO;
|
|
CARTAO_CRED_DIRETO = cARTAO_CRED_DIRETO;
|
|
CARTAO_CRED_COMISS = cARTAO_CRED_COMISS;
|
|
CARTAO_DEBT_COMISS = cARTAO_DEBT_COMISS;
|
|
VERSAOP = vERSAOP;
|
|
SHCompras = sHCompras;
|
|
NFE_FORMA_EMISSAO = nFE_FORMA_EMISSAO;
|
|
CARTAO_CRED_PARCELA = cARTAO_CRED_PARCELA;
|
|
SMTP_SEMAUTENTICA = sMTP_SEMAUTENTICA;
|
|
NFE_ENFE = nFE_ENFE;
|
|
NFE_EMAIL_OK = nFE_EMAIL_OK;
|
|
DATA_CADASTRO = dATA_CADASTRO;
|
|
ULTIMA_IMPRESSAO = uLTIMA_IMPRESSAO;
|
|
DATA_SAIDA = dATA_SAIDA;
|
|
IMPRESSA = iMPRESSA;
|
|
FRETE_NUMERO = fRETE_NUMERO;
|
|
DESTINATARIO_NOME = dESTINATARIO_NOME;
|
|
DESTINATARIO_ENDERECO = dESTINATARIO_ENDERECO;
|
|
DESTINATARIO_BAIRRO = dESTINATARIO_BAIRRO;
|
|
DESTINATARIO_CIDADE = dESTINATARIO_CIDADE;
|
|
DESTINATARIO_UF = dESTINATARIO_UF;
|
|
DESTINATARIO_CEP = dESTINATARIO_CEP;
|
|
DESTINATARIO_COD_PAIS = dESTINATARIO_COD_PAIS;
|
|
DESTINATARIO_TEL = dESTINATARIO_TEL;
|
|
DESTINATARIO_FAX = dESTINATARIO_FAX;
|
|
DESTINATARIO_EMAIL = dESTINATARIO_EMAIL;
|
|
DESTINATARIO_IE_RG = dESTINATARIO_IE_RG;
|
|
DESTINATARIO_CNPJCPF = dESTINATARIO_CNPJCPF;
|
|
VALOR_DESCONTO = vALOR_DESCONTO;
|
|
VALOR_IRRF = vALOR_IRRF;
|
|
VALOR_IRPJ = vALOR_IRPJ;
|
|
VALOR_PIS = vALOR_PIS;
|
|
VALOR_COFINS = vALOR_COFINS;
|
|
VALOR_CSLL = vALOR_CSLL;
|
|
VALOR_BENEF = vALOR_BENEF;
|
|
VALOR_INSS = vALOR_INSS;
|
|
VALOR_SIMPLES = vALOR_SIMPLES;
|
|
TOTAL_DESC = tOTAL_DESC;
|
|
TOTAL_DEDUCOES = tOTAL_DEDUCOES;
|
|
TOTAL_SERVICOS = tOTAL_SERVICOS;
|
|
TOTAL_PRODUTOS = tOTAL_PRODUTOS;
|
|
TOTAL_ISS = tOTAL_ISS;
|
|
TOTAL_IRRF = tOTAL_IRRF;
|
|
TOTAL_IRPJ = tOTAL_IRPJ;
|
|
TOTAL_PIS = tOTAL_PIS;
|
|
TOTAL_COFINS = tOTAL_COFINS;
|
|
TOTAL_CSLL = tOTAL_CSLL;
|
|
TOTAL_INSS = tOTAL_INSS;
|
|
TOTAL_SIMPLES = tOTAL_SIMPLES;
|
|
FRETE_NOME = fRETE_NOME;
|
|
FRETE_UF = fRETE_UF;
|
|
FRETE_CNPJCPF = fRETE_CNPJCPF;
|
|
FRETE_IERG = fRETE_IERG;
|
|
FRETE_ENDERECO = fRETE_ENDERECO;
|
|
FRETE_MUNICIPIO = fRETE_MUNICIPIO;
|
|
FRETE_TUF = fRETE_TUF;
|
|
DB_cs_ICMS_S = dB_cs_ICMS_S;
|
|
DB_cs_FRETE = dB_cs_FRETE;
|
|
DB_cs_SEGURO = dB_cs_SEGURO;
|
|
DB_cs_DESPESAS = dB_cs_DESPESAS;
|
|
DB_cin_FRETE = dB_cin_FRETE;
|
|
DB_cin_SEGURO = dB_cin_SEGURO;
|
|
DB_cin_DESPESAS = dB_cin_DESPESAS;
|
|
DB_cin_DESCONTO = dB_cin_DESCONTO;
|
|
DB_cs_ISS = dB_cs_ISS;
|
|
DB_cs_IRRF = dB_cs_IRRF;
|
|
DB_cs_IRPJ = dB_cs_IRPJ;
|
|
DB_cs_PIS = dB_cs_PIS;
|
|
DB_cs_COFINS = dB_cs_COFINS;
|
|
DB_cs_CSLL = dB_cs_CSLL;
|
|
DB_cs_INSS = dB_cs_INSS;
|
|
DB_cs_SIMPLES = dB_cs_SIMPLES;
|
|
V_FRETE = v_FRETE;
|
|
V_SEGURO = v_SEGURO;
|
|
V_OUTROS = v_OUTROS;
|
|
COD_FAB = cOD_FAB;
|
|
}
|
|
|
|
public int ID_CONFIG { get; set; }
|
|
public string ESTOQUE { get; set; }
|
|
public string OFICINA { get; set; }
|
|
public string BANCO { get; set; }
|
|
public string CONTAS { get; set; }
|
|
public string VENDASL1 { get; set; }
|
|
public string VENDASL2 { get; set; }
|
|
public string MODELOVENDA { get; set; }
|
|
public string PRNPORTVENDA { get; set; }
|
|
public string COPIASVENDA { get; set; }
|
|
public string VERSAO { get; set; }
|
|
public string SERIAL { get; set; }
|
|
public string SERIAL2 { get; set; }
|
|
|
|
public string SMTP_SERVER { get; set; }
|
|
public string SMTP_USER { get; set; }
|
|
public string SMTP_PASS { get; set; }
|
|
public string SMTP_TIT { get; set; }
|
|
public string SMTP_EMAIL { get; set; }
|
|
public string SMTP_CC { get; set; }
|
|
public string SMTP_PORT { get; set; }
|
|
public string SMTP_SSL { get; set; }
|
|
public string SMTP_COK { get; set; }
|
|
|
|
public string OFICINADONO { get; set; }
|
|
public string NOSSONUMERO { get; set; }
|
|
public string REVENDA { get; set; }
|
|
|
|
public string COMISS_VENDAS { get; set; }
|
|
public string MAXDES_VENDAS { get; set; }
|
|
|
|
public string CARTAO_REG_OK { get; set; }
|
|
public string CARTAO_DEBT_DIRETO { get; set; }
|
|
public string CARTAO_CRED_DIRETO { get; set; }
|
|
public string CARTAO_CRED_COMISS { get; set; }
|
|
public string CARTAO_DEBT_COMISS { get; set; }
|
|
|
|
public string VERSAOP { get; set; }
|
|
public string SHCompras { get; set; }
|
|
public string NFE_FORMA_EMISSAO { get; set; }
|
|
public string CARTAO_CRED_PARCELA { get; set; }
|
|
public string SMTP_SEMAUTENTICA { get; set; }
|
|
|
|
public string NFE_ENFE { get; set; }
|
|
public string NFE_EMAIL_OK { get; set; }
|
|
|
|
public string DATA_CADASTRO { get; set; }
|
|
public string ULTIMA_IMPRESSAO { get; set; }
|
|
public string DATA_SAIDA { get; set; }
|
|
public string IMPRESSA { get; set; }
|
|
|
|
public string FRETE_NUMERO { get; set; }
|
|
|
|
public string DESTINATARIO_NOME { get; set; }
|
|
public string DESTINATARIO_ENDERECO { get; set; }
|
|
public string DESTINATARIO_BAIRRO { get; set; }
|
|
public string DESTINATARIO_CIDADE { get; set; }
|
|
public string DESTINATARIO_UF { get; set; }
|
|
public string DESTINATARIO_CEP { get; set; }
|
|
public string DESTINATARIO_COD_PAIS { get; set; }
|
|
public string DESTINATARIO_TEL { get; set; }
|
|
public string DESTINATARIO_FAX { get; set; }
|
|
public string DESTINATARIO_EMAIL { get; set; }
|
|
public string DESTINATARIO_IE_RG { get; set; }
|
|
public string DESTINATARIO_CNPJCPF { get; set; }
|
|
|
|
public string VALOR_DESCONTO { get; set; }
|
|
public string VALOR_IRRF { get; set; }
|
|
public string VALOR_IRPJ { get; set; }
|
|
public string VALOR_PIS { get; set; }
|
|
public string VALOR_COFINS { get; set; }
|
|
public string VALOR_CSLL { get; set; }
|
|
public string VALOR_BENEF { get; set; }
|
|
public string VALOR_INSS { get; set; }
|
|
public string VALOR_SIMPLES { get; set; }
|
|
|
|
public string TOTAL_DESC { get; set; }
|
|
public string TOTAL_DEDUCOES { get; set; }
|
|
public string TOTAL_SERVICOS { get; set; }
|
|
public string TOTAL_PRODUTOS { get; set; }
|
|
public string TOTAL_ISS { get; set; }
|
|
public string TOTAL_IRRF { get; set; }
|
|
public string TOTAL_IRPJ { get; set; }
|
|
public string TOTAL_PIS { get; set; }
|
|
public string TOTAL_COFINS { get; set; }
|
|
public string TOTAL_CSLL { get; set; }
|
|
public string TOTAL_INSS { get; set; }
|
|
public string TOTAL_SIMPLES { get; set; }
|
|
|
|
public string FRETE_NOME { get; set; }
|
|
public string FRETE_UF { get; set; }
|
|
public string FRETE_CNPJCPF { get; set; }
|
|
public string FRETE_IERG { get; set; }
|
|
public string FRETE_ENDERECO { get; set; }
|
|
public string FRETE_MUNICIPIO { get; set; }
|
|
public string FRETE_TUF { get; set; }
|
|
|
|
public string DB_cs_ICMS_S { get; set; }
|
|
public string DB_cs_FRETE { get; set; }
|
|
public string DB_cs_SEGURO { get; set; }
|
|
public string DB_cs_DESPESAS { get; set; }
|
|
|
|
public string DB_cin_FRETE { get; set; }
|
|
public string DB_cin_SEGURO { get; set; }
|
|
public string DB_cin_DESPESAS { get; set; }
|
|
public string DB_cin_DESCONTO { get; set; }
|
|
|
|
public string DB_cs_ISS { get; set; }
|
|
public string DB_cs_IRRF { get; set; }
|
|
public string DB_cs_IRPJ { get; set; }
|
|
public string DB_cs_PIS { get; set; }
|
|
public string DB_cs_COFINS { get; set; }
|
|
public string DB_cs_CSLL { get; set; }
|
|
public string DB_cs_INSS { get; set; }
|
|
public string DB_cs_SIMPLES { get; set; }
|
|
|
|
public string V_FRETE { get; set; }
|
|
public string V_SEGURO { get; set; }
|
|
public string V_OUTROS { get; set; }
|
|
|
|
public string COD_FAB { get; set; }
|
|
}
|
|
} |