32 Commits

Author SHA1 Message Date
bb0c2acc87 Created an API to create the Contact category 2025-06-09 18:47:18 +05:30
8fae161095 Added "id" in updating endpiont url 2025-05-10 18:14:25 +05:30
ec7e754f59 Added an API endpoint to delete a Work Category, allowing deletion only if IsSystem = false. 2025-05-10 15:23:29 +05:30
5953f37e57 Added an API endpoint to update an existing Work Category, with update allowed only if IsSystem = false. 2025-05-10 15:22:10 +05:30
6f378fe0bd Added an API endpoint to create a new Work Category entry. 2025-05-10 15:17:02 +05:30
20ea1389dd Added an API endpoint to retrieve the Work Category by ID 2025-05-10 15:15:30 +05:30
648d8e691a Added an API endpoint to retrieve the list of all Work Categories. 2025-05-10 15:13:57 +05:30
4c478d28f8 Fixed remaining int to Guid conversions 2025-05-03 09:44:35 +00:00
3ec1ff1b5f Converte all Ids from Integer to Guid 2025-05-03 09:44:35 +00:00
40bb028edc Fixed a bug where unable to cheklist item while updating activity 2025-04-29 13:20:29 +05:30
8634af5f45 If a checklist item is removed while updating an activity, it must also be deleted from the database. 2025-04-28 12:20:16 +05:30
54b43b742a revert 37534e9b31afa317865665c805b83a4fa8edd3ab
revert If a checklist item is removed while updating an activity, it must also be deleted from the database.
2025-04-28 06:47:49 +00:00
37534e9b31 If a checklist item is removed while updating an activity, it must also be deleted from the database. 2025-04-28 12:15:00 +05:30
eee07fa409 Created CRUD operation APIs for Forum Master Tables. 2025-04-26 12:19:28 +05:30
ace2fe7d54 Implemented core forum features including ticket creation, ticket updates, adding and updating comments, managing attachments, retrieving ticket details by ID, and fetching the ticket list 2025-04-25 17:41:44 +05:30
85319cdf49 Added A new API to get list of Industries from its master table 2025-04-16 11:42:45 +00:00
c7304dc80b Renamed columns in ActivityChecklist 2025-04-15 18:05:42 +05:30
1c48ab80aa Added checklist and taskallocation relation table and logic to map taskallocation and checklist in that table in report task API 2025-04-15 17:11:29 +05:30
9b1a1d1fe7 Fixed the error of empty checkList in get activities 2025-04-14 17:03:56 +05:30
829a421ab0 Fixed Confilts 2025-04-14 13:37:27 +05:30
498ea6e4e7 Added the Check list in Activity Master APIs 2025-04-14 12:56:49 +05:30
3ec3618b7e Fixed code error 2025-04-14 12:55:47 +05:30
c6f3216150 Added CheckList to Update and Create API 2025-04-14 12:55:09 +05:30
ed449fdf47 Created new Api for creating and editing activities 2025-04-14 12:55:05 +05:30
17994bff08 Added CheckList to Update and Create API 2025-04-14 12:52:58 +05:30
16a4234f75 Created new Api for creating and editing activities 2025-04-14 12:52:54 +05:30
d1be217740 Fixed code error 2025-04-14 12:52:01 +05:30
f391806a57 Added CheckList to Update and Create API 2025-04-14 12:51:52 +05:30
c3079258d9 Created new Api for creating and editing activities 2025-04-14 12:51:08 +05:30
7ddb1e2f8e Fixed the bug of Attendance Regularization 2025-04-08 16:09:50 +05:30
64c4772595 fixed missing http method 2025-04-04 16:09:47 +05:30
7ddb37852e Added Apis for task allocations 2025-04-04 15:42:42 +05:30