]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 5e86d1a0dc2131d36f786537fafaacce4499f9ac..b7695c63fa83df0fbcf73a1c437c0345b780d8d1 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 2858f4f081d86039a78677251385a990b033d238..b4a5ec9d9784bb13face2f5def5798e43706c58e 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>