Request Types

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
jreade
Posts: 27
Joined: Wed Dec 17, 2008 1:42 pm

Request Types

Post by jreade »

Background:

I am do some heavy customizing of TimeTrex to meet my needs. One of the needs is to get rid of all the time keeping functionality. Basically an employee is just working on a specific day or not. There is no need for a timesheet or punching.

Now to my problem:

When an employee requests a day off they go to the Edit Request page located at interface/request/EditRequest.php . On that page there is a field for the type of request they are filing, labeled Type. There are 2 options - Missed Punch & Time Adjustment - that I would like to get rid of.
How would I do so? I can't seem to find them in the mysql database anywhere.

Thank you in advance!
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Check modules/request/RequestFactory.class.php
Locked