J
Jay
I have a new project in VB.NET and I am having problem figuring out how to
make an inventory on this. I am not new to inventory system but my client
has a hardware which is kinda different from a department store.
The scenario is this. A box may contain 3 different parts.
Example:
Piston Assembly Mitsubishi D1700 has three different parts like:
Tp Piston Mitsubishi D1700 50.00
Tp Piston Pin Mitsubishi D1700 30.00
Tp Piston Pin Searclip Mitsubishi D1700 10.00
Now how can I make an inventory on every box and every parts?
Example if I have 3 boxes on hand.
I can sell a box or I can also sell each part. If somebody buy only Tp
Piston Mitsubishi D1700 my inventory should be
2 box = Piston Assembly Mitsubishi D1700
Qty Description
2 Tp Piston Mitsubishi D1700
3 Tp Piston Pin Mitsubishi D1700
3 Tp Piston Pin Searclip Mitsubishi D1700
Note: prices are just an example.
Unlike in department store where for example I have 1 box of Uni Ballpen and
it contains 20 pieces I can easily track down it's inventory because it has
a similar part (i.e. all are ballpen and it has the same price).
Any thoughts is highly appreciated.
make an inventory on this. I am not new to inventory system but my client
has a hardware which is kinda different from a department store.
The scenario is this. A box may contain 3 different parts.
Example:
Piston Assembly Mitsubishi D1700 has three different parts like:
Tp Piston Mitsubishi D1700 50.00
Tp Piston Pin Mitsubishi D1700 30.00
Tp Piston Pin Searclip Mitsubishi D1700 10.00
Now how can I make an inventory on every box and every parts?
Example if I have 3 boxes on hand.
I can sell a box or I can also sell each part. If somebody buy only Tp
Piston Mitsubishi D1700 my inventory should be
2 box = Piston Assembly Mitsubishi D1700
Qty Description
2 Tp Piston Mitsubishi D1700
3 Tp Piston Pin Mitsubishi D1700
3 Tp Piston Pin Searclip Mitsubishi D1700
Note: prices are just an example.
Unlike in department store where for example I have 1 box of Uni Ballpen and
it contains 20 pieces I can easily track down it's inventory because it has
a similar part (i.e. all are ballpen and it has the same price).
Any thoughts is highly appreciated.