Difference between revisions of "Template:Semorg-invoice-item"

From SemanticOrganization
Jump to: navigation, search
Line 3: Line 3:
 
   |description={{{description|}}}  
 
   |description={{{description|}}}  
 
   |amount-net={{{amount-net|0}}}  
 
   |amount-net={{{amount-net|0}}}  
   |amount-gross={{#expr:{{{amount-gross|0}}}*(1+{{{vat-rate|0}}})}}
+
   |amount-gross={{#expr:{{{amount-net|0}}}*(1+{{{vat-rate|0}}})}}
   |amount-vat={{#expr:{{{amount-gross|0}}}*{{{vat-rate|0}}}}}
+
   |amount-vat={{#expr:{{{amount-net|0}}}*{{{vat-rate|0}}}}}
 
   |vat-rate={{{vat-rate|}}}  
 
   |vat-rate={{{vat-rate|}}}  
 
}}
 
}}
 
* {{{description|}}}: {{semorg-currency|{{{amount-net|}}}}}</includeonly>
 
* {{{description|}}}: {{semorg-currency|{{{amount-net|}}}}}</includeonly>

Revision as of 20:14, 1 February 2021

This page is part of the Semantic Organization extension.

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