From: <ice...@us...> - 2012-09-12 06:31:05
|
Revision: 5658 http://web-erp.svn.sourceforge.net/web-erp/?rev=5658&view=rev Author: icedlava Date: 2012-09-12 06:30:58 +0000 (Wed, 12 Sep 2012) Log Message: ----------- Correct reference to user setup - change to User Maintenance in manual. Add bookmark links to Manual. Modified Paths: -------------- trunk/WWW_Users.php trunk/doc/Manual/ManualGettingStarted.html Modified: trunk/WWW_Users.php =================================================================== --- trunk/WWW_Users.php 2012-09-10 11:32:07 UTC (rev 5657) +++ trunk/WWW_Users.php 2012-09-12 06:30:58 UTC (rev 5658) @@ -27,6 +27,9 @@ _('Chinese')); $title = _('User Maintenance'); +/* webERP manual links before header.inc */ +$ViewTopic= "GettingStarted"; +$BookMark = "UserMaintenance"; include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); @@ -687,7 +690,7 @@ </tr>'; /* Allowed Department for Internal Requests */ - + echo '<tr> <td>' . _('Allowed Department for Internal Requests') . ':</td>'; @@ -712,7 +715,7 @@ } echo '</select></td> </tr>'; - + /* Account status */ echo '<tr> Modified: trunk/doc/Manual/ManualGettingStarted.html =================================================================== --- trunk/doc/Manual/ManualGettingStarted.html 2012-09-10 11:32:07 UTC (rev 5657) +++ trunk/doc/Manual/ManualGettingStarted.html 2012-09-12 06:30:58 UTC (rev 5658) @@ -320,11 +320,11 @@ <a class="minitext" href="#top">⬆ Top</a> </div><!-- Help Begin: WWW_Users --> -<h2>Setting Up Users</h2> +<h2><a id="UserMaintenance">Setting Up Users</a></h2> -<p>Having logged in as user 'demo'. A new user should be defined whom has administrative privileges and the user 'demo' should be deleted. From the menu click on the 'Setup' tab and then click 'User Accounts'. The users defined are displayed. User names must be 5 characters or more. Passwords entered must be 5 characters or more too. The password cannot also be the user name or contain the user name. It is not necessary to enter the full name telephone and other details. The access level selected is important as this determines the pages that the user can access. In any business where the employees are not also the owners it is advisable to split the functions between staff so that no user can complete an entire transaction. There are occasions in smaller businesses where this is impractical. However, the system has great flexibility to allow the user access to be finely defined. See the security schema section.</p> +<p>Having logged in as user 'demo'. A new user should be defined whom has administrative privileges and the user 'demo' should be deleted. From the menu click on the 'Setup' tab and then click 'User Maintenance'. The users defined are displayed. User names must be 5 characters or more. Passwords entered must be 5 characters or more too. The password cannot also be the user name or contain the user name. It is not necessary to enter the full name telephone and other details. The access level selected is important as this determines the pages that the user can access. In any business where the employees are not also the owners it is advisable to split the functions between staff so that no user can complete an entire transaction. There are occasions in smaller businesses where this is impractical. However, the system has great flexibility to allow the user access to be finely defined. See the security schema section.</p> -<p>As well as allowing the access to be restricted there is some flexibility about the links that are made available to a user. In the 'User Accounts' screen the system administrator can define which tabs of the main menu are activated and available to the user.</p> +<p>As well as allowing the access to be restricted there is some flexibility about the links that are made available to a user. In the 'User Maintenance' screen the system administrator can define which tabs of the main menu are activated and available to the user.</p> <p>There is also the facility to set up customers with their own logon. This restricts them to inquiries on their account including invoice re-prints and to entering new sales orders. Customer logins do not allow any modification to the pricing. To do this the access level must be set to customer logon and the settings for customer logon in config.php must not be modified - i.e. $PageSecurity = 1 allowed only. In addition, the customer code and branch code applicable to the person logging on must be entered.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |