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

<!--
Der Report unterstützt folgende Datenfelder
                "user","titel","staerke","gesamtLiter","gesamtKg","gesamtLA", 
				"summeLiter","summeKg","summeLA","summeExtraktfreiLiter","summeExtraktfreiKg",
				"summeKalkulation","kurs","euro","waehrung","litergewicht","extraktprozent","extraktgramm",
				"wasserT","wasserTKg","kontraktion","kontraktionKg","wasserP","wasserPKg",
				"wassergrundpreis","wasserpreis","steuergrundpreis","steuerpreis",
				"perLiterEx","perKgEx","perLAEx","perLiterInc","perKgInc","perLAInc",
				"summeOhneSteuer","summeMitSteuer","kgPerLiter","gr100ml",
                "kalkulation_warnung","datum"

Felder für Items:
                "zMenge","zEinheit","zTitel","zStaerke","zLiter","zKg","zLA",
                "zLitergewicht", "zArtikelnummer",//3-2
				"zLosnummer","zBestand","zMeldebestand","zBestandsEinheit","zGrundpreis","zPreis","zExtraktfrei","zExtrakt","zTrockenmasse",//4-9
				"zLiterExtraktfrei","zStaerkeExtraktfrei","zKgExtrakfrei",//5-3

 -->

<report name="Kalkulation normal" 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="85" >
    <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.kalkulation.titel$</label>    
     <string-field fontstyle="bold" fontsize="14" x="0%" y="25" height="20" width="100%" alignment="center" fieldname="titel"></string-field>

	<!-- staerke-->
	 <number-field format="$options.report.zahlen_staerke$"  fontstyle="plain" fontsize="9" x="0%" y="48" height="12" width="24%" alignment="right" fieldname="staerke"/>
     <label fontstyle="bold" fontsize="9" x="25%" y="48" width="24%" height="12" alignment="left" >$locale.string_prozentvol$ </label>    
	
	<!-- liter-->
	 <number-field format="$options.report.zahlen_normal$"  fontstyle="plain" fontsize="9" x="51%" y="48" height="12" width="24%" alignment="right" fieldname="gesamtLiter"/>
     <label fontstyle="bold" fontsize="9" x="76%" y="48" width="24%" height="12" alignment="left" >$locale.string_liter$ </label>    

	<!-- kg -->
	 <number-field format="$options.report.zahlen_normal$" fontstyle="plain" fontsize="9" x="0%" y="60" height="14" width="24%" alignment="right" fieldname="gesamtKg"/>
     <label fontstyle="bold" fontsize="9" x="25%" y="60" width="24%" height="12" alignment="left" >$locale.string_kg$ </label>    

	 <number-field format="$options.report.zahlen_normal$" fontstyle="plain" fontsize="9" x="51%" y="60" height="12" width="24%" alignment="right" fieldname="gesamtLA"/>
     <label fontstyle="bold" fontsize="9" x="76%" y="60" width="24%" height="12" alignment="left" >$locale.string_la$ </label>    

     <label fontstyle="plain" fontsize="9" x="0%" y="72" width="19%" height="12" alignment="right" >$locale.report.kalkulation.waehrung$</label>    
	 <string-field fontstyle="bold" fontsize="9" x="20%" y="72" height="12" width="19%" alignment="left" fieldname="waehrung"/>
 
     <label fontstyle="plain" fontsize="9" x="40%" y="72" width="18%" height="12" alignment="right" >$locale.report.kalkulation.kurs$</label>   
     <label fontstyle="plain" fontsize="9" x="58%" y="72" width="9%" height="12" alignment="right" >1</label>    
	 <string-field fontstyle="bold" fontsize="9" x="68%" y="72" height="12" width="9%" alignment="left" fieldname="euro"/>
     <label fontstyle="plain" fontsize="9" x="78%" y="72" width="2%" height="12" alignment="center" >=</label> 
	 <number-field format="$options.report.zahlen_normal$" fontstyle="bold" fontsize="9" x="81%" y="72" height="12" width="9%" alignment="right" fieldname="kurs"/> 
	 <string-field fontstyle="bold" fontsize="9" x="91%" y="72" height="12" width="9%" alignment="left" fieldname="waehrung"/> 

  </reportheader>

 <pageheader height="85" onfirstpage="false">
    <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.pageheader.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.kalkulation.titel$</label>    
     <string-field fontstyle="bold" fontsize="14" x="0%" y="25" height="20" width="100%" alignment="center" fieldname="titel"></string-field>

	<!-- staerke-->
	 <number-field format="$options.report.zahlen_staerke$"  fontstyle="plain" fontsize="9" x="0%" y="48" height="12" width="24%" alignment="right" fieldname="staerke"/>
     <label fontstyle="bold" fontsize="9" x="25%" y="48" width="24%" height="12" alignment="left" >$locale.string_prozentvol$ </label>    
	
	<!-- liter-->
	 <number-field format="$options.report.zahlen_normal$"  fontstyle="plain" fontsize="9" x="51%" y="48" height="12" width="24%" alignment="right" fieldname="gesamtLiter"/>
     <label fontstyle="bold" fontsize="9" x="76%" y="48" width="24%" height="12" alignment="left" >$locale.string_liter$ </label>    

	<!-- kg -->
	 <number-field format="$options.report.zahlen_normal$" fontstyle="plain" fontsize="9" x="0%" y="60" height="14" width="24%" alignment="right" fieldname="gesamtKg"/>
     <label fontstyle="bold" fontsize="9" x="25%" y="60" width="24%" height="12" alignment="left" >$locale.string_kg$ </label>    

	 <number-field format="$options.report.zahlen_normal$" fontstyle="plain" fontsize="9" x="51%" y="60" height="12" width="24%" alignment="right" fieldname="gesamtLA"/>
     <label fontstyle="bold" fontsize="9" x="76%" y="60" width="24%" height="12" alignment="left" >$locale.string_la$ </label>    

     <label fontstyle="plain" fontsize="9" x="0%" y="72" width="19%" height="12" alignment="right" >$locale.report.kalkulation.waehrung$</label>    
	 <string-field fontstyle="bold" fontsize="9" x="20%" y="72" height="12" width="19%" alignment="left" fieldname="waehrung"/>
 
     <label fontstyle="plain" fontsize="9" x="40%" y="72" width="18%" height="12" alignment="right" >$locale.report.kalkulation.kurs$</label>   
     <label fontstyle="plain" fontsize="9" x="58%" y="72" width="9%" height="12" alignment="right" >1</label>    
	 <string-field fontstyle="bold" fontsize="9" x="68%" y="72" height="12" width="9%" alignment="left" fieldname="euro"/>
     <label fontstyle="plain" fontsize="9" x="78%" y="72" width="2%" height="12" alignment="center" >=</label> 
	 <number-field format="$options.report.zahlen_normal$" fontstyle="bold" fontsize="9" x="81%" y="72" height="12" width="9%" alignment="right" fieldname="kurs"/> 
	 <string-field fontstyle="bold" fontsize="9" x="91%" y="72" height="12" width="9%" alignment="left" fieldname="waehrung"/> 

  </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="liter" x="0" y="1" width="100%" height="70">
	    <string-field fontsize="9" fontstyle="bold" x="0%" y="1" width="75%" height="11" alignment="left" fieldname="zTitel"/>  
        <label fontstyle="bold" fontsize="9" x="0%" y="12" width="4%" height="11" alignment="right" ># </label>     	  
        <string-field fontsize="9" fontstyle="plain" x="5%" y="12" width="74%" height="11" alignment="left" fieldname="zArtikelnummer"/>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="24" width="19%" height="11" alignment="right" fieldname="zStaerke"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="24" width="19%" height="11" alignment="left">$locale.string_prozentvol$</label>      
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="24" width="19%" height="11" alignment="right" fieldname="zLA"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="24" width="19%" height="11" alignment="left">$locale.string_la$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="36" width="19%" height="11" alignment="right" fieldname="zLiter"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="36" width="19%" height="11" alignment="left" >$locale.string_liter$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="36" width="19%" height="11" alignment="right" fieldname="zKg"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="36" width="19%" height="11" alignment="left" >$locale.string_kg$</label>       
   
   	    <label fontsize="9" fontstyle="bold" x="0%" y="48" width="20%" height="11" alignment="right" >$locale.rechnen.tableheader_grundpreis$</label>
	    <string-field fontsize="9" fontstyle="plain" x="21%" y="48" width="69%" height="11" alignment="left" fieldname="zGrundpreis"/>
    
        <rectangle  x="0" y="59" width="100%" height="12" color="$options.report.general.highlight.background$" weight="0" draw="false" fill="true"/>
   	    <label fontsize="9" fontstyle="bold" x="0%" y="60" width="49%" height="11" alignment="left" >$locale.rechnen.tableheader_preis$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="60" width="44%" height="11" alignment="right" fieldname="zPreis"/>
   	    <string-field fontsize="9" fontstyle="bold" x="95%" y="60" width="5%" height="11" alignment="left" fieldname="waehrung"/>
	      
    
      <!-- Linie zum Abschluss -->
 	  <line x1="0" y1="70" x2="0" y2="70" weight="0.5"/>
    </band>

    <band layout-cachable="false"  name="kg" x="0" y="1" width="100%" height="70">
	    <string-field fontsize="9" fontstyle="bold" x="0%" y="1" width="75%" height="11" alignment="left" fieldname="zTitel"/>  
        <label fontstyle="bold" fontsize="9" x="0%" y="12" width="4%" height="11" alignment="right" ># </label>     	  
        <string-field fontsize="9" fontstyle="plain" x="5%" y="12" width="74%" height="11" alignment="left" fieldname="zArtikelnummer"/>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="24" width="19%" height="11" alignment="right" fieldname="zStaerke"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="24" width="19%" height="11" alignment="left">$locale.string_prozentvol$</label>      
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="24" width="19%" height="11" alignment="right" fieldname="zLA"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="24" width="19%" height="11" alignment="left">$locale.string_la$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="36" width="19%" height="11" alignment="right" fieldname="zLiter"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="36" width="19%" height="11" alignment="left" >$locale.string_liter$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="36" width="19%" height="11" alignment="right" fieldname="zKg"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="36" width="19%" height="11" alignment="left" >$locale.string_kg$</label>       
   
   	    <label fontsize="9" fontstyle="bold" x="0%" y="48" width="20%" height="11" alignment="right" >$locale.rechnen.tableheader_grundpreis$</label>
	    <string-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="21%" y="48" width="69%" height="11" alignment="left" fieldname="zGrundpreis"/>
    
        <rectangle  x="0" y="59" width="100%" height="12" color="$options.report.general.highlight.background$" weight="0" draw="false" fill="true"/>
   	    <label fontsize="9" fontstyle="bold" x="0%" y="60" width="49%" height="11" alignment="left" >$locale.rechnen.tableheader_preis$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="60" width="44%" height="11" alignment="right" fieldname="zPreis"/>
   	    <string-field  fontsize="9" fontstyle="bold" x="95%" y="60" width="5%" height="11" alignment="left" fieldname="waehrung"/>
	      
    
      <!-- Linie zum Abschluss -->
 	  <line x1="0" y1="70" x2="0" y2="70" weight="0.5"/>
    </band>
    
    <band layout-cachable="false"  name="la" x="0" y="1" width="100%" height="70">
	    <string-field fontsize="9" fontstyle="bold" x="0%" y="1" width="75%" height="11" alignment="left" fieldname="zTitel"/>  
        <label fontstyle="bold" fontsize="9" x="0%" y="12" width="4%" height="11" alignment="right" ># </label>     	  
        <string-field fontsize="9" fontstyle="plain" x="5%" y="12" width="74%" height="11" alignment="left" fieldname="zArtikelnummer"/>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="24" width="19%" height="11" alignment="right" fieldname="zStaerke"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="24" width="19%" height="11" alignment="left">$locale.string_prozentvol$</label>      
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="24" width="19%" height="11" alignment="right" fieldname="zLA"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="24" width="19%" height="11" alignment="left">$locale.string_la$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="0%" y="36" width="19%" height="11" alignment="right" fieldname="zLiter"/>
	    <label fontsize="9" fontstyle="bold" x="21%" y="36" width="19%" height="11" alignment="left" >$locale.string_liter$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="41%" y="36" width="19%" height="11" alignment="right" fieldname="zKg"/>
	    <label fontsize="9" fontstyle="bold" x="61%" y="36" width="19%" height="11" alignment="left" >$locale.string_kg$</label>       
   
   	    <label fontsize="9" fontstyle="bold" x="0%" y="48" width="20%" height="11" alignment="right" >$locale.rechnen.tableheader_grundpreis$</label>
	    <string-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="21%" y="48" width="69%" height="11" alignment="left" fieldname="zGrundpreis"/>
    
        <rectangle  x="0" y="59" width="100%" height="12" color="$options.report.general.highlight.background$" weight="0" draw="false" fill="true"/>
   	    <label fontsize="9" fontstyle="bold" x="0%" y="60" width="49%" height="11" alignment="left" >$locale.rechnen.tableheader_preis$</label>
	    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="60" width="44%" height="11" alignment="right" fieldname="zPreis"/>
   	    <string-field  fontsize="9" fontstyle="bold" x="95%" y="60" width="5%" height="11" alignment="left" fieldname="waehrung"/>
	      
    
      <!-- Linie zum Abschluss -->
 	  <line x1="0" y1="70" x2="0" y2="70" weight="0.5"/>
    </band>

  
    <band layout-cachable="false"  name="comment" x="0" y="0" width="100%" height="0">
     <!-- dieses Band bleibt leer -->
    </band>

  </items>

  <reportfooter height="300" fontname="SansSerif">
        <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.pagefooter.background$" weight="0" draw="false" fill="true"/> 
    <rectangle  x="0" y="0" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/> 
    
   	<label fontsize="9" fontstyle="bold" x="2" y="2" width="49%" height="11" alignment="left" >$locale.rechnen.label_zutatenpreis$</label>
	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="2" width="44%" height="11" alignment="right" fieldname="summeKalkulation"/>
   	<string-field fontsize="9" fontstyle="bold" x="95%" y="2" width="5%" height="11" alignment="left" fieldname="waehrung"/>
   	
    <label fontsize="9" fontstyle="bold" x="2" y="14" width="50%" height="11" alignment="left" >$locale.report.kalkulation.wassergrundpreis$</label>
    <string-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="51%" y="14" width="49%" height="11" alignment="left" fieldname="wassergrundpreis"/>

    <label fontsize="9" fontstyle="bold" x="2" y="26" width="30%" height="11" alignment="left" >$locale.report.kalkulation.verschnittwasser$</label>
    <number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="31%" y="26" width="29%" height="11" alignment="right" fieldname="wasserP"/>
    <label fontsize="9" fontstyle="bold" x="71%" y="26" width="10%" height="11" alignment="left" >$locale.string_liter$</label>
  
   	<label fontsize="9" fontstyle="bold" x="2" y="38" width="49%" height="11" alignment="left" >$locale.rechnen.label_wasserpreis$</label>
	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="38" width="44%" height="11" alignment="right" fieldname="wasserpreis"/>
   	<string-field fontsize="9" fontstyle="bold" x="95%" y="38" width="5%" height="11" alignment="left" fieldname="waehrung"/>   	

   	<label fontsize="9" fontstyle="bold" x="2" y="50" width="49%" height="11" alignment="left" >$locale.rechnen.label_gesamtpreis$</label>
	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="50" width="44%" height="11" alignment="right" fieldname="summeOhneSteuer"/>
   	<string-field fontsize="9" fontstyle="bold" x="95%" y="50" width="5%" height="11" alignment="left" fieldname="waehrung"/>   

    <label fontsize="9" fontstyle="bold" x="2" y="62" width="50%" height="11" alignment="left" >$locale.report.kalkulation.steuergrundpreis$</label>
    <string-field fontsize="9" fontstyle="plain" x="51%" y="62" width="49%" height="11" alignment="left" fieldname="steuergrundpreis"/>
  
   	<label fontsize="9" fontstyle="bold" x="2" y="74" width="49%" height="11" alignment="left" >$locale.rechnen.label_steuer$</label>
	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="74" width="44%" height="11" alignment="right" fieldname="steuerpreis"/>
   	<string-field fontsize="9" fontstyle="bold" x="95%" y="74" width="5%" height="11" alignment="left" fieldname="waehrung"/>   	   	
   	
   	<label fontsize="9" fontstyle="bold" x="2" y="95" width="49%" height="11" alignment="left" >$locale.rechnen.label_gesamt_mit_steuer$</label>
	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="50%" y="95" width="44%" height="11" alignment="right" fieldname="summeMitSteuer"/>
   	<string-field fontsize="9" fontstyle="bold" x="95%" y="95" width="5%" height="11" alignment="left" fieldname="waehrung"/>   
    
   	<label fontsize="10" fontstyle="bold" x="2" y="110" width="98%" height="12" alignment="center" >$locale.report.kalkulation_ohne_steuer$</label>
   	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="2" y="124" width="19%" height="11" alignment="right" fieldname="perLiterEx"/>   
   	<string-field fontsize="9" fontstyle="bold" x="20%" y="124" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="26%" y="124" width="7%" height="11" alignment="left" >/$locale.string_liter$</label>
   	 	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="33%" y="124" width="19%" height="11" alignment="right" fieldname="perKgEx"/>   
   	<string-field fontsize="9" fontstyle="bold" x="53%" y="124" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="58%" y="124" width="7%" height="11" alignment="left" >/$locale.string_kg$</label>
   	 	   	 	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="66%" y="124" width="19%" height="11" alignment="right" fieldname="perLAEx"/>   
   	<string-field fontsize="9" fontstyle="bold" x="85%" y="124" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="91%" y="124" width="7%" height="11" alignment="left" >/$locale.string_la$</label>

   	<label fontsize="10" fontstyle="bold" x="2" y="138" width="98%" height="12" alignment="center" >$locale.report.kalkulation_mit_steuer$</label>
   	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="2" y="152" width="19%" height="11" alignment="right" fieldname="perLiterInc"/>   
   	<string-field fontsize="9" fontstyle="bold" x="20%" y="152" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="26%" y="152" width="7%" height="11" alignment="left" >/$locale.string_liter$</label>
   	 	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="33%" y="152" width="19%" height="11" alignment="right" fieldname="perKgInc"/>   
   	<string-field fontsize="9" fontstyle="bold" x="53%" y="152" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="58%" y="152" width="7%" height="11" alignment="left" >/$locale.string_kg$</label>
   	 	   	 	
   	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="66%" y="152" width="19%" height="11" alignment="right" fieldname="perLAInc"/>   
   	<string-field fontsize="9" fontstyle="bold" x="85%" y="152" width="5%" height="11" alignment="right" fieldname="waehrung"/>   
   	<label fontsize="9" fontstyle="bold" x="91%" y="152" width="7%" height="11" alignment="left" >/$locale.string_la$</label>
   	   	 	
 
  	<line x1="0" x2="0" y1="169" y2="169" weight="0.1"/>
 	<label fontsize="9" fontstyle="bold" x="0%" y="170" width="14%" height="10" alignment="left" >$locale.report.rechenblatt_gebinde_bezeichnung$</label>
   	<string-field fontsize="9" fontstyle="plain" x="15%" y="170" width="74%" height="10" alignment="left" fieldname="as_bezeichnung"/>   
  
  	<label fontsize="9" fontstyle="bold" x="0%" y="180" width="24%" height="10" alignment="left" >$locale.report.rechenblatt_gebinde_groesse$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="25%" y="180" width="24%" height="10" alignment="left" fieldname="as_gebindegroesse"/>   
   	<label fontsize="9" fontstyle="bold" x="50%" y="180" width="24%" height="10" alignment="left" >$locale.report.rechenblatt_gebinde_einzelpreis$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="75%" y="180" width="14%" height="10" alignment="right" fieldname="as_einzelpreis"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="180" width="5%" height="10" alignment="left" fieldname="waehrung"/>   

   	<label fontsize="9" fontstyle="bold" x="0%" y="190" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_inhalt_ohne_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="190" width="49%" height="10" alignment="right" fieldname="as_inhalt_preis_ohne_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="190" width="5%" height="10" alignment="left" fieldname="waehrung"/>   
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="200" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_inhalt_mit_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="200" width="49%" height="10" alignment="right" fieldname="as_inhalt_preis_mit_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="200" width="5%" height="10" alignment="left" fieldname="waehrung"/>   
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="210" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_gesamtpreis_ohne_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="210" width="49%" height="10" alignment="right" fieldname="as_gesamtpreis_ohne_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="210" width="5%" height="10" alignment="left" fieldname="waehrung"/>   
  
   	<label fontsize="9" fontstyle="bold" x="0%" y="220" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_gesamtpreis_mit_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="220" width="49%" height="10" alignment="right" fieldname="as_gesamtpreis_mit_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="220" width="5%" height="10" alignment="left" fieldname="waehrung"/>   
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="230" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_anzahl_gebinde$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="230" width="49%" height="10" alignment="right" fieldname="as_anzahl"/>   
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="240" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_gebinde_gesamtgewicht$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="240" width="49%" height="10" alignment="right" fieldname="as_gebinde_gesamtgewicht"/>   
   	<label fontsize="9" fontstyle="bold" x="90%" y="240" width="9%" height="10" alignment="left" >$locale.string_kg$</label> 
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="250" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_charge_gesamtgewicht$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="250" width="49%" height="10" alignment="right" fieldname="as_charge_gesamtgewicht"/>   
   	<label fontsize="9" fontstyle="bold" x="90%" y="250" width="9%" height="10" alignment="left" >$locale.string_kg$</label> 
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="260" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_chargenpreis_ohne_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="260" width="49%" height="10" alignment="right" fieldname="as_chargenpreis_ohne_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="260" width="5%" height="10" alignment="left" fieldname="waehrung"/>   
 
   	<label fontsize="9" fontstyle="bold" x="0%" y="270" width="49%" height="10" alignment="left" >$locale.report.rechenblatt_chargenpreis_mit_steuer$</label>
  	<number-field format="$options.report.zahlen_normal$" fontsize="9" fontstyle="plain" x="40%" y="270" width="49%" height="10" alignment="right" fieldname="as_chargenpreis_mit_steuer"/>   
   	<string-field fontsize="9" fontstyle="bold" x="90%" y="270" width="5%" height="10" alignment="left" fieldname="waehrung"/>   

    <string-field fontsize="14" fontstyle="bold" x="0" y="280" width="100%" height="20" nullstring="" alignment="center" fieldname="kalkulation_warnung"/>
 
   </reportfooter>

  <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.VisibleBandFunction"/>
  </functions>
  
  
</report>

');