Previous Contents Index Next |
BuyerXpert/SellerXpert 4.1 Administrator's Guide |
Chapter 9 *Administering Timecards
This chapter provides guidelines and information for administering the timecard process.
Note The information in this chapter is based on the assumption that you have already read Concepts and Release Notes.
This chapter contains the following sections:
*About Administering the Timecard Process
*Administrator's Timecard Tasks
*Setting Up a Timecard Project
*Setting Up a Contractor Profile
*Configuring Timecard Business Rules
*Mapping an XML File for Timecards
Note This chapter applies to BuyerXpert only.
*About Administering the Timecard Process
The timecard process is a method for capturing contractor hours into BuyerXpert so the tracking and approval processes of BuyerXpert can be used. If an organization is set up to use the timecard process, contractors are able to enter their hours into a timecard screen in the BuyerXpert User interface. The timecard hours that are entered here forms the basis for the timecard requisition.When a timecard is submitted, it goes through the approval process and is available to be tracked. After the timecard requisition is approved, it is sent to the legacy system of the organization, where statistics are gathered or other actions are taken, depending on the needs of the organization
The following components work together to create the timecard process:
Timecard Projects table
As the administrator, you will need to set up all of these for the organization before your organization can use the timecard process.The following must be true before contractors can use the timecard option:
The projects they will work on must already exist in the Timecard Projects table.
The contractors must already be set up as BuyerXpert members.
*Timecard Projects
The Timecard Projects table lists all the projects that can be associated with timecard line items. Project data includes project name, description, and the types of hours that are allowed for the particular project.Each entry in the table has a unique profile ID assigned by the system. The profile ID is a link that can be used to modify a project.
Before a timecard project can be assigned to a specific contractor, you must have already entered the project in the Timecards Project table.
*Contractor Profile
The Contractor Profile table contains the data required for a BuyerXpert member to enter billable hours into the timecard process. Contractor data include:
Namename of the contractor who will be entering hours
Each entry in the table has a unique profile ID assigned by the system. The profile ID is a link that can be used to modify a contractor profile.Employerorganization the contractor works for, such as an agency
Projectprojects the contractor is allowed to work on
Work typethe type of work the contractor is allowed to enter hours against, such as Normal, Overtime, and so on)
Hourly raterate charged by the employer for the contractor's time (in User interface, only displays for approvers)
Type of currencythe currency used to for calculating costs, such as USD
Approverthe BuyerXpert member who can approve line items for this contractor
Cost centerthe accounting code associated with this contractor (in User interface, only displays for approvers)
*Timecard Business Rules
The timecard business rules must be configured before the timecard option can be used. These rules determine the following:
Availability of the timecard process to the user (Can Create Timecard rule)
Further details on business rules are contained in Chapter 5, "Setting Up Business Rules."
Timecard approval process (Timecard Approval rule)
- If the timecard process is available to the user, the Timecard link displays in the Welcome screen of the User interface.
- This business rules defines the approval process for the organization.
*Timecard Approval
BuyerXpert assigns a default accounting code to each timecard line item. In the User interface, users cannot see the accounting code, but approvers can. An approver can change or add to the default accounting code specified for any timecard line item.In the Admin interface, you can cancel a timecard approval case.
*Administrator's Timecard Tasks
Some of the instructions for administering the timecard process are contained in this administrator's guide and some are contained in the Admin interface Help.Table 9-1 contains a list of common approval process tasks. The right-hand column provides information about where to find instructions, guidelines, or tools for performing that task.
Table 9-1    Administrator's Timecard Tasks
Task
Location of Instructions/Guidelines/Tools
*Configuring Timecard Business Rules section
Chapter 5 "Setting Up Business Rules"
*Setting Up a Timecard Project
Follow these guidelines to set up a timecard project using the Admin interface (field and procedure details are contained in Help):
Select Timecards.
Follow procedures in Help to fill in the fields.
Click ADD to add a new project, or UPDATE to change an existing project.
For a new project, you will need to define the various worktypes associated with the project by selecting the Create Worktype(s) link.
Choose from the list of work types
Click Create New.
- OR
- Add your own work type.
To make any changes to a Timecard Project table line, click the associated Project ID.
*Setting Up a Contractor Profile
Follow these guidelines to set up a timecard contractor profile using the Admin interface (field and procedure details are contained in Help):
Select Timecards.
Select Contractor Profile. The Contractor Profile table displays above the Matrix Details window.
Enter data in the fields of the Matrix Details window.
To make any changes to a Contractor Profile table line, click the associated Project ID.
*Configuring Timecard Business Rules
Follow these guidelines to set up timecard business rules using the Admin interface (field and procedure details are contained in Help):
Select Timecards.
Select the rules you want to configure.
Enter the conditions needed.
*Mapping an XML File for Timecards
On final approval, an XML file representing the approved timecard is generated and placed into the directory specified in the xdocinfo.ntv file which is located in the following directory: <SERVER_ROOT>/buyer/buyer/config/xdoc/. This file can be configured using the following utility:server_root/buyer/sample_data/xdoc/scripts/config_timecard.pl
The XML file adheres to the following DTD:
<!ELEMENT Timecard (TimecardHeader , TimecardDetail , TimecardSummary )>
<!ELEMENT TimecardHeader (TimecardReference , TimecardDate , TimecardPeriod ,
ClientParty, ContractingParty , CurrencyCode )>
<!ELEMENT TimecardDetail (LineItem+ )>
<!ELEMENT TimecardSummary %TimecardSummaryRef;>
Previous Contents Index Next
Copyright © 2001 Sun Microsystems, Inc. Some preexisting portions Copyright © 2001 Netscape Communications Corp. All rights reserved.
Last Updated September 07, 2001