Bad inventory keeping

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Bad inventory keeping

Post by Brewhaus » Thu Mar 19, 2009 7:32 pm

We just went through to update our inventory counts against our accounting (which uses a direct import of our orders, so the counts should match), and roughly half of the item counts are incorrect in AC. Some are over, others under. Has anyone else had issues with AC's inventory tracking?
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

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

Re: Bad inventory keeping

Post by compunerdy » Fri Mar 20, 2009 10:01 am

/raises hand

Which is why I asked for a audit trail system so we could figure out the issue.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Bad inventory keeping

Post by AbleMods » Fri Mar 20, 2009 10:22 am

Create a SQL trigger on the ac_Products and ac_ProductVariants tables. You could monitor for any changes to instock field and log it to an extra SQL table for auditing.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Bad inventory keeping

Post by Robbie@FireFold » Fri Mar 20, 2009 11:43 am

Sounds like you could make that a project Joe. I'd be in! We need it badly.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Bad inventory keeping

Post by Brewhaus » Fri Mar 20, 2009 12:41 pm

Okay, I am glad to know that I am not alone, but at the same time it is imperative to have it working correctly. We just oversold a one-time item as a result, and when we reduced the customer's order quantity it did not alter the in-stock count as it should.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

combra
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Thu Jul 31, 2008 7:09 pm

Re: Bad inventory keeping

Post by combra » Fri Mar 20, 2009 12:51 pm

Brewhaus wrote:Okay, I am glad to know that I am not alone, but at the same time it is imperative to have it working correctly. We just oversold a one-time item as a result, and when we reduced the customer's order quantity it did not alter the in-stock count as it should.
How do you have your order statuses set up? (Configure>Order Statuses). You might want to check there. I've never had an inventory issue with AC.

-Brandon
AC 7.0.7 build 14600

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Bad inventory keeping

Post by Brewhaus » Fri Mar 20, 2009 3:35 pm

The only change that we made to the configuration out of the box was to Destock with a status of Order Printed.
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot

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

Re: Bad inventory keeping

Post by compunerdy » Sat Mar 21, 2009 10:46 am

I have every one set to destock and still run into issues somehow.

Joe..this would be a good module for you to offer. I know its easy for someone like you to do what you described but some of us arent as talented 8)

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Bad inventory keeping

Post by AbleMods » Sat Mar 21, 2009 11:31 am

compunerdy wrote:Joe..this would be a good module for you to offer. I know its easy for someone like you to do what you described but some of us arent as talented 8)
I was doing some thinking along those lines earlier this week. The wall I ran into is, when working with triggers, there's no way to tell WHERE the request came from that altered the field value.

I can tell you WHEN it was changed, but that's of little use in tracing down HOW it was changed. You need to know what module, what page or what store function caused the stock quantity to change. At this low level in the database, that's difficult if not impossible to tell.

Methinks my suggestion might not prove as useful as I thought :roll:
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Bad inventory keeping

Post by Robbie@FireFold » Tue Mar 24, 2009 9:43 pm

Wow what a downer! I really need the ability to see where/what was changed. Would make life at FireFold much better.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Post Reply