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
227 lines
6.4 KiB
Plaintext
227 lines
6.4 KiB
Plaintext
inherited DataModuleInstaladores: TDataModuleInstaladores
|
|
inherited ds_Contactos: TDADataSource
|
|
DataSet = tbl_Contactos.Dataset
|
|
end
|
|
inherited ds_DireccionesContacto: TDADataSource
|
|
DataSet = tbl_DireccionesContacto.Dataset
|
|
end
|
|
inherited ds_DatosBancarios: TDADataSource
|
|
DataSet = tbl_DatosBancarios.Dataset
|
|
end
|
|
inherited ds_PersonalContacto: TDADataSource
|
|
DataSet = tbl_PersonalContacto.Dataset
|
|
end
|
|
inherited ds_ContactosDirecciones: TDADataSource
|
|
DataSet = tbl_ContactosDirecciones.Dataset
|
|
end
|
|
object tbl_Instaladores: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_CONTACTOS_ID'
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Instaladores_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CATEGORIA'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Instaladores_ID_CATEGORIA'
|
|
DictionaryEntry = 'Instaladores_ID_CATEGORIA'
|
|
end
|
|
item
|
|
Name = 'NIF_CIF'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'Instaladores_NIF_CIF'
|
|
DictionaryEntry = 'Instaladores_NIF_CIF'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_NOMBRE'
|
|
DictionaryEntry = 'Instaladores_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'PERSONA_CONTACTO'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_PERSONA_CONTACTO'
|
|
DictionaryEntry = 'Instaladores_PERSONA_CONTACTO'
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_CALLE'
|
|
DictionaryEntry = 'Instaladores_CALLE'
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_POBLACION'
|
|
DictionaryEntry = 'Instaladores_POBLACION'
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_PROVINCIA'
|
|
DictionaryEntry = 'Instaladores_PROVINCIA'
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
DisplayLabel = 'Instaladores_CODIGO_POSTAL'
|
|
DictionaryEntry = 'Instaladores_CODIGO_POSTAL'
|
|
end
|
|
item
|
|
Name = 'PAIS'
|
|
DataType = datString
|
|
Size = 255
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Instaladores_PAIS'
|
|
end
|
|
item
|
|
Name = 'IDIOMA_ISO'
|
|
DataType = datString
|
|
Size = 2
|
|
DisplayLabel = 'Instaladores_IDIOMA_ISO'
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Instaladores_IDIOMA_ISO'
|
|
end
|
|
item
|
|
Name = 'IDIOMA'
|
|
DataType = datString
|
|
Size = 255
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Instaladores_IDIOMA'
|
|
end
|
|
item
|
|
Name = 'TELEFONO_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Instaladores_TELEFONO_1'
|
|
DictionaryEntry = 'Instaladores_TELEFONO_1'
|
|
end
|
|
item
|
|
Name = 'TELEFONO_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Instaladores_TELEFONO_2'
|
|
DictionaryEntry = 'Instaladores_TELEFONO_2'
|
|
end
|
|
item
|
|
Name = 'MOVIL_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Instaladores_MOVIL_1'
|
|
DictionaryEntry = 'Instaladores_MOVIL_1'
|
|
end
|
|
item
|
|
Name = 'MOVIL_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Instaladores_MOVIL_2'
|
|
DictionaryEntry = 'Instaladores_MOVIL_2'
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Instaladores_FAX'
|
|
DictionaryEntry = 'Instaladores_FAX'
|
|
end
|
|
item
|
|
Name = 'EMAIL_1'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_EMAIL_1'
|
|
DictionaryEntry = 'Instaladores_EMAIL_1'
|
|
end
|
|
item
|
|
Name = 'EMAIL_2'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_EMAIL_2'
|
|
DictionaryEntry = 'Instaladores_EMAIL_2'
|
|
end
|
|
item
|
|
Name = 'PAGINA_WEB'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_PAGINA_WEB'
|
|
DictionaryEntry = 'Instaladores_PAGINA_WEB'
|
|
end
|
|
item
|
|
Name = 'NOTAS'
|
|
DataType = datMemo
|
|
DisplayLabel = 'Instaladores_NOTAS'
|
|
DictionaryEntry = 'Instaladores_NOTAS'
|
|
end
|
|
item
|
|
Name = 'FECHA_ALTA'
|
|
DataType = datDateTime
|
|
DisplayLabel = 'Instaladores_FECHA_ALTA'
|
|
DictionaryEntry = 'Instaladores_FECHA_ALTA'
|
|
end
|
|
item
|
|
Name = 'FECHA_MODIFICACION'
|
|
DataType = datDateTime
|
|
DisplayLabel = 'Instaladores_FECHA_MODIFICACION'
|
|
DictionaryEntry = 'Instaladores_FECHA_MODIFICACION'
|
|
end
|
|
item
|
|
Name = 'USUARIO'
|
|
DataType = datString
|
|
Size = 30
|
|
DisplayLabel = 'Instaladores_USUARIO'
|
|
DictionaryEntry = 'Instaladores_USUARIO'
|
|
end
|
|
item
|
|
Name = 'ID_EMPRESA'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Instaladores_ID_EMPRESA'
|
|
DictionaryEntry = 'Instaladores_ID_EMPRESA'
|
|
end
|
|
item
|
|
Name = 'REFERENCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_REFERENCIA'
|
|
DictionaryEntry = 'Instaladores_REFERENCIA'
|
|
end
|
|
item
|
|
Name = 'ID_TIENDA'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Instaladores_ID_TIENDA'
|
|
DictionaryEntry = 'Instaladores_ID_TIENDA'
|
|
end
|
|
item
|
|
Name = 'TIENDA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Instaladores_TIENDA'
|
|
DictionaryEntry = 'Instaladores_TIENDA'
|
|
end>
|
|
Params = <>
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
LogicalName = 'Instaladores'
|
|
IndexDefs = <>
|
|
Left = 456
|
|
Top = 216
|
|
end
|
|
object ds_Instaladores: TDADataSource
|
|
DataSet = tbl_Instaladores.Dataset
|
|
DataTable = tbl_Instaladores
|
|
Left = 448
|
|
Top = 144
|
|
end
|
|
end
|