Tax rate
Enumerates the employed tax rates
XML name |
@taxRate |
Class name |
de.lobster.scm.monetary.TaxRate |
Permissions |
Administration/Masterdata/Dynamic enum |
Tax rates can be registered and maintained in the dynamic enumerations under the enumeration name 'Tax rate (de.lobster.scm.monetary.TaxRate)'.
The Localized name (1) of each entry is displayed in the Tax rate (2) combobox under the price attribute (lineItem/product/attributes/base:ProductPrice/@taxRate). The configuration of the Localized name is done via the Localization.
►NOTE◄ The 'Tax rate' (4) is assigned to the object 'Price attribute' (3) and can only be used in the form editor if the two containers 'Line items (lineItems)' (1) and below that 'Product' (2) have been transferred as parent objects into the form.
<!-- Beispiel für eine Bestellung (Order), analog können Produktinformationen auch in Sendungen (Shipment), bzw. Manifeste (Manifest) verwendet werden -->
<ord:Order>
...
<lineItems>
<lineItem>
<product>
<attributes>
...
<base:ProductPrice>
<value context=
"SUPPLIER"
country=
"DE"
currency=
"EUR"
netValue=
"10.0"
taxRate=
"SALES_TAX_RATE_GER_FULL"
grossValue=
"11.9"
/>
</base:ProductPrice>
...
</attributes>
</product>
<attributes/>
</lineItem>
</lineItems>
</ord:Order>