People

The People screen is used by the Administrator to maintain the list of Unanet users.  These may include employees, sub-contractors, customer approvers, suppliers --- anyone needing access for recording or reporting on Unanet information.

When defining people, you may need to consider the following items:

 The links below detail the many elements available on the People maintenance screen and includes information on:


Adding People

Location: Administrator - People - Add.

The Administrator has the ability to create a new person.  

Note: You can also import the new employee's data into the Unanet application.  Click Person Import to learn more about the person import feature.

Save the current data on the form.
Clear the data on the current form.

User Defined Fields for People

The People Page comes with an option to add up to 10 user defined fields. In order to display these fields on the data entry screen, it is necessary to edit the text.properties file. Click here to read information about the text.properties file. If this file does not exist in the properties directory on the web server, then it must be created.  The only requirement is that the file must start with one blank line and the parameters below start on the second line. It is important to add a label to each field. If the person.user01 to person.user10 fields are left blank (as they are now), they will not be displayed in the system. It is also possible to add a header for the user defined fields. This is done by using the property person.userdefined.header.  

Remember, any changes to this file, require that you stop and restart your servlet engine before they take effect. 

Note: The user defined fields are all strings, limited to 128 characters in length.

person.userdefined.header=
person.user01=
person.user02=
person.user03=
person.user04=
person.user05=
person.user06=
person.user07=
person.user08=
person.user09=
person.user10
=

For example if the text.properties file looks like the following:

person.userdefined.header=Additional information
person.user01=Title
person.user02=Birthday
person.user03=
person.user04=
person.user05=
person.user06=
person.user07=
person.user08=
person.user09=
person.user10
=

The bottom of the add screen will look like this:


Edit People

Location: Administrator - People - List - <choose the person you'd like to edit by clicking ()>.

Not all the fields that appeared on the original Person Add page are available on the Person Edit page.  Changes to employee's passwords, rates and dilution information are administered through separate pages.  Those pages can be accessed from the More Functions list at the bottom of the edit page.

More Functions

Once a user record has been entered and saved, you can access additional attributes about this person by selecting one of the options on the 'More Functions' dropdown list.

Note: The Edit screen may look a little different if user defined fields are used for People.


List People

Below is an example of listing all the people. Select List under the People Menu.

To edit Person information, click on the edit icon ().

To delete a Person, click on the delete icon ().

To view all the Timesheets and make Time Adjustment, click on the timesheet icon (timesheets.gif (157 bytes))

To view all the Expense Reports, click on the expense icon (vendor.gif (912 bytes)

To perform a retroactive cost rate adjustment, click on the retro icon ()

Note:  There are flags in the unanet.properties file that allows administrators and manager to edit someone else's expense report.  The default is false for both, which means that Administrators and Managers can not edit and make changes to anyone else's expense report.  To turn either of these abilities on, set one or both of these flags in the properties file to true (1) unasense.expense.admin.edit=true or unasense.expense.manager.edit=true. There are also flags for the timesheet side. The values are either true or false, but by default, they are unatime.admin.edit=false and unatime.manager.edit=true.


Search People

Administrators can search for People. Select Search under the People Menu.  

The resulting list of People differs from the People -- List output in that the 'search' output optionally includes information about Alternates and details about specific roles assigned to each user.

Return to Unanet Table of Contents page


Copyright © 1998-2002 Computer Strategies, Inc., All Rights Reserved.
Last revised: September 13, 2002 .