Se añade columna RE e importe_RE
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@135 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
This commit is contained in:
parent
b44073ec61
commit
1f6c83e2c6
@ -153,6 +153,12 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
|||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
|
object cxGridViewRE: TcxGridDBColumn
|
||||||
|
DataBinding.FieldName = 'RE'
|
||||||
|
end
|
||||||
|
object cxGridViewIMPORTE_RE: TcxGridDBColumn
|
||||||
|
DataBinding.FieldName = 'IMPORTE_RE'
|
||||||
|
end
|
||||||
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
||||||
Caption = 'Importe total'
|
Caption = 'Importe total'
|
||||||
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
||||||
|
|||||||
@ -58,6 +58,8 @@ type
|
|||||||
cxGridViewTIPO: TcxGridDBColumn;
|
cxGridViewTIPO: TcxGridDBColumn;
|
||||||
cxGridViewFECHA_VENCIMIENTO: TcxGridDBColumn;
|
cxGridViewFECHA_VENCIMIENTO: TcxGridDBColumn;
|
||||||
cxGridViewIMPORTE_RETENCION: TcxGridDBColumn;
|
cxGridViewIMPORTE_RETENCION: TcxGridDBColumn;
|
||||||
|
cxGridViewRE: TcxGridDBColumn;
|
||||||
|
cxGridViewIMPORTE_RE: TcxGridDBColumn;
|
||||||
procedure cxGridViewStylesGetContentStyle(Sender: TcxCustomGridTableView;
|
procedure cxGridViewStylesGetContentStyle(Sender: TcxCustomGridTableView;
|
||||||
ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem;
|
ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem;
|
||||||
out AStyle: TcxStyle);
|
out AStyle: TcxStyle);
|
||||||
|
|||||||
Reference in New Issue
Block a user