This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Facturas proforma/Data/uDataModuleFacturasProforma.dfm

424 lines
13 KiB
Plaintext

inherited DataModuleFacturasProforma: TDataModuleFacturasProforma
OnCreate = DAClientDataModuleCreate
Height = 318
Width = 518
object RORemoteService: TRORemoteService
Message = dmConexion.ROMessage
Channel = dmConexion.ROChannel
ServiceName = 'srvFacturasProforma'
Left = 48
Top = 24
end
object rda_FacturasProforma: TDARemoteDataAdapter
DataStreamer = Bin2DataStreamer
GetSchemaCall.RemoteService = RORemoteService
GetDataCall.RemoteService = RORemoteService
UpdateDataCall.RemoteService = RORemoteService
GetScriptsCall.RemoteService = RORemoteService
RemoteService = RORemoteService
Left = 51
Top = 143
end
object Bin2DataStreamer: TDABin2DataStreamer
Left = 48
Top = 80
end
object tbl_FacturasProforma: TDAMemDataTable
RemoteUpdatesOptions = []
Fields = <
item
Name = 'ID'
DataType = datAutoInc
GeneratorName = 'GEN_FACTURAS_PROFORMA_ID'
ServerAutoRefresh = True
DictionaryEntry = 'FacturasProforma_ID'
InPrimaryKey = True
end
item
Name = 'ID_EMPRESA'
DataType = datInteger
DisplayLabel = 'FacturasProforma_ID_EMPRESA'
DictionaryEntry = 'FacturasProforma_ID_EMPRESA'
end
item
Name = 'REFERENCIA'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_REFERENCIA'
DictionaryEntry = 'FacturasProforma_REFERENCIA'
end
item
Name = 'FECHA_FACTURA'
DataType = datDateTime
DisplayLabel = 'FacturasProforma_FECHA_FACTURA'
DictionaryEntry = 'FacturasProforma_FECHA_FACTURA'
end
item
Name = 'FECHA_VENCIMIENTO'
DataType = datDateTime
DisplayLabel = 'FacturasProforma_FECHA_VENCIMIENTO'
DictionaryEntry = 'FacturasProforma_FECHA_VENCIMIENTO'
end
item
Name = 'SITUACION'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_SITUACION'
DictionaryEntry = 'FacturasProforma_SITUACION'
end
item
Name = 'BASE_IMPONIBLE'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_BASE_IMPONIBLE'
DictionaryEntry = 'FacturasProforma_BASE_IMPONIBLE'
end
item
Name = 'DESCUENTO'
DataType = datFloat
DisplayLabel = 'FacturasProforma_DESCUENTO'
DictionaryEntry = 'FacturasProforma_DESCUENTO'
end
item
Name = 'IMPORTE_DESCUENTO'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_DESCUENTO'
DictionaryEntry = 'FacturasProforma_IMPORTE_DESCUENTO'
end
item
Name = 'DESCRIPCION_DESCUENTO'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_DESCRIPCION_DESCUENTO'
DictionaryEntry = 'FacturasProforma_DESCRIPCION_DESCUENTO'
end
item
Name = 'IVA'
DataType = datFloat
DictionaryEntry = 'FacturasProforma_IVA'
end
item
Name = 'IMPORTE_IVA'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_IVA'
DictionaryEntry = 'FacturasProforma_IMPORTE_IVA'
end
item
Name = 'RE'
DataType = datFloat
DictionaryEntry = 'FacturasProforma_RE'
end
item
Name = 'IMPORTE_RE'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_RE'
DictionaryEntry = 'FacturasProforma_IMPORTE_RE'
end
item
Name = 'IMPORTE_TOTAL'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_TOTAL'
DictionaryEntry = 'FacturasProforma_IMPORTE_TOTAL'
end
item
Name = 'OBSERVACIONES'
DataType = datMemo
DisplayLabel = 'FacturasProforma_OBSERVACIONES'
DictionaryEntry = 'FacturasProforma_OBSERVACIONES'
end
item
Name = 'ID_CLIENTE'
DataType = datInteger
DisplayLabel = 'FacturasProforma_ID_CLIENTE'
DictionaryEntry = 'FacturasProforma_ID_CLIENTE'
end
item
Name = 'NIF_CIF'
DataType = datString
Size = 15
DisplayLabel = 'FacturasProforma_NIF_CIF'
DictionaryEntry = 'FacturasProforma_NIF_CIF'
end
item
Name = 'NOMBRE'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_NOMBRE'
DictionaryEntry = 'FacturasProforma_NOMBRE'
end
item
Name = 'ID_DIRECCION'
DataType = datInteger
DisplayLabel = 'FacturasProforma_ID_DIRECCION'
DictionaryEntry = 'FacturasProforma_ID_DIRECCION'
end
item
Name = 'CALLE'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_CALLE'
DictionaryEntry = 'FacturasProforma_CALLE'
end
item
Name = 'POBLACION'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_POBLACION'
DictionaryEntry = 'FacturasProforma_POBLACION'
end
item
Name = 'PROVINCIA'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_PROVINCIA'
DictionaryEntry = 'FacturasProforma_PROVINCIA'
end
item
Name = 'CODIGO_POSTAL'
DataType = datString
Size = 10
DisplayLabel = 'FacturasProforma_CODIGO_POSTAL'
DictionaryEntry = 'FacturasProforma_CODIGO_POSTAL'
end
item
Name = 'FECHA_ALTA'
DataType = datDateTime
DisplayLabel = 'FacturasProforma_FECHA_ALTA'
DictionaryEntry = 'FacturasProforma_FECHA_ALTA'
end
item
Name = 'FECHA_MODIFICACION'
DataType = datDateTime
DisplayLabel = 'FacturasProforma_FECHA_MODIFICACION'
DictionaryEntry = 'FacturasProforma_FECHA_MODIFICACION'
end
item
Name = 'USUARIO'
DataType = datString
Size = 30
DisplayLabel = 'FacturasProforma_USUARIO'
DictionaryEntry = 'FacturasProforma_USUARIO'
end
item
Name = 'ID_FORMA_PAGO'
DataType = datInteger
DisplayLabel = 'FacturasProforma_ID_FORMA_PAGO'
DictionaryEntry = 'FacturasProforma_ID_FORMA_PAGO'
end
item
Name = 'RECARGO_EQUIVALENCIA'
DataType = datSmallInt
DisplayLabel = 'FacturasProforma_RECARGO_EQUIVALENCIA'
DictionaryEntry = 'FacturasProforma_RECARGO_EQUIVALENCIA'
end
item
Name = 'ID_TIPO_IVA'
DataType = datInteger
DisplayLabel = 'FacturasProforma_ID_TIPO_IVA'
DictionaryEntry = 'FacturasProforma_ID_TIPO_IVA'
end
item
Name = 'IMPORTE_NETO'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_NETO'
DictionaryEntry = 'FacturasProforma_IMPORTE_NETO'
end
item
Name = 'IMPORTE_PORTE'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_IMPORTE_PORTE'
DictionaryEntry = 'FacturasProforma_IMPORTE_PORTE'
end
item
Name = 'NUM_COPIAS'
DataType = datSmallInt
DisplayLabel = 'FacturasProforma_NUM_COPIAS'
DictionaryEntry = 'FacturasProforma_NUM_COPIAS'
end
item
Name = 'NUM_CORREOS'
DataType = datSmallInt
DisplayLabel = 'FacturasProforma_NUM_CORREOS'
DictionaryEntry = 'FacturasProforma_NUM_CORREOS'
end
item
Name = 'DATOS_BANCARIOS'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_DATOS_BANCARIOS'
DictionaryEntry = 'FacturasProforma_DATOS_BANCARIOS'
end
item
Name = 'ID_PEDIDO'
DataType = datInteger
end
item
Name = 'REF_PED_CLIENTE'
DataType = datString
Size = 255
end
item
Name = 'REF_PED_DEL_CLIENTE'
DataType = datString
Size = 255
end
item
Name = 'PAIS'
DataType = datString
Size = 255
end>
Params = <>
StreamingOptions = [soDisableEventsWhileStreaming]
RemoteDataAdapter = rda_FacturasProforma
LogicalName = 'FacturasProforma'
IndexDefs = <>
Left = 368
Top = 80
end
object ds_FacturasProforma: TDADataSource
DataSet = tbl_FacturasProforma.Dataset
DataTable = tbl_FacturasProforma
Left = 368
Top = 24
end
object tbl_FacturasProforma_Detalles: TDAMemDataTable
RemoteUpdatesOptions = []
Fields = <
item
Name = 'ID'
DataType = datAutoInc
GeneratorName = 'GEN_FACTURAS_PROFORMA_DET_ID'
ServerAutoRefresh = True
DictionaryEntry = 'FacturasProforma_Detalles_ID'
InPrimaryKey = True
end
item
Name = 'ID_FACTURA'
DataType = datInteger
DisplayLabel = 'FacturasProforma_Detalles_ID_FACTURA'
DictionaryEntry = 'FacturasProforma_Detalles_ID_FACTURA'
end
item
Name = 'POSICION'
DataType = datInteger
DisplayLabel = 'FacturasProforma_Detalles_POSICION'
DictionaryEntry = 'FacturasProforma_Detalles_POSICION'
end
item
Name = 'TIPO_DETALLE'
DataType = datString
Size = 25
DisplayLabel = 'FacturasProforma_Detalles_TIPO_DETALLE'
DictionaryEntry = 'FacturasProforma_Detalles_TIPO_DETALLE'
end
item
Name = 'CONCEPTO'
DataType = datString
Size = 2000
DisplayLabel = 'FacturasProforma_Detalles_CONCEPTO'
DictionaryEntry = 'FacturasProforma_Detalles_CONCEPTO'
end
item
Name = 'CANTIDAD'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_Detalles_CANTIDAD'
DictionaryEntry = 'FacturasProforma_Detalles_CANTIDAD'
end
item
Name = 'UNIDAD_MEDIDA'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_Detalles_UNIDAD_MEDIDA'
DictionaryEntry = 'FacturasProforma_Detalles_UNIDAD_MEDIDA'
end
item
Name = 'IMPORTE_UNIDAD'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_Detalles_IMPORTE_UNIDAD'
DictionaryEntry = 'FacturasProforma_Detalles_IMPORTE_UNIDAD'
end
item
Name = 'IMPORTE_TOTAL'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_Detalles_IMPORTE_TOTAL'
DictionaryEntry = 'FacturasProforma_Detalles_IMPORTE_TOTAL'
end
item
Name = 'VISIBLE'
DataType = datSmallInt
DisplayLabel = 'FacturasProforma_Detalles_VISIBLE'
DictionaryEntry = 'FacturasProforma_Detalles_VISIBLE'
end
item
Name = 'ID_ARTICULO'
DataType = datInteger
DisplayLabel = 'FacturasProforma_Detalles_ID_ARTICULO'
DictionaryEntry = 'FacturasProforma_Detalles_ID_ARTICULO'
end
item
Name = 'DESCUENTO'
DataType = datFloat
DisplayLabel = 'FacturasProforma_Detalles_DESCUENTO'
DictionaryEntry = 'FacturasProforma_Detalles_DESCUENTO'
end
item
Name = 'IMPORTE_PORTE'
DataType = datCurrency
DisplayLabel = 'FacturasProforma_Detalles_IMPORTE_PORTE'
DictionaryEntry = 'FacturasProforma_Detalles_IMPORTE_PORTE'
end
item
Name = 'REFERENCIA'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_Detalles_REFERENCIA'
DictionaryEntry = 'FacturasProforma_Detalles_REFERENCIA'
end
item
Name = 'REFERENCIA_PROVEEDOR'
DataType = datString
Size = 255
DisplayLabel = 'FacturasProforma_Detalles_REFERENCIA_PROVEEDOR'
DictionaryEntry = 'FacturasProforma_Detalles_REFERENCIA_PROVEEDOR'
end>
Params = <>
MasterMappingMode = mmWhere
StreamingOptions = [soDisableEventsWhileStreaming]
RemoteDataAdapter = rda_FacturasProforma
MasterSource = ds_FacturasProforma
MasterFields = 'ID'
DetailFields = 'ID_FACTURA'
LogicalName = 'FacturasProforma_Detalles'
IndexDefs = <>
Left = 368
Top = 224
end
object ds_FacturasProforma_Detalles: TDADataSource
DataSet = tbl_FacturasProforma_Detalles.Dataset
DataTable = tbl_FacturasProforma_Detalles
Left = 368
Top = 176
end
object tbl_ListaAnosFacturas: TDAMemDataTable
RemoteUpdatesOptions = []
Fields = <
item
Name = 'ANO'
DataType = datString
Size = 254
end>
Params = <>
StreamingOptions = [soDisableEventsWhileStreaming]
RemoteDataAdapter = rda_FacturasProforma
LogicalName = 'ListaAnosFacturas'
IndexDefs = <>
Left = 176
Top = 72
end
object ds_ListaAnosFacturas: TDADataSource
DataSet = tbl_ListaAnosFacturas.Dataset
DataTable = tbl_ListaAnosFacturas
Left = 176
Top = 24
end
end