Saturday, April 21, 2007

Product data analysis

When a regional warehouse gets a shipment, the shipment should be checked in a quick manner without any errors according to the data sent by CDC. At the and of this process the discrepancy report should be generated and the physically counted quantity should be taken into warehouse stock before these products are picked and sent to stores. A product has a color, size, product department, sales group and a universal product code(UPC). Every product has a label with bar code on it. In bar code UPC of product is coded. From this UPC we can get all the information such as department ID, color, size, sale group, fabric composition, store price, where product as been produced, etc.
  • 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.

No comments: