From: <te...@us...> - 2015-03-31 09:14:52
|
Revision: 7248 http://sourceforge.net/p/web-erp/reponame/7248 Author: tehonu Date: 2015-03-31 09:14:50 +0000 (Tue, 31 Mar 2015) Log Message: ----------- Modified Paths: -------------- trunk/sql/mysql/upgrade4.12.2-4.13.sql Modified: trunk/sql/mysql/upgrade4.12.2-4.13.sql =================================================================== --- trunk/sql/mysql/upgrade4.12.2-4.13.sql 2015-03-31 09:13:24 UTC (rev 7247) +++ trunk/sql/mysql/upgrade4.12.2-4.13.sql 2015-03-31 09:14:50 UTC (rev 7248) @@ -1,5 +1,6 @@ INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('CustomerAccount.php', '1', 'Shows customer account/statement on screen rather than PDF'); INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('StockCategorySalesInquiry.php', '2', 'Sales inquiry by stock category showing top items'); +INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('PcAnalysis.php', '15', 'Creates an Excel with details of PC expnese for 24 months'); -- Update version number: |