This page (revision-5) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 26-Nov-2021 10:22 937 bytes JMyers to previous
4 26-Nov-2021 10:22 803 bytes JMyers to previous | to last
3 26-Nov-2021 10:22 706 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 705 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 692 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!A - Alphanumeric
!!a - Alphanumeric
At line 5 changed one line
;Statement: Called from within the [Attendance|MODULE-AT] module, checks if the employee is in Group 56, and, if it is during the probationary period, disqualifies the employee from receiving Leave entitlement.
Statement: Called from within the Attendance module, checks if the employee is in Group 56, and, if it is during the probationary period, disqualifies the employee from receiving Leave entitlement.
At line 8 changed 6 lines
|00010 |IF| DB| DGR.GROUP_CODE| EQ| A |56| | | 00100| 00300
|00100| PPE| | | BD| DB| EEM.HIRE_DATE| A| +3M| 00200| 00300
|00200| LET| V| ENTITLEMENT |EQ| B| FALSE | | | 00210 |
|00210| MSG| A| PROBATION, NO ENTITLEMENT| | | | | |99999 |
|00300| LET| V| ENTITLEMENT| EQ| B| TRUE | | |99999|
|99999| RET| V| ENTITLEMENT| | | | | |99999|
00010 IF DB DGR.GROUP_CODE EQ A 56 00100 00300
00100 PPE BD DB EEM.HIRE_DATE A +3M 00200 00300
00200 LET V ENTITLEMENT EQ B FALSE 00210
00210 MSG A PROBATION, NO ENTITLEMENT 99999
00300 LET V ENTITLEMENT EQ B TRUE 99999
99999 RET V ENTITLEMENT 99999
At line 15 removed 5 lines
----
![Notes|Edit:Internal.A_CONSTANT]
[{InsertPage page='Internal.A_CONSTANT' default='Click to create a new notes page'}]