This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
local:shop:setup:taxes [2017/03/27 14:25] florence |
local:shop:setup:taxes [2024/05/14 15:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Gérer les taxes ===== | + | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}}<html><!-- /nomoodle --></html> |
+ | =====Back Office : Configuration and implementation of a commercial offer===== | ||
- | === via le bloc ShopAcess=== | + | ===== Define and manage taxes ===== |
- | Suivez le lien **"Administration des ventes"** dans le bloc ShopAccess | ||
- | {{:bloc-shop.jpg?nolink|}} | + | ====Access using Sales department block ==== |
- | Puis suivez le lien **"gérer les taxes" **sur la page Service commercial. | + | Link to **"Sales administration"** in the [[:blocks:shopaccess|Sales department block (Shop Access plugin)]] |
- | {{ :local:shop:setup:lien5.jpg?nolink |}} | ||
- | C'est via ce menu que l'ont va gérer la création des taxes qui seront disponibles ensuite pour les différents produits. | + | {{ :local:shop:setup:bloc-shop-access-en.png?nolink |}} |
- | Il suffit d'ajouter une taxe en suivant le lien "Ajouter une taxe" puis de saisir : | ||
- | * Un nom libre de la taxe | ||
- | * Un taux de la taxe (ratio) | ||
- | * Le pays ou s'applique la taxe (choix via liste déroulante) | ||
- | * La formule de calcul en utilisant des variables | ||
+ | Then follow link **"Manage taxes" **on the Sales services page. | ||
- | **Exemples de formules à saisir :** | + | {{ :local:shop:setup:gerer-taxes-en.png?nolink |}} |
- | Pour une taxe de 20% soit avec un ratio de 20 :$TTC = $HT + ($HT*$TR/100) | + | You must create taxes **BEFORE** you place products. |
- | Pour une exonération de taxe comme la TVA, soit un TTC équivalent au HT : $TTC = $HT | + | This is the menu from which you can create the taxes that will subsequently be available for the different products. |
+ | Add a tax by linking to “Add a tax”, then provide the following attributes: | ||
- | * Pour modifier une taxe existante, cliquer sur la roue crantée en fin de ligne de la taxe crée. | + | * An available name for the tax |
- | * Pour supprimer une taxe existante, cliquer sur la croix en fin de ligne de la taxe crée. | + | * A tax ratio |
+ | * The country where the tax applies (choose from dropdown list) | ||
+ | * The calculation formula using variables | ||
- | Lorsque vos produits seront créés, le nombre de produits attachés à une taxe donnée s'afficheront dans la colonne "Nombre produits". | ||
- | {{ :bloc-shop-taxes.jpg?nolink |}} | + | ==== Tax Ratio==== |
- | [[local:shop:userguide:salesadmin|Back to Configuration and implementation of a commercial offer]] | + | |
+ | This ratio is given as a percentage and can be a non-integer (e.g. 19.6 or 19,6 depending on the location) | ||
+ | |||
+ | ==== Formula ==== | ||
+ | |||
+ | This formula recognises the variables $ttc, $ht, and $tr (case insensitive), $rt being the tax ratio. | ||
+ | |||
+ | In general, the typical formula for taxes is: | ||
+ | |||
+ | $ttc = $ht + ($ht * $tr / 100) | ||
+ | |||
+ | ====Tax exemption===== | ||
+ | |||
+ | You can define a special tax when certain special conditions lead to a one-off or sectoral exemption (e.g. exempt training initiatives vs. sale of educational materials subject to 10% VAT) | ||
+ | |||
+ | You would choose, for example, the following definition: | ||
+ | |||
+ | * Name: VAT Exempted | ||
+ | * Tax ratio: 0 | ||
+ | * Formula: $ttc = $ht | ||
+ | |||
+ | |||
+ | === Edit tax === | ||
+ | |||
+ | * To edit an existing tax, click the gear icon at the end of the corresponding tax line. | ||
+ | * To delete an existing tax, click the cross at the end of the corresponding tax line. | ||
+ | |||
+ | :!: **Note :** The shop does not allow you to delete a tax //**already associated**// with products. | ||
+ | |||
+ | Once your products have been created, the number of products attached to a given tax will appear in the “Number of products” column. | ||
+ | |||
+ | {{ :local:shop:setup:taxes-en.png?nolink |}} | ||
+ | |||
+ | ---- | ||
+ | <html><!-- nomoodle --></html> | ||
+ | |||
+ | |||
+ | [[local:shop:userguide:salesadmin|Back to configuration and implementation of a commercial offer]] - [[:local:shop|back to component Local Shop]] - [[:start|Back to catalogue]] | ||
+ | <html><!-- /nomoodle --></html> | ||
- | [[:start|Back to catalogue]] |