sepa ausdruck - fällgikeit ergänzt

This commit is contained in:
Ralph Soika 2021-10-18 18:59:45 +02:00
parent 719aa6d877
commit 90b548630f

View file

@ -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" />