Thursday, April 26, 2007
Bar codes on flat garments
Sunday, April 22, 2007
Bar Codes on garments on hangers
- From 3-7 digits: product series id. From these digits, it it is possible to get the supplier ID.
- From 9-15 digits: UPC code.
- From 17 to 19 digits: pack quantity. Some products are packed in packs by suppliers in order to ease some logistic operations. For instance, if a pack contains of 16 products and all of them have same UPC then 17 to 19 digits of outer bar code will be "016".
Inner bar codes for products sold by two pieces or more have a bit different structure. They consist of 10 digits. First eight digits represent UPC of the product, the following two represent the number of a set. For instance, if a pyjama consists of a top and a bottom, it has two inner labels with two bar codes on them. This product has to be sold as a part set, not separately. If such product sold separated there will be store stock problems because warehouse sent these products as one item. The last two digits from inner bar code from the top are "01", the last two digits from inner bar code from the bottom are "02". But from outer bar code there is no such possibility to know how many pieces the product consists of. It would be good, to program POS machine, so that before sale, if the bar code of scanned product consists of 10 digits, then to alert sales person to control if all parts of a product do exist. Also some alert systems on a POS machine should be done for shoes. Why shoes should checked on a POS machine is explained in article "Bar codes for flat goods".
Saturday, April 21, 2007
Product data analysis
- Sale group: All products sorted into sale groups: products for men, women, children, home, etc.
- Department ID: All products sorted according to departments. A Sale group may consist of dozens of departments. For example: women products may consist of Lingerie, Night wear, Casual, Formal, Mature, Accessories, etc. All departments IDs are 3 digit variables beginning with capital "T" and following with 2 numerical digits. Here some of them: T01, T11, etc.
- Stroke ID: A sale group consists of departments. A particular department consists of Stroke IDs. Stroke IDs are model numbers. For example: To6 is department for Jewellery. There may be too many types of ear rings, bracelets, rings, etc. To differ them a Stroke ID is given. The Stroke ID is unique in a department where that product is listed but the same Stoke ID may exist in another department but for completely different product. Stoke ID is a variable between 4-5 digits. If it is five digit variable, the fifth digit is a letter. The other first four digits are numerical.
- Color: Every product has a color description and color ID. A sale group consists of departments. A department consists of Stroke ID. A stroke may be in a number of colors. For instance: there may be a particular model of shirt. It may be in red, white, blue, etc colors but the cut and the fit is the same for all colors.
- Size: Some products dimensions may change from size to size. Shirts may have small size, medium, large, etc.
- UPC: a universal product code is unique in all sale groups, departments, strokes, colors, sizes. If UPC of a product is known then we can get product details such as: product color, size, department, store price, FOB price, supplier ID, fiber composition, etc. To be short all the information about that product. But it is impossible to get all the information if it is known department ID, stroke Id, sale group, etc. So for warehouse the most important data about product is UPC.
Products received from CDC should be checked according to UPC. This is the most reliable, quick way of checking goods.
Data flow direction
Wednesday, April 18, 2007
Goods flow direction
We have one central distribution center(CDC) and dozens of regional warehouses(RW) all over the world. RW are located by region or country and they feed stores located in that region or country. To CDC, suppliers from all over the world send ready to use/wear goods. Goods arrived to CDC sent to RW according to the sales data of the region where RW is located. In RW goods are sent to regional stores according to the sales data. Stores can receive goods and send goods back to RW. But RW can not send goods to CDC because of transport and custom expenses it is not reasonable. Goods received back from stores can be stored in warehouse or sent to other stores in a short or long period of time.