<< Click to Display Table of Contents >> Navigation: Web Service > Funciones > Classes > TEmpresa |
TEmpresa = class(TRemotable)
private
FNombre:String;
FComercial:String;
FRFC:String;
FDomicilio:String;
FTelefono:String;
FCorreo:String;
FPrinter1:String;
FPrinter2:String;
FPrinter3:String;
FPrinter4:String;
FPrinter5:String;
FProTitulo1:String;
FProTitulo2:String;
FProTitulo3:String;
FIVAIncluido:Boolean;
FOP_IEPS_SOBRE_IVA:Integer;
FTC_VentaCredito,
FTC_CobranzaCredito:Real;
FURL_Post:String;
FOP_AUTHPEDIDOPRECIO:String;{T o F}
FOP_MOSTRARPIEZAS:String;
FOP_AUTOGEN_PRECIOPACTO:String;
FFOLIOTRUPERLINEA:Integer;
FTASA2_INC_BASEIVA:Boolean;
FURL_PHOTO:String;
FENTREGA_CONFOTO :Boolean;
FTIPOFOTO: Integer;
FOP_ORDENPRO_TITULOS: Integer;
FOP_SIN_DERIVACION:Boolean;
FOP_MOVIL_BLOQCTESALDO:Boolean;
published
property Nombre : String read FNombre write FNombre;
property Comercial : String read FComercial write FComercial;
property RFC : String read FRFC write FRFC;
property Domicilio : String read FDomicilio write FDomicilio;
property Telefono : String read FTelefono write FTelefono;
property Correo : String read FCorreo write FCorreo;
property Printer1 : String read FPrinter1 write FPrinter1;
property Printer2 : String read FPrinter2 write FPrinter2;
property Printer3 : String read FPrinter3 write FPrinter3;
property Printer4 : String read FPrinter4 write FPrinter4;
property Printer5 : String read FPrinter5 write FPrinter5;
property ProTitulo1 : String read FProTitulo1 write FProTitulo1;
property ProTitulo2 : String read FProTitulo2 write FProTitulo2;
property ProTitulo3 : String read FProTitulo3 write FProTitulo3;
property IVAIncluido : Boolean read FIVAIncluido write FIVAIncluido;
property OP_IEPS_SOBRE_IVA : Integer read FOP_IEPS_SOBRE_IVA write FOP_IEPS_SOBRE_IVA;
property TC_VentaCredito : Real read FTC_VentaCredito write FTC_VentaCredito;
property TC_CobranzaCredito : Real read FTC_CobranzaCredito write FTC_CobranzaCredito;
property URL_Post : String read FURL_Post write FURL_Post;
property OP_AUTHPEDIDOPRECIO : String read FOP_AUTHPEDIDOPRECIO write FOP_AUTHPEDIDOPRECIO;
property OP_MOSTRARPIEZAS : String read FOP_MOSTRARPIEZAS write FOP_MOSTRARPIEZAS;
property OP_AUTOGEN_PRECIOPACTO : String read FOP_AUTOGEN_PRECIOPACTO write FOP_AUTOGEN_PRECIOPACTO;
property FOLIOTRUPERLINEA : Integer read FFOLIOTRUPERLINEA write FFOLIOTRUPERLINEA;
property TASA2_INC_BASEIVA : Boolean read FTASA2_INC_BASEIVA write FTASA2_INC_BASEIVA;
property URL_PHOTO : String read FURL_PHOTO write FURL_PHOTO;
property ENTREGA_CONFOTO : Boolean read FENTREGA_CONFOTO write FENTREGA_CONFOTO;
property TIPOFOTO : Integer read FTIPOFOTO write FTIPOFOTO;
property OP_ORDENPRO_TITULOS : Integer read FOP_ORDENPRO_TITULOS write FOP_ORDENPRO_TITULOS;
property OP_SIN_DERIVACION : Boolean read FOP_SIN_DERIVACION write FOP_SIN_DERIVACION;
property OP_MOVIL_BLOQCTESALDO : Boolean read FOP_MOVIL_BLOQCTESALDO write FOP_MOVIL_BLOQCTESALDO;
end;