Arreglo del dia de pago que prefieren los clientes

git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@178 c93665c3-c93d-084d-9b98-7d5f4a9c3376
This commit is contained in:
roberto 2007-12-03 18:44:10 +00:00
parent e52d4f549e
commit 2d63a6d9d8
3 changed files with 23 additions and 8 deletions

View File

@ -7,7 +7,7 @@ inherited fEditorFacturaCliente: TfEditorFacturaCliente
Position = poScreenCenter
OnClose = CustomEditorClose
ExplicitWidth = 796
ExplicitHeight = 609
ExplicitHeight = 602
PixelsPerInch = 96
TextHeight = 13
inherited JvNavPanelHeader: TJvNavPanelHeader

View File

@ -217,7 +217,7 @@ begin
else
FFactura.IMPORTE_PORTE := 0;
RecalcularPortePorUnidad;
// RecalcularPortePorUnidad; Aqui no se desglosa a nivel de articulo
end;
function TfEditorFacturaCliente.GetController: IFacturasClienteController;

View File

@ -1,9 +1,9 @@
inherited fEditorFacturasCliente: TfEditorFacturasCliente
Caption = 'Lista de facturas de cliente'
ClientHeight = 666
ClientHeight = 575
ClientWidth = 640
ExplicitWidth = 648
ExplicitHeight = 700
ExplicitHeight = 602
PixelsPerInch = 96
TextHeight = 13
inherited JvNavPanelHeader: TJvNavPanelHeader
@ -62,7 +62,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
end
end
inherited StatusBar: TJvStatusBar
Top = 647
Top = 556
Width = 640
ExplicitTop = 647
ExplicitWidth = 640
@ -71,7 +71,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
Left = 0
Top = 102
Width = 640
Height = 545
Height = 454
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -86,7 +86,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
ExplicitHeight = 545
inherited cxGrid: TcxGrid
Width = 640
Height = 417
Height = 326
ExplicitWidth = 640
ExplicitHeight = 417
inherited cxGridView: TcxGridDBTableView
@ -96,6 +96,16 @@ 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
item
Format = ',0.00 '#8364';-,0.00 '#8364
Column = frViewFacturasCliente1.cxGridViewIMPORTE_TOTAL
end>
DataController.Summary.FooterSummaryItems = <
item
@ -107,6 +117,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
@ -147,7 +162,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
end
end
inherited pnlAgrupaciones: TTBXDockablePanel
Top = 519
Top = 428
ExplicitTop = 519
ExplicitWidth = 640
inherited TBXAlignmentPanel1: TTBXAlignmentPanel