[Weberp-svn] SF.net SVN: weberp:[8950] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-05-26 08:18:06
|
Revision: 8950 http://weberp.svn.sourceforge.net/weberp/?rev=8950&view=rev Author: tim_schofield Date: 2012-05-26 08:18:00 +0000 (Sat, 26 May 2012) Log Message: ----------- NoSalesItems.php New script to show the items available for sale but no sale in X days Modified Paths: -------------- trunk/includes/IndexArray.php Added Paths: ----------- trunk/sql/mysql/updates/130.php Modified: trunk/includes/IndexArray.php =================================================================== --- trunk/includes/IndexArray.php 2012-05-24 18:48:30 UTC (rev 8949) +++ trunk/includes/IndexArray.php 2012-05-26 08:18:00 UTC (rev 8950) @@ -54,6 +54,7 @@ _('Order Delivery Differences Report'), _('Delivery In Full On Time (DIFOT) Report'), _('Sales Order Detail Or Summary Inquiries'), + _('Low Sales Items Report'), _('Top Sales Items Report'), _('Sales With Low Gross Profit Report') ); @@ -69,6 +70,7 @@ '/PDFDeliveryDifferences.php', '/PDFDIFOT.php', '/SalesInquiry.php', + '/NoSalesItems.php', '/TopItems.php', '/PDFLowGP.php' ); Added: trunk/sql/mysql/updates/130.php =================================================================== --- trunk/sql/mysql/updates/130.php (rev 0) +++ trunk/sql/mysql/updates/130.php 2012-05-26 08:18:00 UTC (rev 8950) @@ -0,0 +1,10 @@ +<?php + +/* Include the new script for printing quotations in Portrait + */ + +InsertRecord('pagesecurity', array('script', 'security'), array('NoSalesItems.php',4), array('script', 'security'), array('NoSalesItems.php',4), $db); + +UpdateDBNo(basename(__FILE__, '.php'), $db); + +?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |