From: <tim...@us...> - 2010-01-17 10:11:58
|
Revision: 3306 http://web-erp.svn.sourceforge.net/web-erp/?rev=3306&view=rev Author: tim_schofield Date: 2010-01-17 10:11:51 +0000 (Sun, 17 Jan 2010) Log Message: ----------- Add entry for planned work orders Modified Paths: -------------- trunk/doc/Change.log.html trunk/index.php Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-01-17 09:02:42 UTC (rev 3305) +++ trunk/doc/Change.log.html 2010-01-17 10:11:51 UTC (rev 3306) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>17/01/10 Tim: index.php - Add entry for planned work orders</p> <p>17/01/10 Harald: MRPCalendar.php - gettext function for string was missing</p> <p>16/01/10 Tim: Correctly deal with different paper sizes in form designer</p> <p>16/01/10 Tim: Add the Goods Received Note to the Form Designer</p> Modified: trunk/index.php =================================================================== --- trunk/index.php 2010-01-17 09:02:42 UTC (rev 3305) +++ trunk/index.php 2010-01-17 10:11:51 UTC (rev 3306) @@ -748,6 +748,11 @@ </tr> <tr> <td class="menu_group_item"> + <?php echo '<p>• <a href="' . $rootpath . '/MRPPlannedWorkOrders.php?' . SID . '">' . _('MRP Suggested Work Orders') . '</a></p>'; ?> + </td> + </tr> + <tr> + <td class="menu_group_item"> <?php echo '<p>• <a href="' . $rootpath . '/MRPReschedules.php?' . SID . '">' . _('MRP Reschedules Required') . '</a></p>'; ?> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |