We are having problem with price embedded barcode. The retail store sells apple, orange, egg, rice, etc. Let say the price is /kg or /100gram. The customer buys 1.5 kg of apple and the scale will print barcode 01222221000001. The Dynamics POS should recognized that it is the price embedded barcode so the transaction should be as follow and the stock must be updated when we do posting transaction at the end of day.
Item No QTY Price
---------------------------------------------------------
22222 1.5kg 100000
01 : flag
22222 : item code
100000 : price
1 : check digit
In the item master when we define the barcode, the barcode number is mandatory to be filled but the barcode itself is printed by the scale. From scale perspective, the barcode number could be varying based on the weight of item that is bought by customer. Anyone, Do you have any tutorials that explain how to do the setting for that scenario in dynamics??