Auto-generate Function for Article Number
Posted Fri, 11/19/2010 - 16:48 by Anonymous
Background:
In old version, the article number need to be inputted manually, the more color and size combination, the more complex will be the input procedure. In real practice, there are some rules to apply the article information. If the system can auto-generate the article number according to these rules, it can facilitate the operation process.
Case Solution:
In key in the Article Number, user can apply the set article formula function. The system divided the Article Number into several parts, including Style Code, Color Code, Dim 3 Code, with the Article Number generated from the combination between them.
Design Solution:
Style Code a%
Color Code c%
Dim 3 Code s%
User can use these three type of Code Combination or the combination with character to generate the Code.

For example, from the image above, the Article Number Formula is “%a-%c%c”, thus for garment with Red in color, size M will displayed as “YM-RE01”
- Login to post comments
