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)'.

images/download/attachments/58594300/image2018-7-2_17_9_11-version-1-modificationdate-1599812989408-api-v2.png

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.

images/download/attachments/58594300/image2018-7-2_17_7_40-version-1-modificationdate-1599812989411-api-v2.png



►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.


images/download/attachments/58594300/image2018-8-9_11_11_28-version-1-modificationdate-1599812989379-api-v2.png


XML representation
<!-- 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>