Contributions

Reports (Category Index)
Search: 

low stock report v1.1 upgraded

This is a serious upgrade to the currently available "Low Stock Report" module for osCommerce application. The simple version of "Stock Control Report" is almost useless as it doesn't allow redirection to the "edit mode" in order to update stock or edit/delete/move/copy any particular product.

Apart from a basic list of Products with stock levels below a marginal level defined in Configuration/Stock/Stock-Reorder-Level this "extra" version is tested on osCommerce2.2 MS1.

Extra features:

- Ascending or Descending order based on either Product Name or Quantity.
- Redirection to edit mode for any product so you can:
- Update stock levels or edit/delete/move/copy any particular product.

Expand All / Collapse All

2 small Bugs to get it working 1 Jul 2010

Please note: I am not a php programmer, so proceed with caution.

After installing this I came accross two errors.

To allow changing status from active to inactive and vv
In the stats_low_stock.php
replace

require('includes/application_top.php');
if ($action=='setflag') {

with

require('includes/application_top.php');
$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');
if ($action=='setflag') {



To fix SQL error
On line 99 replace
<?

with
<?php


Other than that, it is great.

low stock report v2.04 29 Apr 2009
Added info INSTALL 22 Dec 2008
Low Stock Report v 2.03 9 Jul 2008
Low Stock Report v2.02 (update) 12 Nov 2007
Low Stock Report v2.02 (repacked) 28 Feb 2007
Low Stock Report v2.02 (repacked) 28 Feb 2007
Support for bundles 16 May 2006
low stock v2.MS2.rev0 23 Mar 2006
Low Stock Report v2.02 - variant1 22 Jan 2006
Low Stock Report v2.02 9 Jan 2006
Low Stock Report v2.01 11 Aug 2005
Low Stock Report v2.0a 10 Aug 2005
Low Stock Report v2.0 Forum 9 Aug 2005
Low Stock Report V2.0 9 Aug 2005
French Translation Added Emmanuel Ruhnau 24 Feb 2005
Low Stock Report 1.16 Rob Woodgate 17 Dec 2004
Modified for Master Products Kalman groner 24 Nov 2004
Low Stock Report v1.15 Aaron Hiatt 9 Nov 2004
Low Stock 1.12 order by model Wolfram Palmer 30 Apr 2004
Low Stock 1.12 Rob Woodgate 1 Apr 2004
low stock report v1.11 Eric Lowe 30 Mar 2004
low stock report v1.1 upgraded Alexandros Polydorou 16 May 2003

Note: Contributions are used at own risk.