GetEmployeeTimeClockRoundingRulesByEmployee()

Description

Returns the time clock rounding rule(s) for the specified employee(s).

Return Value

XML String

Parameters
Remarks

XML String has the following structure:

Field

Type

Length

Description

iTimeClockRuleId

Integer

4

Time Clock Rounding Rule Id.  Foreign Key to Time Clock Rounding Rule iId.

iEmpId

Integer

4

Employee Id.  Foreign Key to Employee iId.

iId

Integer

4

Primary Key - Unique Identifier.

cRoundingType

String

40

Name of the rounding rule.

lRoundOnQtrHour

Boolean

1

Indicates whether punch in/out times round to the nearest quarter hour.

nEarlyRoundFwd

Decimal

2

Minute interval at which punch in times are rounded to.

lNoMoreThan15MinEarly

Boolean

1

Indicates whether employees are restricted from punching in more than 15 minutes before their scheduled start time.

nLateRoundBack

Decimal

2

Minute interval at which punch out times round to.

dDateDel

DateTime

8

Date deleted.

 

 

Contact Us | Send Feedback