git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/trunk@111 1c943782-d109-9647-9548-93b3ac332352
983 lines
27 KiB
Plaintext
983 lines
27 KiB
Plaintext
object dmRecepciones: TdmRecepciones
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
Height = 364
|
|
Width = 620
|
|
object RORemoteService: TRORemoteService
|
|
Message = dmBase.ROMessage
|
|
Channel = dmBase.ROChannel
|
|
ServiceName = 'srvRecepciones'
|
|
Left = 64
|
|
Top = 32
|
|
end
|
|
object tbl_Recepciones: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'APROBADO'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
end
|
|
item
|
|
Name = 'FECHACAMBIO'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
end
|
|
item
|
|
Name = 'CENTRO'
|
|
DataType = datString
|
|
Size = 17
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FILIAL'
|
|
DataType = datString
|
|
Size = 25
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datString
|
|
Size = 12
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'PRODUCTO'
|
|
DataType = datString
|
|
Size = 40
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
end
|
|
item
|
|
Name = 'COLOR'
|
|
DataType = datString
|
|
Size = 10
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FECHA'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ALBARAN'
|
|
DataType = datString
|
|
Size = 7
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'ESTADO_ALBARAN'
|
|
DataType = datString
|
|
Size = 15
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
DataType = datString
|
|
Size = 255
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'E38'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
end
|
|
item
|
|
Name = 'E40'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
end
|
|
item
|
|
Name = 'E42'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
end
|
|
item
|
|
Name = 'E44'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
end
|
|
item
|
|
Name = 'E46'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
end
|
|
item
|
|
Name = 'E48'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
end
|
|
item
|
|
Name = 'ENVIADO'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
end
|
|
item
|
|
Name = 'R38'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
end
|
|
item
|
|
Name = 'R40'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
end
|
|
item
|
|
Name = 'R42'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
end
|
|
item
|
|
Name = 'R44'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
end
|
|
item
|
|
Name = 'R46'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
end
|
|
item
|
|
Name = 'R48'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
end
|
|
item
|
|
Name = 'RR38'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR38/S'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
end
|
|
item
|
|
Name = 'RR40'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR40/M'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
end
|
|
item
|
|
Name = 'RR42'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR42/L'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
end
|
|
item
|
|
Name = 'RR44'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR44/XL'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
end
|
|
item
|
|
Name = 'RR46'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
end
|
|
item
|
|
Name = 'RR48'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO_RECT'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
end
|
|
item
|
|
Name = 'DIFERENCIA'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_DIFERENCIA'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'Recepciones'
|
|
IndexDefs = <>
|
|
Left = 208
|
|
Top = 32
|
|
end
|
|
object ds_Recepciones: TDADataSource
|
|
DataSet = tbl_Recepciones.Dataset
|
|
DataTable = tbl_Recepciones
|
|
Left = 208
|
|
Top = 88
|
|
end
|
|
object tbl_RecepcionesAprobadas: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'APROBADO'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
end
|
|
item
|
|
Name = 'FECHACAMBIO'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
end
|
|
item
|
|
Name = 'CENTRO'
|
|
DataType = datString
|
|
Size = 17
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FILIAL'
|
|
DataType = datString
|
|
Size = 25
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datString
|
|
Size = 12
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'PRODUCTO'
|
|
DataType = datString
|
|
Size = 40
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
end
|
|
item
|
|
Name = 'COLOR'
|
|
DataType = datString
|
|
Size = 10
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FECHA'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ALBARAN'
|
|
DataType = datString
|
|
Size = 7
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'ESTADO_ALBARAN'
|
|
DataType = datString
|
|
Size = 15
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
DataType = datString
|
|
Size = 255
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'E38'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
end
|
|
item
|
|
Name = 'E40'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
end
|
|
item
|
|
Name = 'E42'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
end
|
|
item
|
|
Name = 'E44'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
end
|
|
item
|
|
Name = 'E46'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
end
|
|
item
|
|
Name = 'E48'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
end
|
|
item
|
|
Name = 'ENVIADO'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
end
|
|
item
|
|
Name = 'R38'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
end
|
|
item
|
|
Name = 'R40'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
end
|
|
item
|
|
Name = 'R42'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
end
|
|
item
|
|
Name = 'R44'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
end
|
|
item
|
|
Name = 'R46'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
end
|
|
item
|
|
Name = 'R48'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
end
|
|
item
|
|
Name = 'RR38'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR38/S'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
end
|
|
item
|
|
Name = 'RR40'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR40/M'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
end
|
|
item
|
|
Name = 'RR42'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR42/L'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
end
|
|
item
|
|
Name = 'RR44'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR44/XL'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
end
|
|
item
|
|
Name = 'RR46'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
end
|
|
item
|
|
Name = 'RR48'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO_RECT'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
end
|
|
item
|
|
Name = 'DIFERENCIA'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_DIFERENCIA'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'RecepcionesAprobadas'
|
|
IndexDefs = <>
|
|
Left = 352
|
|
Top = 32
|
|
end
|
|
object ds_RecepcionesAprobadas: TDADataSource
|
|
DataSet = tbl_RecepcionesAprobadas.Dataset
|
|
DataTable = tbl_RecepcionesAprobadas
|
|
Left = 352
|
|
Top = 88
|
|
end
|
|
object tbl_RecepcionesPendientes: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'APROBADO'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
end
|
|
item
|
|
Name = 'FECHACAMBIO'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
end
|
|
item
|
|
Name = 'CENTRO'
|
|
DataType = datString
|
|
Size = 17
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FILIAL'
|
|
DataType = datString
|
|
Size = 25
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datString
|
|
Size = 12
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'PRODUCTO'
|
|
DataType = datString
|
|
Size = 40
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
end
|
|
item
|
|
Name = 'COLOR'
|
|
DataType = datString
|
|
Size = 10
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FECHA'
|
|
DataType = datDateTime
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ALBARAN'
|
|
DataType = datString
|
|
Size = 7
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'ESTADO_ALBARAN'
|
|
DataType = datString
|
|
Size = 15
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
DataType = datString
|
|
Size = 255
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'E38'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
end
|
|
item
|
|
Name = 'E40'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
end
|
|
item
|
|
Name = 'E42'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
end
|
|
item
|
|
Name = 'E44'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
end
|
|
item
|
|
Name = 'E46'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
end
|
|
item
|
|
Name = 'E48'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
end
|
|
item
|
|
Name = 'ENVIADO'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
end
|
|
item
|
|
Name = 'R38'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
end
|
|
item
|
|
Name = 'R40'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
end
|
|
item
|
|
Name = 'R42'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
end
|
|
item
|
|
Name = 'R44'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
DisplayLabel = 'R44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
end
|
|
item
|
|
Name = 'R46'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
end
|
|
item
|
|
Name = 'R48'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
end
|
|
item
|
|
Name = 'RR38'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR38/S'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
end
|
|
item
|
|
Name = 'RR40'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR40/M'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
end
|
|
item
|
|
Name = 'RR42'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR42/L'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
end
|
|
item
|
|
Name = 'RR44'
|
|
DataType = datFloat
|
|
DisplayLabel = 'RR44/XL'
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
end
|
|
item
|
|
Name = 'RR46'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
end
|
|
item
|
|
Name = 'RR48'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
end
|
|
item
|
|
Name = 'RECIBIDO_RECT'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
end
|
|
item
|
|
Name = 'DIFERENCIA'
|
|
DataType = datFloat
|
|
LogChanges = False
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_DIFERENCIA'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'RecepcionesPendientes'
|
|
IndexDefs = <>
|
|
Left = 488
|
|
Top = 32
|
|
end
|
|
object ds_RecepcionesPendientes: TDADataSource
|
|
DataSet = tbl_RecepcionesPendientes.Dataset
|
|
DataTable = tbl_RecepcionesPendientes
|
|
Left = 488
|
|
Top = 88
|
|
end
|
|
object tbl_RecepcionesAlbaran: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ALBARAN'
|
|
DataType = datString
|
|
Size = 7
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'ESTADOALBARAN'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'ESTADO_ALBARAN'
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
end
|
|
item
|
|
Name = 'FILIAL'
|
|
DataType = datString
|
|
Size = 25
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
end
|
|
item
|
|
Name = 'ESTADOPRODUCTO'
|
|
DataType = datString
|
|
Size = 9
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datString
|
|
Size = 12
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
end
|
|
item
|
|
Name = 'PRODUCTO'
|
|
DataType = datString
|
|
Size = 40
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
end
|
|
item
|
|
Name = 'COLOR'
|
|
DataType = datString
|
|
Size = 10
|
|
ReadOnly = True
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
end
|
|
item
|
|
Name = 'E38'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E38/S'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
end
|
|
item
|
|
Name = 'E40'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E40/M'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
end
|
|
item
|
|
Name = 'E42'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E42/L'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
end
|
|
item
|
|
Name = 'E44'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
DisplayLabel = 'E44/XL'
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
end
|
|
item
|
|
Name = 'E46'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
end
|
|
item
|
|
Name = 'E48'
|
|
DataType = datInteger
|
|
LogChanges = False
|
|
ReadOnly = True
|
|
Alignment = taRightJustify
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'RecepcionesAlbaran'
|
|
IndexDefs = <>
|
|
Left = 208
|
|
Top = 192
|
|
end
|
|
object ds_RecepcionesAlbaran: TDADataSource
|
|
DataSet = tbl_RecepcionesAlbaran.Dataset
|
|
DataTable = tbl_RecepcionesAlbaran
|
|
Left = 208
|
|
Top = 248
|
|
end
|
|
object DARemoteDataAdapter: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
DataStreamer = dmBase.DABINAdapter
|
|
Left = 64
|
|
Top = 96
|
|
end
|
|
end
|