ashutosh.nehete
  • Joined on 2025-03-25
ashutosh.nehete created pull request admin/marco.pms.api#40 2025-05-08 11:02:52 +00:00
Employee data is received as JSON, instead of multipart/form-data, during creation and update operations
87bcdf223a Employee data is received as JSON, instead of multipart/form-data, during creation and update operations
ashutosh.nehete created pull request admin/marco.pms.api#39 2025-05-08 10:20:23 +00:00
Ashutosh_Enhancement#198_Added_IsSystem
ashutosh.nehete created pull request admin/marco.pms.web#85 2025-05-08 10:03:33 +00:00
Added logic to the employee list to hide the 'Manage Role' and 'Suspend' buttons for system-defined employees
a521c76fe6 Added logic to the employee list to hide the 'Manage Role' and 'Suspend' buttons for system-defined employees
ashutosh.nehete created branch Ashutosh_Enhancement#198_Added_IsSystem in admin/marco.pms.web 2025-05-08 09:59:33 +00:00
8bdf4b75a4 Added an API to delete job role if that job role is not asigned to any employee
ashutosh.nehete created branch Ashutosh_Enhancement#198_Added_IsSystem in admin/marco.pms.api 2025-05-08 09:34:17 +00:00
3da4a09a6d Added an API to delete application role if isSystem=false and application role is not asigned to any employee
261938fbad Added isSystem flage in Employee and ApplicationRole table and added functionality not to suspend employee if isSystem=true and not to update or delete application role if isSystem=true
Compare 2 commits »
ashutosh.nehete created pull request admin/marco.pms.web#76 2025-05-08 04:52:03 +00:00
Added a toggle switch in the Employee List module to view active and inactive employees separately.
ashutosh.nehete created pull request admin/marco.pms.api#38 2025-05-08 04:45:06 +00:00
Added a flag in the Employee List API to retrieve active and inactive employees separately.
28fea51988 Added a toggle switch in the Employee List module to view active and inactive employees separately.
5dbf43bfa8 Added a flag in the Employee List API to retrieve active and inactive employees separately.
c941c617a5 Added proper success messages upon creation and update of building, floor, and work area for improved user feedback.
ashutosh.nehete created pull request admin/marco.pms.web#72 2025-05-07 11:00:32 +00:00
Added validation to the Completed Work field to prevent negative values.