[{TableOfContents }]

!!!VIEW MY PAY STUBS
!!Form Sections

The View My Pay Stubs (WEPDS) screen allows you to view the pay stub information such as earnings and allowance. It will ignore/bypass deposits that have a status of 'Cancelled'. \\ 

If a 'Replace with Next' check is issued in [IPCH], WEPDS will display the updated check.

The definition data for the My Pay History screen is stored in the [P2K_PR_DISBURSEMENTS], [P2K_PR_DEPOSITS], [P2K_PR_CHECKS],  [P2K_PR_PAY_STUBS], [P2K_PR_PAY_LEAVE_ACCRUALS], AND [P2K_AM_NOTES] tables.

;[Pay #|PAY_NUMBER]:This field displays the pay # for the disbursement.
;[Pay Period|PAY_PERIOD]:This field displays the pay period for the disbursement.
;[Period Starting|PAY_PERIOD_START_DATE] / [Period Ending|PAY_PERIOD_END_DATE]:These fields display the first and last days of the pay period.
;[Pay Issue Date|PAY_ISSUE_DATE]:The date indicated here is the pay issue date of the employee pay.
;[Net Pay $|DISBURSEMENT_AMOUNT]:This field displays the net pay for the pay period.
;[Entity|ENTITY_CODE]:This field identifies the entity associated with the pay.

;Print Pay Stub: You may print your pay stub by using [Print Pay Stub|WEPDS_PRT] button.
;Company Logo: A media column [Entity Logo|DEN_LOGO_DATA] can be established on [IDEN] to store an entity logo. This logo, once added on IDEN to the correct entity, will show for the employee's pay stub in WEPDS. The size of the logo must be appropriate. The system will not resize files to match.
;[Pay #|PAY_NUMBER]:This field displays the pay # for the disbursement.
;Pay Ending Date
;[Pay Issue Date|PAY_ISSUE_DATE]:The date indicated here is the pay issue date of the employee pay.
;[Net Pay $|DISBURSEMENT_AMOUNT]:This field displays the net pay for the pay period.
;Pay Destination
;[Employee #|PERSON_CODE]:This field identifies the employee associated with the pay.
;Name
;Address
;City
;[Department|DEPARTMENT_CODE]:This fields identifies the employee associated with the pay.
!EARNINGS
;[Time and Earnings|PC_ABBREVIATION]:This field breaks down the pay stub into specific time and earning categories.
;[Rate|RATE]:This is the rate used associated with the time or earning.
;[Time|TIME]:This field shows the time associated with earning.
;[This Period|AMOUNT]:This field displays the amount of earnings for the period.
;[Year-to-Date|YTD_VALUE]:This field displays the year to date earnings.
!DEDUCTIONS
;[Deductions|PC_ABBREVIATION]:This area gives a summary of any deductions taken. This field will display the name of the deduction as it appears on the PC abbreviation
;[This Period|AMOUNT]:This field displays the amount of deductions for the period.
;[Year-to-Date|YTD_VALUE]:This field displays the year to date of deductions taken.
!OTHER
;[Other Amounts|PC_ABBREVIATION]:This area gives a summary of any amounts not covered under earnings or benefits.
;[This Period|AMOUNT]:This field displays other amounts for the period.
;[Year-to-Date|YTD_VALUE]:This field displays the year to date xxx.
!BENEFITS
;Company Paid Benefits:This area gives a summary of benefits for the employee.
;[This Period|AMOUNT]:This field displays the amount of company paid benefits for the period.
;[Year-to-Date|YTD_VALUE]:This field displays the year to date amounts.

!LEAVE INFORMATION
;Leave Accruals:This field identifies leaves available to the employee.
;[Entitlement|DRV_TOTAL_TIME_ALLOWED]:This field identifies the time the employee is allowed to take.
;Earned This Period
;[Time Taken|CURR_YEAR_TIME_TAKEN] / [Time Owing|CURR_TIME_OWING]:These fields identify how much of the entitled time the employee has taken and how much they have remaining.
!PAYMENT INFORMATION
;[Deposit Bank / Branch|BANK_TRANSIT_CODE]: This field identifies the bank and branch where the deposit was made.
;[Bank Account|BANK_ACCOUNT]:This field displays the account number where the deposit was made.
;[Deposit #|DEPOSIT_NUMBER]:This field displays the number of the deposit made during this pay period.
;[$ Amount|DEPOSIT_AMOUNT]:This field displays the amount of the deposit made.
;[Cheque #|CHECK_NUMBER]:This field displays the check number of the check issued with this pay period.
;[$ Amount|DEPOSIT_AMOUNT]:This field displays the amount of the check.
!MESSAGES
;[Messages|NOTE_TEXT]:This field displays any additional information about the deposits/check. This part of the form is populated via a [disbursement message|DISBURSEMENT_MESSAGE] [UserCalc|USERCALC]

!!Disbursement Message UserCalcs
Personality  allows users to create an automatic check message(s) through the creation of a [UserCalc|USERCALC] processed by [UPDISB]. The automatic check message can be at the employee level using qualifications in the [UserCalc|USERCALC].

The messages may be seen for individual employees on the Notes tab on the Manage Disbursements ([IPDS]) form.
\\
These message will also be displayed on the self service [WEPDS] form or on the generic [UPSTUBDW]/[UPSTUBCW] forms. If your organization has a custom stub, this section may not be available.
\\
There is an attribute on a [UserCalc|USERCALC] called 'UserCalc Usage'. If the usage is 'Disbursement Message’, then the [UserCalc|USERCALC] will be executed for each disbursement created.

If the message is for all employees, then set up a “User Variable” of type CHAR, and "RETURN' this User Variable from the Disbursement User Calc. You will have to go into the User Variable before each pay and reset the message or key in multiple user variable details with the proper effective date (based on pay issue date).

If the message is employee specific, then the value returned would have to be a CHAR value derived logically through the ‘Alphanumeric’ operand types or a User Variable.

The [UserCalc|USERCALC] example below will return the user variable value (message) for all employees. 
The variable 'MESSAGE' is set up as a CHAR on the [IMUC] screen on the variables tab.\\
The user constant 'MESSAGE3' is defined on the [IMVR] form. The system will use the pay issue date to retrieve the corresponding effective date message (value) defined on the screen.\\

||Line ||CMD ||Type ||Operand1||OPER ||Type ||Operand2 ||Type ||Operand3 ||If Go To ||Else Go To
|100 |LET |V |MESSAGE |EQ |$C |MESSAGE3 | | |99999 |
|99999 |RET |V |MESSAGE | | | | | | |

There can be multiple messages printed on the check/deposit form, only one message can be returned per UserCalc.
;: ''Example – there can be one general message for all employees created by one UserCalc and another message created by a second UserCalc to wish qualified employees a happy birthday. The UserCalc Name is used in determining the order of the messages.''

Each message can be a length of 200 characters. The message is only limited by the space available on the physical check/deposit form. The messages created will be stored in the [P2K_AM_NOTES] tables by the disbursement process.

The user must define a note type of “[UPDISB]” on the Define Note Type ([IMNT]) form.

----
![Notes|Edit:Internal.WEPDS] 	
[{InsertPage page='Internal.WEPDS' default='Click to create a new notes page'}]