1120 Commits

Author SHA1 Message Date
bd91f60e08 passed checkout time to timepicker as props 2025-05-04 12:11:50 +05:30
e53635f910 time slot should display according activity 2025-05-04 12:09:05 +05:30
Pramod Mahajan
0c8f201d0c Merge branch 'Ashutosh_Enhancement#132_Int_To_Guid' of https://git.marcoaiot.com/admin/marco.pms.web into Ashutosh_Enhancement#132_Int_To_Guid 2025-05-04 12:00:29 +05:30
Pramod Mahajan
4bd574772f filtering projects according to logged user at data layer 2025-05-04 12:00:10 +05:30
abdb17ecf4 Merge branch 'Ashutosh_Enhancement#132_Int_To_Guid' of https://git.marcoaiot.com/admin/marco.pms.web into Ashutosh_Enhancement#132_Int_To_Guid 2025-05-04 11:54:18 +05:30
8718aede85 removed useMaster and dispatch from TaskModel after switching to useActivitiesMaster 2025-05-04 11:54:08 +05:30
3d62071fb6 Remove AADHAR card validation while creating user 2025-05-04 11:41:11 +05:30
1bbc8fd422 Conver Int to Guid 2025-05-03 21:43:15 +05:30
Pramod Mahajan
02f37be504 Merge branch 'Issues_April_5W' of https://git.marcoaiot.com/admin/marco.pms.web into Issues_April_5W 2025-05-03 13:57:39 +05:30
Pramod Mahajan
80f2cce931 prevent unnecessary activity master refresh on task form submission 2025-05-03 13:56:21 +05:30
9aaedede20 Add colors to floor and workarea in infra panel to identify them easily 2025-05-03 13:15:24 +05:30
Pramod Mahajan
7d5d262728 normalize activity data to ensure consistent display names. 2025-05-03 12:25:23 +05:30
Pramod Mahajan
80d64c87c6 Improve safety and sorting for building dropdown
- Added optional chaining to safely access project.buildings and prevent errors if undefined.
- Filtered out buildings with invalid or missing 'name' properties.
- Implemented safe sorting using localeCompare, with a fallback to empty string for undefined 'name' values.
- Added fallback message "No buildings found" when there are no valid buildings in the list.
2025-05-03 11:07:57 +05:30
Pramod Mahajan
6496fd7eb2 sorted all dropdown list 2025-05-03 04:40:13 +00:00
Pramod Mahajan
6daf3f8a35 sorted activity list in ascedning order. 2025-05-03 04:40:13 +00:00
Pramod Mahajan
1a98aeb934 added Toast and modal open until not close using button 2025-05-03 04:40:13 +00:00
Pramod Mahajan
8f42cb8cf6 removed debugger and close modal fun 2025-05-03 04:40:13 +00:00
Pramod Mahajan
4a77fb82a4 added Toast and modal not close until click on close button 2025-05-03 04:40:13 +00:00
Pramod Mahajan
fe0b023580 revent WorkArea modal from closing after form submission 2025-05-03 04:40:13 +00:00
Pramod Mahajan
f98efe4b38 prevent close createTask modal 2025-05-03 04:40:13 +00:00
Pramod Mahajan
d966cbe23e add required validation for plannedTask using Zod schema 2025-04-30 18:24:35 +05:30
Pramod Mahajan
047fcc3222 Safe jobRoleId filter in AssignRoleModel and ensure onClose works in form submit 2025-04-30 11:25:39 +00:00
Pramod Mahajan
655967746f handle modal visibility with React state instead of Bootstrap 2025-04-30 11:25:39 +00:00
Pramod Mahajan
75507707c0 Handle role deselection and employee switching
- Reset checkboxes when employee changes
- Allow submission when no roles are selected
- Fixed zod validation to support empty selections
2025-04-29 23:56:36 +05:30
Pramod Mahajan
fec6de8a54 removed console 2025-04-29 23:54:59 +05:30
Pramod Mahajan
7e45f6c429 Fixed issue where logged-in users couldn't select future time slots 2025-04-29 11:04:21 +05:30
Pramod Mahajan
c53aa1ec92 Add activity column to logs for clearer action tracking 2025-04-29 00:56:01 +05:30
Pramod Mahajan
4f1cf7c0a5 Update logs to reflect check-in/check-out operations immediately 2025-04-29 00:54:31 +05:30
Pramod Mahajan
054ef8fd17 Updated TimePicker to disable future times and allow only current or past selections 2025-04-29 00:51:31 +05:30
Pramod Mahajan
6b241b14de Optimize attendance logs and regularization APIs to fetch data only when their respective tabs are active 2025-04-29 00:47:32 +05:30
Pramod Mahajan
9b742a2f7f removed console 2025-04-28 12:04:33 +05:30
Pramod Mahajan
4a2dcd82d4 comment default option -select a Job role. 2025-04-28 12:02:40 +05:30
Pramod Mahajan
d88fd3180f modified request for manage role. 2025-04-28 11:36:34 +05:30
Pramod Mahajan
a84cb355c8 changed image and directory icons 2025-04-28 09:27:49 +05:30
Pramod Mahajan
b595fe6a0f added id in roles obj request 2025-04-26 22:56:59 +05:30
Pramod Mahajan
66703de72e changed btn size. to sm 2025-04-26 18:43:06 +05:30
Pramod Mahajan
1ca337067a fixed previous role feature to current user role. 2025-04-26 18:31:20 +05:30
Pramod Mahajan
c900dc80a9 hide uneccessary msg or fixed loading condition for create new employee 2025-04-26 18:15:49 +05:30
Pramod Mahajan
a1a3da61db new directory components 2025-04-25 11:02:03 +00:00
Pramod Mahajan
786a5a689e made custome TagInput. 2025-04-25 11:02:03 +00:00
Pramod Mahajan
3160da69d2 added one more css property radius 2025-04-25 11:02:03 +00:00
Pramod Mahajan
099098d39a changed getProjectStatusName getProjectStatusColor location. added these fun in Utils folder 2025-04-23 10:52:55 +05:30
Pramod Mahajan
c76045d39e chanaged getProjectStatusName 2025-04-23 10:49:31 +05:30
Pramod Mahajan
3c9e68f91b created new progressBar component 2025-04-23 10:48:47 +05:30
Pramod Mahajan
7f7f05277a modified projectBanner padding and fontsize. 2025-04-22 10:35:58 +00:00
Pramod Mahajan
fc2f69f429 selected employee list will empty after submission and close model perfectly 2025-04-22 10:33:58 +00:00
Pramod Mahajan
b15f5df8e7 added assign task button for mobile view 2025-04-22 10:33:58 +00:00
Pramod Mahajan
a5d74a0b34 updated a employee list and selected employe list 2025-04-22 10:33:58 +00:00
Pramod Mahajan
450c8143ff removed extra padding. 2025-04-22 10:33:58 +00:00
Pramod Mahajan
977dfcefe8 handled employee not avaible for project. employee list is empty 2025-04-21 16:00:22 +05:30