git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@226 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
433 lines
12 KiB
Plaintext
433 lines
12 KiB
Plaintext
inherited DataModuleAgentes: TDataModuleAgentes
|
|
Height = 423
|
|
Width = 543
|
|
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 tbl_ListaAnosObjetivosAlb: TDAMemDataTable
|
|
Left = 56
|
|
Top = 264
|
|
end
|
|
inherited ds_ListaAnosObjetivosAlb: TDADataSource
|
|
DataSet = tbl_ListaAnosObjetivosAlb.Dataset
|
|
Left = 56
|
|
Top = 208
|
|
end
|
|
object tbl_Agentes: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_CONTACTOS_ID'
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Contactos_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CATEGORIA'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Contactos_ID_CATEGORIA'
|
|
DictionaryEntry = 'Contactos_ID_CATEGORIA'
|
|
end
|
|
item
|
|
Name = 'NIF_CIF'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'NIF/CIF'
|
|
DictionaryEntry = 'Contactos_NIF_CIF'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Nombre'
|
|
DictionaryEntry = 'Contactos_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'PERSONA_CONTACTO'
|
|
DataType = datString
|
|
Size = 255
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Direcci'#243'n'
|
|
DictionaryEntry = 'Contactos_CALLE'
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Poblaci'#243'n'
|
|
DictionaryEntry = 'Contactos_POBLACION'
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Provincia'
|
|
DictionaryEntry = 'Contactos_PROVINCIA'
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
DisplayLabel = 'C'#243'digo postal'
|
|
DictionaryEntry = 'Contactos_CODIGO_POSTAL'
|
|
end
|
|
item
|
|
Name = 'PAIS'
|
|
DataType = datString
|
|
Size = 255
|
|
end
|
|
item
|
|
Name = 'IDIOMA_ISO'
|
|
DataType = datString
|
|
Size = 2
|
|
end
|
|
item
|
|
Name = 'IDIOMA'
|
|
DataType = datString
|
|
Size = 255
|
|
end
|
|
item
|
|
Name = 'TELEFONO_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Tlf. trabajo'
|
|
DictionaryEntry = 'Contactos_TELEFONO_1'
|
|
end
|
|
item
|
|
Name = 'TELEFONO_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Tlf. particular'
|
|
DictionaryEntry = 'Contactos_TELEFONO_2'
|
|
end
|
|
item
|
|
Name = 'MOVIL_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'M'#243'vil'
|
|
DictionaryEntry = 'Contactos_MOVIL_1'
|
|
end
|
|
item
|
|
Name = 'MOVIL_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'M'#243'vil 2'
|
|
DictionaryEntry = 'Contactos_MOVIL_2'
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Fax'
|
|
DictionaryEntry = 'Contactos_FAX'
|
|
end
|
|
item
|
|
Name = 'EMAIL_1'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'E-mail trabajo'
|
|
DictionaryEntry = 'Contactos_EMAIL_1'
|
|
end
|
|
item
|
|
Name = 'EMAIL_2'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'E-mail particular'
|
|
DictionaryEntry = 'Contactos_EMAIL_2'
|
|
end
|
|
item
|
|
Name = 'PAGINA_WEB'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Web'
|
|
DictionaryEntry = 'Contactos_PAGINA_WEB'
|
|
end
|
|
item
|
|
Name = 'NOTAS'
|
|
DataType = datMemo
|
|
BlobType = dabtMemo
|
|
DisplayLabel = 'Observaciones'
|
|
DictionaryEntry = 'Contactos_NOTAS'
|
|
end
|
|
item
|
|
Name = 'FECHA_ALTA'
|
|
DataType = datDateTime
|
|
DisplayLabel = 'Empleados_FECHA_ALTA'
|
|
DictionaryEntry = 'Empleados_FECHA_ALTA'
|
|
end
|
|
item
|
|
Name = 'FECHA_MODIFICACION'
|
|
DataType = datDateTime
|
|
DisplayLabel = 'Empleados_FECHA_MODIFICACION'
|
|
DictionaryEntry = 'Empleados_FECHA_MODIFICACION'
|
|
end
|
|
item
|
|
Name = 'USUARIO'
|
|
DataType = datString
|
|
Size = 20
|
|
DisplayLabel = 'Usuario'
|
|
DictionaryEntry = 'Contactos_USUARIO'
|
|
end
|
|
item
|
|
Name = 'ID_EMPRESA'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'Contactos_ID_EMPRESA'
|
|
end
|
|
item
|
|
Name = 'REFERENCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Referencia'
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Empleados_REFERENCIA'
|
|
end
|
|
item
|
|
Name = 'FECHA_ALTA_EMPRESA'
|
|
DataType = datDateTime
|
|
end
|
|
item
|
|
Name = 'FECHA_BAJA'
|
|
DataType = datDateTime
|
|
end
|
|
item
|
|
Name = 'CAUSA_BAJA'
|
|
DataType = datString
|
|
Size = 255
|
|
end>
|
|
Params = <>
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
LogicalName = 'Agentes'
|
|
IndexDefs = <>
|
|
Left = 328
|
|
Top = 232
|
|
end
|
|
object ds_Agentes: TDADataSource
|
|
DataSet = tbl_Agentes.Dataset
|
|
DataTable = tbl_Agentes
|
|
Left = 328
|
|
Top = 152
|
|
end
|
|
object tbl_Agentes_Comisiones: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datInteger
|
|
ServerAutoRefresh = True
|
|
DictionaryEntry = 'Agentes_Comisiones_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_AGENTE'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Agentes_Comisiones_ID_AGENTE'
|
|
DictionaryEntry = 'Agentes_Comisiones_ID_AGENTE'
|
|
end
|
|
item
|
|
Name = 'ID_PROVEEDOR'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Comisiones_ID_PROVEEDOR'
|
|
DictionaryEntry = 'Agentes_Comisiones_ID_PROVEEDOR'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Agentes_Comisiones_NOMBRE'
|
|
DictionaryEntry = 'Agentes_Comisiones_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'COMISION'
|
|
DataType = datFloat
|
|
DisplayLabel = 'Agentes_Comisiones_COMISION'
|
|
DictionaryEntry = 'Agentes_Comisiones_COMISION'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmWhere
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
MasterSource = ds_Agentes
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_AGENTE'
|
|
LogicalName = 'Agentes_Comisiones'
|
|
IndexDefs = <>
|
|
Left = 456
|
|
Top = 232
|
|
end
|
|
object ds_Agentes_Comisiones: TDADataSource
|
|
DataSet = tbl_Agentes_Comisiones.Dataset
|
|
DataTable = tbl_Agentes_Comisiones
|
|
Left = 456
|
|
Top = 160
|
|
end
|
|
object tbl_Agentes_Objetivos_albaranes: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_OBJETIVOS_ALB_ID'
|
|
Required = True
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_AGENTE'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Agentes_Objetivos_albaranes_ID_AGENTE'
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_ID_AGENTE'
|
|
end
|
|
item
|
|
Name = 'ANO'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_albaranes_ANO'
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_ANO'
|
|
end
|
|
item
|
|
Name = 'MES'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_albaranes_MES'
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_MES'
|
|
end
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 20
|
|
end
|
|
item
|
|
Name = 'UNIDADES_OBJETIVO'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_albaranes_UNIDADES_OBJETIVO'
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_UNIDADES_OBJETIVO'
|
|
end
|
|
item
|
|
Name = 'IMPORTE_OBJETIVO'
|
|
DataType = datCurrency
|
|
DisplayLabel = 'Agentes_Objetivos_albaranes_IMPORTE_OBJETIVO'
|
|
DictionaryEntry = 'Agentes_Objetivos_albaranes_IMPORTE_OBJETIVO'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmWhere
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
MasterSource = ds_Agentes
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_AGENTE'
|
|
LogicalName = 'Agentes_Objetivos_albaranes'
|
|
IndexDefs = <>
|
|
Left = 176
|
|
Top = 344
|
|
end
|
|
object ds_Agentes_Objetivos_albaranes: TDADataSource
|
|
DataSet = tbl_Agentes_Objetivos_albaranes.Dataset
|
|
DataTable = tbl_Agentes_Objetivos_albaranes
|
|
Left = 176
|
|
Top = 288
|
|
end
|
|
object tbl_Agentes_Objetivos_facturas: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_OBJETIVOS_FAC_ID'
|
|
Required = True
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_AGENTE'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Agentes_Objetivos_facturas_ID_AGENTE'
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_ID_AGENTE'
|
|
end
|
|
item
|
|
Name = 'ANO'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_facturas_ANO'
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_ANO'
|
|
end
|
|
item
|
|
Name = 'MES'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_facturas_MES'
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_MES'
|
|
end
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 20
|
|
end
|
|
item
|
|
Name = 'UNIDADES_OBJETIVO'
|
|
DataType = datSmallInt
|
|
DisplayLabel = 'Agentes_Objetivos_facturas_UNIDADES_OBJETIVO'
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_UNIDADES_OBJETIVO'
|
|
end
|
|
item
|
|
Name = 'IMPORTE_OBJETIVO'
|
|
DataType = datCurrency
|
|
DisplayLabel = 'Agentes_Objetivos_facturas_IMPORTE_OBJETIVO'
|
|
DictionaryEntry = 'Agentes_Objetivos_facturas_IMPORTE_OBJETIVO'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmWhere
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
MasterSource = ds_Agentes
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_AGENTE'
|
|
LogicalName = 'Agentes_Objetivos_facturas'
|
|
IndexDefs = <>
|
|
Left = 384
|
|
Top = 344
|
|
end
|
|
object ds_Agentes_Objetivos_facturas: TDADataSource
|
|
DataSet = tbl_Agentes_Objetivos_facturas.Dataset
|
|
DataTable = tbl_Agentes_Objetivos_facturas
|
|
Left = 384
|
|
Top = 288
|
|
end
|
|
object tbl_ListaAnosObjetivosFac: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ANO'
|
|
DataType = datSmallInt
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'ID_AGENTE'
|
|
Value = ''
|
|
end>
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
LogicalName = 'ListaAnosObjetivosFac'
|
|
IndexDefs = <>
|
|
Left = 56
|
|
Top = 368
|
|
end
|
|
object ds_ListaAnosObjetivosFac: TDADataSource
|
|
DataSet = tbl_ListaAnosObjetivosFac.Dataset
|
|
DataTable = tbl_ListaAnosObjetivosFac
|
|
Left = 56
|
|
Top = 320
|
|
end
|
|
end
|