Doku zu Druckvariable netprice angepasst
authorG. Richardson <information@kivitendo-premium.de>
Wed, 3 Sep 2014 14:17:17 +0000 (16:17 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 3 Sep 2014 14:17:17 +0000 (16:17 +0200)
doc/dokumentation.xml
templates/print/RB/invoice.html

index 5e86d1a..b7695c6 100644 (file)
@@ -3912,7 +3912,7 @@ ln -s $(pwd)/kivitendo-task-server.service /etc/systemd/system/</programlisting>
               <term><varname>netprice</varname></term>
 
               <listitem>
-                <para>Nettopreis</para>
+                <para>Alternative zu <varname>sellprice</varname>, aber <varname>netprice</varname> entspricht dem effektiven Einzelpreis und beinhaltet Zeilenrabatt und Preisfaktor. <varname>netprice</varname> wird rückgerechnet aus Zeilensumme / Menge. Diese Variable ist nützlich, wenn man den gewährten Rabatt in der Druckvorlage nicht anzeigen möchte, aber Menge * Einzelpreis trotzdem die angezeigte Zeilensumme ergeben soll. <varname>netprice</varname> hat nichts mit Netto/Brutto im Sinne von Steuern zu tun.</para>
               </listitem>
             </varlistentry>
 
index 2858f4f..b4a5ec9 100644 (file)
@@ -133,7 +133,7 @@ adjust the colspan if you include this to shift subtotal one to the right
 <!--
 you can also use netprice instead of sellprice if you
 don't want to show the discount
-netprice = sellprice - discount
+netprice = linetotal/qty
 -->
 
     <tr>