insert into formulare (typ,system,erstellt,geaendert,user_1,user_2,name,formular) values (24,1,
'2004-05-01 00:00:00','2004-05-01','system','system',
'Adressen/Rezepturenliste','

<!--
Der Report unterst�tzt folgende Datenfelder
                "datum,","user","firma","zeile"


 -->

<report name="Adressen/Rezepturenliste" orientation="portrait"
  pageformat="$options.report.general.pageformat$" topmargin="$options.report.general.margin.top$" leftmargin="$options.report.general.margin.left$" 
  bottommargin="$options.report.general.margin.bottom$" rightmargin="$options.report.general.margin.right$">
 
 <!-- 
 <reportheader height="70" >
    <label fontstyle="plain" fontsize="7" x="0" y="3" width="28" height="10" alignment="right" >Stand :</label>   
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="30" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy "></date-field>
    <label fontstyle="bold" fontsize="16" x="0%" y="15" width="100%" height="20" alignment="center" >$locale.report.adressen_rezepturenliste.titel$</label>    
  </reportheader>
 -->
 
 <pageheader height="70" >
    <label fontstyle="plain" fontsize="7" x="0" y="3" width="28" height="10" alignment="right" >Stand :</label>   
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="30" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy "></date-field>
    <label fontstyle="bold" fontsize="16" x="0%" y="15" width="100%" height="20" alignment="center" >$locale.report.adressen_rezepturenliste.titel$</label>    
    <label fontstyle="plain" fontsize="7" x="75%" y="3" width="14%" height="10" alignment="right" >$locale.report.user$</label>   
    <string-field fontstyle="plain" fontsize="7" x="90%" y="3" height="10" width="10%" alignment="left" fieldname="user"></string-field>

  </pageheader>

  <items>
  	<line x1="0" x2="0" y1="1" y2="1" weight="0.1"/>
  	<string-field fontstyle="bold" dynamic = "true" fontsize="9" x="10%" y="10" height="20" width="80%" alignment="center" fieldname="firma"></string-field>
   	<string-field fontstyle="plain" dynamic="true" fontsize="8" x="10%" y="35" height="10" width="80%" alignment="left" fieldname="zeile"></string-field>	
  </items>	 
	 
  <pagefooter height="20">
   <number-field fieldname="PageNumber" x="40%" y="10"  width="90" height="20" alignment="left" format="$locale.seite$ #0"></number-field>    
   <number-field fieldname="PageTotal" x="50%" y="10"  width="90" height="20" alignment="left" format="$locale.von$ #0"></number-field>

  </pagefooter>

 <items>  </items>


  <functions>
    <function name="PageNumber" class="org.jfree.report.function.PageFunction"/>  
    <function name="PageTotal" class="org.jfree.report.function.PageTotalFunction" deplevel="1"/> 
    <function name="SetVisible" class="de.lunqual.rzpro.ausgabe.VisibleDatenblattBandFunction"/>
  </functions>
  
  
</report>

');