diff --git a/Source/Base/Base.RES b/Source/Base/Base.RES index 8b251f3..1641339 100644 Binary files a/Source/Base/Base.RES and b/Source/Base/Base.RES differ diff --git a/Source/Informes/1/InfFacturaCliente.fr3 b/Source/Informes/1/InfFacturaCliente.fr3 index ccd2c45..98ae36b 100644 --- a/Source/Informes/1/InfFacturaCliente.fr3 +++ b/Source/Informes/1/InfFacturaCliente.fr3 @@ -1,5 +1,5 @@ - + @@ -58,7 +58,7 @@ - + diff --git a/Source/Informes/1/InfFacturaProveedor.fr3 b/Source/Informes/1/InfFacturaProveedor.fr3 index 4f4a7e9..30598d7 100644 --- a/Source/Informes/1/InfFacturaProveedor.fr3 +++ b/Source/Informes/1/InfFacturaProveedor.fr3 @@ -1,72 +1,73 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + diff --git a/Source/Informes/2/InfFacturaCliente.fr3 b/Source/Informes/2/InfFacturaCliente.fr3 index 7c013ff..de228c6 100644 --- a/Source/Informes/2/InfFacturaCliente.fr3 +++ b/Source/Informes/2/InfFacturaCliente.fr3 @@ -1,5 +1,5 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/Source/Informes/2/InfFacturaProveedor.fr3 b/Source/Informes/2/InfFacturaProveedor.fr3 index 4f4a7e9..9b61af9 100644 --- a/Source/Informes/2/InfFacturaProveedor.fr3 +++ b/Source/Informes/2/InfFacturaProveedor.fr3 @@ -1,72 +1,73 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + diff --git a/Source/Informes/5/InfFacturaCliente.fr3 b/Source/Informes/5/InfFacturaCliente.fr3 index 5bd36a2..b4bfa69 100644 --- a/Source/Informes/5/InfFacturaCliente.fr3 +++ b/Source/Informes/5/InfFacturaCliente.fr3 @@ -1,5 +1,5 @@ - + @@ -58,7 +58,7 @@ - + diff --git a/Source/Informes/5/InfFacturaProveedor.fr3 b/Source/Informes/5/InfFacturaProveedor.fr3 index 4f4a7e9..b7498cc 100644 --- a/Source/Informes/5/InfFacturaProveedor.fr3 +++ b/Source/Informes/5/InfFacturaProveedor.fr3 @@ -1,72 +1,73 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + diff --git a/Source/Modulos/Facturas de cliente/Views/uViewFacturasCliente.dfm b/Source/Modulos/Facturas de cliente/Views/uViewFacturasCliente.dfm index c861794..7810dfe 100644 --- a/Source/Modulos/Facturas de cliente/Views/uViewFacturasCliente.dfm +++ b/Source/Modulos/Facturas de cliente/Views/uViewFacturasCliente.dfm @@ -155,6 +155,8 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente end object cxGridViewRE: TcxGridDBColumn DataBinding.FieldName = 'RE' + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.DisplayFormat = ',0.00 %;-,0.00 %' end object cxGridViewIMPORTE_RE: TcxGridDBColumn DataBinding.FieldName = 'IMPORTE_RE' diff --git a/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.dfm b/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.dfm index 4b5225a..d31593e 100644 --- a/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.dfm +++ b/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.dfm @@ -147,6 +147,8 @@ object fEditorTipoIVA: TfEditorTipoIVA DataBinding.DataField = 'RE' DataBinding.DataSource = dsTipoIVA Properties.AssignedValues.MinValue = True + Properties.DisplayFormat = ',0.00 %;-,0.00 %' + Properties.EditFormat = ',0.00 %;-,0.00 %' Properties.ImmediatePost = True Properties.MaxValue = 100.000000000000000000 Properties.ValueType = vtFloat diff --git a/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.pas b/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.pas index df57407..7061be3 100644 --- a/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.pas +++ b/Source/Modulos/Tipos de IVA/Views/uEditorTipoIVA.pas @@ -31,7 +31,7 @@ uses uBizTiposIVA, uTiposIVAController, uDADataTable, uIEditorTipoIVA, ActnList, ExtCtrls, JvExControls, JvComponent, JvEnterTab, cxControls, cxContainer, cxEdit, cxTextEdit, cxMaskEdit, - cxSpinEdit, cxDBEdit; + cxSpinEdit, cxDBEdit, uDAInterfaces; type TfEditorTipoIVA = class(TForm, IEditorTipoIVA)