Inventory questions

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
gio50000
Commander (CMDR)
Commander (CMDR)
Posts: 123
Joined: Mon Feb 18, 2008 12:51 pm
Location: Orlando, FL
Contact:

Inventory questions

Post by gio50000 » Tue May 13, 2008 10:31 am

Hello,

Some of our variants display negative values as if we sold items we don't have in stock. Our physical inventory count in our warehouse is accurate.

When is an item removed from inventory? Are there times a product is purchased it isn't removed from inventory?

Thanks,
Gio

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Inventory questions

Post by jmestep » Tue May 13, 2008 10:49 am

The stock is removed from inventory based on your order status trigger settings.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
gio50000
Commander (CMDR)
Commander (CMDR)
Posts: 123
Joined: Mon Feb 18, 2008 12:51 pm
Location: Orlando, FL
Contact:

Re: Inventory questions

Post by gio50000 » Tue May 13, 2008 1:05 pm

I'm not sure where to find that. Could you elaborate?
Thank you,
Gio

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Inventory questions

Post by jmestep » Tue May 13, 2008 1:32 pm

Sorry, I didn't have the site open and I couldn't remember the exact place. It is under Configure -->Order statuses-->Edit Status. You can select whether to destock or not with each status.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
gio50000
Commander (CMDR)
Commander (CMDR)
Posts: 123
Joined: Mon Feb 18, 2008 12:51 pm
Location: Orlando, FL
Contact:

Re: Inventory questions

Post by gio50000 » Tue May 13, 2008 1:39 pm

Great thanks! Do you know of any documentation?

I want to make sure items are taken out of inventory when an order has been placed. Any ideas?

Gio
Thank you,
Gio

User avatar
bha
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Tue Mar 11, 2008 6:04 pm

Re: Inventory questions

Post by bha » Wed Jul 16, 2008 9:49 pm

I'm looking to trigger inventory deduction on "add to basket" and if an order does not take place the inventory is replenished.

Does anyone know where the inventory update routine takes place?

Thanks,
Bruce.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Inventory questions

Post by mazhar » Thu Jul 17, 2008 12:46 pm

I'm looking to trigger inventory deduction on "add to basket" and if an order does not take place the inventory is replenished.
Inventory Management is managed by AbleCommerce code in back end so you can not alter these routines.

You can accomplish this by providing your own code for inventory management and by keeping the AbleCommerce inventory management off otherwise the operation like deduction will be performed twice.

The first part "deduction of add to basket" will be straight you just put some code for example in AddToCart user control that updates the inventory for the product but the second part will be complex because you have to retain the Inventory from abandoned baskets.

For this you should set some long value of time for the default clean up service and write another service for you which you can run before the default one which will restore inventory from baskets and clear them.

Post Reply