ashutosh.nehete
  • Joined on 2025-03-25
96963527df Integrated the Work Category table into the Master module, including popup forms for creation and update, along with delete functionality.
ashutosh.nehete created pull request admin/marco.pms.api#43 2025-05-10 10:13:49 +00:00
Ashutosh_Feature#208_WorkCategory_Master_Table
ec7e754f59 Added an API endpoint to delete a Work Category, allowing deletion only if IsSystem = false.
5953f37e57 Added an API endpoint to update an existing Work Category, with update allowed only if IsSystem = false.
6f378fe0bd Added an API endpoint to create a new Work Category entry.
20ea1389dd Added an API endpoint to retrieve the Work Category by ID
648d8e691a Added an API endpoint to retrieve the list of all Work Categories.
Compare 6 commits »
d95f61cba9 Fixed error happeds when Changing file strucutre in model project
0c49d8d05c Changed file structure in model project
ashutosh.nehete created pull request admin/marco.pms.web#89 2025-05-09 08:11:56 +00:00
Changed header alignment to left-aligned in Project list view, employee list view and master view
c3fd891b8a Changed header alignment to left-aligned in Project list view, employee list view and master view
ashutosh.nehete created pull request admin/marco.pms.api#42 2025-05-09 05:58:43 +00:00
deleted duplicate manage employee api
21492ddba2 deleted duplicate manage employee api
a67e984181 Deleted unnecessary components to clean up and optimize the codebase.
ashutosh.nehete pushed to Issue_May_2W at admin/marco.pms.web 2025-05-09 04:50:59 +00:00
a90aa77cf6 Provided proper parameter to employee list api for ont to include inactive employees
ashutosh.nehete created pull request admin/marco.pms.api#41 2025-05-09 04:22:28 +00:00
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#87 2025-05-09 04:17:27 +00:00
Added proper success messages upon creation and update of building, floor, and work area for improved user feedback.
041d32d8ea 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#86 2025-05-08 14:07:59 +00:00
Employee data is now sent as JSON instead of multipart/form-data during creation and update, with the form shown in a popup and Aadhar/PAN fields removed.
432ac93288 Employee data is now sent as JSON instead of multipart/form-data during creation and update, with the form shown in a popup and Aadhar/PAN fields removed.