* Errores #497: Facturas de cliente cuando se crea una nueva y elegimos articulos de la lista no recupera bien el precio coste * Errores #498: En la lista de articulos a seleccionar de la parte de documentos de cliente no deben de verse las columnas importe neto (ya que es el suyo y no el del cliente) * Errores #499: Se quita el parche para que carlos no visualizara lo de las dos empresas git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@99 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
59 lines
2.1 KiB
Plaintext
59 lines
2.1 KiB
Plaintext
inherited frViewElegirArticulosFacturasCliente: TfrViewElegirArticulosFacturasCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
|
Caption = 'Precio coste'
|
|
end
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Caption = 'Descuento'
|
|
end
|
|
inherited cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
Caption = 'Precio neto'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
|
Caption = 'Precio porte'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited eLista: TcxComboBox
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 39231.869697800920000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|