Skip to content

Commit d428163

Browse files
authored
Merge branch 'eStreamSoftware:master' into master
2 parents 90d3520 + 3c7f6e1 commit d428163

File tree

8 files changed

+52
-3
lines changed

8 files changed

+52
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ yarn-debug.log*
2020
yarn-error.log*
2121

2222
# Markdown editor
23-
.obsidian
23+
.obsidian
24+
25+
# vscode config
26+
.vscode

changelog/1.2025.289.233.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
date: 2025-10-10
3+
title: 1.2025.289.233
4+
description: SQL Payroll version 1.2025.289.233 changelog
5+
slug: 1.2025.289.233
6+
hide_table_of_contents: false
7+
---
8+
9+
Fixes for EPF calculations, payroll processing errors, and enhanced bank file format support for foreign worker compliance. (*233*)
10+
11+
<!-- truncate -->
12+
13+
## Updates
14+
15+
- EPF Employer Account 1 is now the default for non-Malaysian employees
16+
- Updated Hong Leong bank Connect First file format bank code list
17+
18+
---
19+
20+
## Bug Fixes
21+
22+
- Fixed wrong post date when posting to Pending Unpaid Leave
23+
- Fixed incorrect EPF amount calculated for non-Malaysian employees who are not permanent residents
24+
- Fixed EPF payment files not being separated by EPF Employer No
25+
- Fixed "Access Violation" error when previewing Payroll Opening report
26+
- Fixed "Access Violation" error when closing paysheet
27+
- Fixed Leave Entitlement processor action dialog prompt appearing when not processed before
28+
- Fixed Income tax CP22A report B_5_3 column not being filled with compensation amount

docs/miscellaneous/epf/non-malaysian.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,30 @@ SQL includes a Batch Edit function that allows you to update employees’ EPF in
248248
5. Now, you may update the *EPF No.* for each employee
249249
![update-employee-epf-no](../../../static/img/miscellaneous/epf/foreign-worker/update-employee-epf-no.png)
250250

251-
6. Click **Save** to apply changes.
251+
6. By default, the system assigns employees to *EPF Employer Account 1*.
252+
If a non-Malaysian employee needs to be registered under *EPF Employer Account 2*, update the **EPF Employer No.** field accordingly.
253+
254+
The **EPF Employer No.** field determines which EPF account the non-Malaysian employee is assigned to:
255+
- **1** = EPF Employer Account 1 (default)
256+
- **2** = EPF Employer Account 2 (if applicable)
257+
258+
:::note
259+
This field can only be modified for employees whose **Nationality is NOT Malaysia**.
260+
:::
261+
262+
![update-epf-employer-no](../../../static/img/miscellaneous/epf/foreign-worker/update-epf-employer-no.png)
263+
264+
7. Click **Save** to apply changes.
265+
252266
![save-employee-epf-no](../../../static/img/miscellaneous/epf/foreign-worker/save-employee-epf-no.png)
253267

254-
7. Verify that you have successfully updated the *EPF No.* for all employees
268+
8. Verify that you have successfully updated the *EPF Employer No* and *EPF No.* for all employees
255269
![verify-employee-epf-no](../../../static/img/miscellaneous/epf/foreign-worker/verify-employee-epf-no.png)
256270

271+
:::note
272+
The **EPF Employer No.** field is only visible when the employee’s **Nationality is NOT Malaysia**.
273+
:::
274+
257275
### Step 3 : Generate EPF Submission File
258276

259277
1. Go to **Payroll****Statutory Reports (Monthly)****Print EPF Borang A…**
-22.5 KB
Loading
-9.78 KB
Loading
-4.45 KB
Loading
38.8 KB
Loading
-12.3 KB
Loading

0 commit comments

Comments
 (0)