From: <rc...@us...> - 2015-12-27 20:11:46
|
Revision: 7428 http://sourceforge.net/p/web-erp/reponame/7428 Author: rchacon Date: 2015-12-27 20:11:43 +0000 (Sun, 27 Dec 2015) Log Message: ----------- Modified Paths: -------------- trunk/UserGLAccounts.php trunk/doc/Change.log Modified: trunk/UserGLAccounts.php =================================================================== --- trunk/UserGLAccounts.php 2015-12-27 19:59:10 UTC (rev 7427) +++ trunk/UserGLAccounts.php 2015-12-27 20:11:43 UTC (rev 7428) @@ -1,5 +1,5 @@ <?php -/* $Id: UserGLAccounts.php 6806 2013-09-28 05:10:46Z daintree $*/ +/* $Id: UserGLAccounts.php 7427 2015-12-27 19:59:10Z rchacon $*/ /* Maintenance of GL Accounts allowed for a user. */ include('includes/session.inc'); Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-12-27 19:59:10 UTC (rev 7427) +++ trunk/doc/Change.log 2015-12-27 20:11:43 UTC (rev 7428) @@ -1,6 +1,6 @@ webERP Change Log -27/12/15 RChacon: On UserGLAccounts.php: Fix script name; add $ViewTopic and $BookMark; improve $SelectedUser validation; improve page_title_text; improve select user; regroup modify access permission code (improve logic); add classes to table elements; transalate database "0" and "1" to human "No" and "Yes"; simplify and tide code; modify prnMsg from multiple part sentence to one part sentence (better to trasnlate when language use a different gramar structrure fron English); add "Print This", "Select A Different User" and "Return" buttons. Add info to ManualGeneralLedger.html. +27/12/15 RChacon: On UserGLAccounts.php: Fix script name; add $ViewTopic and $BookMark; improve $SelectedUser validation; improve page_title_text; improve select user; regroup modify access permission code (improve logic); add classes to table elements; translate database "0" and "1" to human "No" and "Yes"; simplify and tide code; modify prnMsg from multiple part sentence to one part sentence (better to translate when language use a different grammar structure from English); add "Print This", "Select A Different User" and "Return" buttons. Add info to ManualGeneralLedger.html. 26/12/2015 Exson: Add items not received information on outstanding po inquiry screen in PO_SelectOSPurchOrder.php. 24/12/15 Exson: Add supplier no as a option for supplier transaction inquiry in SupplierTransInquiry.php. 24/12/15 Exson: Add width of printed text to make day to appear in PDFOstdgGRNsPageHeader.inc. |