CountClockings report function

Applicable version : 2.35 and later

Summary :
Counts the number of clockings that belong to an employee over a period of time.

Requirements :

Must have at least version 2.35 installed.

CountClockings:
Parameters
: Employee number, In-Date, Out-Date, In-Time, Out-Time, Options.

Date parameters are in Clarion standard date format (ie days since 1800)

Time parameters are in hundredths of a second since midnight.

Options is made up of 3 characters where :

Character 1 can be:

I : Only In clockings are counted

O : Only Out clockings are counted

B : Both In and Out clockings are counted

<space> : Same as for B  


Character 2 can be:

M : Manual clockings are counted

B : Bulk clockings are counted

C : Electronic clockings are counted

<space> : All types of clockings are counted
 

Character 3 can be:

P : Only TNA (Pay) Clockings are counted

A : Only Access clockings are counted

T : Both Pay and Access clockings are counted

<space> : Same as for T

 

Example

CountClockings(Emp:Empnumber,Dai:Date,0,Dai:date,8640000,=BCP=)