Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
moneyworks:po_authorisation:adding_a_new_moneyworks_user [2012/08/07 11:40] – Page moved and renamed from moneyworks:batch_manager:po_authrorisation:adding_a_new_monweyworks_user to moneyworks:po_authorisation:adding_a_new_moneyworks_user Craig Drown | moneyworks:po_authorisation:adding_a_new_moneyworks_user [2012/08/09 05:10] (current) – [Installing scripts] Craig Drown | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ... | + | |
+ | ==== Add a new user to Moneyworks ==== | ||
+ | This section describes how to add a new usercode to Moneyworks. | ||
+ | |||
+ | - Select //Sharing & Users// from the File menu. | ||
+ | * The Password Control window will be displayed. | ||
+ | - Highlight an existing username with the same access privileges as the new one you want to create | ||
+ | - Click the Duplicate button | ||
+ | * The User Privileges window will be displayed for you to enter the new user’s details. | ||
+ | - Enter the User Name, initials and password. | ||
+ | - Check the privileges for the new user. | ||
+ | * A staff member with standard privileges should have the following options turned on: | ||
+ | * This User Can Make Changes | ||
+ | * Execute External Scripts | ||
+ | * Exporting | ||
+ | * Customise List View | ||
+ | * Enter Orders | ||
+ | * Expression evaluation | ||
+ | * These options allow a user to enter purchases orders and also allows Moneyworks to run the add-on script which warns the user if they modify an authorised Purchase Order | ||
+ | - Copy User Preferences | ||
+ | *If there is another staff member who has the same filters as you need for the new user, then you can copy those filters into the new user. | ||
+ | * To do this: | ||
+ | - Double click on the usercode you want to copy from. | ||
+ | - Hold down the pop-up menu with a ‘*’ on it (right-handside of the User Privileges window) and select ‘Copy User Preferences). | ||
+ | - Click OK to return to the list of Users. | ||
+ | - Double click on your new User. | ||
+ | - Use the same ‘*’ pop-up menu button but this time select ‘Paste User Preferences' | ||
+ | - Turn on the option //Select Filters// | ||
+ | < | ||
+ | * This is the last option in the list of privileges and is required to be turned on while you set up the usercode correctly. | ||
+ | . **8.** Click the OK button to save the new User’s record. | ||
+ | |||
+ | |||
+ | ==== Giving a new user access to Reports ==== | ||
+ | One of the privileges is called //Form & Report Signing// and this should only be given to administration users as this gives them access to all reports. | ||
+ | - Log onto a usercode with access to //Sharing & Users// | ||
+ | - Click the //Signing// button | ||
+ | * The Signing window is displayed. | ||
+ | - In the top part of the window, highlight the user to whom you want to give access to a report. | ||
+ | - In the bottom half of the window, highlight the form or report to which you want to give the user access. | ||
+ | - Click the //Sign// button | ||
+ | * This will sign the report so that the selected user will have access to it. | ||
+ | - Click on the //Upload// button | ||
+ | - Highlight the Report you’ve just signed | ||
+ | - Click //Upload One// to upload the report to the server | ||
+ | * This makes the new signed version of the report available for all users. | ||
+ | - Click the //Close// button and then the //Done// button to save your changes and close the User Preferences window. | ||
+ | |||
+ | ==== Restricting user access to Transactions ==== | ||
+ | This section describes how to set the filters for each user so that they can only see Purchase Orders they’ve enter or have permission to view. If you have copied the User Preferences from an existing user then you shouldn’t have to do this step. You should however still log on to the new usercode and check the filters are correct. | ||
+ | - Log on to the usercode that you want to set | ||
+ | - Select Show | Transactions | ||
+ | - Click on //View by Orders//, then on the //Purchase Order// Tab | ||
+ | - Select the appropriate filter for this user from the filter pop up menu | ||
+ | * The filter popup menu is found at the top left hand-side of the window. | ||
+ | - Now click on each of the View by Orders tabs in turn and set the filter for each one | ||
+ | * These tabs are //Bought//, //Sold//, //Sales Order// and // | ||
+ | - Now do the same for each of //View by Type//, //View by Period//, //View by Status// | ||
+ | * That is, click on each view option and then select each tab in that group and set the filter for each tab. | ||
+ | |||
+ | |||
+ | ==== Adding the authorisation columns ==== | ||
+ | This section describes how to add two columns to the Purchase Order tab so that a user can see whether a Purchase Order has been authorised or not. If you have copied the User Preferences from an existing user to make the new usercode, then you probably will not have to do this step. | ||
+ | - Make sure you are on the //Purchase Order// tab | ||
+ | * To get to this tab, click on View by Orders, then click the Purchase Order. | ||
+ | - Right click anywhere in the list of transactions. | ||
+ | * A popup menu will be displayed. | ||
+ | - Select //Customise List View// from the popup menu | ||
+ | - Add two new columns by adding the //Heading// [your calculation here] to the list of fields to be displayed. | ||
+ | - Edit each new column in turn so they are named “Auth 1” and “Auth 2” respectively. | ||
+ | - Edit the //Auth 1// column so it displays the first authorisation field. | ||
+ | * The column value should be: | ||
+ | * Upper(Slice(lookup(SequenceNumber, | ||
+ | - Edit the //Auth 2// column so it displays the first authorisation field. | ||
+ | * The column value should be: | ||
+ | * Upper(Slice(lookup(SequenceNumber, | ||
+ | - Click //OK// to save your changes. | ||
+ | |||
+ | ==== Turning off filters ==== | ||
+ | This section describes how to turn off the privilege called ‘Select Filters’. | ||
+ | - Log on to a usercode with access to //Sharing & Users// | ||
+ | - Select //Sharing & Users// and double click on the user you are dealing with. | ||
+ | - Turn off the //Select Filters// for the user you’ve just set up. | ||
+ | * You must do this otherwise the user will be able to view transactions they don’t have the privilege to view. | ||
+ | - Click //OK// to save your changes. | ||
+ | |||
+ | ==== Installing scripts ==== | ||
+ | |||
+ | In addition to Moneyworks, each user requires additional scripts installed to prevent them modifying authorised Purchase Orders and to allow them to authorise Creditor Invoices. | ||
+ | === Authorisation Script === | ||
+ | * This script needs to be installed for users who authorise Purchase Orders — e.g. head of the Finance Department. | ||
+ | * | ||
+ | === Helper Script === | ||
+ | * There are two versions of this script — a Windows version and a Mac version. | ||
+ | |||
+ | === Emailer === | ||
+ | |||
+ | * This script should be installed for staff in the Finance office. | ||
+ | |||
+ | === Authorise Invoice === | ||
+ | |||
+ | * There are two versions of this script — a Windows version and a Mac version. | ||
+ | It should be installed for each user who has access to enter Purchase Orders. | ||
+ | |