sepa ausdruck - fällgikeit ergänzt
This commit is contained in:
parent
719aa6d877
commit
90b548630f
1 changed files with 8 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
<th style="">#{message['form.company']}</th>
|
<th style="">#{message['form.company']}</th>
|
||||||
<th style="">#{message['form.invoicenumber']}</th>
|
<th style="">#{message['form.invoicenumber']}</th>
|
||||||
<th style="">#{message['form.date']}</th>
|
<th style="">#{message['form.date']}</th>
|
||||||
|
<th style="">#{message['form.deadline']}</th>
|
||||||
<th style="">#{message['form.amount']}</th>
|
<th style="">#{message['form.amount']}</th>
|
||||||
<th style=""></th>
|
<th style=""></th>
|
||||||
<th style="">IBAN</th>
|
<th style="">IBAN</th>
|
||||||
|
|
@ -52,7 +53,13 @@
|
||||||
<td><h:outputText value="#{invoice.item['invoice.date']}">
|
<td><h:outputText value="#{invoice.item['invoice.date']}">
|
||||||
<f:convertDateTime pattern="#{message.datePatternShort}"
|
<f:convertDateTime pattern="#{message.datePatternShort}"
|
||||||
timeZone="#{message.timeZone}" />
|
timeZone="#{message.timeZone}" />
|
||||||
</h:outputText></td>
|
</h:outputText>
|
||||||
|
</td>
|
||||||
|
<td><h:outputText value="#{invoice.item['invoice.duedate']}">
|
||||||
|
<f:convertDateTime pattern="#{message.datePatternShort}"
|
||||||
|
timeZone="#{message.timeZone}" />
|
||||||
|
</h:outputText>
|
||||||
|
</td>
|
||||||
<td style="text-align: right;"><h:outputText
|
<td style="text-align: right;"><h:outputText
|
||||||
value="#{invoice.item['invoice.total']}">
|
value="#{invoice.item['invoice.total']}">
|
||||||
<f:convertNumber minFractionDigits="2" locale="de" />
|
<f:convertNumber minFractionDigits="2" locale="de" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue