This is my master Table
Category Code Porduct Code Weight Code
Soap 1234 Lux 2345 100g 3455
Shampoo 2345 Sunslik 3456 200g 3456
Powder 3456 Santoor 4567 500g 3457
Now let us consider :-
Powder+Santoor+500g= 345645673457
1.If any new product comes for example:- Until now we dont have 'ponds' product in our Master.
So if its new product is coming then, How we can generate barcode for that product based on above master table structure
Ex:- Powder+Ponds+500g= ?????
And we can insert the generated code into our master table.
2. How to create 12 Digit Barcode and print the code in sticker and paste it on an Item?
And also it should be work on hosting server also, without any problem ... (Need asp.net C# Live working code)
3.Based on the master table, We are purchasing Powder+Santoor+500g = 800 Qty on 05-Dec-2010. Then , what will be the
structure of purchase table? Give live example purchase Qty as per the master table data.