cancel
Showing results for 
Search instead for 
Did you mean: 

Time Mgt Employee swipes late

Former Member
0 Kudos

There is an issue

Employee swipes 1 Hr late from Planned Working Time, but completes Planned Working Time.

System should deduct Full day LOP.

Eg. Planned Time 9:00 to 18:00

Emp comes in at 10:00 and leave at 19:00. system is paying full. It should deduct LOP.

In Present config, if emp comes 1 min late, system is deducting half day LOP.

So system is checking only if employee is completing planned HRS.

System should also check that employee comes in his shift only.

Please help

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Please check if HRS=PBEG   HRS-STNB       HRS?1

Here PBEG is Equal to Clock in = 10:00 AM and SNTB Start of planned working time which is 09:00 in ur case .

Now 10-9 = 1

If the value is less than or greater than 1  hour here u put the condition .

finally end of the day write one more PCR to reduce the LOP days using ADDZL

Regards,

Raja Sekhar

Former Member
0 Kudos

Thanks for the reply

I have created the rule. But it is not working.

Can you plesae check the rule and tell me if anything needs to be changed

ZDWS Check Daily WorkSch

    *

      ****

        HRS=PBEG   Set

        HRS-SNTB   Subtraction

        HRS?1      Decision op.     HRS

          *

          <

            HRS=1      Set

            ADDDB9LOP  Add to day balance

            ADDZLS9910 Add to ZL, IFTYP S

          >

            HRS=1      Set

            ADDDB9LOP  Add to day balance

            ADDZLS9910 Add to ZL, IFTYP S

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Please create the rules as per the below screen shots

For the below PCR u have to use Function

PTIP   ZSDN GEN     Here ZSDN is the late coming Rule

Here you have to use Function ACTIO

ACTIO ZLC1                            ZLC1 rules is to pass the ZL entries to payroll.

Regards,

Raja Sekhar

Former Member
0 Kudos

Employee Swipe in time in IT2011 (Time Events) : 10:30

Start time in Daily Work Schedule (Start of planned working time) 09:30

In  Time Evaluation Run

PBEG is not reading any time

SNTB value is 9.5000

STNB value is 9.00

Thanks in Advance

Answers (0)