PluginsPOSSitoo

Vat/Tax on products

How to attach omnium products to sitoo Product Groups

Transferring VAT Rates from Omnium to Sitoo

Overview

This document outlines the process for transferring VAT rates from Omnium to Sitoo by mapping product types to VAT groups in Sitoo. The configuration ensures that products in Omnium are correctly associated with the appropriate VAT rates in Sitoo.

Configuration Steps

1. Setting Up Product Groups in Sitoo

  • Action: Configure product groups in Sitoo under Product Groups.
  • Purpose: Each product type in omnium can correspond to a Product group in sitoo, allowing products to be assigned the correct VAT rate.
  • Details: Ensure that each product group is set up with the appropriate VAT rate.

2. Mapping Product Types in market ConnectorOptions for Sitoo

  • Action: Add properties in the connectorOptions to map Omnium product types to Sitoo VAT groups.
  • Configuration Format:
{
    "key": "The id for the omnium product type you want to map to sitoo",
    "value": "sitooId of the productType",
    "keyGroup": "ProductGroupKeyGroup"
}
  • Explanation:
  • key: Refers to the product type in Omnium.
  • value: The corresponding Sitoo product type ID (sitooId of the productType) that links to the correct VAT rate.
  • keyGroup: Set to ProductGroupKeyGroup to indicate the mapping group.
  • Purpose: This mapping ensures that products in Omnium are assigned to the correct VAT group in Sitoo based on their product type.

3. Handling Products Without a Product Type

  • Behavior: If a product in Omnium does not have a specified product type, it will be assigned to the default VAT group in Sitoo (referred to as std).
  • Action: Verify that the default std VAT group in Sitoo is configured with the appropriate VAT rate for such cases.

Notes

  • Ensure that the product type IDs in Omnium (ProduktType) are accurately mapped to the corresponding IDs in Sitoo to avoid VAT rate mismatches.
  • Test the configuration to confirm that products are correctly assigned to their respective VAT groups in Sitoo.

Image Image

On this page