This commit is contained in:
gaby 2021-02-23 16:31:48 +01:00
parent c68c7edb99
commit 808be17846
2 changed files with 566 additions and 251 deletions

View file

@ -22,19 +22,28 @@
</ui:include>
</f:subview>
<div class="imixs-form-section-2">
<dl>
<dt>Zahlungsart</dt>
<dd>
<h:selectOneMenu style="width:20em;" required="true" value="#{workflowController.workitem.item['payment.type']}" >
<h:selectOneMenu style="width:20em;" required="true"
value="#{workflowController.workitem.item['payment.type']}">
<c:forEach items="#{sepaController.dbtrList}" var="dbtr">
<f:selectItem itemLabel="#{dbtr.item['name']}" itemValue="#{dbtr.item['name']}" />
<f:selectItem itemLabel="#{dbtr.item['name']}"
itemValue="#{dbtr.item['name']}" />
</c:forEach>
<f:selectItem itemLabel="Lastschrift" itemValue="direct_debit" />
<f:selectItem itemLabel="Gutschrift" itemValue="credit" />
<f:selectItem itemLabel="Gutschrift (ohne Cargosoft)" itemValue="credit_2" />
</h:selectOneMenu>
</dd>
</dl>
<dl>
<dt>Keine Buchung in Cargosoft</dt>
<dd>
<h:selectBooleanCheckbox value="#{workflowController.workitem.item['invoice.no_cargosoft_export']}"></h:selectBooleanCheckbox>
</dd>
</dl>
</div>

File diff suppressed because it is too large Load diff