insert into formulare (id,typ,system,erstellt,geaendert,user_1,user_2,name,formular) values (196,5,1,
'2004-05-01 00:00:00','2004-05-01','system','system',
'Containerliste 2','

<!--
Der Report unterstützt folgende Datenfelder
                "user","titel","name","nummer","ordner","tara","bemerkungen","datum"
 -->

<report name="Containerliste" orientation="$options.report.rechnen.orientation$"
  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="35" >
    <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.reportheader.background$" weight="0" draw="false" fill="true"/>
    <rectangle  x="0" y="0" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/>
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="5" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy H.mm"></date-field>
    <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>
     <label fontstyle="bold" fontsize="16" x="0%" y="3" width="100%" height="20" alignment="center" >$locale.report.containerliste.titel$</label>    
  </reportheader>

  <pageheader height="35" onfirstpage="false">
    <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.reportheader.background$" weight="0" draw="false" fill="true"/>
    <rectangle  x="0" y="0" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/>
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="5" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy H.mm"></date-field>
    <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>
     <label fontstyle="bold" fontsize="16" x="0%" y="3" width="100%" height="20" alignment="center" >$locale.report.containerliste.titel$</label>    
  </pageheader>
  
  <pagefooter height="20">
    <rectangle  x="0" y="1" width="100%" height="100%" color="$options.report.general.pagefooter.background$" weight="0" draw="false" fill="true"/>
    <rectangle  x="0" y="1" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/>
    <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> 
      <band layout-cachable="false"  name="inBand" x="0" y="1" width="100%" height="56" dynamic="true">
  	 	<line x1="0" x2="100%" y1="0" y2="0" weight="0.1"/>
 
      	<imageref scale="true" x="0%" y="1" width="24" height="24" keepAspectRatio="true" src="out.png"/>
      	<string-field fontsize="14" fontstyle="bold" x="10%" y="1" height="14" width="40%" alignment="left" fieldname="name"/>
 		<number-field format="####.#"  fontsize="14" fontstyle="plain" x="60%" y="1" width="29%" height="14" alignment="right" fieldname="tara"/>
   	    <label fontstyle="bold" fontsize="14" x="90%" y="1" width="9%" height="10" alignment="left" >$locale.string_kg$</label>   
       	<string-field fontsize="10" fontstyle="plain" x="10%" y="15" height="10" width="90%" alignment="left" fieldname="bemerkungen"/>
       	<label fontstyle="bold" fontsize="10" x="10%" y="26" width="30%" height="10" alignment="right">$locale.report.containerliste.zuletzt_verwendet$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="26" height="10" width="59%" alignment="left" fieldname="letztesDatum"/>      
       	<label fontstyle="bold" fontsize="10" x="10%" y="36" width="30%" height="10" alignment="right">$locale.report.containerliste.letzte_adresse$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="36" height="10" width="59%" alignment="left" fieldname="adresse"/>    
       	<label fontstyle="bold" fontsize="10" x="10%" y="46" width="30%" height="10" alignment="right">$locale.report.containerliste.letzte_fuellung$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="46" height="10" width="59%" alignment="left" fieldname="fuellung"/> 
      </band>
      
      <band layout-cachable="false"  name="outBand" x="0" y="1" width="100%" height="56" dynamic="true">
   	 	<line x1="0" x2="100%" y1="0" y2="0" weight="0.1"/>
      	<string-field fontsize="14" fontstyle="bold" x="10%" y="1" height="14" width="40%" alignment="left" fieldname="name"/>
      	<number-field format="####.#"  fontsize="14" fontstyle="bold" x="60%" y="1" width="29%" height="14" alignment="right" fieldname="tara"/>
   	    <label fontstyle="bold" fontsize="14" x="90%" y="1" width="9%" height="10" alignment="left" >$locale.string_kg$</label> 
   	    <string-field fontsize="10" fontstyle="plain" x="10%" y="15" height="10" width="90%" alignment="left" fieldname="bemerkungen"/>
   	    <label fontstyle="bold" fontsize="10" x="10%" y="26" width="30%" height="10" alignment="right">$locale.report.containerliste.zuletzt_verwendet$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="26" height="10" width="59%" alignment="left" fieldname="letztesDatum"/>  
       	<label fontstyle="bold" fontsize="10" x="10%" y="36" width="30%" height="10" alignment="right">$locale.report.containerliste.letzte_adresse$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="36" height="10" width="59%" alignment="left" fieldname="adresse"/>    
       	<label fontstyle="bold" fontsize="10" x="10%" y="46" width="30%" height="10" alignment="right">$locale.report.containerliste.letzte_fuellung$</label>
       	<string-field fontsize="10" fontstyle="plain" x="41%" y="46" height="10" width="59%" alignment="left" fieldname="fuellung"/> 
      </band>
  </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.VisibleContainerBandFunction"/>
  </functions>
   
</report>

');