We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f199b1 + 5e54810 commit 7e2422cCopy full SHA for 7e2422c
src/output/invoice2.js
@@ -190,6 +190,8 @@ ${opening}
190
<div class="positionBox">
191
${positions}
192
${extra}
193
+<div class="positionDescTot">Summe Netto</div>
194
+<div class="positionValueTot">${this.invoiceCurrency} ${this.totalForInvoiceExkl.toFixed(2)}</div>
195
<div class="positionDesc">MWST (${this.invoiceVAT*100}%)</div>
196
<div class="positionValue">${this.invoiceCurrency} ${this.totalForInvoiceMwst.toFixed(2)}</div>
197
<div class="positionDescTot">Rechnungsbetrag inkl. MWST</div>
0 commit comments