Ideas

Want to have way for 4 and 6 UPCs entered into Webstore without needing to add leading zeros

Case: 120954

Client wants to have a way to manually enter 4 and 6 digit UPCs into SHrink management without needing the leading zeros.

The problem is that it is requiring a 13 digit UPC be entered. Scanning items works most of the time, but occasionally one needs to type in the upc, whether it is a “4” digit upc or the normal 10. It is not intuitive to know that you need to manually add leading zeros to every UPC. Doing a “contains search” is probably not the best option, but a padleft might be. If you update the app to padleft the entered number to 13 digits, it should solve the issue. Of course it cannot be that simple, a six digit number needs to be treated as a short UPC, which is then expanded out to the 13 digits.

 

 

  • Guest
  • Mar 4 2019
  • Will not implement
  • Attach files