Question about Inventory Control in AC7

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
SteelArt
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Wed May 18, 2011 3:41 pm

Question about Inventory Control in AC7

Post by SteelArt » Sun May 22, 2011 7:37 am

Hi,

Just looking around AC7 as we are thinking of running it. Anyway am I correct in thinking that Inventory control is a dynamic number which is the result of starting stock in the products table minus the stock sold in the basket table ?

Reason I ask is that I expected a sales table or transaction table of some sort but there doesn't seem to be any. The Product as an InStock value and a LowStock Value, now the InStock value could be decreased and writtn back upon checkout but then you wouldn't get left with you starting stock, unless you added your purchases onto your current InStock Figure.

Anyway any help would be welcome as from what I can see AC7 doesn't really seem to do any stock control or inventory reports etc ??

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

Re: Question about Inventory Control in AC7

Post by mazhar » Wed May 25, 2011 9:49 am

In-Stock value simply represents current number of items available for product. Low-stock is used for the sake of alert. For example if you want to be notified about the quantity of an item when its in-stock value reaches 5 items, in this case you can set low-stock value to 5. You can see low inventory report at Administration > Reports > Products > Low Inventory. So its like you will specify in-stock value for your product. Then upon each sale it will take away number of items sold from in-stock value. You can check ac_OrderItems table's Quantity field to see how many items of certain product were sold for related order. Also you can check Administration > Reports > Products > Sales by Product report that will show you number of items sold in certain time period.

RKS_213
Lieutenant (LT)
Lieutenant (LT)
Posts: 69
Joined: Mon Dec 26, 2011 2:48 pm

Re: Question about Inventory Control in AC7

Post by RKS_213 » Wed Jan 18, 2012 11:15 am

Okay, I see the low inventory report. What about the master inventory report? I.e. it shows every product with the available stock. Right now the people I work with complain that they have to manually check every single product page to see the current stock levels for that product. I'm too new to AC to tell them the correct way to do it, but I'm certain there has to be a master inventory report that shows all products in a single view.

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Question about Inventory Control in AC7

Post by compunerdy » Wed Jan 18, 2012 1:37 pm

They can use "product batch edit" under manage.

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

Re: Question about Inventory Control in AC7

Post by jmestep » Thu Jan 19, 2012 9:02 am

The Manage-->Low Inventory report might meet their needs. I don't know if it would include all products, though- I haven't looked at the source code to determine that.
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

RKS_213
Lieutenant (LT)
Lieutenant (LT)
Posts: 69
Joined: Mon Dec 26, 2011 2:48 pm

Re: Question about Inventory Control in AC7

Post by RKS_213 » Fri Jan 20, 2012 11:02 am

Product batch edit works. Thanks. Selected fields in stock displays the current stock.

Post Reply