This page (revision-6) 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
6 26-Nov-2021 10:22 1 KB JMyers to previous
5 26-Nov-2021 10:22 1 KB JMyers to previous | to last
4 26-Nov-2021 10:22 1 KB JMyers to previous | to last
3 26-Nov-2021 10:22 1 KB JMyers to previous | to last
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 1 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
;Statement: If an employee has over 2080 hours of time worked (1 year), if the statistic Years of Time Worked has not been updated with a 1, update that value. (The pay component linked to the Stat Years of Time Worked is PC 7350.)\\ \\
Statement: If an employee has over 2080 hours of time worked (1 year), if the statistic Years of Time Worked has not been updated with a 1, update that value. (The pay component linked to the Stat Years of Time Worked is PC 7350)
At line 6 changed 5 lines
|00010| LET| V| TTL TIME WRKD| ADD| EY| TIME WORKED| EC| TIME WORKED| 00020 |
|00020| IF| V| TTL TIME WRKD| GT| N| 2080| | |00100| 99999
|00100| IF| S| Years of Time Worked| NE| N| 1| | |00200| 99999
|00200| LET| PC| 7350| EQ| N| 1| | |99999 |
|99999| EXIT| | | | | | | |99999|
00010 LET V TTL TIME WRKD ADD EY TIME WORKED EC TIME WORKED 00020
00020 IF V TTL TIME WRKD GT N 2080 00100 99999
00100 IF S Years of Time Worked NE N 1 00200 99999
00200 LET PC 7350 EQ N 1 99999
99999 EXIT 99999
At line 16 changed one line
;[IDSC]:Create the statistic using the [IDSC] form. For more information on creation of statistics please refer to the [Payroll Application|MODULE-PR].
[IDSC]
Create the Statistic using the IDSC form. For more information on creation of Statistics please refer to the Payroll Application Documentation.
At line 20 changed one line
;[IPPC]: Link the statistic to a pay component using the [IPPC] form. For more information on creation of pay components please refer to the [Payroll Application|MODULE-PR].
IPPC
Link the Statistic to a Pay Component using the IPPC form. For more information on creation of Pay Components please refer to the Payroll Application Documentation.
It is not necessary for the Statistic and Pay Component codes to match. This is, however, a good practice to follow, if possible, to aid in matching Components to Statistics.
At line 22 changed 8 lines
It is not necessary for the Statistic and Pay Component codes to match. This is, however, a good practice to follow, if possible, to aid in matching components to statistics.
It is also important to note, that statistic components cannot be directly updated by a UserCalc. The pay component that the statistic is attached to is calculated and when the pay run is closed the statistic component will be updated.
----
![Notes|Edit:Internal.S_STATISTIC]
[{InsertPage page='Internal.S_STATISTIC' default='Click to create a new notes page'}]
It is also important to note, that Statistic Components cannot be directly updated by a UserCalc. The Pay Component that the statistic is attached to is calculated and when the pay run is closed the Statistic Component will be updated.