Template: Semorg-invoice-item: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{semorg-bundle}}</noinclude><includeonly> | <noinclude>{{semorg-bundle}}</noinclude><includeonly>{{#semorg-subobject:invoice-item | ||
|invoice={{FULLPAGENAME}} | |||
|description={{{description|}}} | |||
|amount-net={{{amount-net|0}}} | |||
|amount-gross={{#expr:{{{amount-net|0}}}*(1+({{{vat-rate|0}}}/100))}} | |||
|amount-vat={{#expr:{{{amount-net|0}}}*({{{vat-rate|0}}}/100)}} | |||
|vat-rate={{{vat-rate|}}} | |||
|{{# | |||
| | |||
}}<tr> | }}<tr> | ||
<td | <td colspan=2>{{{description|}}}</td> | ||
<td | <td style="text-align:right">{{semorg-currency|{{{amount-net|}}}}}</td> | ||
</tr></includeonly> | </tr></includeonly> |
Revision as of 14:25, 7 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