Merge pull request '20260105-1985 File Name Format Change - Done' (#5) from dev_shahadat into devqc

Reviewed-on: http://103.197.204.162:3025/CelHRTeam/CEL_Payroll/pulls/5
This commit is contained in:
shamim 2026-01-27 09:26:49 +06:00
commit cbedb95d66

View File

@ -613,8 +613,8 @@ namespace Payroll.UI
// ✅ FILE NAME: ID-Year-Month.pdf
string fileName = string.Format(
"{0}-{1}-{2}.pdf",
emp.Employee.EmployeeNo,
"{0}_{1}_{2}.pdf",
"CEL-" + emp.Employee.EmployeeNo,
year,
month.ToString("00")
);