Cambio en los informes de Contratos de cliente de todas las entidades: Cambio fecha de entrega por fecha expedicion - Solicitado por Próspero Cambio logo uecko y sellos cabecera en todos los informes de todas las entidades- Solicitado por Noelia Arreglo para que permita introducir DNI y CIFs raros - Solicitado por Mónica Las facturas proforma no se tendrán en cuenta en las facturas asociadas a los contratos, listado de contratos - Solicitado por Eva Se añade comprobación de capitulos para que avise si existe un subtotal sin capitulo correspondiente, ayudará a controlar errores en presupuestos y contratos largos. - Solicitado por Miriam En los detalles de presupuestos y contratos si eligen un articulo de la tarífa el programa no deja modificar las descripciones (Se ha detectado que lo hen hecho en ocasiones en las tiendas) - Solicitado por Miriam git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@186 93f398dd-4eb6-7a46-baf6-13f46f578da2
88 lines
2.3 KiB
Plaintext
88 lines
2.3 KiB
Plaintext
inherited frViewIdiomasArticulo: TfrViewIdiomasArticulo
|
|
Width = 774
|
|
Height = 100
|
|
OnShow = CustomViewShow
|
|
ExplicitWidth = 774
|
|
ExplicitHeight = 100
|
|
inherited cxGrid: TcxGrid
|
|
Width = 774
|
|
Height = 75
|
|
ExplicitWidth = 774
|
|
ExplicitHeight = 75
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'RecID'
|
|
object cxGridViewID_IDIOMA: TcxGridDBColumn
|
|
Caption = 'Idioma'
|
|
DataBinding.FieldName = 'ID_IDIOMA'
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'DESCRIPCION'
|
|
end>
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListSource = dsIdiomas
|
|
BestFitMaxWidth = 50
|
|
MinWidth = 50
|
|
Options.Editing = False
|
|
VisibleForCustomization = False
|
|
Width = 50
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
BestFitMaxWidth = 400
|
|
MinWidth = 200
|
|
VisibleForCustomization = False
|
|
Width = 400
|
|
end
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 774
|
|
ExplicitWidth = 774
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
end
|
|
inherited dsDetalles: TDADataSource
|
|
Left = 432
|
|
Top = 8
|
|
end
|
|
inherited ContenidoImageList: TPngImageList
|
|
Left = 392
|
|
Top = 8
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
Left = 352
|
|
Top = 8
|
|
inherited actModificar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actAnchoAutomatico: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
object dsIdiomas: TDADataSource
|
|
Left = 472
|
|
Top = 8
|
|
end
|
|
end
|