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

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

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
17 26-Nov-2021 10:22 2 KB JMyers to previous
16 26-Nov-2021 10:22 2 KB JMyers to previous | to last
15 26-Nov-2021 10:22 2 KB JMyers to previous | to last
14 26-Nov-2021 10:22 2 KB RForbes to previous | to last
13 26-Nov-2021 10:22 2 KB RForbes to previous | to last
12 26-Nov-2021 10:22 2 KB RForbes to previous | to last
11 26-Nov-2021 10:22 2 KB RForbes to previous | to last UserCalc Typ ==> USERCALC TYPES
10 26-Nov-2021 10:22 2 KB RForbes to previous | to last UserCalc Types ==> UserCalc Typ
9 26-Nov-2021 10:22 2 KB RForbes to previous | to last Payroll (PR) ==> MODULE-PR
8 26-Nov-2021 10:22 2 KB RForbes to previous | to last Payroll (PR) ==> MODULE-PR
7 26-Nov-2021 10:22 2 KB RForbes to previous | to last Benefits (BE) ==> MODULE-BE
6 26-Nov-2021 10:22 2 KB RForbes to previous | to last Benefits (BE) ==> MODULE-BE
5 26-Nov-2021 10:22 2 KB RForbes to previous | to last Attendance (AT) ==> MODULE-AT
4 26-Nov-2021 10:22 2 KB RForbes to previous | to last Attendance (AT) ==> MODULE-AT
3 26-Nov-2021 10:22 2 KB RForbes to previous | to last
2 26-Nov-2021 10:22 2 KB Administrator to previous | to last
1 26-Nov-2021 10:22 1014 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 changed one line
Calculations are used exclusively by the [Payroll (PR)|MODULE-PR] and [Workflow (WF)|MODULE-WF] applications.
%%information Calculations are used exclusively by the [Payroll (PR)|MODULE-PR] and [Workflow (WF)|MODULE-WF] applications.%%
At line 12 changed one line
For example, a Calculation may call a Qualification to check if a pay component value exists, invoke a Function to calculate 50% of that pay component's value, and move the result into a new pay component.
For example, a calculation may call a Qualification to check if a pay component value exists, invoke a function to calculate 50% of that pay component's value, and move the result into a new pay component.
At line 15 changed one line
A Function may return a Boolean, Char(acter), Date, or Number value. Functions may be part of a Calculation UserCalc as a [CALL|UC-CALL], or may be a stand alone UserCalc for the [Attendance (AT)|MODULE-AT] or [Benefits (BE)|MODULE-BE] modules. Many modules use Functions as a tool to calculate customized values when typical business rules do not apply.
A function may return a Boolean, Char(acter), Date, or Number value. Functions may be part of a Calculation UserCalc as a [CALL|CALL_COMMAND], or may be a stand alone UserCalc for the [Attendance (AT)|MODULE-AT] or [Benefits (BE)|MODULE-BE] modules. Many modules use functions as a tool to calculate customized values when typical business rules do not apply.
At line 17 changed one line
For example, a Function may be performed to calculate the seniority of an employee in days. An example of this is an attendance policy that requires yearly entitlement to be calculated based on the average days worked in the past 5 years. For this example, a Function would be used to return the entitlement owed to the employee.
For example, a function may be performed to calculate the seniority of an employee in days. An example of this is an attendance policy that requires yearly entitlement to be calculated based on the average days worked in the past 5 years. For this example, a function would be used to return the entitlement owed to the employee.
At line 20 changed one line
A Qualifier returns a Boolean value of either True or False. It is used to either eliminate or include employees in a calculation. Qualifiers may be part of a Calculation UserCalc as a [CALL|UC-CALL].
A qualifier returns a Boolean value of either True or False. It is used to either eliminate or include employees in a calculation. Qualifiers may be part of a Calculation UserCalc as a [CALL|CALL_COMMAND].
At line 22 changed one line
For example, a Qualifier may test the condition 'Is this employee full time?' in order to eliminate part time, casual, or temporary employees from the calculation.
For example, a qualifier may test the condition 'Is this employee full time?' in order to eliminate part time, casual, or temporary employees from the calculation.
----
![Notes|Edit:Internal.USERCALC+TYPES]
[{InsertPage page='Internal.USERCALC+TYPES' default='Click to create a new notes page'}]