2007-10-26 18:07:10 +00:00
|
|
|
inherited DataModuleArticulos: TDataModuleArticulos
|
|
|
|
|
OnCreate = DAClientDataModuleCreate
|
2008-07-22 11:21:06 +00:00
|
|
|
Height = 468
|
|
|
|
|
Width = 619
|
2007-10-26 18:07:10 +00:00
|
|
|
object RORemoteService: TRORemoteService
|
|
|
|
|
Message = dmConexion.ROMessage
|
|
|
|
|
Channel = dmConexion.ROChannel
|
|
|
|
|
ServiceName = 'srvArticulos'
|
|
|
|
|
Left = 48
|
|
|
|
|
Top = 24
|
|
|
|
|
end
|
|
|
|
|
object Bin2DataStreamer: TDABin2DataStreamer
|
|
|
|
|
Left = 48
|
|
|
|
|
Top = 84
|
|
|
|
|
end
|
|
|
|
|
object rda_Articulos: TDARemoteDataAdapter
|
2011-02-24 15:39:41 +00:00
|
|
|
DataStreamer = Bin2DataStreamer
|
2007-10-26 18:07:10 +00:00
|
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
|
|
|
GetDataCall.RemoteService = RORemoteService
|
|
|
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
|
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
|
|
|
RemoteService = RORemoteService
|
|
|
|
|
Left = 51
|
|
|
|
|
Top = 151
|
|
|
|
|
end
|
|
|
|
|
object tbl_Articulos: TDAMemDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datAutoInc
|
|
|
|
|
GeneratorName = 'GEN_ARTICULOS_ID'
|
|
|
|
|
Required = True
|
2007-11-19 19:13:37 +00:00
|
|
|
ServerAutoRefresh = True
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_ID'
|
2007-10-26 18:07:10 +00:00
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_EMPRESA'
|
|
|
|
|
DataType = datInteger
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_ID_EMPRESA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Referencia'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DESCRIPCION'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Descripci'#243'n'
|
|
|
|
|
DictionaryEntry = 'Articulos_DESCRIPCION'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
2007-12-20 20:34:59 +00:00
|
|
|
item
|
|
|
|
|
Name = 'UNIDAD_MEDIDA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-03-03 18:22:45 +00:00
|
|
|
DisplayLabel = 'Unidad de medida'
|
|
|
|
|
DictionaryEntry = 'Articulos_UNIDAD_MEDIDA'
|
2007-12-20 20:34:59 +00:00
|
|
|
end
|
2007-10-26 18:07:10 +00:00
|
|
|
item
|
|
|
|
|
Name = 'FAMILIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Familia'
|
|
|
|
|
DictionaryEntry = 'Articulos_FAMILIA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'IMAGEN'
|
|
|
|
|
DataType = datBlob
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Foto'
|
|
|
|
|
DictionaryEntry = 'Articulos_IMAGEN'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COMISIONABLE'
|
|
|
|
|
DataType = datInteger
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Comisionable'
|
|
|
|
|
DictionaryEntry = 'Articulos_COMISIONABLE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_ALTA'
|
|
|
|
|
DataType = datDateTime
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_FECHA_ALTA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_MODIFICACION'
|
|
|
|
|
DataType = datDateTime
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_FECHA_MODIFICACION'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'USUARIO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 20
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_USUARIO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA_PROV'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Ref. proveedor'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA_PROVEEDOR'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_COSTE'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datCurrency
|
|
|
|
|
DisplayLabel = 'Importe'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_COSTE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PORTE'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datCurrency
|
2008-03-03 18:22:45 +00:00
|
|
|
DisplayLabel = 'Precio porte'
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PORTE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DESCUENTO'
|
|
|
|
|
DataType = datFloat
|
2007-11-05 17:49:11 +00:00
|
|
|
DisplayLabel = 'Descuento'
|
|
|
|
|
DictionaryEntry = 'Articulos_DESCUENTO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_NETO'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datCurrency
|
2008-07-22 11:21:06 +00:00
|
|
|
DecimalPrecision = 2
|
|
|
|
|
DecimalScale = 2
|
2008-03-03 18:22:45 +00:00
|
|
|
DisplayLabel = 'Precio neto'
|
2007-11-05 17:49:11 +00:00
|
|
|
DictionaryEntry = 'Articulos_PRECIO_NETO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'INVENTARIABLE'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datSmallInt
|
2008-03-03 18:22:45 +00:00
|
|
|
DisplayLabel = 'Inventariable'
|
|
|
|
|
DictionaryEntry = 'Articulos_INVENTARIABLE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ELIMINADO'
|
2007-11-05 17:49:11 +00:00
|
|
|
DataType = datSmallInt
|
2007-10-26 18:07:10 +00:00
|
|
|
DisplayLabel = 'Eliminado'
|
2008-03-03 18:22:45 +00:00
|
|
|
DictionaryEntry = 'Articulos_ELIMINADO'
|
2008-02-20 16:16:23 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FABRICANTE'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-03-03 18:22:45 +00:00
|
|
|
DisplayLabel = 'Fabricante'
|
|
|
|
|
DictionaryEntry = 'Articulos_FABRICANTE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA_FABR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Ref. fabricante'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA_FABR'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
2008-06-17 17:53:36 +00:00
|
|
|
item
|
|
|
|
|
Name = 'PARAM_MARGEN'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PVP_VENTA'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
DisplayLabel = 'Precio PVP (Solo suministro)'
|
|
|
|
|
Alignment = taRightJustify
|
2008-07-22 11:21:06 +00:00
|
|
|
ServerAutoRefresh = True
|
2008-06-17 17:53:36 +00:00
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PVP_VENTA'
|
|
|
|
|
end
|
2008-06-09 17:08:55 +00:00
|
|
|
item
|
|
|
|
|
Name = 'TIEMPO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PARAM_TIEMPO'
|
|
|
|
|
DataType = datFloat
|
2008-06-17 17:53:36 +00:00
|
|
|
DisplayLabel = 'Precio min'
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Articulos_PARAM_TIEMPO'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'MANO_OBRA'
|
|
|
|
|
DataType = datCurrency
|
2008-06-17 17:53:36 +00:00
|
|
|
DisplayLabel = 'Mano de obra'
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Articulos_MANO_OBRA'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
|
|
|
|
item
|
2008-06-17 17:53:36 +00:00
|
|
|
Name = 'PRECIO_PVP_TOTAL'
|
2008-06-09 17:08:55 +00:00
|
|
|
DataType = datCurrency
|
2008-06-17 17:53:36 +00:00
|
|
|
DisplayLabel = 'Precio P.V.P (Total)'
|
|
|
|
|
Alignment = taRightJustify
|
2008-07-22 11:21:06 +00:00
|
|
|
ServerAutoRefresh = True
|
2008-06-17 17:53:36 +00:00
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PVP_TOTAL'
|
2007-10-26 18:07:10 +00:00
|
|
|
end>
|
|
|
|
|
Params = <>
|
|
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
|
|
|
RemoteDataAdapter = rda_Articulos
|
|
|
|
|
LogicalName = 'Articulos'
|
2007-11-14 19:41:42 +00:00
|
|
|
IndexDefs = <>
|
2008-07-22 11:21:06 +00:00
|
|
|
Left = 232
|
|
|
|
|
Top = 96
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
object ds_Articulos: TDADataSource
|
|
|
|
|
DataSet = tbl_Articulos.Dataset
|
|
|
|
|
DataTable = tbl_Articulos
|
|
|
|
|
Left = 232
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
2008-07-22 11:21:06 +00:00
|
|
|
object tbl_ProveedoresConArticulos: TDAMemDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_PROVEEDOR'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'NOMBRE'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
end>
|
|
|
|
|
Params = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_EMPRESA'
|
|
|
|
|
Value = ''
|
|
|
|
|
ParamType = daptInput
|
|
|
|
|
end>
|
|
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
|
|
|
RemoteDataAdapter = rda_Articulos
|
|
|
|
|
LogicalName = 'ProveedoresConArticulos'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 232
|
|
|
|
|
Top = 248
|
|
|
|
|
end
|
|
|
|
|
object ds_ProveedoresConArticulos: TDADataSource
|
|
|
|
|
DataSet = tbl_ProveedoresConArticulos.Dataset
|
|
|
|
|
DataTable = tbl_ProveedoresConArticulos
|
|
|
|
|
Left = 232
|
|
|
|
|
Top = 192
|
|
|
|
|
end
|
|
|
|
|
object tbl_Articulos_Proveedores: TDAMemDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
|
|
|
|
DataType = datAutoInc
|
|
|
|
|
GeneratorName = 'GEN_ARTICULOS_PROVEEDORES_ID'
|
|
|
|
|
Required = True
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_ARTICULO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_PROVEEDOR'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA_PROV'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Ref. proveedor'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA_PROVEEDOR'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_COSTE'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
DisplayLabel = 'Importe'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_COSTE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DESCUENTO'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
DisplayLabel = 'Descuento'
|
|
|
|
|
DictionaryEntry = 'Articulos_DESCUENTO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_NETO'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
DecimalPrecision = 2
|
|
|
|
|
DecimalScale = 2
|
|
|
|
|
DisplayLabel = 'Precio neto'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_NETO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PORTE'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
DisplayLabel = 'Precio porte'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PORTE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PVP_VENTA'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
DisplayLabel = 'Precio PVP (Solo suministro)'
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PVP_VENTA'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PVP_TOTAL'
|
|
|
|
|
DataType = datCurrency
|
|
|
|
|
ServerAutoRefresh = True
|
2011-02-24 15:39:41 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_ACTUALIZACION'
|
|
|
|
|
DataType = datDateTime
|
2008-07-22 11:21:06 +00:00
|
|
|
end>
|
|
|
|
|
Params = <>
|
|
|
|
|
MasterMappingMode = mmWhere
|
|
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
|
|
|
RemoteDataAdapter = rda_Articulos
|
|
|
|
|
MasterSource = ds_Articulos
|
|
|
|
|
MasterFields = 'ID'
|
|
|
|
|
DetailFields = 'ID_ARTICULO'
|
|
|
|
|
LogicalName = 'Articulos_Proveedores'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 368
|
|
|
|
|
Top = 88
|
|
|
|
|
end
|
|
|
|
|
object ds_Articulos_Proveedores: TDADataSource
|
|
|
|
|
DataSet = tbl_Articulos_Proveedores.Dataset
|
|
|
|
|
DataTable = tbl_Articulos_Proveedores
|
|
|
|
|
Left = 368
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
|
|
|
|
object tbl_ArticulosParaCompra: TDAMemDataTable
|
2007-10-26 18:07:10 +00:00
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
2008-05-21 14:57:05 +00:00
|
|
|
DataType = datAutoInc
|
|
|
|
|
GeneratorName = 'GEN_ARTICULOS_ID'
|
|
|
|
|
Required = True
|
|
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Articulos_ID'
|
2007-10-26 18:07:10 +00:00
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_EMPRESA'
|
|
|
|
|
DataType = datInteger
|
2008-05-21 14:57:05 +00:00
|
|
|
DictionaryEntry = 'Articulos_ID_EMPRESA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Referencia'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DESCRIPCION'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Descripci'#243'n'
|
|
|
|
|
DictionaryEntry = 'Articulos_DESCRIPCION'
|
2008-03-03 18:22:45 +00:00
|
|
|
end
|
2007-12-20 20:34:59 +00:00
|
|
|
item
|
|
|
|
|
Name = 'UNIDAD_MEDIDA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Unidad de medida'
|
|
|
|
|
DictionaryEntry = 'Articulos_UNIDAD_MEDIDA'
|
2007-12-20 20:34:59 +00:00
|
|
|
end
|
2007-10-26 18:07:10 +00:00
|
|
|
item
|
|
|
|
|
Name = 'FAMILIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Familia'
|
|
|
|
|
DictionaryEntry = 'Articulos_FAMILIA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'IMAGEN'
|
|
|
|
|
DataType = datBlob
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Foto'
|
|
|
|
|
DictionaryEntry = 'Articulos_IMAGEN'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COMISIONABLE'
|
2008-05-21 14:57:05 +00:00
|
|
|
DataType = datInteger
|
|
|
|
|
DisplayLabel = 'Comisionable'
|
|
|
|
|
DictionaryEntry = 'Articulos_COMISIONABLE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_ALTA'
|
|
|
|
|
DataType = datDateTime
|
2008-05-21 14:57:05 +00:00
|
|
|
DictionaryEntry = 'Articulos_FECHA_ALTA'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_MODIFICACION'
|
|
|
|
|
DataType = datDateTime
|
2008-05-21 14:57:05 +00:00
|
|
|
DictionaryEntry = 'Articulos_FECHA_MODIFICACION'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'USUARIO'
|
|
|
|
|
DataType = datString
|
2008-05-21 14:57:05 +00:00
|
|
|
Size = 20
|
|
|
|
|
DictionaryEntry = 'Articulos_USUARIO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA_PROV'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Ref. proveedor'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA_PROVEEDOR'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_COSTE'
|
2007-11-19 19:13:37 +00:00
|
|
|
DataType = datCurrency
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Importe'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_COSTE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PORTE'
|
2007-11-19 19:13:37 +00:00
|
|
|
DataType = datCurrency
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Precio porte'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PORTE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DESCUENTO'
|
|
|
|
|
DataType = datFloat
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Descuento'
|
|
|
|
|
DictionaryEntry = 'Articulos_DESCUENTO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_NETO'
|
2007-11-19 19:13:37 +00:00
|
|
|
DataType = datCurrency
|
2008-07-22 11:21:06 +00:00
|
|
|
DecimalPrecision = 2
|
|
|
|
|
DecimalScale = 2
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Precio neto'
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_NETO'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
2007-11-19 19:13:37 +00:00
|
|
|
Name = 'INVENTARIABLE'
|
|
|
|
|
DataType = datSmallInt
|
2008-05-21 14:57:05 +00:00
|
|
|
DisplayLabel = 'Inventariable'
|
|
|
|
|
DictionaryEntry = 'Articulos_INVENTARIABLE'
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|
|
|
|
|
item
|
2007-11-19 19:13:37 +00:00
|
|
|
Name = 'ID_PROVEEDOR'
|
2007-10-26 18:07:10 +00:00
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'NOMBRE_PROVEEDOR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ELIMINADO'
|
2007-11-19 19:13:37 +00:00
|
|
|
DataType = datSmallInt
|
2007-10-26 18:07:10 +00:00
|
|
|
DisplayLabel = 'Eliminado'
|
2008-05-21 14:57:05 +00:00
|
|
|
DictionaryEntry = 'Articulos_ELIMINADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FABRICANTE'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Fabricante'
|
|
|
|
|
DictionaryEntry = 'Articulos_FABRICANTE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA_FABR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Ref. fabricante'
|
|
|
|
|
DictionaryEntry = 'Articulos_REFERENCIA_FABR'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
2008-06-17 17:53:36 +00:00
|
|
|
item
|
|
|
|
|
Name = 'PARAM_MARGEN'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRECIO_PVP_VENTA'
|
|
|
|
|
DataType = datCurrency
|
2008-07-22 11:21:06 +00:00
|
|
|
DisplayLabel = 'Precio PVP (Solo suministro)'
|
2008-06-17 17:53:36 +00:00
|
|
|
Alignment = taRightJustify
|
2008-07-22 11:21:06 +00:00
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PVP_VENTA'
|
2008-06-17 17:53:36 +00:00
|
|
|
end
|
2008-06-09 17:08:55 +00:00
|
|
|
item
|
|
|
|
|
Name = 'TIEMPO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PARAM_TIEMPO'
|
|
|
|
|
DataType = datFloat
|
2008-07-22 11:21:06 +00:00
|
|
|
DisplayLabel = 'Precio min'
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Articulos_PARAM_TIEMPO'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'MANO_OBRA'
|
|
|
|
|
DataType = datCurrency
|
2008-06-17 17:53:36 +00:00
|
|
|
DisplayLabel = 'Mano de obra'
|
|
|
|
|
Alignment = taRightJustify
|
2008-07-22 11:21:06 +00:00
|
|
|
DictionaryEntry = 'Articulos_MANO_OBRA'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
|
|
|
|
item
|
2008-06-17 17:53:36 +00:00
|
|
|
Name = 'PRECIO_PVP_TOTAL'
|
2008-06-09 17:08:55 +00:00
|
|
|
DataType = datCurrency
|
2008-07-22 11:21:06 +00:00
|
|
|
DisplayLabel = 'Precio P.V.P (Total)'
|
2008-06-17 17:53:36 +00:00
|
|
|
Alignment = taRightJustify
|
2008-07-22 11:21:06 +00:00
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Articulos_PRECIO_PVP_TOTAL'
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
|
|
|
|
item
|
2008-07-22 11:21:06 +00:00
|
|
|
Name = 'ID_ARTICULO'
|
|
|
|
|
DataType = datInteger
|
2008-06-17 17:53:36 +00:00
|
|
|
end>
|
2008-07-22 11:21:06 +00:00
|
|
|
Params = <>
|
2008-06-09 17:08:55 +00:00
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
|
|
|
RemoteDataAdapter = rda_Articulos
|
2008-07-22 11:21:06 +00:00
|
|
|
LogicalName = 'ArticulosParaCompra'
|
2008-06-09 17:08:55 +00:00
|
|
|
IndexDefs = <>
|
2008-07-22 11:21:06 +00:00
|
|
|
Left = 416
|
|
|
|
|
Top = 240
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
2008-07-22 11:21:06 +00:00
|
|
|
object ds_ArticulosParaCompra: TDADataSource
|
|
|
|
|
DataSet = tbl_ArticulosParaCompra.Dataset
|
|
|
|
|
DataTable = tbl_ArticulosParaCompra
|
|
|
|
|
Left = 416
|
|
|
|
|
Top = 192
|
2008-06-09 17:08:55 +00:00
|
|
|
end
|
2007-10-26 18:07:10 +00:00
|
|
|
end
|