Price from EAN code
Possible to set up barcodes with parsing prices. Scanning this barcode will set the sales price for the article matching the barcode.
Setup:
- Add barcode to article.
- Mark barcode as “Is mask“
- You can use next symbols in mask:
- # - will be converted to 1 char of article number when article will be saved. Ex.: if you have article number 123 and mask ##### then mask will be converted to 00123
- P - integer part price
- p - decimal part price
- $ - any symbol, using to control symbol
- To add article with negative price, set property “Price is negative” to article

Example: Mask: #####PPpp$ Article number: 12340 Will be saved: 12340PPpp$ If was scanned: 1234010507 then was added article 12340 with price 10.50
Mask: PPPP#####$ Article number: 1234 Will be saved: PPPP01234$ If was scanned: 0444012347 then was added article 1234 with price 444