You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.3 KiB

5 years ago
5 years ago
5 years ago
  1. This add-on enables POS to read and print tare barcodes. We print a barcode tare label to sell loose goods in a Bring Your Own Container (BYOC) scheme.
  2. The BYOC scheme has four steps:
  3. 1. The cashier weighs the container and sticks the tare bar code onto the customer's pot.
  4. 2. The customer takes the desired quantity of the goods s-he wants to buy.
  5. 3. The cashier weighs the filled container and goods, and POS gives the corresponding price.
  6. 4. The cashier scans the tare bar code, and POS removes the container's weight from the latest product of the order.
  7. This add-on adds a news screen to POS to print (web) the tare barcode labels. This add-on enables POS to read a tare barcode. Reading a barcode makes POS adjust the weight of the latest article in the order list. The new weight is equal to the total weight minus the tare weight. The price is updated accordingly to the weight change.
  8. POS home screen is now:
  9. .. image:: ../static/description/POS_with_button.png
  10. The label screen is:
  11. .. image:: ../static/description/null_weight.png
  12. When we read a weight the impression button is enabled
  13. .. image:: ../static/description/ready_to_print.png
  14. A barcode label looks like:
  15. .. image:: ../static/description/label.png
  16. Zoom on the action widget:
  17. .. image:: ../static/description/zoom_action_widget.png