C
Corey-g via AccessMonster.com
Hi All,
I have a problem that I'm not sure how to handle.
In an order entry system, one would normally have a product and a quantity
for each item ordered. One issue here is that I need to serialize certain
products (serial number, asset tag, etc) but not all, and also be able to
track an item all the way through the process (from when the order came in to
when it was complete, what items were used to fill, etc...). This sounds
normal, except that some items are stocked (so the item 'procured' won't be
used to fill the order). And I also need to be able to determine what
product went on what order, and what order it originated from (hope that
makes sense).
So if someone orders 3 monitors, i need to be able to input the item and
quantity, then another user would see that these were ordered and actually
'procure' them. Another user would see that he had an order he could fill
(from stock) and would fill the order. When the items 'procured' arrive, the
user would need to input each items serial number and name, and place into
stock to be used for another order.
I think I've confused myself in trying to type out the problem![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
So what I'm thinking is to have a routine that would insert the ordered item
as many times as there is quantity. Then I could have the serialization info
stored in the ordered_item table (It's currently a seperate table because not
all products need this info), as well as an 'order_filled' field as well for
when the item goes out...
I'd be happy to answer any questions about my issue, as I'm not sure typing
more info without direction would be opf any use...
Thanks in advance,
Corey
I have a problem that I'm not sure how to handle.
In an order entry system, one would normally have a product and a quantity
for each item ordered. One issue here is that I need to serialize certain
products (serial number, asset tag, etc) but not all, and also be able to
track an item all the way through the process (from when the order came in to
when it was complete, what items were used to fill, etc...). This sounds
normal, except that some items are stocked (so the item 'procured' won't be
used to fill the order). And I also need to be able to determine what
product went on what order, and what order it originated from (hope that
makes sense).
So if someone orders 3 monitors, i need to be able to input the item and
quantity, then another user would see that these were ordered and actually
'procure' them. Another user would see that he had an order he could fill
(from stock) and would fill the order. When the items 'procured' arrive, the
user would need to input each items serial number and name, and place into
stock to be used for another order.
I think I've confused myself in trying to type out the problem
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
So what I'm thinking is to have a routine that would insert the ordered item
as many times as there is quantity. Then I could have the serialization info
stored in the ordered_item table (It's currently a seperate table because not
all products need this info), as well as an 'order_filled' field as well for
when the item goes out...
I'd be happy to answer any questions about my issue, as I'm not sure typing
more info without direction would be opf any use...
Thanks in advance,
Corey