This master file refers to the current employment status of the employee. The system is shipped with the list of employment status based on the BIR Form 1604C. You may update this master file, if necessary.
Step-by-step instructions:
1. Open Cenral Menu. Your Central Menu maybe different from the screenshot below as each user can have different menu and access rights.
2. Select Systems ->Attendance Monitoring System or Systems ->Payroll
3. Double-click Master Files -> Employee Current Employment Status. You will be redirected to Employee Current Employment Status tab window.
4. Update or add new Employee Current Employment Status, if necessary.
5. Click Save to persist changes made to the database.
Data Definition for Employee Current Employment Status
Database Table Name: pay_CurrentEmploymentStatus Primary Key: CurrentEmploymentStatusID
Column Name
|
Sample Value
|
Description
|
CurrentEmploymentStatusID
|
C
|
Primary key of the table. AlphaNumeric value.
|
CurrentEmploymentStatusDesc
|
Casual
|
Full description of the CurrentEmploymentStatusID
|
Status
|
A
|
A=Active; I=InActive.
|
Createdby, DateCreated, Modifiedby, DateModified
|
|
These columns are called audit trails. Their values are auto-generated. One who created or modified the app. It is assumed that the current user is the one who created or modified the record.
|
:
|