2007-10-29 19:18:51 +00:00
|
|
|
unit schAlbaranesClienteServer_Intf;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
Classes, DB, SysUtils, uROClasses, uDADataTable, uDABusinessProcessor, FmtBCD, uROXMLIntf, schAlbaranesClienteClient_Intf;
|
|
|
|
|
|
|
|
|
|
const
|
|
|
|
|
{ Delta rules ids
|
|
|
|
|
Feel free to change them to something more human readable
|
|
|
|
|
but make sure they are unique in the context of your application }
|
2008-09-19 18:13:32 +00:00
|
|
|
RID_AlbaranesClienteDelta = '{2E0A5659-946F-468E-AB61-D5C549490842}';
|
|
|
|
|
RID_AlbaranesCliente_DetallesDelta = '{DD10B773-471A-4785-B22A-5C4925E89ADB}';
|
2007-10-29 19:18:51 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
{ IAlbaranesClienteDelta }
|
|
|
|
|
IAlbaranesClienteDelta = interface(IAlbaranesCliente)
|
2008-09-19 18:13:32 +00:00
|
|
|
['{2E0A5659-946F-468E-AB61-D5C549490842}']
|
2007-10-29 19:18:51 +00:00
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetOldIDValue : Integer;
|
|
|
|
|
function GetOldID_EMPRESAValue : Integer;
|
|
|
|
|
function GetOldID_CLIENTEValue : Integer;
|
2008-09-19 18:13:32 +00:00
|
|
|
function GetOldID_DIRECCIONValue : Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetOldNOMBREValue : String;
|
|
|
|
|
function GetOldFECHA_ALBARANValue : DateTime;
|
|
|
|
|
function GetOldREFERENCIAValue : String;
|
|
|
|
|
function GetOldREFERENCIA_CLIENTEValue : String;
|
|
|
|
|
function GetOldTIPOValue : String;
|
|
|
|
|
function GetOldSITUACIONValue : String;
|
|
|
|
|
function GetOldID_ALMACENValue : Integer;
|
|
|
|
|
function GetOldNOMBRE_ALMACENValue : String;
|
|
|
|
|
function GetOldID_PEDIDOValue : Integer;
|
|
|
|
|
function GetOldREF_PEDIDOValue : String;
|
|
|
|
|
function GetOldID_FACTURAValue : Integer;
|
|
|
|
|
function GetOldREF_FACTURAValue : String;
|
|
|
|
|
function GetOldCALLEValue : String;
|
|
|
|
|
function GetOldCODIGO_POSTALValue : String;
|
|
|
|
|
function GetOldPOBLACIONValue : String;
|
|
|
|
|
function GetOldPROVINCIAValue : String;
|
|
|
|
|
function GetOldPERSONA_CONTACTOValue : String;
|
|
|
|
|
function GetOldTELEFONOValue : String;
|
|
|
|
|
function GetOldIMPORTE_NETOValue : Currency;
|
|
|
|
|
function GetOldIMPORTE_PORTEValue : Currency;
|
|
|
|
|
function GetOldDESCUENTOValue : Float;
|
|
|
|
|
function GetOldIMPORTE_DESCUENTOValue : Currency;
|
|
|
|
|
function GetOldBASE_IMPONIBLEValue : Currency;
|
|
|
|
|
function GetOldIVAValue : Float;
|
|
|
|
|
function GetOldIMPORTE_IVAValue : Currency;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue : Currency;
|
|
|
|
|
function GetOldOBSERVACIONESValue : IROStrings;
|
|
|
|
|
function GetOldINCIDENCIASValue : IROStrings;
|
|
|
|
|
function GetOldINCIDENCIAS_ACTIVASValue : Integer;
|
|
|
|
|
function GetOldFECHA_ALTAValue : DateTime;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue : DateTime;
|
|
|
|
|
function GetOldUSUARIOValue : String;
|
|
|
|
|
function GetOldID_FORMA_PAGOValue : Integer;
|
|
|
|
|
function GetOldFECHA_PREVISTA_ENVIOValue : DateTime;
|
|
|
|
|
function GetOldFECHA_ENVIOValue : DateTime;
|
|
|
|
|
function GetOldFECHA_RECEPCIONValue : DateTime;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
2008-09-19 18:13:32 +00:00
|
|
|
property OldID_DIRECCION : Integer read GetOldID_DIRECCIONValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
property OldNOMBRE : String read GetOldNOMBREValue;
|
|
|
|
|
property OldFECHA_ALBARAN : DateTime read GetOldFECHA_ALBARANValue;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIA_CLIENTE : String read GetOldREFERENCIA_CLIENTEValue;
|
|
|
|
|
property OldTIPO : String read GetOldTIPOValue;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldID_ALMACEN : Integer read GetOldID_ALMACENValue;
|
|
|
|
|
property OldNOMBRE_ALMACEN : String read GetOldNOMBRE_ALMACENValue;
|
|
|
|
|
property OldID_PEDIDO : Integer read GetOldID_PEDIDOValue;
|
|
|
|
|
property OldREF_PEDIDO : String read GetOldREF_PEDIDOValue;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldREF_FACTURA : String read GetOldREF_FACTURAValue;
|
|
|
|
|
property OldCALLE : String read GetOldCALLEValue;
|
|
|
|
|
property OldCODIGO_POSTAL : String read GetOldCODIGO_POSTALValue;
|
|
|
|
|
property OldPOBLACION : String read GetOldPOBLACIONValue;
|
|
|
|
|
property OldPROVINCIA : String read GetOldPROVINCIAValue;
|
|
|
|
|
property OldPERSONA_CONTACTO : String read GetOldPERSONA_CONTACTOValue;
|
|
|
|
|
property OldTELEFONO : String read GetOldTELEFONOValue;
|
|
|
|
|
property OldIMPORTE_NETO : Currency read GetOldIMPORTE_NETOValue;
|
|
|
|
|
property OldIMPORTE_PORTE : Currency read GetOldIMPORTE_PORTEValue;
|
|
|
|
|
property OldDESCUENTO : Float read GetOldDESCUENTOValue;
|
|
|
|
|
property OldIMPORTE_DESCUENTO : Currency read GetOldIMPORTE_DESCUENTOValue;
|
|
|
|
|
property OldBASE_IMPONIBLE : Currency read GetOldBASE_IMPONIBLEValue;
|
|
|
|
|
property OldIVA : Float read GetOldIVAValue;
|
|
|
|
|
property OldIMPORTE_IVA : Currency read GetOldIMPORTE_IVAValue;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldOBSERVACIONES : IROStrings read GetOldOBSERVACIONESValue;
|
|
|
|
|
property OldINCIDENCIAS : IROStrings read GetOldINCIDENCIASValue;
|
|
|
|
|
property OldINCIDENCIAS_ACTIVAS : Integer read GetOldINCIDENCIAS_ACTIVASValue;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
property OldID_FORMA_PAGO : Integer read GetOldID_FORMA_PAGOValue;
|
|
|
|
|
property OldFECHA_PREVISTA_ENVIO : DateTime read GetOldFECHA_PREVISTA_ENVIOValue;
|
|
|
|
|
property OldFECHA_ENVIO : DateTime read GetOldFECHA_ENVIOValue;
|
|
|
|
|
property OldFECHA_RECEPCION : DateTime read GetOldFECHA_RECEPCIONValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ TAlbaranesClienteBusinessProcessorRules }
|
|
|
|
|
TAlbaranesClienteBusinessProcessorRules = class(TDABusinessProcessorRules, IAlbaranesCliente, IAlbaranesClienteDelta)
|
|
|
|
|
private
|
|
|
|
|
f_OBSERVACIONES: IROStrings;
|
|
|
|
|
f_INCIDENCIAS: IROStrings;
|
|
|
|
|
procedure OBSERVACIONES_OnChange(Sender: TObject);
|
|
|
|
|
procedure INCIDENCIAS_OnChange(Sender: TObject);
|
|
|
|
|
protected
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetIDValue: Integer; virtual;
|
|
|
|
|
function GetIDIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIDValue: Integer; virtual;
|
|
|
|
|
function GetOldIDIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIDValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetIDIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_EMPRESAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_EMPRESAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetOldID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_CLIENTEValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_CLIENTEIsNull(const aValue: Boolean); virtual;
|
2008-09-19 18:13:32 +00:00
|
|
|
function GetID_DIRECCIONValue: Integer; virtual;
|
|
|
|
|
function GetID_DIRECCIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_DIRECCIONValue: Integer; virtual;
|
|
|
|
|
function GetOldID_DIRECCIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_DIRECCIONValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_DIRECCIONIsNull(const aValue: Boolean); virtual;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetNOMBREValue: String; virtual;
|
|
|
|
|
function GetNOMBREIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNOMBREValue: String; virtual;
|
|
|
|
|
function GetOldNOMBREIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNOMBREValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNOMBREIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_ALBARANValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_ALBARANIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_ALBARANValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_ALBARANIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_ALBARANValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_ALBARANIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIA_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetREFERENCIA_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIA_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIA_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIA_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIA_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetTIPOValue: String; virtual;
|
|
|
|
|
function GetTIPOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldTIPOValue: String; virtual;
|
|
|
|
|
function GetOldTIPOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetTIPOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetTIPOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetSITUACIONValue: String; virtual;
|
|
|
|
|
function GetSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldSITUACIONValue: String; virtual;
|
|
|
|
|
function GetOldSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetSITUACIONValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetSITUACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_ALMACENValue: Integer; virtual;
|
|
|
|
|
function GetID_ALMACENIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_ALMACENValue: Integer; virtual;
|
|
|
|
|
function GetOldID_ALMACENIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_ALMACENValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_ALMACENIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetNOMBRE_ALMACENValue: String; virtual;
|
|
|
|
|
function GetNOMBRE_ALMACENIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNOMBRE_ALMACENValue: String; virtual;
|
|
|
|
|
function GetOldNOMBRE_ALMACENIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNOMBRE_ALMACENValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNOMBRE_ALMACENIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_PEDIDOValue: Integer; virtual;
|
|
|
|
|
function GetID_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_PEDIDOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_PEDIDOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_PEDIDOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREF_PEDIDOValue: String; virtual;
|
|
|
|
|
function GetREF_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREF_PEDIDOValue: String; virtual;
|
|
|
|
|
function GetOldREF_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREF_PEDIDOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREF_PEDIDOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_FACTURAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREF_FACTURAValue: String; virtual;
|
|
|
|
|
function GetREF_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREF_FACTURAValue: String; virtual;
|
|
|
|
|
function GetOldREF_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREF_FACTURAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREF_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCALLEValue: String; virtual;
|
|
|
|
|
function GetCALLEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCALLEValue: String; virtual;
|
|
|
|
|
function GetOldCALLEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCALLEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetCALLEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCODIGO_POSTALValue: String; virtual;
|
|
|
|
|
function GetCODIGO_POSTALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCODIGO_POSTALValue: String; virtual;
|
|
|
|
|
function GetOldCODIGO_POSTALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCODIGO_POSTALValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetCODIGO_POSTALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetPOBLACIONValue: String; virtual;
|
|
|
|
|
function GetPOBLACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldPOBLACIONValue: String; virtual;
|
|
|
|
|
function GetOldPOBLACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetPOBLACIONValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetPOBLACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetPROVINCIAValue: String; virtual;
|
|
|
|
|
function GetPROVINCIAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldPROVINCIAValue: String; virtual;
|
|
|
|
|
function GetOldPROVINCIAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetPROVINCIAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetPROVINCIAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetPERSONA_CONTACTOValue: String; virtual;
|
|
|
|
|
function GetPERSONA_CONTACTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldPERSONA_CONTACTOValue: String; virtual;
|
|
|
|
|
function GetOldPERSONA_CONTACTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetPERSONA_CONTACTOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetPERSONA_CONTACTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetTELEFONOValue: String; virtual;
|
|
|
|
|
function GetTELEFONOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldTELEFONOValue: String; virtual;
|
|
|
|
|
function GetOldTELEFONOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetTELEFONOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetTELEFONOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_NETOValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_NETOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_NETOValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_NETOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_NETOValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_NETOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_PORTEValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_PORTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_PORTEValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_PORTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_PORTEValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_PORTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetDESCUENTOValue: Float; virtual;
|
|
|
|
|
function GetDESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldDESCUENTOValue: Float; virtual;
|
|
|
|
|
function GetOldDESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetDESCUENTOValue(const aValue: Float); virtual;
|
|
|
|
|
procedure SetDESCUENTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_DESCUENTOValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_DESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_DESCUENTOValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_DESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_DESCUENTOValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_DESCUENTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetBASE_IMPONIBLEValue: Currency; virtual;
|
|
|
|
|
function GetBASE_IMPONIBLEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldBASE_IMPONIBLEValue: Currency; virtual;
|
|
|
|
|
function GetOldBASE_IMPONIBLEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetBASE_IMPONIBLEValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetBASE_IMPONIBLEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIVAValue: Float; virtual;
|
|
|
|
|
function GetIVAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIVAValue: Float; virtual;
|
|
|
|
|
function GetOldIVAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIVAValue(const aValue: Float); virtual;
|
|
|
|
|
procedure SetIVAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_IVAValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_IVAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_IVAValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_IVAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_IVAValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_IVAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetOBSERVACIONESValue: IROStrings; virtual;
|
|
|
|
|
function GetOBSERVACIONESIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldOBSERVACIONESValue: IROStrings; virtual;
|
|
|
|
|
function GetOldOBSERVACIONESIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetOBSERVACIONESIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetINCIDENCIASValue: IROStrings; virtual;
|
|
|
|
|
function GetINCIDENCIASIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldINCIDENCIASValue: IROStrings; virtual;
|
|
|
|
|
function GetOldINCIDENCIASIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetINCIDENCIASIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetINCIDENCIAS_ACTIVASValue: Integer; virtual;
|
|
|
|
|
function GetINCIDENCIAS_ACTIVASIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldINCIDENCIAS_ACTIVASValue: Integer; virtual;
|
|
|
|
|
function GetOldINCIDENCIAS_ACTIVASIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetINCIDENCIAS_ACTIVASValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetINCIDENCIAS_ACTIVASIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_ALTAValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_ALTAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetUSUARIOValue: String; virtual;
|
|
|
|
|
function GetUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldUSUARIOValue: String; virtual;
|
|
|
|
|
function GetOldUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetUSUARIOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetUSUARIOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_FORMA_PAGOValue: Integer; virtual;
|
|
|
|
|
function GetID_FORMA_PAGOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_FORMA_PAGOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_FORMA_PAGOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_FORMA_PAGOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_FORMA_PAGOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_PREVISTA_ENVIOValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_PREVISTA_ENVIOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_PREVISTA_ENVIOValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_PREVISTA_ENVIOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_PREVISTA_ENVIOValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_PREVISTA_ENVIOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_ENVIOValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_ENVIOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_ENVIOValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_ENVIOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_ENVIOValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_ENVIOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_RECEPCIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_RECEPCIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_RECEPCIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_RECEPCIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_RECEPCIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_RECEPCIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property ID : Integer read GetIDValue write SetIDValue;
|
|
|
|
|
property IDIsNull : Boolean read GetIDIsNull write SetIDIsNull;
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldIDIsNull : Boolean read GetOldIDIsNull;
|
|
|
|
|
property ID_EMPRESA : Integer read GetID_EMPRESAValue write SetID_EMPRESAValue;
|
|
|
|
|
property ID_EMPRESAIsNull : Boolean read GetID_EMPRESAIsNull write SetID_EMPRESAIsNull;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
property OldID_EMPRESAIsNull : Boolean read GetOldID_EMPRESAIsNull;
|
|
|
|
|
property ID_CLIENTE : Integer read GetID_CLIENTEValue write SetID_CLIENTEValue;
|
|
|
|
|
property ID_CLIENTEIsNull : Boolean read GetID_CLIENTEIsNull write SetID_CLIENTEIsNull;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
|
|
|
|
property OldID_CLIENTEIsNull : Boolean read GetOldID_CLIENTEIsNull;
|
2008-09-19 18:13:32 +00:00
|
|
|
property ID_DIRECCION : Integer read GetID_DIRECCIONValue write SetID_DIRECCIONValue;
|
|
|
|
|
property ID_DIRECCIONIsNull : Boolean read GetID_DIRECCIONIsNull write SetID_DIRECCIONIsNull;
|
|
|
|
|
property OldID_DIRECCION : Integer read GetOldID_DIRECCIONValue;
|
|
|
|
|
property OldID_DIRECCIONIsNull : Boolean read GetOldID_DIRECCIONIsNull;
|
2007-10-29 19:18:51 +00:00
|
|
|
property NOMBRE : String read GetNOMBREValue write SetNOMBREValue;
|
|
|
|
|
property NOMBREIsNull : Boolean read GetNOMBREIsNull write SetNOMBREIsNull;
|
|
|
|
|
property OldNOMBRE : String read GetOldNOMBREValue;
|
|
|
|
|
property OldNOMBREIsNull : Boolean read GetOldNOMBREIsNull;
|
|
|
|
|
property FECHA_ALBARAN : DateTime read GetFECHA_ALBARANValue write SetFECHA_ALBARANValue;
|
|
|
|
|
property FECHA_ALBARANIsNull : Boolean read GetFECHA_ALBARANIsNull write SetFECHA_ALBARANIsNull;
|
|
|
|
|
property OldFECHA_ALBARAN : DateTime read GetOldFECHA_ALBARANValue;
|
|
|
|
|
property OldFECHA_ALBARANIsNull : Boolean read GetOldFECHA_ALBARANIsNull;
|
|
|
|
|
property REFERENCIA : String read GetREFERENCIAValue write SetREFERENCIAValue;
|
|
|
|
|
property REFERENCIAIsNull : Boolean read GetREFERENCIAIsNull write SetREFERENCIAIsNull;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIAIsNull : Boolean read GetOldREFERENCIAIsNull;
|
|
|
|
|
property REFERENCIA_CLIENTE : String read GetREFERENCIA_CLIENTEValue write SetREFERENCIA_CLIENTEValue;
|
|
|
|
|
property REFERENCIA_CLIENTEIsNull : Boolean read GetREFERENCIA_CLIENTEIsNull write SetREFERENCIA_CLIENTEIsNull;
|
|
|
|
|
property OldREFERENCIA_CLIENTE : String read GetOldREFERENCIA_CLIENTEValue;
|
|
|
|
|
property OldREFERENCIA_CLIENTEIsNull : Boolean read GetOldREFERENCIA_CLIENTEIsNull;
|
|
|
|
|
property TIPO : String read GetTIPOValue write SetTIPOValue;
|
|
|
|
|
property TIPOIsNull : Boolean read GetTIPOIsNull write SetTIPOIsNull;
|
|
|
|
|
property OldTIPO : String read GetOldTIPOValue;
|
|
|
|
|
property OldTIPOIsNull : Boolean read GetOldTIPOIsNull;
|
|
|
|
|
property SITUACION : String read GetSITUACIONValue write SetSITUACIONValue;
|
|
|
|
|
property SITUACIONIsNull : Boolean read GetSITUACIONIsNull write SetSITUACIONIsNull;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldSITUACIONIsNull : Boolean read GetOldSITUACIONIsNull;
|
|
|
|
|
property ID_ALMACEN : Integer read GetID_ALMACENValue write SetID_ALMACENValue;
|
|
|
|
|
property ID_ALMACENIsNull : Boolean read GetID_ALMACENIsNull write SetID_ALMACENIsNull;
|
|
|
|
|
property OldID_ALMACEN : Integer read GetOldID_ALMACENValue;
|
|
|
|
|
property OldID_ALMACENIsNull : Boolean read GetOldID_ALMACENIsNull;
|
|
|
|
|
property NOMBRE_ALMACEN : String read GetNOMBRE_ALMACENValue write SetNOMBRE_ALMACENValue;
|
|
|
|
|
property NOMBRE_ALMACENIsNull : Boolean read GetNOMBRE_ALMACENIsNull write SetNOMBRE_ALMACENIsNull;
|
|
|
|
|
property OldNOMBRE_ALMACEN : String read GetOldNOMBRE_ALMACENValue;
|
|
|
|
|
property OldNOMBRE_ALMACENIsNull : Boolean read GetOldNOMBRE_ALMACENIsNull;
|
|
|
|
|
property ID_PEDIDO : Integer read GetID_PEDIDOValue write SetID_PEDIDOValue;
|
|
|
|
|
property ID_PEDIDOIsNull : Boolean read GetID_PEDIDOIsNull write SetID_PEDIDOIsNull;
|
|
|
|
|
property OldID_PEDIDO : Integer read GetOldID_PEDIDOValue;
|
|
|
|
|
property OldID_PEDIDOIsNull : Boolean read GetOldID_PEDIDOIsNull;
|
|
|
|
|
property REF_PEDIDO : String read GetREF_PEDIDOValue write SetREF_PEDIDOValue;
|
|
|
|
|
property REF_PEDIDOIsNull : Boolean read GetREF_PEDIDOIsNull write SetREF_PEDIDOIsNull;
|
|
|
|
|
property OldREF_PEDIDO : String read GetOldREF_PEDIDOValue;
|
|
|
|
|
property OldREF_PEDIDOIsNull : Boolean read GetOldREF_PEDIDOIsNull;
|
|
|
|
|
property ID_FACTURA : Integer read GetID_FACTURAValue write SetID_FACTURAValue;
|
|
|
|
|
property ID_FACTURAIsNull : Boolean read GetID_FACTURAIsNull write SetID_FACTURAIsNull;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldID_FACTURAIsNull : Boolean read GetOldID_FACTURAIsNull;
|
|
|
|
|
property REF_FACTURA : String read GetREF_FACTURAValue write SetREF_FACTURAValue;
|
|
|
|
|
property REF_FACTURAIsNull : Boolean read GetREF_FACTURAIsNull write SetREF_FACTURAIsNull;
|
|
|
|
|
property OldREF_FACTURA : String read GetOldREF_FACTURAValue;
|
|
|
|
|
property OldREF_FACTURAIsNull : Boolean read GetOldREF_FACTURAIsNull;
|
|
|
|
|
property CALLE : String read GetCALLEValue write SetCALLEValue;
|
|
|
|
|
property CALLEIsNull : Boolean read GetCALLEIsNull write SetCALLEIsNull;
|
|
|
|
|
property OldCALLE : String read GetOldCALLEValue;
|
|
|
|
|
property OldCALLEIsNull : Boolean read GetOldCALLEIsNull;
|
|
|
|
|
property CODIGO_POSTAL : String read GetCODIGO_POSTALValue write SetCODIGO_POSTALValue;
|
|
|
|
|
property CODIGO_POSTALIsNull : Boolean read GetCODIGO_POSTALIsNull write SetCODIGO_POSTALIsNull;
|
|
|
|
|
property OldCODIGO_POSTAL : String read GetOldCODIGO_POSTALValue;
|
|
|
|
|
property OldCODIGO_POSTALIsNull : Boolean read GetOldCODIGO_POSTALIsNull;
|
|
|
|
|
property POBLACION : String read GetPOBLACIONValue write SetPOBLACIONValue;
|
|
|
|
|
property POBLACIONIsNull : Boolean read GetPOBLACIONIsNull write SetPOBLACIONIsNull;
|
|
|
|
|
property OldPOBLACION : String read GetOldPOBLACIONValue;
|
|
|
|
|
property OldPOBLACIONIsNull : Boolean read GetOldPOBLACIONIsNull;
|
|
|
|
|
property PROVINCIA : String read GetPROVINCIAValue write SetPROVINCIAValue;
|
|
|
|
|
property PROVINCIAIsNull : Boolean read GetPROVINCIAIsNull write SetPROVINCIAIsNull;
|
|
|
|
|
property OldPROVINCIA : String read GetOldPROVINCIAValue;
|
|
|
|
|
property OldPROVINCIAIsNull : Boolean read GetOldPROVINCIAIsNull;
|
|
|
|
|
property PERSONA_CONTACTO : String read GetPERSONA_CONTACTOValue write SetPERSONA_CONTACTOValue;
|
|
|
|
|
property PERSONA_CONTACTOIsNull : Boolean read GetPERSONA_CONTACTOIsNull write SetPERSONA_CONTACTOIsNull;
|
|
|
|
|
property OldPERSONA_CONTACTO : String read GetOldPERSONA_CONTACTOValue;
|
|
|
|
|
property OldPERSONA_CONTACTOIsNull : Boolean read GetOldPERSONA_CONTACTOIsNull;
|
|
|
|
|
property TELEFONO : String read GetTELEFONOValue write SetTELEFONOValue;
|
|
|
|
|
property TELEFONOIsNull : Boolean read GetTELEFONOIsNull write SetTELEFONOIsNull;
|
|
|
|
|
property OldTELEFONO : String read GetOldTELEFONOValue;
|
|
|
|
|
property OldTELEFONOIsNull : Boolean read GetOldTELEFONOIsNull;
|
|
|
|
|
property IMPORTE_NETO : Currency read GetIMPORTE_NETOValue write SetIMPORTE_NETOValue;
|
|
|
|
|
property IMPORTE_NETOIsNull : Boolean read GetIMPORTE_NETOIsNull write SetIMPORTE_NETOIsNull;
|
|
|
|
|
property OldIMPORTE_NETO : Currency read GetOldIMPORTE_NETOValue;
|
|
|
|
|
property OldIMPORTE_NETOIsNull : Boolean read GetOldIMPORTE_NETOIsNull;
|
|
|
|
|
property IMPORTE_PORTE : Currency read GetIMPORTE_PORTEValue write SetIMPORTE_PORTEValue;
|
|
|
|
|
property IMPORTE_PORTEIsNull : Boolean read GetIMPORTE_PORTEIsNull write SetIMPORTE_PORTEIsNull;
|
|
|
|
|
property OldIMPORTE_PORTE : Currency read GetOldIMPORTE_PORTEValue;
|
|
|
|
|
property OldIMPORTE_PORTEIsNull : Boolean read GetOldIMPORTE_PORTEIsNull;
|
|
|
|
|
property DESCUENTO : Float read GetDESCUENTOValue write SetDESCUENTOValue;
|
|
|
|
|
property DESCUENTOIsNull : Boolean read GetDESCUENTOIsNull write SetDESCUENTOIsNull;
|
|
|
|
|
property OldDESCUENTO : Float read GetOldDESCUENTOValue;
|
|
|
|
|
property OldDESCUENTOIsNull : Boolean read GetOldDESCUENTOIsNull;
|
|
|
|
|
property IMPORTE_DESCUENTO : Currency read GetIMPORTE_DESCUENTOValue write SetIMPORTE_DESCUENTOValue;
|
|
|
|
|
property IMPORTE_DESCUENTOIsNull : Boolean read GetIMPORTE_DESCUENTOIsNull write SetIMPORTE_DESCUENTOIsNull;
|
|
|
|
|
property OldIMPORTE_DESCUENTO : Currency read GetOldIMPORTE_DESCUENTOValue;
|
|
|
|
|
property OldIMPORTE_DESCUENTOIsNull : Boolean read GetOldIMPORTE_DESCUENTOIsNull;
|
|
|
|
|
property BASE_IMPONIBLE : Currency read GetBASE_IMPONIBLEValue write SetBASE_IMPONIBLEValue;
|
|
|
|
|
property BASE_IMPONIBLEIsNull : Boolean read GetBASE_IMPONIBLEIsNull write SetBASE_IMPONIBLEIsNull;
|
|
|
|
|
property OldBASE_IMPONIBLE : Currency read GetOldBASE_IMPONIBLEValue;
|
|
|
|
|
property OldBASE_IMPONIBLEIsNull : Boolean read GetOldBASE_IMPONIBLEIsNull;
|
|
|
|
|
property IVA : Float read GetIVAValue write SetIVAValue;
|
|
|
|
|
property IVAIsNull : Boolean read GetIVAIsNull write SetIVAIsNull;
|
|
|
|
|
property OldIVA : Float read GetOldIVAValue;
|
|
|
|
|
property OldIVAIsNull : Boolean read GetOldIVAIsNull;
|
|
|
|
|
property IMPORTE_IVA : Currency read GetIMPORTE_IVAValue write SetIMPORTE_IVAValue;
|
|
|
|
|
property IMPORTE_IVAIsNull : Boolean read GetIMPORTE_IVAIsNull write SetIMPORTE_IVAIsNull;
|
|
|
|
|
property OldIMPORTE_IVA : Currency read GetOldIMPORTE_IVAValue;
|
|
|
|
|
property OldIMPORTE_IVAIsNull : Boolean read GetOldIMPORTE_IVAIsNull;
|
|
|
|
|
property IMPORTE_TOTAL : Currency read GetIMPORTE_TOTALValue write SetIMPORTE_TOTALValue;
|
|
|
|
|
property IMPORTE_TOTALIsNull : Boolean read GetIMPORTE_TOTALIsNull write SetIMPORTE_TOTALIsNull;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldIMPORTE_TOTALIsNull : Boolean read GetOldIMPORTE_TOTALIsNull;
|
|
|
|
|
property OBSERVACIONES : IROStrings read GetOBSERVACIONESValue;
|
|
|
|
|
property OBSERVACIONESIsNull : Boolean read GetOBSERVACIONESIsNull write SetOBSERVACIONESIsNull;
|
|
|
|
|
property OldOBSERVACIONES : IROStrings read GetOldOBSERVACIONESValue;
|
|
|
|
|
property OldOBSERVACIONESIsNull : Boolean read GetOldOBSERVACIONESIsNull;
|
|
|
|
|
property INCIDENCIAS : IROStrings read GetINCIDENCIASValue;
|
|
|
|
|
property INCIDENCIASIsNull : Boolean read GetINCIDENCIASIsNull write SetINCIDENCIASIsNull;
|
|
|
|
|
property OldINCIDENCIAS : IROStrings read GetOldINCIDENCIASValue;
|
|
|
|
|
property OldINCIDENCIASIsNull : Boolean read GetOldINCIDENCIASIsNull;
|
|
|
|
|
property INCIDENCIAS_ACTIVAS : Integer read GetINCIDENCIAS_ACTIVASValue write SetINCIDENCIAS_ACTIVASValue;
|
|
|
|
|
property INCIDENCIAS_ACTIVASIsNull : Boolean read GetINCIDENCIAS_ACTIVASIsNull write SetINCIDENCIAS_ACTIVASIsNull;
|
|
|
|
|
property OldINCIDENCIAS_ACTIVAS : Integer read GetOldINCIDENCIAS_ACTIVASValue;
|
|
|
|
|
property OldINCIDENCIAS_ACTIVASIsNull : Boolean read GetOldINCIDENCIAS_ACTIVASIsNull;
|
|
|
|
|
property FECHA_ALTA : DateTime read GetFECHA_ALTAValue write SetFECHA_ALTAValue;
|
|
|
|
|
property FECHA_ALTAIsNull : Boolean read GetFECHA_ALTAIsNull write SetFECHA_ALTAIsNull;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_ALTAIsNull : Boolean read GetOldFECHA_ALTAIsNull;
|
|
|
|
|
property FECHA_MODIFICACION : DateTime read GetFECHA_MODIFICACIONValue write SetFECHA_MODIFICACIONValue;
|
|
|
|
|
property FECHA_MODIFICACIONIsNull : Boolean read GetFECHA_MODIFICACIONIsNull write SetFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldFECHA_MODIFICACIONIsNull : Boolean read GetOldFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property USUARIO : String read GetUSUARIOValue write SetUSUARIOValue;
|
|
|
|
|
property USUARIOIsNull : Boolean read GetUSUARIOIsNull write SetUSUARIOIsNull;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
property OldUSUARIOIsNull : Boolean read GetOldUSUARIOIsNull;
|
|
|
|
|
property ID_FORMA_PAGO : Integer read GetID_FORMA_PAGOValue write SetID_FORMA_PAGOValue;
|
|
|
|
|
property ID_FORMA_PAGOIsNull : Boolean read GetID_FORMA_PAGOIsNull write SetID_FORMA_PAGOIsNull;
|
|
|
|
|
property OldID_FORMA_PAGO : Integer read GetOldID_FORMA_PAGOValue;
|
|
|
|
|
property OldID_FORMA_PAGOIsNull : Boolean read GetOldID_FORMA_PAGOIsNull;
|
|
|
|
|
property FECHA_PREVISTA_ENVIO : DateTime read GetFECHA_PREVISTA_ENVIOValue write SetFECHA_PREVISTA_ENVIOValue;
|
|
|
|
|
property FECHA_PREVISTA_ENVIOIsNull : Boolean read GetFECHA_PREVISTA_ENVIOIsNull write SetFECHA_PREVISTA_ENVIOIsNull;
|
|
|
|
|
property OldFECHA_PREVISTA_ENVIO : DateTime read GetOldFECHA_PREVISTA_ENVIOValue;
|
|
|
|
|
property OldFECHA_PREVISTA_ENVIOIsNull : Boolean read GetOldFECHA_PREVISTA_ENVIOIsNull;
|
|
|
|
|
property FECHA_ENVIO : DateTime read GetFECHA_ENVIOValue write SetFECHA_ENVIOValue;
|
|
|
|
|
property FECHA_ENVIOIsNull : Boolean read GetFECHA_ENVIOIsNull write SetFECHA_ENVIOIsNull;
|
|
|
|
|
property OldFECHA_ENVIO : DateTime read GetOldFECHA_ENVIOValue;
|
|
|
|
|
property OldFECHA_ENVIOIsNull : Boolean read GetOldFECHA_ENVIOIsNull;
|
|
|
|
|
property FECHA_RECEPCION : DateTime read GetFECHA_RECEPCIONValue write SetFECHA_RECEPCIONValue;
|
|
|
|
|
property FECHA_RECEPCIONIsNull : Boolean read GetFECHA_RECEPCIONIsNull write SetFECHA_RECEPCIONIsNull;
|
|
|
|
|
property OldFECHA_RECEPCION : DateTime read GetOldFECHA_RECEPCIONValue;
|
|
|
|
|
property OldFECHA_RECEPCIONIsNull : Boolean read GetOldFECHA_RECEPCIONIsNull;
|
|
|
|
|
|
|
|
|
|
public
|
|
|
|
|
constructor Create(aBusinessProcessor: TDABusinessProcessor); override;
|
|
|
|
|
destructor Destroy; override;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ IAlbaranesCliente_DetallesDelta }
|
|
|
|
|
IAlbaranesCliente_DetallesDelta = interface(IAlbaranesCliente_Detalles)
|
2008-09-19 18:13:32 +00:00
|
|
|
['{DD10B773-471A-4785-B22A-5C4925E89ADB}']
|
2007-10-29 19:18:51 +00:00
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetOldIDValue : Integer;
|
|
|
|
|
function GetOldID_ALBARANValue : Integer;
|
|
|
|
|
function GetOldPOSICIONValue : Integer;
|
|
|
|
|
function GetOldTIPO_DETALLEValue : String;
|
|
|
|
|
function GetOldCONCEPTOValue : String;
|
|
|
|
|
function GetOldCANTIDADValue : Integer;
|
2008-09-04 14:33:27 +00:00
|
|
|
function GetOldUNIDAD_MEDIDAValue : String;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetOldIMPORTE_UNIDADValue : Currency;
|
|
|
|
|
function GetOldDESCUENTOValue : Float;
|
|
|
|
|
function GetOldIMPORTE_PORTEValue : Currency;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue : Currency;
|
|
|
|
|
function GetOldVISIBLEValue : Integer;
|
2007-11-13 19:36:56 +00:00
|
|
|
function GetOldID_ARTICULOValue : Integer;
|
|
|
|
|
function GetOldREFERENCIAValue : String;
|
|
|
|
|
function GetOldREFERENCIA_PROVEEDORValue : String;
|
2008-05-06 17:41:42 +00:00
|
|
|
function GetOldID_PEDIDOValue : Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldID_ALBARAN : Integer read GetOldID_ALBARANValue;
|
|
|
|
|
property OldPOSICION : Integer read GetOldPOSICIONValue;
|
|
|
|
|
property OldTIPO_DETALLE : String read GetOldTIPO_DETALLEValue;
|
|
|
|
|
property OldCONCEPTO : String read GetOldCONCEPTOValue;
|
|
|
|
|
property OldCANTIDAD : Integer read GetOldCANTIDADValue;
|
2008-09-04 14:33:27 +00:00
|
|
|
property OldUNIDAD_MEDIDA : String read GetOldUNIDAD_MEDIDAValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
property OldIMPORTE_UNIDAD : Currency read GetOldIMPORTE_UNIDADValue;
|
|
|
|
|
property OldDESCUENTO : Float read GetOldDESCUENTOValue;
|
|
|
|
|
property OldIMPORTE_PORTE : Currency read GetOldIMPORTE_PORTEValue;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldVISIBLE : Integer read GetOldVISIBLEValue;
|
2007-11-13 19:36:56 +00:00
|
|
|
property OldID_ARTICULO : Integer read GetOldID_ARTICULOValue;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIA_PROVEEDOR : String read GetOldREFERENCIA_PROVEEDORValue;
|
2008-05-06 17:41:42 +00:00
|
|
|
property OldID_PEDIDO : Integer read GetOldID_PEDIDOValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ TAlbaranesCliente_DetallesBusinessProcessorRules }
|
|
|
|
|
TAlbaranesCliente_DetallesBusinessProcessorRules = class(TDABusinessProcessorRules, IAlbaranesCliente_Detalles, IAlbaranesCliente_DetallesDelta)
|
|
|
|
|
private
|
|
|
|
|
protected
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetIDValue: Integer; virtual;
|
|
|
|
|
function GetIDIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIDValue: Integer; virtual;
|
|
|
|
|
function GetOldIDIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIDValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetIDIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_ALBARANValue: Integer; virtual;
|
|
|
|
|
function GetID_ALBARANIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_ALBARANValue: Integer; virtual;
|
|
|
|
|
function GetOldID_ALBARANIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_ALBARANValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_ALBARANIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetPOSICIONValue: Integer; virtual;
|
|
|
|
|
function GetPOSICIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldPOSICIONValue: Integer; virtual;
|
|
|
|
|
function GetOldPOSICIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetPOSICIONValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetPOSICIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetTIPO_DETALLEValue: String; virtual;
|
|
|
|
|
function GetTIPO_DETALLEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldTIPO_DETALLEValue: String; virtual;
|
|
|
|
|
function GetOldTIPO_DETALLEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetTIPO_DETALLEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetTIPO_DETALLEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCONCEPTOValue: String; virtual;
|
|
|
|
|
function GetCONCEPTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCONCEPTOValue: String; virtual;
|
|
|
|
|
function GetOldCONCEPTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCONCEPTOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetCONCEPTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCANTIDADValue: Integer; virtual;
|
|
|
|
|
function GetCANTIDADIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCANTIDADValue: Integer; virtual;
|
|
|
|
|
function GetOldCANTIDADIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCANTIDADValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetCANTIDADIsNull(const aValue: Boolean); virtual;
|
2008-09-04 14:33:27 +00:00
|
|
|
function GetUNIDAD_MEDIDAValue: String; virtual;
|
|
|
|
|
function GetUNIDAD_MEDIDAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldUNIDAD_MEDIDAValue: String; virtual;
|
|
|
|
|
function GetOldUNIDAD_MEDIDAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetUNIDAD_MEDIDAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetUNIDAD_MEDIDAIsNull(const aValue: Boolean); virtual;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetIMPORTE_UNIDADValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_UNIDADIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_UNIDADValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_UNIDADIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_UNIDADValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_UNIDADIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetDESCUENTOValue: Float; virtual;
|
|
|
|
|
function GetDESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldDESCUENTOValue: Float; virtual;
|
|
|
|
|
function GetOldDESCUENTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetDESCUENTOValue(const aValue: Float); virtual;
|
|
|
|
|
procedure SetDESCUENTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_PORTEValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_PORTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_PORTEValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_PORTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_PORTEValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_PORTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetVISIBLEValue: Integer; virtual;
|
|
|
|
|
function GetVISIBLEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldVISIBLEValue: Integer; virtual;
|
|
|
|
|
function GetOldVISIBLEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetVISIBLEValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetVISIBLEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_ARTICULOValue: Integer; virtual;
|
|
|
|
|
function GetID_ARTICULOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_ARTICULOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_ARTICULOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_ARTICULOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_ARTICULOIsNull(const aValue: Boolean); virtual;
|
2007-11-13 19:36:56 +00:00
|
|
|
function GetREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIAIsNull(const aValue: Boolean); virtual;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetREFERENCIA_PROVEEDORValue: String; virtual;
|
|
|
|
|
function GetREFERENCIA_PROVEEDORIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIA_PROVEEDORValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIA_PROVEEDORIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIA_PROVEEDORValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIA_PROVEEDORIsNull(const aValue: Boolean); virtual;
|
2008-05-06 17:41:42 +00:00
|
|
|
function GetID_PEDIDOValue: Integer; virtual;
|
|
|
|
|
function GetID_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_PEDIDOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_PEDIDOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_PEDIDOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_PEDIDOIsNull(const aValue: Boolean); virtual;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property ID : Integer read GetIDValue write SetIDValue;
|
|
|
|
|
property IDIsNull : Boolean read GetIDIsNull write SetIDIsNull;
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldIDIsNull : Boolean read GetOldIDIsNull;
|
|
|
|
|
property ID_ALBARAN : Integer read GetID_ALBARANValue write SetID_ALBARANValue;
|
|
|
|
|
property ID_ALBARANIsNull : Boolean read GetID_ALBARANIsNull write SetID_ALBARANIsNull;
|
|
|
|
|
property OldID_ALBARAN : Integer read GetOldID_ALBARANValue;
|
|
|
|
|
property OldID_ALBARANIsNull : Boolean read GetOldID_ALBARANIsNull;
|
|
|
|
|
property POSICION : Integer read GetPOSICIONValue write SetPOSICIONValue;
|
|
|
|
|
property POSICIONIsNull : Boolean read GetPOSICIONIsNull write SetPOSICIONIsNull;
|
|
|
|
|
property OldPOSICION : Integer read GetOldPOSICIONValue;
|
|
|
|
|
property OldPOSICIONIsNull : Boolean read GetOldPOSICIONIsNull;
|
|
|
|
|
property TIPO_DETALLE : String read GetTIPO_DETALLEValue write SetTIPO_DETALLEValue;
|
|
|
|
|
property TIPO_DETALLEIsNull : Boolean read GetTIPO_DETALLEIsNull write SetTIPO_DETALLEIsNull;
|
|
|
|
|
property OldTIPO_DETALLE : String read GetOldTIPO_DETALLEValue;
|
|
|
|
|
property OldTIPO_DETALLEIsNull : Boolean read GetOldTIPO_DETALLEIsNull;
|
|
|
|
|
property CONCEPTO : String read GetCONCEPTOValue write SetCONCEPTOValue;
|
|
|
|
|
property CONCEPTOIsNull : Boolean read GetCONCEPTOIsNull write SetCONCEPTOIsNull;
|
|
|
|
|
property OldCONCEPTO : String read GetOldCONCEPTOValue;
|
|
|
|
|
property OldCONCEPTOIsNull : Boolean read GetOldCONCEPTOIsNull;
|
2007-11-13 19:36:56 +00:00
|
|
|
property CANTIDAD : Integer read GetCANTIDADValue write SetCANTIDADValue;
|
|
|
|
|
property CANTIDADIsNull : Boolean read GetCANTIDADIsNull write SetCANTIDADIsNull;
|
|
|
|
|
property OldCANTIDAD : Integer read GetOldCANTIDADValue;
|
|
|
|
|
property OldCANTIDADIsNull : Boolean read GetOldCANTIDADIsNull;
|
2008-09-04 14:33:27 +00:00
|
|
|
property UNIDAD_MEDIDA : String read GetUNIDAD_MEDIDAValue write SetUNIDAD_MEDIDAValue;
|
|
|
|
|
property UNIDAD_MEDIDAIsNull : Boolean read GetUNIDAD_MEDIDAIsNull write SetUNIDAD_MEDIDAIsNull;
|
|
|
|
|
property OldUNIDAD_MEDIDA : String read GetOldUNIDAD_MEDIDAValue;
|
|
|
|
|
property OldUNIDAD_MEDIDAIsNull : Boolean read GetOldUNIDAD_MEDIDAIsNull;
|
2007-11-13 19:36:56 +00:00
|
|
|
property IMPORTE_UNIDAD : Currency read GetIMPORTE_UNIDADValue write SetIMPORTE_UNIDADValue;
|
|
|
|
|
property IMPORTE_UNIDADIsNull : Boolean read GetIMPORTE_UNIDADIsNull write SetIMPORTE_UNIDADIsNull;
|
|
|
|
|
property OldIMPORTE_UNIDAD : Currency read GetOldIMPORTE_UNIDADValue;
|
|
|
|
|
property OldIMPORTE_UNIDADIsNull : Boolean read GetOldIMPORTE_UNIDADIsNull;
|
|
|
|
|
property DESCUENTO : Float read GetDESCUENTOValue write SetDESCUENTOValue;
|
|
|
|
|
property DESCUENTOIsNull : Boolean read GetDESCUENTOIsNull write SetDESCUENTOIsNull;
|
|
|
|
|
property OldDESCUENTO : Float read GetOldDESCUENTOValue;
|
|
|
|
|
property OldDESCUENTOIsNull : Boolean read GetOldDESCUENTOIsNull;
|
|
|
|
|
property IMPORTE_PORTE : Currency read GetIMPORTE_PORTEValue write SetIMPORTE_PORTEValue;
|
|
|
|
|
property IMPORTE_PORTEIsNull : Boolean read GetIMPORTE_PORTEIsNull write SetIMPORTE_PORTEIsNull;
|
|
|
|
|
property OldIMPORTE_PORTE : Currency read GetOldIMPORTE_PORTEValue;
|
|
|
|
|
property OldIMPORTE_PORTEIsNull : Boolean read GetOldIMPORTE_PORTEIsNull;
|
|
|
|
|
property IMPORTE_TOTAL : Currency read GetIMPORTE_TOTALValue write SetIMPORTE_TOTALValue;
|
|
|
|
|
property IMPORTE_TOTALIsNull : Boolean read GetIMPORTE_TOTALIsNull write SetIMPORTE_TOTALIsNull;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldIMPORTE_TOTALIsNull : Boolean read GetOldIMPORTE_TOTALIsNull;
|
|
|
|
|
property VISIBLE : Integer read GetVISIBLEValue write SetVISIBLEValue;
|
|
|
|
|
property VISIBLEIsNull : Boolean read GetVISIBLEIsNull write SetVISIBLEIsNull;
|
|
|
|
|
property OldVISIBLE : Integer read GetOldVISIBLEValue;
|
|
|
|
|
property OldVISIBLEIsNull : Boolean read GetOldVISIBLEIsNull;
|
|
|
|
|
property ID_ARTICULO : Integer read GetID_ARTICULOValue write SetID_ARTICULOValue;
|
|
|
|
|
property ID_ARTICULOIsNull : Boolean read GetID_ARTICULOIsNull write SetID_ARTICULOIsNull;
|
|
|
|
|
property OldID_ARTICULO : Integer read GetOldID_ARTICULOValue;
|
|
|
|
|
property OldID_ARTICULOIsNull : Boolean read GetOldID_ARTICULOIsNull;
|
|
|
|
|
property REFERENCIA : String read GetREFERENCIAValue write SetREFERENCIAValue;
|
|
|
|
|
property REFERENCIAIsNull : Boolean read GetREFERENCIAIsNull write SetREFERENCIAIsNull;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIAIsNull : Boolean read GetOldREFERENCIAIsNull;
|
|
|
|
|
property REFERENCIA_PROVEEDOR : String read GetREFERENCIA_PROVEEDORValue write SetREFERENCIA_PROVEEDORValue;
|
|
|
|
|
property REFERENCIA_PROVEEDORIsNull : Boolean read GetREFERENCIA_PROVEEDORIsNull write SetREFERENCIA_PROVEEDORIsNull;
|
|
|
|
|
property OldREFERENCIA_PROVEEDOR : String read GetOldREFERENCIA_PROVEEDORValue;
|
|
|
|
|
property OldREFERENCIA_PROVEEDORIsNull : Boolean read GetOldREFERENCIA_PROVEEDORIsNull;
|
2008-05-06 17:41:42 +00:00
|
|
|
property ID_PEDIDO : Integer read GetID_PEDIDOValue write SetID_PEDIDOValue;
|
|
|
|
|
property ID_PEDIDOIsNull : Boolean read GetID_PEDIDOIsNull write SetID_PEDIDOIsNull;
|
|
|
|
|
property OldID_PEDIDO : Integer read GetOldID_PEDIDOValue;
|
|
|
|
|
property OldID_PEDIDOIsNull : Boolean read GetOldID_PEDIDOIsNull;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
public
|
|
|
|
|
constructor Create(aBusinessProcessor: TDABusinessProcessor); override;
|
|
|
|
|
destructor Destroy; override;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
end;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
implementation
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
uses
|
|
|
|
|
Variants, uROBinaryHelpers, uDAInterfaces;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
{ TAlbaranesClienteBusinessProcessorRules }
|
|
|
|
|
constructor TAlbaranesClienteBusinessProcessorRules.Create(aBusinessProcessor: TDABusinessProcessor);
|
|
|
|
|
var
|
|
|
|
|
StrList: TStringList;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
inherited;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
StrList := TStringList.Create;
|
|
|
|
|
StrList.OnChange := OBSERVACIONES_OnChange;
|
|
|
|
|
f_OBSERVACIONES := NewROStrings(StrList,True);
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
StrList := TStringList.Create;
|
|
|
|
|
StrList.OnChange := INCIDENCIAS_OnChange;
|
|
|
|
|
f_INCIDENCIAS := NewROStrings(StrList,True);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
destructor TAlbaranesClienteBusinessProcessorRules.Destroy;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
inherited;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.OBSERVACIONES_OnChange(Sender: TObject);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteOBSERVACIONES] := TStringList(Sender).Text;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.INCIDENCIAS_OnChange(Sender: TObject);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS] := TStringList(Sender).Text;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIDValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIDIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIDValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIDIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIDValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIDIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_EMPRESAValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_EMPRESA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_EMPRESAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_EMPRESA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_EMPRESAValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_EMPRESA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_EMPRESAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_EMPRESA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_EMPRESAValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_EMPRESA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_EMPRESAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_EMPRESA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_CLIENTEValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_CLIENTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_CLIENTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_CLIENTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_CLIENTEValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_CLIENTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_CLIENTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_CLIENTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_CLIENTEValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_CLIENTE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_CLIENTEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_CLIENTE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2008-09-19 18:13:32 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_DIRECCIONValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_DIRECCION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_DIRECCIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_DIRECCION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_DIRECCIONValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_DIRECCION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_DIRECCIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_DIRECCION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_DIRECCIONValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_DIRECCION] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_DIRECCIONIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_DIRECCION] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetNOMBREValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetNOMBREIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldNOMBREValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteNOMBRE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldNOMBREIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteNOMBRE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetNOMBREValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetNOMBREIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ALBARANValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALBARAN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ALBARANIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALBARAN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ALBARANValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ALBARAN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ALBARANIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ALBARAN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ALBARANValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALBARAN] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ALBARANIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALBARAN] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREFERENCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREFERENCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREFERENCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREFERENCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREFERENCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREFERENCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREFERENCIAValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREFERENCIAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREFERENCIA_CLIENTEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREFERENCIA_CLIENTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREFERENCIA_CLIENTEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREFERENCIA_CLIENTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREFERENCIA_CLIENTEValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREFERENCIA_CLIENTEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREFERENCIA_CLIENTE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetTIPOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTIPO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetTIPOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTIPO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldTIPOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteTIPO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldTIPOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteTIPO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetTIPOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTIPO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetTIPOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTIPO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetSITUACIONValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteSITUACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetSITUACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteSITUACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldSITUACIONValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteSITUACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldSITUACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteSITUACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetSITUACIONValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteSITUACION] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetSITUACIONIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteSITUACION] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_ALMACENValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_ALMACEN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_ALMACENIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_ALMACEN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_ALMACENValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_ALMACEN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_ALMACENIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_ALMACEN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_ALMACENValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_ALMACEN] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_ALMACENIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_ALMACEN] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetNOMBRE_ALMACENValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetNOMBRE_ALMACENIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldNOMBRE_ALMACENValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldNOMBRE_ALMACENIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetNOMBRE_ALMACENValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetNOMBRE_ALMACENIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteNOMBRE_ALMACEN] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_PEDIDOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_PEDIDO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_PEDIDOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_PEDIDO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_PEDIDOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_PEDIDO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_PEDIDOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_PEDIDO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_PEDIDOValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_PEDIDO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_PEDIDOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_PEDIDO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREF_PEDIDOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_PEDIDO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREF_PEDIDOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_PEDIDO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREF_PEDIDOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREF_PEDIDO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREF_PEDIDOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREF_PEDIDO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREF_PEDIDOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_PEDIDO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREF_PEDIDOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_PEDIDO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_FACTURAValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FACTURA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_FACTURAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FACTURA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_FACTURAValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_FACTURA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_FACTURAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_FACTURA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_FACTURAValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FACTURA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_FACTURAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FACTURA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREF_FACTURAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_FACTURA];
|
|
|
|
|
end;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetREF_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_FACTURA]);
|
|
|
|
|
end;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREF_FACTURAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREF_FACTURA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldREF_FACTURAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteREF_FACTURA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREF_FACTURAValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_FACTURA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetREF_FACTURAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteREF_FACTURA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetCALLEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCALLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetCALLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCALLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldCALLEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteCALLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldCALLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteCALLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetCALLEValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCALLE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetCALLEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCALLE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetCODIGO_POSTALValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCODIGO_POSTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetCODIGO_POSTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCODIGO_POSTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldCODIGO_POSTALValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteCODIGO_POSTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldCODIGO_POSTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteCODIGO_POSTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetCODIGO_POSTALValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCODIGO_POSTAL] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetCODIGO_POSTALIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteCODIGO_POSTAL] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPOBLACIONValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePOBLACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPOBLACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePOBLACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPOBLACIONValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePOBLACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPOBLACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePOBLACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPOBLACIONValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePOBLACION] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPOBLACIONIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePOBLACION] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPROVINCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePROVINCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPROVINCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePROVINCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPROVINCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePROVINCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPROVINCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePROVINCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPROVINCIAValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePROVINCIA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPROVINCIAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePROVINCIA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPERSONA_CONTACTOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePERSONA_CONTACTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetPERSONA_CONTACTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePERSONA_CONTACTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPERSONA_CONTACTOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePERSONA_CONTACTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldPERSONA_CONTACTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClientePERSONA_CONTACTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPERSONA_CONTACTOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePERSONA_CONTACTO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetPERSONA_CONTACTOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClientePERSONA_CONTACTO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetTELEFONOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTELEFONO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetTELEFONOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTELEFONO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldTELEFONOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteTELEFONO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldTELEFONOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteTELEFONO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetTELEFONOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTELEFONO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetTELEFONOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteTELEFONO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_NETOValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_NETO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_NETOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_NETO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_NETOValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_NETO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_NETOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_NETO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_NETOValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_NETO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_NETOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_NETO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_PORTEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_PORTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_PORTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_PORTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_PORTEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_PORTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_PORTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_PORTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_PORTEValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_PORTE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_PORTEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_PORTE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetDESCUENTOValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteDESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetDESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteDESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldDESCUENTOValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteDESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldDESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteDESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetDESCUENTOValue(const aValue: Float);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteDESCUENTO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetDESCUENTOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteDESCUENTO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_DESCUENTOValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_DESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_DESCUENTOValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_DESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_DESCUENTOValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_DESCUENTOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_DESCUENTO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetBASE_IMPONIBLEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteBASE_IMPONIBLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetBASE_IMPONIBLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteBASE_IMPONIBLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldBASE_IMPONIBLEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteBASE_IMPONIBLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldBASE_IMPONIBLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteBASE_IMPONIBLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetBASE_IMPONIBLEValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteBASE_IMPONIBLE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetBASE_IMPONIBLEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteBASE_IMPONIBLE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIVAValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIVA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIVAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIVA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIVAValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIVA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIVAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIVA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIVAValue(const aValue: Float);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIVA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIVAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIVA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_IVAValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_IVA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_IVAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_IVA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_IVAValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_IVA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_IVAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_IVA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_IVAValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_IVA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_IVAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_IVA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_TOTALValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_TOTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetIMPORTE_TOTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_TOTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_TOTALValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_TOTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldIMPORTE_TOTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteIMPORTE_TOTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_TOTALValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_TOTAL] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetIMPORTE_TOTALIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteIMPORTE_TOTAL] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOBSERVACIONESValue: IROStrings;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := f_OBSERVACIONES;
|
|
|
|
|
result.Text := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteOBSERVACIONES];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOBSERVACIONESIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteOBSERVACIONES]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldOBSERVACIONESValue: IROStrings;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := NewROStrings();
|
|
|
|
|
result.Text := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteOBSERVACIONES];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldOBSERVACIONESIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteOBSERVACIONES]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetOBSERVACIONESIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteOBSERVACIONES] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetINCIDENCIASValue: IROStrings;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := f_INCIDENCIAS;
|
|
|
|
|
result.Text := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetINCIDENCIASIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldINCIDENCIASValue: IROStrings;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := NewROStrings();
|
|
|
|
|
result.Text := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteINCIDENCIAS];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldINCIDENCIASIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteINCIDENCIAS]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetINCIDENCIASIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetINCIDENCIAS_ACTIVASValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetINCIDENCIAS_ACTIVASIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldINCIDENCIAS_ACTIVASValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldINCIDENCIAS_ACTIVASIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetINCIDENCIAS_ACTIVASValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetINCIDENCIAS_ACTIVASIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteINCIDENCIAS_ACTIVAS] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ALTAValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALTA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ALTAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALTA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ALTAValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ALTA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ALTAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ALTA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ALTAValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALTA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ALTAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ALTA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_MODIFICACIONValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_MODIFICACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_MODIFICACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_MODIFICACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_MODIFICACION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_MODIFICACION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_MODIFICACIONValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_MODIFICACION] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_MODIFICACIONIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_MODIFICACION] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetUSUARIOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteUSUARIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetUSUARIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteUSUARIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldUSUARIOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteUSUARIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldUSUARIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteUSUARIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetUSUARIOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteUSUARIO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetUSUARIOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteUSUARIO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_FORMA_PAGOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FORMA_PAGO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetID_FORMA_PAGOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FORMA_PAGO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_FORMA_PAGOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_FORMA_PAGO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldID_FORMA_PAGOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteID_FORMA_PAGO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_FORMA_PAGOValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FORMA_PAGO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetID_FORMA_PAGOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteID_FORMA_PAGO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_PREVISTA_ENVIOValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_PREVISTA_ENVIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_PREVISTA_ENVIOValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_PREVISTA_ENVIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_PREVISTA_ENVIOValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_PREVISTA_ENVIOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_PREVISTA_ENVIO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ENVIOValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ENVIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_ENVIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ENVIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ENVIOValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ENVIO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_ENVIOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_ENVIO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ENVIOValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ENVIO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_ENVIOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_ENVIO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_RECEPCIONValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_RECEPCION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetFECHA_RECEPCIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_RECEPCION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_RECEPCIONValue: DateTime;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_RECEPCION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesClienteBusinessProcessorRules.GetOldFECHA_RECEPCIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesClienteFECHA_RECEPCION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_RECEPCIONValue(const aValue: DateTime);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_RECEPCION] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesClienteBusinessProcessorRules.SetFECHA_RECEPCIONIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesClienteFECHA_RECEPCION] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
{ TAlbaranesCliente_DetallesBusinessProcessorRules }
|
|
|
|
|
constructor TAlbaranesCliente_DetallesBusinessProcessorRules.Create(aBusinessProcessor: TDABusinessProcessor);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
inherited;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
destructor TAlbaranesCliente_DetallesBusinessProcessorRules.Destroy;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
inherited;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIDValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIDIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIDValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIDIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIDValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIDIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_ALBARANValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_ALBARANIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_ALBARANValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_ALBARANIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_ALBARANValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_ALBARANIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ALBARAN] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetPOSICIONValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesPOSICION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetPOSICIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesPOSICION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldPOSICIONValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesPOSICION];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldPOSICIONIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesPOSICION]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetPOSICIONValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesPOSICION] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetPOSICIONIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesPOSICION] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetTIPO_DETALLEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetTIPO_DETALLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldTIPO_DETALLEValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldTIPO_DETALLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetTIPO_DETALLEValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetTIPO_DETALLEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesTIPO_DETALLE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetCONCEPTOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCONCEPTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetCONCEPTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCONCEPTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldCONCEPTOValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesCONCEPTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldCONCEPTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesCONCEPTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetCONCEPTOValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCONCEPTO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetCONCEPTOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCONCEPTO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetCANTIDADValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCANTIDAD];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetCANTIDADIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCANTIDAD]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldCANTIDADValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesCANTIDAD];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldCANTIDADIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesCANTIDAD]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetCANTIDADValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCANTIDAD] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetCANTIDADIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesCANTIDAD] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2008-09-04 14:33:27 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetUNIDAD_MEDIDAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetUNIDAD_MEDIDAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldUNIDAD_MEDIDAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldUNIDAD_MEDIDAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetUNIDAD_MEDIDAValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetUNIDAD_MEDIDAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesUNIDAD_MEDIDA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_UNIDADValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_UNIDADIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_UNIDADValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_UNIDADIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_UNIDADValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_UNIDADIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_UNIDAD] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetDESCUENTOValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesDESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetDESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesDESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldDESCUENTOValue: Float;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesDESCUENTO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldDESCUENTOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesDESCUENTO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetDESCUENTOValue(const aValue: Float);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesDESCUENTO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetDESCUENTOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesDESCUENTO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_PORTEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_PORTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_PORTEValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_PORTEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_PORTEValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_PORTEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_PORTE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_TOTALValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetIMPORTE_TOTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_TOTALValue: Currency;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldIMPORTE_TOTALIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_TOTALValue(const aValue: Currency);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetIMPORTE_TOTALIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesIMPORTE_TOTAL] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetVISIBLEValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesVISIBLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetVISIBLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesVISIBLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldVISIBLEValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesVISIBLE];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldVISIBLEIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesVISIBLE]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetVISIBLEValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesVISIBLE] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetVISIBLEIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesVISIBLE] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_ARTICULOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_ARTICULOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_ARTICULOValue: Integer;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_ARTICULOIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_ARTICULOValue(const aValue: Integer);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_ARTICULOIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_ARTICULO] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetREFERENCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetREFERENCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldREFERENCIAValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesREFERENCIA];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldREFERENCIAIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesREFERENCIA]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetREFERENCIAValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetREFERENCIAIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetREFERENCIA_PROVEEDORValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetREFERENCIA_PROVEEDORIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldREFERENCIA_PROVEEDORValue: String;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR];
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldREFERENCIA_PROVEEDORIsNull: Boolean;
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR]);
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetREFERENCIA_PROVEEDORValue(const aValue: String);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR] := aValue;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-13 19:36:56 +00:00
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetREFERENCIA_PROVEEDORIsNull(const aValue: Boolean);
|
2007-10-29 19:18:51 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-13 19:36:56 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesREFERENCIA_PROVEEDOR] := Null;
|
2007-10-29 19:18:51 +00:00
|
|
|
end;
|
|
|
|
|
|
2008-05-06 17:41:42 +00:00
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_PEDIDOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetID_PEDIDOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_PEDIDOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TAlbaranesCliente_DetallesBusinessProcessorRules.GetOldID_PEDIDOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_PEDIDOValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TAlbaranesCliente_DetallesBusinessProcessorRules.SetID_PEDIDOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_AlbaranesCliente_DetallesID_PEDIDO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-10-29 19:18:51 +00:00
|
|
|
|
|
|
|
|
initialization
|
|
|
|
|
RegisterBusinessProcessorRules(RID_AlbaranesClienteDelta, TAlbaranesClienteBusinessProcessorRules);
|
|
|
|
|
RegisterBusinessProcessorRules(RID_AlbaranesCliente_DetallesDelta, TAlbaranesCliente_DetallesBusinessProcessorRules);
|
|
|
|
|
|
|
|
|
|
end.
|