git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@197 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
76 lines
28 KiB
XML
76 lines
28 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<TfrxReport Version="4.7.71" 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="41572,783587662" ReportOptions.VersionBuild="1" ReportOptions.VersionMajor="12" ReportOptions.VersionMinor="13" ReportOptions.VersionRelease="1" ScriptLanguage="PascalScript" ScriptText.Text="procedure DatosClienteOnBeforePrint(Sender: TfrxComponent); begin DatosCliente.Lines.Clear; DatosCliente.Lines.Add(<frxDBCabecera."CALLE">); if (<frxDBCabecera."CODIGO_POSTAL"> <> '') or (<frxDBCabecera."POBLACION"> <> '') then DatosCliente.Lines.Add(<frxDBCabecera."CODIGO_POSTAL"> + ' ' + <frxDBCabecera."POBLACION">); if (<frxDBCabecera."PROVINCIA"> <> '') then DatosCliente.Lines.Add(<frxDBCabecera."PROVINCIA">); end; procedure BandaDetallesOnBeforePrint(Sender: TfrxComponent); begin BandaDetalles.StartNewPage := False; BandaDetalles.Visible := True; MemPrecio.Style := 'Concepto normal'; MemCantidad.Style := 'Concepto normal'; MemImpTotal.Style := 'Concepto normal'; RichConcepto.Visible := True; MemImpTotal.HideZeros := True; case <frxDBDetalles."TIPO_DETALLE"> of 'Salto': begin BandaDetalles.StartNewPage := True; RichConcepto.Visible := False; end; 'Titulo': begin MemPrecio.Style := 'Concepto titulo'; MemCantidad.Style := 'Concepto titulo'; MemImpTotal.Style := 'Concepto titulo'; end; 'Concepto': begin MemPrecio.Style := 'Concepto normal'; MemCantidad.Style := 'Concepto normal'; MemImpTotal.Style := 'Concepto normal'; end; 'Subtotal': begin MemPrecio.Style := 'Concepto subtotal'; MemCantidad.Style := 'Concepto subtotal'; MemImpTotal.Style := 'Concepto subtotal'; MemImpTotal.HideZeros := False; end; 'Descuento': begin BandaDetalles.Visible := False; RichConcepto.Color := clNone; end; end; RichConcepto.Color := MemImpTotal.Color; RichConcepto.Frame := MemImpTotal.Frame; end; procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent); begin Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportSummary1.Height - 1; end; procedure DatosEmpresaOnBeforePrint(Sender: TfrxComponent); var Cadena: String; begin { DatosEmpresa.Lines.Clear; DatosEmpresa.Lines.Add(<frxDBCabecera."RAZON_SOCIAL">); DatosEmpresa.Lines.Add(<frxDBCabecera."CALLE_EMPRESA">); Cadena := ''; if (<frxDBCabecera."TELEFONO_1"> <> '') then Cadena := 'TLF: ' + <frxDBCabecera."TELEFONO_1">; if (<frxDBCabecera."FAX"> <> '') then Cadena := Cadena + ' FAX: ' + <frxDBCabecera."FAX">; DatosEmpresa.Lines.Add(Cadena); Cadena := ''; if (<frxDBCabecera."CODIGO_POSTAL_EMPRESA"> <> '') then Cadena := <frxDBCabecera."CODIGO_POSTAL_EMPRESA">; if (<frxDBCabecera."POBLACION_EMPRESA"> <> '') then Cadena := Cadena + ' ' + <frxDBCabecera."POBLACION_EMPRESA">; if (<frxDBCabecera."PROVINCIA_EMPRESA"> <> '') then Cadena := Cadena + ' - ' + <frxDBCabecera."PROVINCIA_EMPRESA">; DatosEmpresa.Lines.Add(Cadena); } end; procedure Memo15OnBeforePrint(Sender: TfrxComponent); begin Memo15.Lines.Clear; if (StrToFloat(<frxDBCabecera."BASE_IMPONIBLE">) < 0) then Memo15.Lines.Add('ABONO') else Memo15.Lines.Add('FACTURA') end; procedure Memo20OnBeforePrint(Sender: TfrxComponent); begin if (StrToFloat(<frxDBCabecera."RE">) = 0) then begin Memo21.Lines.Clear; Memo29.Lines.Clear; end; end; procedure Memo11OnBeforePrint(Sender: TfrxComponent); var Cadena : String; begin if (<frxDBCabecera."TITULAR"> <> '') then begin Cadena := Memo11.Lines.Text; Memo11.Lines.Clear; Memo11.Lines.Add(<frxDBCabecera."TITULAR">); Memo11.Lines.Add(Cadena); end end; procedure Band2OnBeforePrint(Sender: TfrxComponent); begin if not Engine.FinalPass then Set('TotalPaginas', (<TotalPaginas> + 1)); if Engine.FinalPass then Set('Pagina', (<Pagina> + 1)); end; procedure frxReportOnStartReport(Sender: TfrxComponent); begin Set('Pagina', 0); Set('TotalPaginas', 0); end; procedure Picture1OnBeforePrint(Sender: TfrxComponent); begin if <ShowLogotipo> then begin Picture1.Visible := True; // Picture2.Visible := True; // Picture3.Visible := True; // Picture4.Visible := True; // Picture5.Visible := True; // Picture6.Visible := True; Memo12.Visible := True; // Memo14.Visible := True; end else begin Picture1.Visible := False; // Picture2.Visible := False; // Picture3.Visible := False; // Picture4.Visible := False; // Picture5.Visible := False; // Picture6.Visible := False; Memo12.Visible := False; // Memo14.Visible := False; end end; begin end." ShowProgress="False" StoreInDFM="False" OnStartReport="frxReportOnStartReport" PropData="044C65667403910003546F70021008446174617365747301010C3400000020446174615365743D22667278444243616265636572612220446174615365744E616D653D22667278444243616265636572612200010C3400000020446174615365743D226672784442446574616C6C65732220446174615365744E616D653D226672784442446574616C6C65732200010C3C00000020446174615365743D22667278444256656E63696D69656E746F732220446174615365744E616D653D22667278444256656E63696D69656E746F73220000095661726961626C657301010C13000000204E616D653D2220506167696E6163696F6E2200010C0E000000204E616D653D22506167696E612200010C14000000204E616D653D22546F74616C506167696E61732200010C16000000204E616D653D222056697375616C697A6163696F6E2200010C14000000204E616D653D2253686F774C6F676F7469706F220000055374796C6501010C85000000204E616D653D22436F6E636570746F206E6F726D616C2220436F6C6F723D223533363837303931312220466F6E742E436861727365743D22302220466F6E742E436F6C6F723D222D31363737373230382220466F6E742E4865696768743D222D31322220466F6E742E4E616D653D225461686F6D612220466F6E742E5374796C653D22302200010C87000000204E616D653D22436F6E636570746F20737562746F74616C2220436F6C6F723D223533363837303931312220466F6E742E436861727365743D22302220466F6E742E436F6C6F723D222D31363737373230382220466F6E742E4865696768743D222D31322220466F6E742E4E616D653D225461686F6D612220466F6E742E5374796C653D22312200010C97000000204E616D653D22436162656365726120646520636F6C756D6E612220436F6C6F723D2231353739303332302220466F6E742E436861727365743D22302220466F6E742E436F6C6F723D222D31363737373230382220466F6E742E4865696768743D222D31322220466F6E742E4E616D653D225461686F6D612220466F6E742E5374796C653D223122204672616D652E5479703D2231352200010C85000000204E616D653D22436F6E636570746F20746974756C6F2220436F6C6F723D223533363837303931312220466F6E742E436861727365743D22302220466F6E742E436F6C6F723D222D31363737373230382220466F6E742E4865696768743D222D31332220466F6E742E4E616D653D225461686F6D612220466F6E742E5374796C653D2231220000">
|
||
<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="">
|
||
<TfrxMasterData Name="BandaDetalles" Height="19" 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">
|
||
<TfrxRichView Name="RichConcepto" ShiftMode="smWhenOverlapped" Left="30,33859" Top="1" Width="372,85065" Height="18" ShowHint="False" StretchMode="smActualHeight" DataField="CONCEPTO" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" GapX="3" GapY="3" Wysiwyg="False" PropData="0852696368456469740A6C0000007B5C727466315C616E73695C616E7369637067313235325C64656666305C6465666C616E67333038327B5C666F6E7474626C7B5C66305C666E696C205461686F6D613B7D7D0D0A5C766965776B696E64345C7563315C706172645C66305C667331365C7061720D0A7D0D0A00"/>
|
||
<TfrxMemoView Name="Memo38" Left="564,59616667" Top="0" Width="57,82674724" Height="18" ShowHint="False" StretchMode="smMaxHeight" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 %" DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" GapX="3" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles."DESCUENTO"]"/>
|
||
<TfrxMemoView Name="MemPrecio" Left="470,96059087" Top="0" Width="89,84251724" Height="18" ShowHint="False" StretchMode="smMaxHeight" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20> " DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" GapX="3" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles."IMPORTE_UNIDAD"]"/>
|
||
<TfrxMemoView Name="MemImpTotal" Left="626,05511811" Top="0" Width="89,16535189" Height="18" ShowHint="False" StretchMode="smMaxHeight" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20> " DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" GapX="3" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles."IMPORTE_TOTAL"]"/>
|
||
<TfrxMemoView Name="MemCantidad" Left="406,81098457" Top="0" Width="59,37007874" Height="18" ShowHint="False" StretchMode="smMaxHeight" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="%g" DisplayFormat.Kind="fkNumeric" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" GapX="3" GapY="3" HAlign="haRight" HideZeros="True" LineSpacing="4" ParentFont="False" Text="[frxDBDetalles."CANTIDAD"]"/>
|
||
<TfrxMemoView Name="Memo2" Left="227" Top="1" Width="158,48825" Height="15,11812" Visible="False" ShowHint="False" DataSet="frxDBDetalles" DataSetName="frxDBDetalles" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[frxDBDetalles."TIPO_DETALLE"]"/>
|
||
</TfrxMasterData>
|
||
<TfrxPageHeader Name="Band2" Height="277,60631142" Left="0" Top="16" Width="718,101251175" OnBeforePrint="Band2OnBeforePrint">
|
||
<TfrxMemoView Name="Memo24" Left="624" Top="251,24428" Width="92" Height="26,45669291" ShowHint="False" Color="16777215" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Color="8421504" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Importe total"/>
|
||
<TfrxPictureView Name="Picture1" Left="436,77953" Top="6,22047" Width="264" Height="108" OnBeforePrint="Picture1OnBeforePrint" ShowHint="False" HightQuality="False"/>
|
||
<TfrxMemoView Name="DatosEmpresa" Left="168,92919" Top="17,35436" Width="221,41744" Height="80,69295" Visible="False" OnBeforePrint="DatosEmpresaOnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text=""/>
|
||
<TfrxShapeView Name="Shape1" Left="26,55906" Top="132,94496" Width="257,00804" Height="109,60637" ShowHint="False" Color="16777215" Frame.Color="8421504" Shape="skRoundRectangle"/>
|
||
<TfrxShapeView Name="Shape2" Left="344,48052" Top="132,94496" Width="373,07112" Height="109,60637" ShowHint="False" Color="16777215" Frame.Color="8421504" Shape="skRoundRectangle"/>
|
||
<TfrxMemoView Name="Memo16" Left="34,11812" Top="144,06308" Width="65,13389" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="Nº factura:"/>
|
||
<TfrxMemoView Name="Memo17" Left="34,11812" Top="176,189085" Width="45,35436" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="Fecha:"/>
|
||
<TfrxMemoView Name="Memo18" Left="34,11812" Top="204,53556" Width="60,47248" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="Página nº:"/>
|
||
<TfrxMemoView Name="Memo19" Left="353,37817" Top="134,28355" Width="353,39394" Height="46,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="[frxDBCabecera."NOMBRE"] [frxDBCabecera."NIF_CIF"]"/>
|
||
<TfrxMemoView Name="DatosCliente" Left="353,37817" Top="182,07885" Width="353,39394" Height="59,47248" OnBeforePrint="DatosClienteOnBeforePrint" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" ParentFont="False" Text=""/>
|
||
<TfrxMemoView Name="Memo3" Left="404" Top="251,24428" Width="63,14966" Height="26,45669291" ShowHint="False" Color="16777215" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Color="8421504" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Cantidad"/>
|
||
<TfrxMemoView Name="Memo4" Left="468" Top="251,24428" Width="95,62214" Height="26,45669291" ShowHint="False" Color="16777215" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Color="8421504" Frame.Typ="12" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Precio unidad"/>
|
||
<TfrxMemoView Name="Memo5" Left="99,03154" Top="144,06308" Width="176,9765" Height="18,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Text="[frxDBCabecera."REFERENCIA"]"/>
|
||
<TfrxMemoView Name="Memo6" Left="79,25201" Top="176,189085" Width="196,75603" Height="18,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" Text="[frxDBCabecera."FECHA_FACTURA"]"/>
|
||
<TfrxMemoView Name="Memo7" Left="94,37013" Top="204,53556" Width="181,63791" Height="18,89765" ShowHint="False" Text="[<Pagina>] / [<TotalPaginas>]"/>
|
||
<TfrxLineView Name="Line1" Left="717" Top="252,21718" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
<TfrxMemoView Name="Memo15" Left="34,11812" Top="27,22047" Width="250,39394" Height="64,25201" OnBeforePrint="Memo15OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="12632256" Font.Height="-48" Font.Name="Tahoma" Font.Style="1" Frame.Color="14211288" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="FACTURA"/>
|
||
<TfrxLineView Name="Line4" Left="468" Top="252,21718" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
<TfrxMemoView Name="Memo37" Left="563" Top="251,22851" Width="61,60637" Height="26,45669291" ShowHint="False" Color="16777215" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Color="8421504" Frame.Typ="12" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text=""/>
|
||
<TfrxLineView Name="Line3" Left="563" Top="252,21718" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
<TfrxMemoView Name="Memo23" Left="22,77953" Top="251,24428" Width="382" Height="26,45669291" ShowHint="False" Color="16777215" Font.Charset="0" Font.Color="-16777208" Font.Height="-12" Font.Name="Tahoma" Font.Style="1" Frame.Color="8421504" Frame.Typ="12" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Concepto"/>
|
||
<TfrxLineView Name="Line2" Left="23" Top="252,21718" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
<TfrxLineView Name="Line5" Left="405" Top="252,21718" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
<TfrxLineView Name="Line7" Left="624" Top="251" Width="0" Height="545" ShowHint="False" Frame.Color="8421504" Frame.Typ="1"/>
|
||
</TfrxPageHeader>
|
||
<TfrxPageFooter Name="Band3" Height="229,24" Left="0" Top="1653" Width="718,101251175">
|
||
<TfrxShapeView Name="Shape4" Left="373" Top="26,45671" Width="345" Height="98,26778" ShowHint="False" Color="16777215" Frame.Color="8421504" Shape="skRoundRectangle"/>
|
||
<TfrxShapeView Name="Shape3" Left="27" Top="26,45671" Width="337" Height="98,26778" ShowHint="False" Color="16777215" Frame.Color="8421504" Shape="skRoundRectangle"/>
|
||
<TfrxMemoView Name="Memo26" Left="31,57483" Top="33,82684" Width="113,3859" Height="14,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="FORMA DE PAGO"/>
|
||
<TfrxMemoView Name="Memo27" Left="31,57483" Top="48,50402" Width="328,59864" Height="17,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="[frxDBCabecera."FORMA_PAGO"]"/>
|
||
<TfrxMemoView Name="Memo30" Left="380,7483" Top="33,82684" Width="113,3859" Height="14,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="VENCIMIENTOS"/>
|
||
<TfrxLineView Name="Line6" Left="23" Top="0" Width="697" Height="0" ShowHint="False" Frame.Color="8421504" Frame.Typ="4"/>
|
||
<TfrxMemoView Name="Memo1" Left="31,57483" Top="72" Width="113,3859" Height="14,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Tahoma" Font.Style="1" ParentFont="False" Text="DATOS BANCARIOS"/>
|
||
<TfrxMemoView Name="Memo11" Left="31,57483" Top="87,5" Width="328,59864" Height="25,82684" OnBeforePrint="Memo11OnBeforePrint" 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="Entidad : [frxDBCabecera."ENTIDAD"] Sucursal: [frxDBCabecera."SUCURSAL"]"/>
|
||
<TfrxSubreport Name="Subreport1" Left="381" Top="52" Width="332" Height="64" ShowHint="False" Page="Page2" PrintOnParent="True"/>
|
||
<TfrxMemoView Name="Memo12" Left="436,77953" Top="130" Width="269,00835" Height="65,89765" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="CMC INTEGRAL, S.L. Tel. 91 600 40 41 Fax 91 609 32 87 C/ Sur, 4 - Moraleja de Enmedio 28950 (Madrid) "/>
|
||
</TfrxPageFooter>
|
||
<TfrxReportSummary Name="ReportSummary1" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="1" Height="57" Left="0" ParentFont="False" Top="1576" Width="718,101251175" OnBeforePrint="ReportSummary1OnBeforePrint" Stretched="True">
|
||
<TfrxShapeView Name="Shape5" Left="23" Top="13,7953" Width="694" Height="44" ShowHint="False" Color="16777215" Frame.Color="8421504"/>
|
||
<TfrxMemoView Name="Memo9" Left="583" Top="33,7953" Width="131,75603" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."IMPORTE_TOTAL"]"/>
|
||
<TfrxMemoView Name="Memo10" Left="583" Top="17,7953" Width="132" Height="16" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Total factura"/>
|
||
<TfrxMemoView Name="Memo8" Left="23,77953" Top="33,7953" Width="116,75603" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haCenter" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."BASE_IMPONIBLE"]"/>
|
||
<TfrxMemoView Name="Memo13" Left="23,77953" Top="17,7953" Width="116" Height="16" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Base imponible"/>
|
||
<TfrxMemoView Name="Memo22" Left="144,2282" Top="17,7953" Width="247" Height="16" Visible="False" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="frxDBCabecera."DESCRIPCION_DESCUENTO""/>
|
||
<TfrxMemoView Name="Memo25" Left="394,44867" Top="17,7953" Width="93,32282" Height="16" ShowHint="False" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0 %" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="IVA [frxDBCabecera."IVA"]"/>
|
||
<TfrxMemoView Name="Memo32" Left="193,46444" Top="33,7953" Width="48,72449" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0 %" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."DESCUENTO"]"/>
|
||
<TfrxMemoView Name="Memo33" Left="394,44867" Top="33,7953" Width="94,07885" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haCenter" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."IMPORTE_IVA"]"/>
|
||
<TfrxMemoView Name="Memo21" Left="487,93723" Top="17,7953" Width="93,32282" Height="16" OnBeforePrint="Memo20OnBeforePrint" 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="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="RE [frxDBCabecera."RE"]"/>
|
||
<TfrxMemoView Name="Memo29" Left="487,93723" Top="33,7953" Width="94,07885" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HAlign="haCenter" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."IMPORTE_RE"]"/>
|
||
<TfrxMemoView Name="Memo20" Left="245,7718" Top="34,01577" Width="94,07885" Height="22,89765" ShowHint="False" DataSet="frxDBCabecera" DataSetName="frxDBCabecera" DisplayFormat.DecimalSeparator="," DisplayFormat.FormatStr="#,0.00 <20>" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Tahoma" Font.Style="0" HideZeros="True" ParentFont="False" VAlign="vaCenter" Text="[frxDBCabecera."IMPORTE_DESCUENTO"]"/>
|
||
</TfrxReportSummary>
|
||
<TfrxOverlay Name="Overlay1" Height="1122,52" Left="0" Top="393" Width="718,101251175">
|
||
<TfrxMemoView Name="Memo14" Left="7" Top="501" Width="15,11812" Height="620,70903" Visible="False" ShowHint="False" DisplayFormat.DecimalSeparator="," Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" HAlign="haCenter" ParentFont="False" Rotation="90" VAlign="vaCenter" Text="Inscrita en el Registro Mercantil de Madrid, Tomo: 16059, Libro: 0 Folio: 45, Sección: 8, Hoja M-271896, Inscripción 1ª, CIF: B-82780453"/>
|
||
</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="737,00835" Columns="2" ColumnWidth="150" ColumnGap="0" DataSet="frxDBVencimientos" DataSetName="frxDBVencimientos" RowCount="0">
|
||
<TfrxMemoView Name="Memo31" Left="0" Top="0" Width="56,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."FECHA_VENCIMIENTO"]"/>
|
||
<TfrxMemoView Name="Memo40" Left="58,92919" Top="0" Width="65,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."IMPORTE_TOTAL"]"/>
|
||
</TfrxMasterData>
|
||
</TfrxReportPage>
|
||
</TfrxReport>
|