ashutosh.nehete
  • Joined on 2025-03-25
bf097bc884 Added a popup to allow editing of employee information directly in the Employee Profile.
9b2c27b903 Merge branch 'Ashutosh_Enhancement#205_Added_WorkCategory_Dropdown' of https://git.marcoaiot.com/admin/marco.pms.web into Ashutosh_Enhancement#205_Added_WorkCategory_Dropdown
e8ac267d46 Added a Work Category dropdown in task create/update forms and a new column to display the category in Project Infrastructure and Daily Task Planning views.
634dc12e5b Merge pull request 'Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.' (#98) from Ashutosh_Bug#216_Create_Employee_Popup_Typo into Issue_May_2W
cf204f376d Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.
49f725b62d Merge pull request 'pramod_Task#207 Sync activity updates and deletions in Daily Task Planning view without page refresh' (#96) from pramod_Task#207 into Issue_May_2W
Compare 11 commits »
ashutosh.nehete created pull request admin/marco.pms.api#45 2025-05-12 07:52:34 +00:00
Add a foreign key for WorkCategory table to the WorkItem model
7c9cd4697f Add a foreign key for WorkCategory table to the WorkItem model
ashutosh.nehete created pull request admin/marco.pms.web#99 2025-05-12 07:44:06 +00:00
Added a Work Category dropdown in task create/update forms and a new column to display the category in Project Infrastructure and Daily Task Planning views.
b39effe4b0 Added a Work Category dropdown in task create/update forms and a new column to display the category in Project Infrastructure and Daily Task Planning views.
ashutosh.nehete created pull request admin/marco.pms.web#98 2025-05-12 06:58:11 +00:00
Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.
2fca3167b0 Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.
ashutosh.nehete created pull request admin/marco.pms.web#95 2025-05-10 12:52:07 +00:00
Allowed task reporting with zero completed tasks and hid the Report button if the reported date is not null.
4ae42c4756 Allowed task reporting with zero completed tasks and hid the Report button if the reported date is not null.
ashutosh.nehete created pull request admin/marco.pms.api#44 2025-05-10 12:49:06 +00:00
Included the reported date when sending the list of allocated tasks to provide more detailed tracking information.
2b2972d372 Included the reported date when sending the list of allocated tasks to provide more detailed tracking information.
8fae161095 Added "id" in updating endpiont url
ashutosh.nehete created pull request admin/marco.pms.web#94 2025-05-10 12:35:23 +00:00
Integrated the Work Category table into the Master module, including popup forms for creation and update, along with delete functionality.