Skip to content
jekkos edited this page Jan 24, 2020 · 11 revisions

OSPOS also can be used for businesses that are based on Weighted items, example: Dairy Markets, Grocery Shops, Roasteries, Veggies & Fruits Market, etc...

The feature was implemented back in August, 5 with a specific barcode format to parse the barcode set in configuration panel as below:

Input Field

As you can see, the input field should be filled with the barcode format you are printing using the weighing scale.

Below is a filled in example:

Input Filled

The regex format in the above given example is as follows

02(\d{5})(\w{6})

  • 2 first characters represent the department code
  • 5 following digits represent the item weight
  • last 6 characters represent the item barcode

Please set the quantity decimals to 2 in order to make the system parse the quantities correctly. For further info, we are just a click away!

Clone this wiki locally