diff --git a/Source/Modulos/Facturas de cliente/Views/uEditorFacturasCliente.dfm b/Source/Modulos/Facturas de cliente/Views/uEditorFacturasCliente.dfm index db1ac050..1e1eedac 100644 --- a/Source/Modulos/Facturas de cliente/Views/uEditorFacturasCliente.dfm +++ b/Source/Modulos/Facturas de cliente/Views/uEditorFacturasCliente.dfm @@ -2,6 +2,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente Caption = 'Lista de facturas de cliente' ClientHeight = 666 ClientWidth = 640 + ExplicitTop = -136 ExplicitWidth = 648 ExplicitHeight = 693 PixelsPerInch = 96 @@ -96,6 +97,12 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente Kind = skSum Position = spFooter Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE + end + item + Format = ',0.00 '#8364';-,0.00 '#8364 + Kind = skSum + Position = spFooter + Column = frViewFacturasCliente1.cxGridViewIMPORTE_TOTAL end> DataController.Summary.FooterSummaryItems = < item @@ -107,6 +114,11 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente Format = ',0.00 '#8364';-,0.00 '#8364 Kind = skSum Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE + end + item + Format = ',0.00 '#8364';-,0.00 '#8364 + Kind = skSum + Column = frViewFacturasCliente1.cxGridViewIMPORTE_TOTAL end> inherited cxGridViewBASE_IMPONIBLE: TcxGridDBColumn Visible = True @@ -130,8 +142,10 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente Width = 240 end inherited edtFechaFinFiltro: TcxDateEdit - Left = 351 - ExplicitLeft = 351 + Left = 367 + ExplicitLeft = 367 + ExplicitWidth = 244 + Width = 244 end end inherited TBXAlignmentPanel1: TTBXAlignmentPanel