Presupuestos: repaso general.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@737 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
cb847a3503
commit
276fd2eca9
@ -14,7 +14,7 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
||||
Caption = 'Nuevo presupuesto de cliente'
|
||||
ExplicitWidth = 764
|
||||
inherited Image1: TImage
|
||||
Left = 737
|
||||
Left = 631
|
||||
Picture.Data = {
|
||||
0A54504E474F626A65637489504E470D0A1A0A0000000D494844520000001800
|
||||
0000180806000000E0773DF80000000970485973000017120000171201679FD2
|
||||
@ -124,6 +124,10 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
||||
960000000049454E44AE426082}
|
||||
ExplicitLeft = 735
|
||||
end
|
||||
inherited lblDesbloquear: TcxLabel
|
||||
Left = 666
|
||||
ExplicitLeft = 666
|
||||
end
|
||||
end
|
||||
inherited TBXDock: TTBXDock
|
||||
Width = 764
|
||||
|
||||
@ -18,7 +18,8 @@ uses
|
||||
uViewDetallesDTO, uViewDetallesArticulos, uViewDetallesPresupuestoCliente,
|
||||
uDAInterfaces, cxRichEdit, cxDBRichEdit, JvGIF, uViewRichEditor, cxPC,
|
||||
uViewDetallesArticulosParaVenta, uViewDocumentos,
|
||||
uViewDocumentosPresupuestoCliente, uViewDatosYSeleccionClientePresupuesto;
|
||||
uViewDocumentosPresupuestoCliente, uViewDatosYSeleccionClientePresupuesto,
|
||||
cxLabel;
|
||||
|
||||
type
|
||||
TfEditorPresupuestoCliente = class(TfEditorDBItem, IEditorPresupuestoCliente)
|
||||
|
||||
@ -247,7 +247,7 @@ var
|
||||
ADireccion : IBizDireccionesContacto;
|
||||
begin
|
||||
inherited;
|
||||
ADireccion := FClientesController.ElegirDireccionEntrega(FCliente, 'dssdsdds');
|
||||
ADireccion := FClientesController.ElegirDireccionEntrega(FCliente, ' ');
|
||||
|
||||
if Assigned(ADireccion) then
|
||||
begin
|
||||
|
||||
@ -178,10 +178,10 @@ end;
|
||||
|
||||
procedure TfrViewPresupuestoCliente.CustomViewDestroy(Sender: TObject);
|
||||
begin
|
||||
inherited;
|
||||
FFormasPago := Nil;
|
||||
FFormasPagoController := NIL;
|
||||
FViewClientePresupuesto := NIL;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
procedure TfrViewPresupuestoCliente.frViewClientePresupuestoButton1Click(Sender: TObject);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user