FactuGES2/Source/Informes/5/InfFacturaCliente.fr3

83 lines
80 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.8.11" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.OutlineWidth="180" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="37871,9953986921" ReportOptions.Description.Text="" ReportOptions.LastChange="43244,7424198843" ReportOptions.VersionBuild="1" ReportOptions.VersionMajor="12" ReportOptions.VersionMinor="13" ReportOptions.VersionRelease="1" ScriptLanguage="PascalScript" ScriptText.Text="procedure DatosClienteOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; DatosCliente.Lines.Clear;&#13;&#10; DatosCliente.Lines.Add(&#60;frxDBCabecera.&#34;CALLE&#34;&#62;);&#13;&#10;&#13;&#10; if (&#60;frxDBCabecera.&#34;CODIGO_POSTAL&#34;&#62; &#60;&#62; '')&#13;&#10; or (&#60;frxDBCabecera.&#34;POBLACION&#34;&#62; &#60;&#62; '') then&#13;&#10; DatosCliente.Lines.Add(&#60;frxDBCabecera.&#34;CODIGO_POSTAL&#34;&#62; + ' ' + &#60;frxDBCabecera.&#34;POBLACION&#34;&#62;);&#13;&#10;&#13;&#10; if (&#60;frxDBCabecera.&#34;PROVINCIA&#34;&#62; &#60;&#62; '') then&#13;&#10; DatosCliente.Lines.Add(&#60;frxDBCabecera.&#34;PROVINCIA&#34;&#62;);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure BandaDetallesOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; BandaDetalles.StartNewPage := False;&#13;&#10; BandaDetalles.Visible := True;&#13;&#10; MemPrecio.Style := 'Concepto normal';&#13;&#10; MemCantidad.Style := 'Concepto normal';&#13;&#10; MemImpTotal.Style := 'Concepto normal';&#13;&#10; memConcepto.Visible := True;&#13;&#10;&#13;&#10; case &#60;frxDBDetalles.&#34;TIPO_DETALLE&#34;&#62; of&#13;&#10; 'Salto': begin&#13;&#10; BandaDetalles.StartNewPage := True;&#13;&#10; memConcepto.Visible := False;&#13;&#10; end;&#13;&#10; 'Titulo': begin&#13;&#10; MemPrecio.Style := 'Concepto titulo';&#13;&#10; MemCantidad.Style := 'Concepto titulo';&#13;&#10; MemImpTotal.Style := 'Concepto titulo';&#13;&#10; end;&#13;&#10; 'Concepto': begin&#13;&#10; MemPrecio.Style := 'Concepto normal';&#13;&#10; MemCantidad.Style := 'Concepto normal';&#13;&#10; MemImpTotal.Style := 'Concepto normal';&#13;&#10; end;&#13;&#10; 'Subtotal': begin&#13;&#10; MemPrecio.Style := 'Concepto subtotal';&#13;&#10; MemCantidad.Style := 'Concepto subtotal';&#13;&#10; MemImpTotal.Style := 'Concepto subtotal';&#13;&#10; end;&#13;&#10; 'Descuento': begin&#13;&#10; BandaDetalles.Visible := False;&#13;&#10; memConcepto.Color := clNone;&#13;&#10; end;&#13;&#10; end;&#13;&#10;&#13;&#10; memConcepto.Color := MemImpTotal.Color;&#13;&#10; memConcepto.Frame := MemImpTotal.Frame;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;// if Engine.FreeSpace &#62; ReportSummary1.Height then &#13;&#10; Engine.CurY := Engine.PageHeight - ReportSummary1.Height - Band3.Height - 1&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Memo15OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; Memo15.Lines.Clear;&#13;&#10; if (StrToFloat(&#60;frxDBCabecera.&#34;BASE_IMPONIBLE&#34;&#62;) &#60; 0) then&#13;&#10; Memo15.Lines.Add('ABONO')&#13;&#10; else&#13;&#10; Memo15.Lines.Add('FACTURA')&#13;&#10;end;&#13;&#10;&#13;&#10;procedure Band2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; if not Engine.FinalPass then&#13;&#10; Set('TotalPaginas', (&#60;TotalPaginas&#62; + 1));&#13;&#10;&#13;&#10; if Engine.FinalPass then&#13;&#10; Set('Pagina', (&#60;Pagina&#62; + 1));&#13;&#10;&#13;&#10; if Engine.FinalPass and (&#60;TotalPaginas&#62; &#62; &#60;Pagina&#62;) then&#13;&#10; begin &#13;&#10; LineaCorta1.visible := False; &#13;&#10; LineaLarga1.visible := True; &#13;&#10; LineaCorta2.visible := False; &#13;&#10; LineaLarga2.visible := True; &#13;&#10; &#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; LineaCorta1.visible := True;
<TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
<TfrxReportPage Name="Page1" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10,00125" RightMargin="10,00125" TopMargin="10,00125" BottomMargin="10,00125" Columns="1" ColumnWidth="209,999791666667" ColumnPositions.Text="0" LargeDesignHeight="True" PrintOnPreviousPage="True" HGuides.Text="" VGuides.Text="">
<TfrxPageHeader Name="Band2" Height="277,60631142" Left="0" Top="16" Width="718,101251175" OnBeforePrint="Band2OnBeforePrint">
<TfrxMemoView Name="Memo24" Align="baBottom" Left="643,16574" Top="251,14961851" Width="75" Height="26,45669291" ShowHint="False" Color="14672103" Font.Charset="0" Font.Color="1310975" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Imp. total"/>
<TfrxShapeView Name="Shape1" Left="7,55906" Top="132,94496" Width="260" Height="109,60637" ShowHint="False" Color="16777215" Shape="skRoundRectangle"/>
<TfrxShapeView Name="Shape2" Left="274,83488" Top="132,94496" Width="441,71676" Height="109,60637" ShowHint="False" Color="16777215" Shape="skRoundRectangle"/>
<TfrxMemoView Name="Memo16" Left="15,11812" Top="140,06308" Width="27,33859" Height="18,89765" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="Nº:"/>
<TfrxMemoView Name="Memo17" Left="15,11812" Top="166,189085" Width="49,35436" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="Fecha:"/>
<TfrxMemoView Name="Memo18" Left="15,11812" Top="189,65368" Width="72,47248" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="Página nº:"/>
<TfrxMemoView Name="Memo19" Left="281,37817" Top="140,28355" Width="432,37817" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[frxDBCabecera.&#34;NOMBRE&#34;]&#13;&#10;[frxDBCabecera.&#34;NIF_CIF&#34;]"/>
<TfrxMemoView Name="DatosCliente" Left="281,37817" Top="178,07885" Width="432,37817" Height="60,47248" OnBeforePrint="DatosClienteOnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text=""/>
<TfrxMemoView Name="Memo3" Align="baBottom" Left="524" Top="251,14961851" Width="28" Height="26,45669291" ShowHint="False" Color="14672103" Font.Charset="0" Font.Color="1310975" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Ud."/>
<TfrxMemoView Name="Memo4" Align="baBottom" Left="552,07112" Top="251,14961851" Width="58" Height="26,45669291" ShowHint="False" Color="14672103" Font.Charset="0" Font.Color="1310975" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Imp."/>
<TfrxMemoView Name="Memo5" Left="46,01577" Top="140,06308" Width="213,26005" Height="18,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frxDBCabecera.&#34;REFERENCIA&#34;]"/>
<TfrxMemoView Name="Memo6" Left="64,03154" Top="166,189085" Width="195,24428" Height="18,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frxDBCabecera.&#34;FECHA_FACTURA&#34;]"/>
<TfrxMemoView Name="Memo7" Left="87,37013" Top="189,65368" Width="169,63791" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[&#60;Pagina&#62;] / [&#60;TotalPaginas&#62;]"/>
<TfrxLineView Name="Line1" Left="718" Top="252,21718" Width="0" Height="675" ShowHint="False" Frame.Typ="1"/>
<TfrxMemoView Name="Memo15" Left="440,1577" Top="3" Width="270,39394" Height="64,25201" OnBeforePrint="Memo15OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="11053757" Font.Height="-48" Font.Name="Tahoma" Font.Style="1" Frame.Color="14211288" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="FACTURA"/>
<TfrxMemoView Name="Memo37" Left="609,66666667" Top="251,14961851" Width="33,33333333" Height="26,45669291" ShowHint="False" Color="14672103" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
<TfrxLineView Name="LineaCorta2" Left="610,28346457" Top="251,11286333" Width="0" Height="538" ShowHint="False" Frame.Typ="1"/>
<TfrxMemoView Name="Memo12" Left="15,11812" Top="213,9765" Width="113,3859" Height="18,67718" Visible="False" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="Forma de pago:"/>
<TfrxMemoView Name="Memo14" Left="132,28355" Top="213,9765" Width="126,7718" Height="17,82684" Visible="False" ShowHint="False" StretchMode="smActualHeight" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Font.Charset="1" Font.Color="0" Font.Height="-15" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frxDBCabecera.&#34;FORMA_PAGO&#34;]"/>
<TfrxLineView Name="Line7" Left="643,16574" Top="251,11286333" Width="0" Height="675" ShowHint="False" Frame.Typ="1"/>
<TfrxLineView Name="LineaCorta1" Left="552,02752" Top="251,11286333" Width="0" Height="538" ShowHint="False" Frame.Typ="1"/>
<TfrxMemoView Name="Memo23" Align="baBottom" Left="4" Top="251,14961851" Width="519,88888889" Height="26,45669291" ShowHint="False" Color="14672103" DisplayFormat.DecimalSeparator="," Font.Charset="0" Font.Color="1310975" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Typ="12" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Concepto"/>
<TfrxLineView Name="Line2" Left="4" Top="252,21718" Width="0" Height="675" ShowHint="False" Frame.Typ="1"/>
<TfrxLineView Name="Line5" Left="524" Top="251,11286333" Width="0" Height="675" ShowHint="False" Frame.Typ="1"/>
<TfrxLineView Name="LineaLarga1" Left="552" Top="251,11286333" Width="0" Height="676" ShowHint="False" Frame.Typ="1"/>
<TfrxLineView Name="LineaLarga2" Left="610,28346457" Top="251,11286333" Width="0" Height="676" ShowHint="False" Frame.Typ="1"/>
<TfrxMemoView Name="Memo22" Left="10" Top="68" Width="265" Height="63" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" ParentFont="False" VAlign="vaBottom" Text="Aliso Design S.L. B86913910&#13;&#10;C/ La Fundición, 27. Pol. Santa Ana&#13;&#10;Rivas Vaciamadrid 28522 Madrid&#13;&#10;tel. 91 301 65 57 / fax. 91 301 65 58&#13;&#10;info@acanainteriorismo.com - www.acanainteriorismo.com"/>
<TfrxPictureView Name="Picture1" Left="2" Top="1" Width="240" Height="71" ShowHint="False" Picture.PropData="04446174610AD26300000A544A504547496D616765C3630000FFD8FFE000104A46494600010200006400640000FFEC00114475636B79000100040000003C0000FFEE002641646F62650064C0000000010300150403060A0D00001927000032CB00004BC6000063C1FFDB0084000604040405040605050609060506090B080606080B0C0A0A0B0A0A0C100C0C0C0C0C0C100C0E0F100F0E0C1313141413131C1B1B1B1C1F1F1F1F1F1F1F1F1F1F010707070D0C0D181010181A1511151A1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1F1FFFC20011080124032003011100021101031101FFC400E70001000203010101000000000000000000000607040508030201010100000000000000000000000000000000100000060102040503040202030000000001020304050600102030121334113314351631321540602436212370B0802225110001020302060C0B0604060203000000010203001104211210203141516130718191B1D1223252721323A1C1E14262B2C23353730582A2831424346092D24340F1E263A315F0B37080441201000000000000000000000000000000B0130100010302050402030101010101000001110021314151102061718130F091A1B1C140D1F160E1B07080FFDA000C03010002110311000001B5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011A36A6C000000000000000000000000000000000000000000000000000000000000000000000000014C9242C200000000000000000000000000000000000000000000000000000000000000000000000031083162000000000000000000000000000000000000000000000000000000000000000000000000022A6393200000000000000000000000000000000000000000000000000000000000000000000000023E5464C0B300000000000000000000000000000000000000000000000000000000000000000000000310A58FA2685785A04A4C80000000000000000000000000000000000000000000000000000000000000000000002913545F47A1E455C609748000000000000000000000000000000000000000000000000000000000000000000001CEE5B24BC02B53684D80000001A220445CD51E2659BE26E4E8FB3C0ACC1681F600001A7200454D49E4659BD2664ECF600000007990821847CC23F4D99282C137C0891192444C4022C454DF13535A56C444D61E86DC9796219C0000000000A64999323F4D61CFC4F8B58000006214E9033F003F4FC00DD1779B239901D487B0001E05445767C807E9F801B22E4268000002225326A403F41F80FA2C52DF2A72B12C62E400AACAA49F1382923181FA7E006517313A0000000002085204EC9115396516D1FA00001AE2813487B16213A37C7B18445CAD88A9905DC5120EA43D8006BCA10D01EE5844E8DF9EC609172B622C7E96B16980002BC29A3E4DF16512C3667C9A721256A6113137656658C5C801559549BD34C7A16813B36A7811A2AE2287E97713B000000001CEC694E8D22852C5F84B800003CCE7B23A6F4BD0DC8000056E53E651860EA43D803C0E7B340488BC4DB8000056A5427C972962800879439F25A25AE7D0000300A308B99861963172005565520CD2FF0037C0007E14C15E99474919C00001F26A4CC21652A5B659E468E7A2E92C100000AB0AA0DA9D0E6700000015B94E807521EC014E95B9213A04C80000002B529F3DCE903660F139B4D696896C80000018E73D9A1058C5C8015595482EB27E00001E67389A72DB2CF0000011429C34648CE853E8C53980B54B44FB0003C4E6730CBD89A0000000073F91507521EC0D61CD87C9D186F000000002AF3049892D05725366ECE8D3E800000011D39E0FC2C62E400AACAA4CA3A70F40000015815212A3A00000000A0C8A9689926D4919CF84BC8A9D1A7A800869439B43A5800000000424A2C1D487B02B22A22605F4000000000000504448B7CB2C0000000073E9172C62E400AACAA49617F00000011739F4CD3A74000000A0C951691F86B48D95E1EE7A96A9B90015615413B2EF0000000018673083A90F6051A41CB68B40000000000000E6130CE87246000000002A82AC2C62E400AACAA49E1770000001A939ACFD3AA0FD00000831A52D23F400578684B8400014F15B16596F8000000001CB6789D487B039F08C17693D000000000001F072C9F874B9B30000000015C94D963172005565524F8BB0000000D69CCE0EA73EC0001E273817792600035E4749900002A22B22C72E3000000001F272D1F07521EC0E7E22C5D64FC000000000007E1CB27C1D266DC0000000056A53E58C5C8015595493E2EC00000035A73383A9CFB000055861170000034E53E5F00000AE0A709817D000000000D29CDE0EA43D81499012D02DA00000000000039B0D417D92F0000000014C95D963172005565524F8BB0000000D69CCE0EA73EC000D69409D0E6480003C4E6D3A5CFD00034473919074D190000000015715303A90F6057A52E6E8E8F3F40000000000052E57A5965BE00000001F07349AE2C62E400AACAA49F1760000001AD399C1D4E7D8001481362720000039A4E8C3280001CF4468B68B400000001867379820EA43D818C7349885CC58
</TfrxPageHeader>
<TfrxPageFooter Name="Band3" Height="120" Left="0" Top="1625" Width="718,101251175">
<TfrxLineView Name="Line6" Left="4" Top="0" Width="715" Height="0" ShowHint="False" Frame.Typ="4"/>
<TfrxMemoView Name="Memo28" Left="3" Top="9" Width="715" Height="16" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="Insc. en el Reg. Merc. de Madrid, Tomo 31.839, Libro 0, Folio 191, Sección 8, Hoja M-572991 CIF: B86913910"/>
<TfrxMemoView Name="Memo20" Left="1" Top="27" Width="718,48819386" Height="104,33859" ShowHint="False" AllowHTMLTags="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 €" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Tahoma" Font.Style="0" HideZeros="True" ParentFont="False" Text="&#13;&#10;En cumplimiento en lo dispuesto en el &#60;b&#62;Reglamento Europeo de Protección de Datos del 27 de Abril de 2.016, Ley Orgánica 15/1999, de Reglamento General de Protección de Datos (GDPR);&#60;/b&#62; ALISO DESIGN S.L. requiere su consentimiento expreso e informado a los fines de proceder al tratamiento de sus datos (nombre, apellidos, teléfono entre otros), con la con la finalidad de ofrecerte un mejor servicio ya sea haciéndote llegar por correo postal, teléfono, e-mail, SMS, Whatsapp, redes sociales, u otros medios de comunicación equivalentes físicos o electrónicos, los presupuestos que nos has solicitado previamente o manteniéndote informado de la evolución de tu proyecto en el caso de que lo estemos realizando. Así mismo, también nos sirve para mantener la comunicación contigo para resolver aquellas dudas o consultas que se te planteen y también para que podamos ofrecerte otros servicios o productos que puedan ser de tu interés mediante mail marketing u otros medios. Tus datos serán gestionados en un fichero cuyo responsable es ALISO DESIGN S.L. y se utilizarán para la gestión de clientes y proveedores, así como para la gestión a terceros para clientes.&#13;&#10;&#13;&#10;Asimismo le informamos que puede ejercitar sus derechos de acceso, rectificación, cancelación y oposición. Para ejercer tus derechos puedes hacerlo, sin coste alguno, enviando un escrito a la atención de &#60;b&#62;ALISO DESIGN S.L. con domicilio en C/ La Fundición, 27. Rivas-Vaciamadrid 28522. Madrid&#60;/b&#62;, o bien enviando un email a &#60;b&#62;protecciondedatos@acanainteriorismo.com.&#60;/b&#62; Con la firma otorgas tu consentimiento expreso e informado para el tratamiento de tus datos por ALISO DESIGN S.L. para los fines antes expuestos."/>
</TfrxPageFooter>
<TfrxMasterData Name="BandaDetalles" Height="22" Left="0" Top="354" Width="718,101251175" OnBeforePrint="BandaDetallesOnBeforePrint" AllowSplit="True" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" RowCount="0" Stretched="True">
<TfrxMemoView Name="memConcepto" Left="8,55906" Top="1" Width="509,07225365" Height="18,14173228" ShowHint="False" StretchMode="smActualHeight" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" ParentFont="False" Text="[frxDBDetalles.&#34;CONCEPTO&#34;]"/>
<TfrxMemoView Name="MemImpTotal" Left="643,49605811" Top="1" Width="74,72441189" Height="18" ShowHint="False" StretchMode="smMaxHeight" AutoWidth="True" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.ThousandSeparator="." DisplayFormat.FormatStr="#,0.## <20> " DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles.&#34;IMPORTE_TOTAL&#34;]"/>
<TfrxMemoView Name="Memo38" Left="611,26283334" Top="1" Width="31,60102057" Height="18" ShowHint="False" StretchMode="smMaxHeight" AutoWidth="True" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.##%" DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles.&#34;DESCUENTO&#34;]"/>
<TfrxMemoView Name="MemPrecio" Left="552,46059087" Top="1" Width="57,34251724" Height="18" ShowHint="False" StretchMode="smMaxHeight" AutoWidth="True" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.## " DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles.&#34;IMPORTE_UNIDAD&#34;]"/>
<TfrxMemoView Name="MemCantidad" Left="524,81098457" Top="1" Width="25,37007874" Height="18" ShowHint="False" StretchMode="smMaxHeight" AutoWidth="True" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#0 " DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles.&#34;CANTIDAD&#34;]"/>
<TfrxMemoView Name="Memo2" Left="464,62214" Top="2" Width="49,98423" Height="15,11812" Visible="False" ShowHint="False" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" Text="[frxDBDetalles.&#34;TIPO_DETALLE&#34;]"/>
</TfrxMasterData>
<TfrxReportSummary Name="ReportSummary1" Height="148,50402" Left="0" Top="1456" Width="718,101251175" OnAfterCalcHeight="ReportSummary1OnAfterCalcHeight" OnBeforePrint="ReportSummary1OnBeforePrint" Stretched="True">
<TfrxShapeView Name="Shape4" Left="4" Top="12,5" Width="714" Height="136,5" ShowHint="False"/>
<TfrxMemoView Name="Memo30" Left="13,13389" Top="25,5040200000001" Width="113,3859" Height="14,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="VENCIMIENTOS"/>
<TfrxSubreport Name="Subreport1" Left="13,38559" Top="47,6771799999999" Width="332" Height="92" Visible="False" ShowHint="False" Page="Page2" PrintOnParent="True"/>
<TfrxShapeView Name="Shape10" Left="524" Top="126,16543" Width="194" Height="22,77777778" GroupIndex="1" ShowHint="False" Color="14672103"/>
<TfrxShapeView Name="Shape9" Left="524" Top="103,26778" Width="194" Height="22,67716535" GroupIndex="1" ShowHint="False"/>
<TfrxShapeView Name="Shape8" Left="524" Top="80,5906" Width="194" Height="22,67716535" GroupIndex="1" ShowHint="False"/>
<TfrxShapeView Name="Shape7" Left="524" Top="58,37013" Width="194" Height="22,67716535" GroupIndex="1" ShowHint="False"/>
<TfrxShapeView Name="Shape6" Left="524" Top="35,01577" Width="194" Height="22,67716535" GroupIndex="1" ShowHint="False"/>
<TfrxShapeView Name="Shape3" Left="524" Top="12,11812" Width="194" Height="22,67716535" GroupIndex="1" ShowHint="False"/>
<TfrxMemoView Name="Memo9" Left="643" Top="127,50402" Width="76" Height="19,11812" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="1310975" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="1" GapX="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;IMPORTE_TOTAL&#34;]"/>
<TfrxMemoView Name="Memo10" Left="529,45669291" Top="127,50402" Width="102,10235" Height="16" ShowHint="False" Font.Charset="1" Font.Color="1310975" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Total factura"/>
<TfrxMemoView Name="Memo8" Left="643" Top="16,7953" Width="75" Height="15,33859" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;IMPORTE_NETO&#34;]"/>
<TfrxMemoView Name="Memo13" Left="529,45669291" Top="16,7953" Width="104" Height="16" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Importe neto"/>
<TfrxMemoView Name="Memo25" Left="529,45669291" Top="82,37013" Width="104" Height="16" OnBeforePrint="Memo25OnBeforePrint" ShowHint="False" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 %" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="IVA [frxDBCabecera.&#34;IVA&#34;]"/>
<TfrxMemoView Name="Memo33" Left="643" Top="81,37013" Width="75" Height="19,11812" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;IMPORTE_IVA&#34;]"/>
<TfrxMemoView Name="Memo21" Left="529,45669291" Top="105,26778" Width="104" Height="16" OnBeforePrint="Memo21OnBeforePrint" ShowHint="False" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 %" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="RE [frxDBCabecera.&#34;RE&#34;]"/>
<TfrxMemoView Name="Memo29" Left="643" Top="105,26778" Width="75" Height="19,11812" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;IMPORTE_RE&#34;]"/>
<TfrxMemoView Name="Memo1" Left="529,45669291" Top="60,91342" Width="104" Height="16" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Base imponible"/>
<TfrxMemoView Name="Memo11" Left="643" Top="60,91342" Width="75" Height="15,33859" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;BASE_IMPONIBLE&#34;]"/>
<TfrxMemoView Name="Memo26" Left="529,45669291" Top="38,7953" Width="104" Height="16" OnBeforePrint="Memo26OnBeforePrint" ShowHint="False" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 %" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="Dto [frxDBCabecera.&#34;DESCUENTO&#34;]"/>
<TfrxMemoView Name="Memo27" Left="643" Top="38,7953" Width="75" Height="15,33859" ShowHint="False" AutoWidth="True" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00<EFBFBD>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="DejaVu Sans Mono" Font.Style="0" GapX="0" HAlign="haRight" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera.&#34;IMPORTE_DESCUENTO&#34;]"/>
<TfrxLineView Name="Line8" Left="643,17" Top="12,11636778" Width="0" Height="136,39545057" ShowHint="False" Frame.Typ="1"/>
</TfrxReportSummary>
<TfrxOverlay Name="Overlay1" Height="1000" Left="0" Top="396" Width="718,101251175">
<TfrxPictureView Name="Picture2" Left="406" Top="318" Width="364" Height="469" ShowHint="False" HightQuality="False"/>
</TfrxOverlay>
</TfrxReportPage>
<TfrxReportPage Name="Page2" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10,00125" RightMargin="10,00125" TopMargin="10,00125" BottomMargin="10,00125" Columns="1" ColumnWidth="209,999791666667" ColumnPositions.Text="0" LargeDesignHeight="True" PrintOnPreviousPage="True" HGuides.Text="" VGuides.Text="">
<TfrxMasterData Name="MasterData1" Height="13,82684" Left="0" Top="16" Width="718,101251175" ColumnWidth="0" ColumnGap="0" DataSetName="frxDBVencimientos" RowCount="0">
<TfrxMemoView Name="Memo31" Left="0" Top="0" Width="79,90569" Height="13,82684" ShowHint="False" StretchMode="smActualHeight" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frxDBVencimientos.&#34;FECHA_VENCIMIENTO&#34;]"/>
<TfrxMemoView Name="Memo40" Left="86,92919" Top="0" Width="98,80334" Height="13,82684" ShowHint="False" StretchMode="smActualHeight" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text="[frxDBVencimientos.&#34;IMPORTE_TOTAL&#34;]"/>
</TfrxMasterData>
</TfrxReportPage>
</TfrxReport>