Version 2.7.3 se arregla fallo de los eventos en presupuesto de clietne con el lio de preciopunto
git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@132 93f398dd-4eb6-7a46-baf6-13f46f578da2
This commit is contained in:
parent
9869355c8d
commit
a8336c59e1
@ -51,7 +51,7 @@
|
|||||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Language><Language Name="RootDir">C:\Archivos de programa\Borland\Delphi7\Bin\</Language></Language><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">7</VersionInfo><VersionInfo Name="Release">2</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.7.2.0</VersionInfoKeys><VersionInfoKeys Name="InternalName">FactuGES</VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">FactuGES</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.7.2.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Language><Language Name="RootDir">C:\Archivos de programa\Borland\Delphi7\Bin\</Language></Language><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">7</VersionInfo><VersionInfo Name="Release">3</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.7.3.0</VersionInfoKeys><VersionInfoKeys Name="InternalName">FactuGES</VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">FactuGES</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.7.3.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl">File C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl not found</Excluded_Packages>
|
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl">File C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl not found</Excluded_Packages>
|
||||||
</Excluded_Packages><Source><Source Name="MainSource">FactuGES.dpr</Source></Source></Delphi.Personality><ModelSupport>False</ModelSupport></BorlandProject></BorlandProject>
|
</Excluded_Packages><Source><Source Name="MainSource">FactuGES.dpr</Source></Source></Delphi.Personality><ModelSupport>False</ModelSupport></BorlandProject></BorlandProject>
|
||||||
|
|||||||
Binary file not shown.
@ -41,6 +41,7 @@ type
|
|||||||
|
|
||||||
TBizPresupuestoCliente = class(TPresupuestosClienteDataTableRules, IBizPresupuestoCliente, ISeleccionable)
|
TBizPresupuestoCliente = class(TPresupuestosClienteDataTableRules, IBizPresupuestoCliente, ISeleccionable)
|
||||||
private
|
private
|
||||||
|
procedure CalcularPrecioPunto;
|
||||||
procedure CalcularBaseImponible;
|
procedure CalcularBaseImponible;
|
||||||
procedure CalcularIVA;
|
procedure CalcularIVA;
|
||||||
procedure CalcularRE;
|
procedure CalcularRE;
|
||||||
@ -75,6 +76,7 @@ type
|
|||||||
procedure IMPORTE_NETOOnChange(Sender: TDACustomField);
|
procedure IMPORTE_NETOOnChange(Sender: TDACustomField);
|
||||||
procedure IMPORTE_PORTEOnChange(Sender: TDACustomField);
|
procedure IMPORTE_PORTEOnChange(Sender: TDACustomField);
|
||||||
procedure DESCUENTOOnChange(Sender: TDACustomField);
|
procedure DESCUENTOOnChange(Sender: TDACustomField);
|
||||||
|
procedure PRECIO_PUNTOOnChange(Sender: TDACustomField);
|
||||||
procedure IVAOnChange(Sender: TDACustomField);
|
procedure IVAOnChange(Sender: TDACustomField);
|
||||||
procedure REOnChange(Sender: TDACustomField);
|
procedure REOnChange(Sender: TDACustomField);
|
||||||
procedure SetID_TIPO_IVAValue(const aValue: Integer); override;
|
procedure SetID_TIPO_IVAValue(const aValue: Integer); override;
|
||||||
@ -163,6 +165,12 @@ begin
|
|||||||
IMPORTE_IVA := (IVA / 100) * (BASE_IMPONIBLE);
|
IMPORTE_IVA := (IVA / 100) * (BASE_IMPONIBLE);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TBizPresupuestoCliente.CalcularPrecioPunto;
|
||||||
|
begin
|
||||||
|
//ShowMessage('calcular precio punto');
|
||||||
|
//Self.FDetalles.
|
||||||
|
end;
|
||||||
|
|
||||||
procedure TBizPresupuestoCliente.CalcularRE;
|
procedure TBizPresupuestoCliente.CalcularRE;
|
||||||
begin
|
begin
|
||||||
if not Self.DataTable.Editing then
|
if not Self.DataTable.Editing then
|
||||||
@ -185,6 +193,7 @@ begin
|
|||||||
FieldByName(fld_PresupuestosClienteDESCUENTO).OnChange := DESCUENTOOnChange;
|
FieldByName(fld_PresupuestosClienteDESCUENTO).OnChange := DESCUENTOOnChange;
|
||||||
FieldByName(fld_PresupuestosClienteIVA).OnChange := IVAOnChange;
|
FieldByName(fld_PresupuestosClienteIVA).OnChange := IVAOnChange;
|
||||||
FieldByName(fld_PresupuestosClienteRE).OnChange := REOnChange;
|
FieldByName(fld_PresupuestosClienteRE).OnChange := REOnChange;
|
||||||
|
// FieldByName(fld_PresupuestosClientePRECIO_PUNTO).OnChange := PRECIO_PUNTOOnChange;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
FDetallesLink := TDADataSource.Create(NIL);
|
FDetallesLink := TDADataSource.Create(NIL);
|
||||||
@ -301,6 +310,12 @@ begin
|
|||||||
IniciarValoresPresupuestoNuevo;
|
IniciarValoresPresupuestoNuevo;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TBizPresupuestoCliente.PRECIO_PUNTOOnChange(Sender: TDACustomField);
|
||||||
|
begin
|
||||||
|
CalcularPrecioPunto;
|
||||||
|
|
||||||
|
end;
|
||||||
|
|
||||||
procedure TBizPresupuestoCliente.RECARGO_EQUIVALENCIAOnChange(
|
procedure TBizPresupuestoCliente.RECARGO_EQUIVALENCIAOnChange(
|
||||||
Sender: TDACustomField);
|
Sender: TDACustomField);
|
||||||
begin
|
begin
|
||||||
|
|||||||
@ -210,45 +210,76 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
|||||||
Height = 286
|
Height = 286
|
||||||
ExplicitWidth = 989
|
ExplicitWidth = 989
|
||||||
ExplicitHeight = 286
|
ExplicitHeight = 286
|
||||||
|
inherited edtFechaPresupuesto: TcxDBDateEdit
|
||||||
|
ExplicitWidth = 187
|
||||||
|
Width = 187
|
||||||
|
end
|
||||||
inherited memObservaciones: TcxDBMemo
|
inherited memObservaciones: TcxDBMemo
|
||||||
Left = 471
|
Left = 472
|
||||||
ExplicitLeft = 471
|
ExplicitLeft = 472
|
||||||
|
ExplicitWidth = 793
|
||||||
|
Width = 793
|
||||||
|
end
|
||||||
|
inherited eReferencia: TcxDBTextEdit
|
||||||
|
ExplicitWidth = 122
|
||||||
|
Width = 122
|
||||||
|
end
|
||||||
|
inherited cbFormaPago: TcxDBLookupComboBox
|
||||||
|
ExplicitWidth = 122
|
||||||
|
Width = 122
|
||||||
end
|
end
|
||||||
inherited bFormasPago: TButton
|
inherited bFormasPago: TButton
|
||||||
Left = 309
|
Left = 310
|
||||||
ExplicitLeft = 309
|
ExplicitLeft = 310
|
||||||
end
|
end
|
||||||
inherited edtFechaDecision: TcxDBDateEdit
|
inherited edtFechaDecision: TcxDBDateEdit
|
||||||
Left = 318
|
Left = 319
|
||||||
ExplicitLeft = 318
|
ExplicitLeft = 319
|
||||||
|
ExplicitWidth = 260
|
||||||
|
Width = 260
|
||||||
|
end
|
||||||
|
inherited edtFechaVigencia: TcxDBDateEdit
|
||||||
|
ExplicitWidth = 260
|
||||||
|
Width = 260
|
||||||
|
end
|
||||||
|
inherited cbSituacion: TcxDBImageComboBox
|
||||||
|
ExplicitWidth = 260
|
||||||
|
Width = 260
|
||||||
end
|
end
|
||||||
inherited frViewDatosYSeleccionClientePresupuesto1: TfrViewDatosYSeleccionClientePresupuesto
|
inherited frViewDatosYSeleccionClientePresupuesto1: TfrViewDatosYSeleccionClientePresupuesto
|
||||||
Left = 471
|
Left = 472
|
||||||
ExplicitLeft = 471
|
Width = 320
|
||||||
|
ExplicitLeft = 472
|
||||||
|
ExplicitWidth = 320
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
|
Width = 320
|
||||||
inherited edtlNombre: TcxDBTextEdit
|
inherited edtlNombre: TcxDBTextEdit
|
||||||
ExplicitWidth = 202
|
ExplicitWidth = 202
|
||||||
Width = 202
|
Width = 202
|
||||||
end
|
end
|
||||||
inherited edtNIFCIF: TcxDBTextEdit
|
inherited edtNIFCIF: TcxDBTextEdit
|
||||||
Left = 364
|
Left = 363
|
||||||
ExplicitLeft = 364
|
ExplicitLeft = 363
|
||||||
end
|
end
|
||||||
inherited Button3: TBitBtn
|
inherited Button3: TBitBtn
|
||||||
Left = 275
|
Left = 274
|
||||||
ExplicitLeft = 275
|
ExplicitLeft = 274
|
||||||
end
|
end
|
||||||
inherited edtPersonaContacto: TcxDBTextEdit
|
inherited edtPersonaContacto: TcxDBTextEdit
|
||||||
ExplicitWidth = 329
|
ExplicitWidth = 329
|
||||||
Width = 329
|
Width = 329
|
||||||
end
|
end
|
||||||
|
inherited edtDireccion: TcxMemo
|
||||||
|
ExplicitWidth = 121
|
||||||
|
Width = 121
|
||||||
|
end
|
||||||
inherited Button4: TButton
|
inherited Button4: TButton
|
||||||
Left = 444
|
Left = 443
|
||||||
ExplicitLeft = 444
|
ExplicitLeft = 443
|
||||||
end
|
end
|
||||||
inherited Button5: TButton
|
inherited Button5: TButton
|
||||||
Left = 444
|
Left = 443
|
||||||
ExplicitLeft = 444
|
ExplicitLeft = 443
|
||||||
end
|
end
|
||||||
inherited edtTelefonos: TcxTextEdit
|
inherited edtTelefonos: TcxTextEdit
|
||||||
ExplicitWidth = 193
|
ExplicitWidth = 193
|
||||||
@ -256,13 +287,33 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
inherited memFormaPago: TcxDBMemo
|
||||||
|
ExplicitWidth = 475
|
||||||
|
ExplicitHeight = 44
|
||||||
|
Height = 44
|
||||||
|
Width = 475
|
||||||
|
end
|
||||||
inherited memPlazoEntrega: TcxDBMemo
|
inherited memPlazoEntrega: TcxDBMemo
|
||||||
Top = 303
|
Top = 303
|
||||||
ExplicitTop = 303
|
ExplicitTop = 303
|
||||||
|
ExplicitWidth = 396
|
||||||
|
ExplicitHeight = 100
|
||||||
|
Height = 100
|
||||||
|
Width = 396
|
||||||
|
end
|
||||||
|
inherited cbVendedor: TcxDBLookupComboBox
|
||||||
|
ExplicitWidth = 27
|
||||||
|
Width = 27
|
||||||
end
|
end
|
||||||
inherited cbTipoPresupuesto: TcxDBComboBox
|
inherited cbTipoPresupuesto: TcxDBComboBox
|
||||||
Left = 314
|
Left = 314
|
||||||
ExplicitLeft = 314
|
ExplicitLeft = 314
|
||||||
|
ExplicitWidth = 186
|
||||||
|
Width = 186
|
||||||
|
end
|
||||||
|
inherited edtlReferenciaCliente: TcxDBTextEdit
|
||||||
|
ExplicitWidth = 204
|
||||||
|
Width = 204
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -392,7 +443,7 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
|||||||
ExplicitWidth = 753
|
ExplicitWidth = 753
|
||||||
end
|
end
|
||||||
inherited edtPrecioPunto: TcxDBCurrencyEdit
|
inherited edtPrecioPunto: TcxDBCurrencyEdit
|
||||||
DataBinding.DataSource = dsDataTable
|
DataBinding.DataSource = frViewPresupuestoCliente1.DADataSource
|
||||||
Style.IsFontAssigned = True
|
Style.IsFontAssigned = True
|
||||||
end
|
end
|
||||||
inherited bRecalcularPrecioPunto: TButton
|
inherited bRecalcularPrecioPunto: TButton
|
||||||
|
|||||||
@ -170,11 +170,15 @@ end;
|
|||||||
procedure TfEditorPresupuestoCliente.CustomEditorClose(Sender: TObject;
|
procedure TfEditorPresupuestoCliente.CustomEditorClose(Sender: TObject;
|
||||||
var Action: TCloseAction);
|
var Action: TCloseAction);
|
||||||
begin
|
begin
|
||||||
inherited;
|
|
||||||
frViewTotales1.cbRecargoEquivalencia.Properties.OnValidate := Nil;
|
frViewTotales1.cbRecargoEquivalencia.Properties.OnValidate := Nil;
|
||||||
|
|
||||||
|
//PRECIO_PUNTO EVENTOS
|
||||||
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := Nil;
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := Nil;
|
||||||
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := Nil;
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := Nil;
|
||||||
|
|
||||||
|
inherited;
|
||||||
|
|
||||||
|
|
||||||
//GESTION_DOCUMENTOS
|
//GESTION_DOCUMENTOS
|
||||||
//Este método eliminará el directorio temporal si se ha creado
|
//Este método eliminará el directorio temporal si se ha creado
|
||||||
frViewDocumentosPresupuestoCliente1.actEliminarTodo.Execute;
|
frViewDocumentosPresupuestoCliente1.actEliminarTodo.Execute;
|
||||||
@ -193,11 +197,16 @@ end;
|
|||||||
|
|
||||||
procedure TfEditorPresupuestoCliente.EliminarInterno;
|
procedure TfEditorPresupuestoCliente.EliminarInterno;
|
||||||
begin
|
begin
|
||||||
|
//PRECIO_PUNTO EVENTOS
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := Nil;
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := Nil;
|
||||||
|
|
||||||
if (ShowConfirmMessage('¿Desea borrar este presupuesto de cliente?', '') = IDYES) then
|
if (ShowConfirmMessage('¿Desea borrar este presupuesto de cliente?', '') = IDYES) then
|
||||||
begin
|
begin
|
||||||
FController.Eliminar(FPresupuesto);
|
FController.Eliminar(FPresupuesto);
|
||||||
inherited
|
inherited
|
||||||
end
|
end
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfEditorPresupuestoCliente.FormShow(Sender: TObject);
|
procedure TfEditorPresupuestoCliente.FormShow(Sender: TObject);
|
||||||
@ -212,6 +221,7 @@ begin
|
|||||||
|
|
||||||
frViewTotales1.cbRecargoEquivalencia.Properties.OnValidate := OnRecargoEquivalenciaPropertiesValidate;
|
frViewTotales1.cbRecargoEquivalencia.Properties.OnValidate := OnRecargoEquivalenciaPropertiesValidate;
|
||||||
|
|
||||||
|
//PRECIO_PUNTO EVENTOS
|
||||||
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := onPrecioPuntoPropertiesValidate;
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := onPrecioPuntoPropertiesValidate;
|
||||||
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := OnPrecioPuntoPropertiesEditValueChanged;
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := OnPrecioPuntoPropertiesEditValueChanged;
|
||||||
|
|
||||||
@ -296,6 +306,10 @@ procedure TfEditorPresupuestoCliente.GuardarInterno;
|
|||||||
var
|
var
|
||||||
bEsNuevo : Boolean;
|
bEsNuevo : Boolean;
|
||||||
begin
|
begin
|
||||||
|
//PRECIO_PUNTO EVENTOS
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := Nil;
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := Nil;
|
||||||
|
|
||||||
inherited;
|
inherited;
|
||||||
|
|
||||||
ShowHourglassCursor;
|
ShowHourglassCursor;
|
||||||
@ -316,6 +330,10 @@ begin
|
|||||||
ShowInfoMessage('El presupuesto se ha dado de alta con el código ' + FPresupuesto.REFERENCIA);
|
ShowInfoMessage('El presupuesto se ha dado de alta con el código ' + FPresupuesto.REFERENCIA);
|
||||||
|
|
||||||
Modified := False;
|
Modified := False;
|
||||||
|
|
||||||
|
//PRECIO_PUNTO EVENTOS
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnValidate := onPrecioPuntoPropertiesValidate;
|
||||||
|
frViewDetallesPresupuestoCliente1.edtPrecioPunto.Properties.OnEditValueChanged := OnPrecioPuntoPropertiesEditValueChanged;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfEditorPresupuestoCliente.ImprimirInterno;
|
procedure TfEditorPresupuestoCliente.ImprimirInterno;
|
||||||
@ -367,6 +385,7 @@ end;
|
|||||||
|
|
||||||
procedure TfEditorPresupuestoCliente.OnPrecioPuntoPropertiesEditValueChanged(Sender: TObject);
|
procedure TfEditorPresupuestoCliente.OnPrecioPuntoPropertiesEditValueChanged(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
if not FPresupuesto.EsNuevo then
|
||||||
actRecalcularPrecioPunto.Execute;
|
actRecalcularPrecioPunto.Execute;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -374,7 +393,6 @@ procedure TfEditorPresupuestoCliente.OnRecargoEquivalenciaPropertiesValidate(
|
|||||||
Sender: TObject; var DisplayValue: Variant; var ErrorText: TCaption;
|
Sender: TObject; var DisplayValue: Variant; var ErrorText: TCaption;
|
||||||
var Error: Boolean);
|
var Error: Boolean);
|
||||||
begin
|
begin
|
||||||
|
|
||||||
if frViewTotales1.cbRecargoEquivalencia.Checked then
|
if frViewTotales1.cbRecargoEquivalencia.Checked then
|
||||||
Presupuesto.RECARGO_EQUIVALENCIA := 1
|
Presupuesto.RECARGO_EQUIVALENCIA := 1
|
||||||
else
|
else
|
||||||
|
|||||||
@ -402,7 +402,7 @@ begin
|
|||||||
inherited;
|
inherited;
|
||||||
APresupuesto := FController.Duplicar(Presupuestos);
|
APresupuesto := FController.Duplicar(Presupuestos);
|
||||||
//Recalculamos el presupuesto copiado con el precio punto actual
|
//Recalculamos el presupuesto copiado con el precio punto actual
|
||||||
FController.DetallesController.RecalcularPrecioPuntoDetalles(APresupuesto.PRECIO_PUNTO, APresupuesto.Detalles);
|
// FController.DetallesController.RecalcularPrecioPuntoDetalles(APresupuesto.PRECIO_PUNTO, APresupuesto.Detalles);
|
||||||
FController.Ver(APresupuesto);
|
FController.Ver(APresupuesto);
|
||||||
finally
|
finally
|
||||||
HideHourglassCursor;
|
HideHourglassCursor;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectGuid>{ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1}</ProjectGuid>
|
<ProjectGuid>{ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1}</ProjectGuid>
|
||||||
@ -28,7 +28,8 @@
|
|||||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
<Borland.ProjectType />
|
<Borland.ProjectType />
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">7</VersionInfo><VersionInfo Name="Release">2</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.7.2.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">FactuGES (Servidor)</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.7.2.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">lunes, 26 de marzo de 2018 17:23</VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">7</VersionInfo><VersionInfo Name="Release">3</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.7.3.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">FactuGES (Servidor)</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.7.3.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">martes, 03 de abril de 2018 17:53</VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl">File C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl not found</Excluded_Packages>
|
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl">File C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPScxScheduler2LnkD11.bpl not found</Excluded_Packages>
|
||||||
</Excluded_Packages><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
</Excluded_Packages><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user