Posted - 01/22/2019 : 10:24:11
There is an improvement that could be made to the function that sends out of stock emails. How it currently works is that if there is ANY manual change to the stock amount it will send an email to everyone on the Stock Notification list for that item. It would be nice if it was programmed to only send the stock notification if the stock is set to a positive number. There are instances when we are reconciling our inventory that we want to just throw a negative number in there just to make sure that there aren't any unauthorized orders that can check out. Even if the number is 0 and you change it to a -5 (in the online interface), it will send out emails.
The workaround that we do - and is a bit tedious - is to go into the database and find the option and update the stock to a negative number. This does not seem to initiate the stock notification emails. Then, if we are dumping old unauthorized orders, it will add that inventory back in, but as long as you put a high enough negative number it will still remain in the negative and will not accidentally make it available for someone to purchase.
If there was a condition that could be added to that function that only sent out stock notification emails when the stock number was modified to a positive number, that would be helpful when managing items that are low stock.
|