This commit is contained in:
gaby 2020-12-02 12:18:31 +01:00
parent 1752329567
commit 9caac246df

View file

@ -34,7 +34,16 @@
<td><h:inputText value="#{orderitem.item['period']}" style="width:100%;" /></td>
<!-- Steuer -->
<td><h:inputText value="#{orderitem.item['tax']}" style="width:100%;" /></td>
<td><h:selectOneMenu value="#{orderitem.item['_tax']}" >
<f:selectItem itemLabel="" itemValue="" />
<f:selectItem itemLabel="Steuerfrei Ausfuhr" itemValue="0"></f:selectItem>
<f:selectItem itemLabel="Steuerfrei EU" itemValue="0EU"></f:selectItem>
<f:selectItem itemLabel="Steuerfrei Inland" itemValue="0IN"></f:selectItem>
<f:selectItem itemLabel="Steuerpflichtig 16%" itemValue="16"></f:selectItem>
<f:selectItem itemLabel="Steuerpflichtig 19%" itemValue="19"></f:selectItem>
<f:selectItem itemLabel="Reverse-Charge" itemValue="RC"></f:selectItem>
<f:selectItem itemLabel="Reverse-Charge-EU" itemValue="RCE"></f:selectItem>
</h:selectOneMenu></td>
<!-- Betrag -->
<td style="text-align:right;"><h:inputText value="#{orderitem.item['amount']}"