git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_FactuGES/trunk@4 6cb6b671-b4a0-dd4c-8bdc-3006503d97e9
853 lines
26 KiB
Plaintext
853 lines
26 KiB
Plaintext
object RptCobrosMontaje: TRptCobrosMontaje
|
|
OldCreateOrder = True
|
|
OnCreate = DataModuleCreate
|
|
Height = 405
|
|
Width = 447
|
|
object DADataCabecera: TDADataSource
|
|
DataTable = tbl_CobrosMontaje
|
|
Left = 264
|
|
Top = 72
|
|
end
|
|
object tbl_CobrosMontaje: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
LogChanges = False
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteFetchEnabled = False
|
|
SchemaCall.Params = <>
|
|
DataRequestCall.Params = <>
|
|
DataUpdateCall.Params = <>
|
|
ScriptCall.Params = <>
|
|
ReadOnly = False
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
IndexDefs = <>
|
|
Left = 264
|
|
Top = 128
|
|
end
|
|
object DABINAdapter: TDABINAdapter
|
|
Left = 48
|
|
Top = 80
|
|
end
|
|
object frxRichObject1: TfrxRichObject
|
|
Left = 48
|
|
Top = 296
|
|
end
|
|
object frxBarCodeObject1: TfrxBarCodeObject
|
|
Left = 144
|
|
Top = 296
|
|
end
|
|
object frxOLEObject1: TfrxOLEObject
|
|
Left = 48
|
|
Top = 344
|
|
end
|
|
object frxCrossObject1: TfrxCrossObject
|
|
Left = 144
|
|
Top = 344
|
|
end
|
|
object frxCheckBoxObject1: TfrxCheckBoxObject
|
|
Left = 256
|
|
Top = 296
|
|
end
|
|
object frxGradientObject1: TfrxGradientObject
|
|
Left = 360
|
|
Top = 296
|
|
end
|
|
object frxChartObject1: TfrxChartObject
|
|
Left = 256
|
|
Top = 344
|
|
end
|
|
object schReport: TDASchema
|
|
ConnectionManager = dmServer.ConnectionManager
|
|
DataDictionary = DataDictionary
|
|
Datasets = <
|
|
item
|
|
Params = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Value = ''
|
|
ParamType = daptInput
|
|
end>
|
|
Statements = <
|
|
item
|
|
Connection = 'IBX'
|
|
TargetTable = 'COBROS'
|
|
SQL =
|
|
'SELECT COBROS.ID, COBROS.ID_EMPRESA, COBROS.ID_CLIENTE, COBROS.I' +
|
|
'D_MONTAJE,'#10' COBROS.REFERENCIA, COBROS.FECHA_COBRO, COBROS.' +
|
|
'DESCRIPCION, COBROS.IMPORTE,'#10' COBROS.FORMA_PAGO,'#10' CO' +
|
|
'NTACTOS.NOMBRE, CONTACTOS.NIF_CIF, CONTACTOS.CALLE, CONTACTOS.PO' +
|
|
'BLACION,'#10' CONTACTOS.PROVINCIA, CONTACTOS.CODIGO_POSTAL,'#10' ' +
|
|
' EMPRESAS.RAZON_SOCIAL, EMPRESAS.CALLE as CALLE_EMPRESA, EMP' +
|
|
'RESAS.TELEFONO_1,'#10' EMPRESAS.FAX, EMPRESAS.CODIGO_POSTAL as' +
|
|
' CODIGO_POSTAL_EMPRESA,'#10' EMPRESAS.POBLACION as POBLACION_E' +
|
|
'MPRESA, EMPRESAS.PROVINCIA as PROVINCIA_EMPRESA,'#10' EMPRESAS' +
|
|
'.LOGOTIPO'#10#10'FROM COBROS'#10'LEFT JOIN CONTACTOS ON COBROS.ID_CLIENTE ' +
|
|
'= CONTACTOS.ID'#10'LEFT JOIN EMPRESAS ON COBROS.ID_EMPRESA = EMPRESA' +
|
|
'S.ID'#10'WHERE COBROS.ID = :ID'
|
|
StatementType = stSQL
|
|
ColumnMappings = <
|
|
item
|
|
DatasetField = 'ID'
|
|
TableField = 'ID'
|
|
end
|
|
item
|
|
DatasetField = 'ID_EMPRESA'
|
|
TableField = 'ID_EMPRESA'
|
|
end
|
|
item
|
|
DatasetField = 'ID_CLIENTE'
|
|
TableField = 'ID_CLIENTE'
|
|
end
|
|
item
|
|
DatasetField = 'ID_MONTAJE'
|
|
TableField = 'ID_MONTAJE'
|
|
end
|
|
item
|
|
DatasetField = 'REFERENCIA'
|
|
TableField = 'REFERENCIA'
|
|
end
|
|
item
|
|
DatasetField = 'FECHA_COBRO'
|
|
TableField = 'FECHA_COBRO'
|
|
end
|
|
item
|
|
DatasetField = 'DESCRIPCION'
|
|
TableField = 'DESCRIPCION'
|
|
end
|
|
item
|
|
DatasetField = 'IMPORTE'
|
|
TableField = 'IMPORTE'
|
|
end
|
|
item
|
|
DatasetField = 'FORMA_PAGO'
|
|
TableField = 'FORMA_PAGO'
|
|
end
|
|
item
|
|
DatasetField = 'NOMBRE'
|
|
TableField = 'NOMBRE'
|
|
end
|
|
item
|
|
DatasetField = 'NIF_CIF'
|
|
TableField = 'NIF_CIF'
|
|
end
|
|
item
|
|
DatasetField = 'CALLE'
|
|
TableField = 'CALLE'
|
|
end
|
|
item
|
|
DatasetField = 'POBLACION'
|
|
TableField = 'POBLACION'
|
|
end
|
|
item
|
|
DatasetField = 'PROVINCIA'
|
|
TableField = 'PROVINCIA'
|
|
end
|
|
item
|
|
DatasetField = 'CODIGO_POSTAL'
|
|
TableField = 'CODIGO_POSTAL'
|
|
end
|
|
item
|
|
DatasetField = 'RAZON_SOCIAL'
|
|
TableField = 'RAZON_SOCIAL'
|
|
end
|
|
item
|
|
DatasetField = 'CALLE_EMPRESA'
|
|
TableField = 'CALLE_EMPRESA'
|
|
end
|
|
item
|
|
DatasetField = 'TELEFONO_1'
|
|
TableField = 'TELEFONO_1'
|
|
end
|
|
item
|
|
DatasetField = 'FAX'
|
|
TableField = 'FAX'
|
|
end
|
|
item
|
|
DatasetField = 'CODIGO_POSTAL_EMPRESA'
|
|
TableField = 'CODIGO_POSTAL_EMPRESA'
|
|
end
|
|
item
|
|
DatasetField = 'POBLACION_EMPRESA'
|
|
TableField = 'POBLACION_EMPRESA'
|
|
end
|
|
item
|
|
DatasetField = 'PROVINCIA_EMPRESA'
|
|
TableField = 'PROVINCIA_EMPRESA'
|
|
end
|
|
item
|
|
DatasetField = 'LOGOTIPO'
|
|
TableField = 'LOGOTIPO'
|
|
end>
|
|
end>
|
|
Name = 'InformeCobrosMontaje'
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'ID_EMPRESA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'ID_CLIENTE'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'ID_MONTAJE'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'REFERENCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'FECHA_COBRO'
|
|
DataType = datDateTime
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 2000
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'IMPORTE'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'FORMA_PAGO'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'NIF_CIF'
|
|
DataType = datString
|
|
Size = 15
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'RAZON_SOCIAL'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CALLE_EMPRESA'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'TELEFONO_1'
|
|
DataType = datString
|
|
Size = 25
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 25
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL_EMPRESA'
|
|
DataType = datString
|
|
Size = 10
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'POBLACION_EMPRESA'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'PROVINCIA_EMPRESA'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'LOGOTIPO'
|
|
DataType = datBlob
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end>
|
|
BusinessRulesClient.ScriptLanguage = rslPascalScript
|
|
BusinessRulesServer.ScriptLanguage = rslPascalScript
|
|
end>
|
|
Commands = <>
|
|
RelationShips = <>
|
|
UpdateRules = <>
|
|
Left = 48
|
|
Top = 16
|
|
end
|
|
object DataDictionary: TDADataDictionary
|
|
Fields = <
|
|
item
|
|
Name = 'FacturasCliente_ID'
|
|
DataType = datAutoInc
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_ID_EMPRESA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID_EMPRESA'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_ID_CONTRATO'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID_CONTRATO'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_FECHA_FACTURA'
|
|
DataType = datDateTime
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Fecha de las factura'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_VENCIMIENTO'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Vencimiento'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_SITUACION'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Situaci'#243'n'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_BASE_IMPONIBLE'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Base imponible'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_IMPORTE_DESCUENTO'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Importe dto.'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_IMPORTE_IVA'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Importe IVA'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_IMPORTE_TOTAL'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Importe total'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_FORMA_PAGO'
|
|
DataType = datMemo
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Forma de pago'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_ID_CLIENTE'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID_CLIENTE'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_NIF_CIF'
|
|
DataType = datString
|
|
Size = 15
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'NIF/CIF'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. postal'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_FECHA_ALTA'
|
|
DataType = datDateTime
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'FECHA_ALTA'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_FECHA_MODIFICACION'
|
|
DataType = datDateTime
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'FECHA_MODIFICACION'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_OBSERVACIONES'
|
|
DataType = datMemo
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Observaciones'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_NOMBRE'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Cliente'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_CALLE'
|
|
DataType = datString
|
|
Size = 150
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Direcci'#243'n'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_PROVINCIA'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Provincia'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_POBLACION'
|
|
DataType = datString
|
|
Size = 150
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Poblaci'#243'n'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_IVA'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'IVA'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_USUARIO'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'USUARIO'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_REFERENCIA'
|
|
DataType = datString
|
|
Size = 20
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Referencia'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_DESCUENTO'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Dto.'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_ID'
|
|
DataType = datAutoInc
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_ID_FACTURA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'ID_FACTURA'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_TIPO_DETALLE'
|
|
DataType = datString
|
|
Size = 10
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Tipo detalle'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_CONCEPTO'
|
|
DataType = datString
|
|
Size = 2000
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Concepto'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_IMPORTE_UNIDAD'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Importe unidad'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_IMPORTE_TOTAL'
|
|
DataType = datFloat
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Importe total'
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_VISIBLE'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = #191'Visible?'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_POSICION'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Posici'#243'n'
|
|
Alignment = taLeftJustify
|
|
end
|
|
item
|
|
Name = 'FacturasCliente_Detalles_CANTIDAD'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Cantidad'
|
|
Alignment = taLeftJustify
|
|
end>
|
|
Left = 46
|
|
Top = 158
|
|
end
|
|
object frxReport: TfrxReport
|
|
Version = '3.23.7'
|
|
DotMatrixReport = False
|
|
EngineOptions.DoublePass = True
|
|
EngineOptions.SilentMode = True
|
|
EngineOptions.NewSilentMode = simSilent
|
|
IniFile = '\Software\Fast Reports'
|
|
PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick]
|
|
PreviewOptions.OutlineWidth = 180
|
|
PreviewOptions.Zoom = 1.000000000000000000
|
|
PrintOptions.Printer = 'Default'
|
|
ReportOptions.CreateDate = 37871.995398692100000000
|
|
ReportOptions.Description.Strings = (
|
|
'Demonstrates how to create simple list report.')
|
|
ReportOptions.LastChange = 39127.669824201390000000
|
|
ReportOptions.VersionBuild = '1'
|
|
ReportOptions.VersionMajor = '12'
|
|
ReportOptions.VersionMinor = '13'
|
|
ReportOptions.VersionRelease = '1'
|
|
ScriptLanguage = 'PascalScript'
|
|
ScriptText.Strings = (
|
|
'procedure DatosClienteOnBeforePrint(Sender: TfrxComponent);'
|
|
'var'
|
|
' cadenaAux: String;'
|
|
'begin'
|
|
' DatosCliente.Lines.Clear;'
|
|
' DatosCliente.Lines.Add(<frxDBCabecera."CALLE">);'
|
|
''
|
|
' if (<frxDBCabecera."CODIGO_POSTAL"> <> '#39#39')'
|
|
' or (<frxDBCabecera."POBLACION"> <> '#39#39') then'
|
|
|
|
' DatosCliente.Lines.Add(<frxDBCabecera."CODIGO_POSTAL"> + <f' +
|
|
'rxDBCabecera."POBLACION">);'
|
|
''
|
|
' CadenaAux := '#39#39';'
|
|
''
|
|
' DatosCliente.Lines.Add(CadenaAux);'
|
|
'end;'
|
|
''
|
|
'procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent);'
|
|
'begin'
|
|
'{ DatosEmpresa.Lines.Clear;'
|
|
' DatosEmpresa.Lines.Add(<frxDBCabecera."RAZON_SOCIAL">);'
|
|
' DatosEmpresa.Lines.Add(<frxDBCabecera."CALLE_EMPRESA">);'
|
|
''
|
|
' Cadena := '#39#39';'
|
|
' if (<frxDBCabecera."TELEFONO_1"> <> '#39#39') then'
|
|
' Cadena := '#39'TLF: '#39' + <frxDBCabecera."TELEFONO_1">;'
|
|
' if (<frxDBCabecera."FAX"> <> '#39#39') then'
|
|
' Cadena := Cadena + '#39' FAX: '#39' + <frxDBCabecera."FAX">;'
|
|
' DatosEmpresa.Lines.Add(Cadena);'
|
|
''
|
|
' Cadena := '#39#39';'
|
|
' if (<frxDBCabecera."CODIGO_POSTAL_EMPRESA"> <> '#39#39') then'
|
|
' Cadena := <frxDBCabecera."CODIGO_POSTAL_EMPRESA">;'
|
|
' if (<frxDBCabecera."POBLACION_EMPRESA"> <> '#39#39') then'
|
|
|
|
' Cadena := Cadena + '#39' '#39' + <frxDBCabecera."POBLACION_EMPRES' +
|
|
'A">;'
|
|
' if (<frxDBCabecera."PROVINCIA_EMPRESA"> <> '#39#39') then'
|
|
|
|
' Cadena := Cadena + '#39' - '#39' + <frxDBCabecera."PROVINCIA_EMPR' +
|
|
'ESA">;'
|
|
' DatosEmpresa.Lines.Add(Cadena);'
|
|
'}'
|
|
'// DatosEmpresa2.Lines.Clear;'
|
|
'// DatosEmpresa2.Lines'
|
|
'end;'
|
|
''
|
|
'begin'
|
|
''
|
|
'end.')
|
|
ShowProgress = False
|
|
StoreInDFM = False
|
|
Left = 169
|
|
Top = 16
|
|
Datasets = <
|
|
item
|
|
DataSet = frxDBCabecera
|
|
DataSetName = 'frxDBCabecera'
|
|
end
|
|
item
|
|
DataSet = srvPedidosProveedor.frxDBCabecera
|
|
DataSetName = 'frxDBCabecera'
|
|
end>
|
|
Variables = <>
|
|
Style = <>
|
|
end
|
|
object frxDBCabecera: TfrxDBDataset
|
|
UserName = 'frxDBCabecera'
|
|
CloseDataSource = False
|
|
DataSource = DADataCabecera
|
|
Left = 264
|
|
Top = 16
|
|
end
|
|
end
|