Skip to main content

Gérer la tare en caisse

permet la gestion de la tare en caisse.
Cela rajoute une configuration dans le POS permettant de choisir :
La méthode : soit via un code barre, soit manuellement, soit les deux.

Point Of Sale - Tare

Donner la possibilité à l'utilisateur de saisir un poids de tare, lors du pesage des produits dans le Point de Vente. Cela calculera automatiquement le poids net et le définira sur l'ordre sélectionné actuel.

https://raw.githubusercontent.com/OCA/pos/12.0/pos_tare/static/description/pos_tare.png

The net weight is displayed in the order with the tare value below.

https://raw.githubusercontent.com/OCA/pos/12.0/pos_tare/static/description/order.png

Usage

Install this add-on and configure your point of sale. To enable this addon, go to your point of sale configuration page. There, enable the electronic scale and barcode reader in the “IoT Box” section. In the same page, look up for the “Tare input method” field, and choose a tare method. There are three tare methods: - “manual”, you’ll set the tare value when you weight the product; - “barcode”, you’ll scan the tare value from a barcode; - “both”, you can both of the above.

To generate a tare barcode you need to use the default barcode nomenclature. The default barcode pattern is 0700000{NNDDD}. Using that pattern, the barcode for a tare of 0.1kg is 0700000001006. The pos_tare_barcode_generator allows you to create tare labels right from the POS.