Stock vs Sales
- For each product sold in a given period (specified in the php file), determines total sales for the product, current stock level, and how many days until the product is projected to be out of stock. - This is very useful for catalogs where the rate of sales between different products varies significantly. For a low selling item you might be fine having only 3 items in stock compared to a high selling item that you need 100 in stock. - If the product is projected to be out of stock within a number of days that you specify, it highlights the product and shows you an estimate of how many units need to be reordered to remove the alert status. - Sort by stock projection, current stock, or current sales. - This contribution tested and working on my Zen-Carts I hope it helps you keep track of stock ordering issues as much as it helps me! |
Version History
Stock vs Sales - Version: 3.0 | |||||||||||||
Updated to work with 1.5.x. Tested extensively with 1.5.4 but should work with other versions. Due to the lack of a reliable, non-beta Stock by Attributes plugin for 1.5.x over the past year+, I have updated this to optionally work with the Products' Options' Stock Manager plugin that is available here: http://vinosdefrutastropicales.com/index.php?main_page=product_info&cPath=2_7&products_id=46 This report will still work fine if you do not have the plugin, but it will only be able to show you sales and stock for products, not for individual attributes. Be sure to read the readme.txt file, as this report requires some light modification to the report php file in order to work for your catalog. |
|||||||||||||
|
|||||||||||||
Stock vs Sales - Version: 2.0.1 | |||||||||||||
Version 2.0.1 2012-05-04 - re-written to work with the Stock_by-Attributes 1.4 plugin - allows sales figures to be broken down by attribute value (sorry for previous 2.0 submission which had mangled files) |
|||||||||||||
|
|||||||||||||
Stock vs Sales - Version: 1.1 | |||||||||||||
- removes unneeded file in 1.5.0 version - adds official support thread: http://www.zen-cart.com/forum/showthread.php?t=193896 |
|||||||||||||
|
|||||||||||||
Stock vs Sales - Version: 1.0 | |||||||||||||
- For each product sold in a given period (specified in the php file), determines total sales for the product, current stock level, and how many days until the product is projected to be out of stock. - This is very useful for catalogs where the rate of sales between different products varies significantly. For a low selling item you might be fine having only 3 items in stock compared to a high selling item that you need 100 in stock. - If the product is projected to be out of stock within a number of days that you specify, it highlights the product and shows you an estimate of how many units need to be reordered to remove the alert status. - Sort by stock projection, current stock, or current sales. - This contribution tested and working on my Zen-Carts 1.3.9.h. & 1.5.0. I hope it helps you keep track of stock ordering issues as much as it helps me! |
|||||||||||||
|
|||||||||||||