Navigation: Systems Manual > Attendance Monitoring System > Master Files >

Time Schedules

 

 

 

The Time Schedules master file refers to the default time schedules of the employee. It is used in computing the hours worked of the employees such as OT, Lates, Holiday, etc.

The system is shipped with several Default Time Schedules, you may update or add new schedules based on your company requirements.

Step-by-step instructions:

1. Open Cenral Menu. Your Central Menu maybe different from the screenshot below as each user can have different menu and access rights.

2. Select Systems ->Attendance Monitoring System

3. Double-click Master Files -> Time Schedules. You will be redirected to Time Schedules tab window.

 

4. Update or add new Time Schedule Types at the bottom

5. Add the detailed time schedule for the selected type in the #4

6. Click Save to persist changes made to the database.

 

Data Definition for Time Schedule Types

Database Table Name: pay_TimeSchType
Primary Key: TimeSchTypeID

Column Name

Sample Value

Description

TimeSchTypeID

DS8

AlphaNumeric value. Night Shift starts at 7pm

TimeSchTypeDesc

Day Shiftt 8am

Descriptive note of the Time Schedule Type.

Status

A

A=Active; I=InActive.

Createdby, DateCreated, Modifiedby, DateModified

 

These columns are called audit trails. Their values are auto-generated. One who created or modified the app. It is assumed that the current user is the one who created or modified the record.

:

 

Data Definition for Time Schedules

Database Table Name: pay_TimeSchedule
Primary Key: TimeSchTypeID + DayOfTheWeek

Column Name

Sample Value

Description

TimeSchTypeID

DS8

Hidden column. Child Key and part of the primary key..

SeqNo

1

The sequence number of the daily time schedule. It usually starts with Monday.

DayOfTheWeek

Monday

The day of the week

IsRestDay

False

Check if the day is a rest day

TimeIn

8:00am

The default time in of the employee

TimeOutAm

12:00pm

The default time out of the employee before lunch break.

TimeInPm

1:00pm

The default Time In in the afternoon

TimeOut

5:00am

The default Time Out in the afternoon

TotalRT

8

The total regular time during the day. Usually it's 8 hours

TimeInGracePeriod

8:10am

The grace period that the employee is allowed to time in with no late deduction.

TimeInCutOff

12:00pm

The time in cut-off in the morning. Ex: 10:00am, the employee must time in on or before 10:00am; otherwise, it will be considered half-day. 12:00pm means no cut-off.

LunchBreak

12.00

 

MidNightBreak

0.00

 

LunchBreakDeduction

1

The number of hours to be deduction during lunch break. It is usually 1 hour.

OTBreakDeduction

0

The number of hours to be deducted when rendering OT. Ex: If employee OT computation starts at 5:30pm then this is 0.50 hr to indicate that 30-minute break is given from 5:00-5:30pm. If there is no OT break, then put 0.

MidNightBreakDeduction

0

The number of hours to be deducted when rendering overnight OT. Ex: If employee OT computation starts at 1:00am then this is 1 hr to indicate that 60-minute break is given from 12:00mn-1:00am. If there is no OT break, then put 0.

MinOT

.5

The number of hours that the employee must satisfy before an OT will be paid. In this case 0.50 means the employee must render at least 30-minute OT. If he/she renders only 20 minutes, then this OT will not be paid.

MinRT

0

The number of hours that the employee must satisfy before a RT will be paid. In this case 1 hr means the employee must render at least 60-minute at work before it is considered as present. If he/she renders only 30 minutes, then he/she is considered absent.

MaxUndertime

 

The maximum undertime in hours that the employee is allowed to be considered as present. If the employee exceeds the maximum he/she will be considered as half-day or absent.

Status

A

A=Active; I=InActive.

Createdby, DateCreated, Modifiedby, DateModified

 

These columns are called audit trails. Their values are auto-generated. One who created or modified the app. It is assumed that the current user is the one who created or modified the record.

 


 


 

 

 

Copyright © 2021 Terasoft Corporation