Vorlage: Semorg-invoice-item: Unterschied zwischen den Versionen

Aus Krötenwanderung
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
   |description={{{description|}}}  
   |description={{{description|}}}  
   |amount-net={{{amount-net|0}}}  
   |amount-net={{{amount-net|0}}}  
   |amount-gross={{#expr:{{{amount-net|0}}}*(1+({{{vat-rate|0}}}/100))}}
   |amount-gross={{formatnum:{{#expr:{{formatnum:{{{amount-net|0}}}|R}}*(1+({{{vat-rate|0}}}/100))}}}}
   |amount-vat={{#expr:{{{amount-net|0}}}*({{{vat-rate|0}}}/100)}}
   |amount-vat={{formatnum:{{#expr:{{formatnum:{{{amount-net|0}}}|R}}*({{{vat-rate|0}}}/100)}}}}
   |vat-rate={{{vat-rate|}}}  
   |vat-rate={{{vat-rate|}}}  
}}<tr>
}}<tr class="semorg-invoice-item">
<td colspan=2>{{{description|}}}</td>
<td>{{{description|}}}</td>
<td style="text-align:right">{{semorg-currency|{{{amount-net|}}}}}</td>
<td>{{semorg-currency|{{formatnum:{{formatnum:{{{amount-net|}}}|R}}}}}}</td>
</tr></includeonly>
</tr></includeonly>

Version vom 2. Mai 2024, 14:14 Uhr

Diese Seite ist Teil der Semantic Organization-Extension.

If you want to customize this template you can copy its contents to another page (use for example Vorlage:Semorg-invoice-item-custom) and change the following system message to the name of the newly created page: MediaWiki:semorg-invoice-item-template