Cambio en la lista de recibos para que nos cuente los recibos añadidos a la remesa
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@246 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
0d31d3bb50
commit
f6aaca1676
@ -218,6 +218,11 @@ inherited fEditorRemesaCliente: TfEditorRemesaCliente
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Kind = skSum
|
||||
Column = frViewRecibosRemesaCliente1.cxGridViewIMPORTE_TOTAL
|
||||
end
|
||||
item
|
||||
Format = '0 Recibos'
|
||||
Kind = skCount
|
||||
Column = frViewRecibosRemesaCliente1.cxGridViewREFERENCIA
|
||||
end>
|
||||
DataController.Summary.OnAfterSummary = frViewRecibosRemesaCliente1cxGridViewDataControllerSummaryAfterSummary
|
||||
inherited cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
||||
|
||||
@ -15,7 +15,7 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
inherited JvNavPanelHeader: TJvNavPanelHeader
|
||||
Width = 699
|
||||
Caption = 'Remesa de pago'
|
||||
ExplicitWidth = 690
|
||||
ExplicitWidth = 699
|
||||
inherited Image1: TImage
|
||||
Left = 672
|
||||
Picture.Data = {
|
||||
@ -47,7 +47,7 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
end
|
||||
inherited TBXDock: TTBXDock
|
||||
Width = 699
|
||||
ExplicitWidth = 690
|
||||
ExplicitWidth = 699
|
||||
inherited tbxMain: TTBXToolbar
|
||||
ExplicitWidth = 330
|
||||
inherited TBXItem2: TTBXItem
|
||||
@ -105,13 +105,13 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
MultiLine = True
|
||||
ExplicitLeft = 3
|
||||
ExplicitTop = 79
|
||||
ExplicitWidth = 684
|
||||
ExplicitHeight = 457
|
||||
ExplicitWidth = 693
|
||||
ExplicitHeight = 476
|
||||
inherited pagGeneral: TTabSheet
|
||||
ExplicitLeft = 4
|
||||
ExplicitTop = 24
|
||||
ExplicitWidth = 676
|
||||
ExplicitHeight = 429
|
||||
ExplicitWidth = 685
|
||||
ExplicitHeight = 448
|
||||
inline frViewRecibosRemesaProveedor1: TfrViewRecibosRemesaProveedor
|
||||
Left = 0
|
||||
Top = 210
|
||||
@ -126,27 +126,32 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
ReadOnly = False
|
||||
ExplicitTop = 155
|
||||
ExplicitWidth = 676
|
||||
ExplicitHeight = 274
|
||||
ExplicitTop = 210
|
||||
ExplicitWidth = 685
|
||||
ExplicitHeight = 238
|
||||
inherited cxGrid: TcxGrid
|
||||
Width = 685
|
||||
Height = 213
|
||||
ExplicitWidth = 676
|
||||
ExplicitHeight = 249
|
||||
ExplicitWidth = 685
|
||||
ExplicitHeight = 213
|
||||
inherited cxGridView: TcxGridDBTableView
|
||||
DataController.Summary.FooterSummaryItems = <
|
||||
item
|
||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||
Kind = skSum
|
||||
Column = frViewRecibosRemesaProveedor1.cxGridViewIMPORTE_TOTAL
|
||||
end
|
||||
item
|
||||
Format = '0 Recibos'
|
||||
Kind = skCount
|
||||
Column = frViewRecibosRemesaProveedor1.cxGridViewREFERENCIA
|
||||
end>
|
||||
DataController.Summary.OnAfterSummary = frViewRecibosRemesaProveedor1cxGridViewDataControllerSummaryAfterSummary
|
||||
end
|
||||
end
|
||||
inherited ToolBar1: TToolBar
|
||||
Width = 685
|
||||
ExplicitWidth = 676
|
||||
ExplicitWidth = 685
|
||||
end
|
||||
end
|
||||
inline frViewRemesaProveedor1: TfrViewRemesaProveedor
|
||||
@ -163,13 +168,13 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
ReadOnly = False
|
||||
ExplicitWidth = 676
|
||||
ExplicitWidth = 685
|
||||
ExplicitHeight = 210
|
||||
inherited dxLayoutControlRemesaProveedor: TdxLayoutControl
|
||||
Width = 685
|
||||
Height = 210
|
||||
ExplicitWidth = 676
|
||||
ExplicitHeight = 155
|
||||
ExplicitWidth = 685
|
||||
ExplicitHeight = 210
|
||||
inherited eReferencia: TcxDBTextEdit
|
||||
ExplicitWidth = 164
|
||||
Width = 164
|
||||
@ -216,8 +221,8 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
item
|
||||
Width = 200
|
||||
end>
|
||||
ExplicitTop = 585
|
||||
ExplicitWidth = 690
|
||||
ExplicitTop = 604
|
||||
ExplicitWidth = 699
|
||||
end
|
||||
inline frViewTotales1: TfrViewTotales [4]
|
||||
Left = 0
|
||||
@ -233,12 +238,12 @@ inherited fEditorRemesaProveedor: TfEditorRemesaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
ReadOnly = False
|
||||
ExplicitTop = 539
|
||||
ExplicitWidth = 690
|
||||
ExplicitTop = 558
|
||||
ExplicitWidth = 699
|
||||
ExplicitHeight = 46
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 699
|
||||
ExplicitWidth = 690
|
||||
ExplicitWidth = 699
|
||||
inherited Bevel1: TBevel
|
||||
Left = 92
|
||||
Top = 91
|
||||
|
||||
Loading…
Reference in New Issue
Block a user