Tareas #1162: No sale el sumatorio de importe total en recibos de cliente (acordarse de ponerle a cristina el importe total)
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@180 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
This commit is contained in:
parent
abbf8134ac
commit
399824c228
@ -7,6 +7,7 @@ inherited fEditorContacto: TfEditorContacto
|
||||
ClientWidth = 632
|
||||
Scaled = False
|
||||
ExplicitWidth = 640
|
||||
ExplicitHeight = 240
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
inherited JvNavPanelHeader: TJvNavPanelHeader
|
||||
@ -99,10 +100,11 @@ inherited fEditorContacto: TfEditorContacto
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
ReadOnly = False
|
||||
ExplicitLeft = 117
|
||||
ExplicitTop = 176
|
||||
ExplicitWidth = 618
|
||||
ExplicitHeight = 332
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 618
|
||||
ExplicitWidth = 618
|
||||
inherited eEntidad: TcxDBTextEdit
|
||||
ExplicitWidth = 114
|
||||
Width = 114
|
||||
@ -152,6 +154,18 @@ inherited fEditorContacto: TfEditorContacto
|
||||
inherited ToolBar1: TToolBar
|
||||
Width = 618
|
||||
ExplicitWidth = 618
|
||||
inherited ToolButton1: TToolButton
|
||||
ExplicitWidth = 113
|
||||
end
|
||||
inherited ToolButton4: TToolButton
|
||||
ExplicitWidth = 113
|
||||
end
|
||||
inherited ToolButton2: TToolButton
|
||||
ExplicitWidth = 113
|
||||
end
|
||||
inherited ToolButton7: TToolButton
|
||||
ExplicitWidth = 113
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@ -99,6 +99,7 @@ inherited fEditorRecibosCliente: TfEditorRecibosCliente
|
||||
DataController.Summary.DefaultGroupSummaryItems = <
|
||||
item
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Kind = skSum
|
||||
Position = spFooter
|
||||
Column = frViewRecibosCliente1.cxGridViewIMPORTE_TOTAL
|
||||
end
|
||||
@ -109,10 +110,6 @@ inherited fEditorRecibosCliente: TfEditorRecibosCliente
|
||||
Column = frViewRecibosCliente1.cxGridViewIMPORTE
|
||||
end>
|
||||
DataController.Summary.FooterSummaryItems = <
|
||||
item
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Column = frViewRecibosCliente1.cxGridViewIMPORTE_TOTAL
|
||||
end
|
||||
item
|
||||
Format = '0 recibos'
|
||||
Kind = skCount
|
||||
@ -127,6 +124,11 @@ inherited fEditorRecibosCliente: TfEditorRecibosCliente
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Kind = skSum
|
||||
Column = frViewRecibosCliente1.cxGridViewOTROS_GASTOS
|
||||
end
|
||||
item
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Kind = skSum
|
||||
Column = frViewRecibosCliente1.cxGridViewIMPORTE_TOTAL
|
||||
end>
|
||||
inherited cxGridViewNUM_COPIAS: TcxGridDBColumn
|
||||
IsCaptionAssigned = True
|
||||
|
||||
Reference in New Issue
Block a user