Re: in stock / not in stock

2008-03-18 Thread Heidi Dehaes
thanks a lot
Heidi


2008/3/18, Mridul Pathak <[EMAIL PROTECTED]>:
>
> Hi Heidi,
>
> Following steps can be used to determine if the product is in stock or
> not:
>
> 1) productType != SERVICE Or DIGITAL_GOOD
> 2) product.requireInventory = Y or empty, and if empty then
> productStore.requireInventory = Y or empty, or we can say both of them
> must
> not equals N
> 3) Check for Toat ATP (availableToPromise) in the InventoryItem for that
> product (there can be more than one InventoryItems for a product).  If it
> comes out to be less than or equal to ZERO than product is out of stock,
> else it is in stock.
>
> On Tue, Mar 18, 2008 at 3:55 PM, Vikas Mayur <[EMAIL PROTECTED]> wrote:
>
> > If I understand it right than,
> > In Stock --> Product is available in the facility / warehouse. See
> > InventoryItem entity, there are two fields
> > ATP - Available To Promise
> > QOH - Quantity On Hand
> >
> > QOH  represents items available in the facility (This also includes
> items
> > reserved for any orders (if any), that are not delivered yet)
> > ATP represents items that are available in facility for new orders.
> >
> > Vikas
> >
> >
> > Vikas
> >
> > On Tue, Mar 18, 2008 at 1:52 PM, Heidi Dehaes <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Hello,
> > >
> > > What is the (detailed) procedure to follow in order to have near the
> > > product
> > > visualised the sentence: "in stock" or "not in stock"?
> > > What steps have to be done?
> > >
> > > thanks,
> > > H.
> > >
> >
>
>
>
> --
> Thanks & Regards
> Mridul Pathak
> Hotwax Media
> http://www.hotwaxmedia.com
> [EMAIL PROTECTED]
> __
> Office : 509.855.4113
> Mobile : +919425926892
>


Re: in stock / not in stock

2008-03-18 Thread Mridul Pathak
Hi Heidi,

Following steps can be used to determine if the product is in stock or not:

1) productType != SERVICE Or DIGITAL_GOOD
2) product.requireInventory = Y or empty, and if empty then
productStore.requireInventory = Y or empty, or we can say both of them must
not equals N
3) Check for Toat ATP (availableToPromise) in the InventoryItem for that
product (there can be more than one InventoryItems for a product).  If it
comes out to be less than or equal to ZERO than product is out of stock,
else it is in stock.

On Tue, Mar 18, 2008 at 3:55 PM, Vikas Mayur <[EMAIL PROTECTED]> wrote:

> If I understand it right than,
> In Stock --> Product is available in the facility / warehouse. See
> InventoryItem entity, there are two fields
> ATP - Available To Promise
> QOH - Quantity On Hand
>
> QOH  represents items available in the facility (This also includes items
> reserved for any orders (if any), that are not delivered yet)
> ATP represents items that are available in facility for new orders.
>
> Vikas
>
>
> Vikas
>
> On Tue, Mar 18, 2008 at 1:52 PM, Heidi Dehaes <[EMAIL PROTECTED]>
> wrote:
>
> > Hello,
> >
> > What is the (detailed) procedure to follow in order to have near the
> > product
> > visualised the sentence: "in stock" or "not in stock"?
> > What steps have to be done?
> >
> > thanks,
> > H.
> >
>



-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
[EMAIL PROTECTED]
__
Office : 509.855.4113
Mobile : +919425926892


Re: in stock / not in stock

2008-03-18 Thread Vikas Mayur
If I understand it right than,
In Stock --> Product is available in the facility / warehouse. See
InventoryItem entity, there are two fields
ATP - Available To Promise
QOH - Quantity On Hand

QOH  represents items available in the facility (This also includes items
reserved for any orders (if any), that are not delivered yet)
ATP represents items that are available in facility for new orders.

Vikas


Vikas

On Tue, Mar 18, 2008 at 1:52 PM, Heidi Dehaes <[EMAIL PROTECTED]> wrote:

> Hello,
>
> What is the (detailed) procedure to follow in order to have near the
> product
> visualised the sentence: "in stock" or "not in stock"?
> What steps have to be done?
>
> thanks,
> H.
>


in stock / not in stock

2008-03-18 Thread Heidi Dehaes
Hello,

What is the (detailed) procedure to follow in order to have near the product
visualised the sentence: "in stock" or "not in stock"?
What steps have to be done?

thanks,
H.