|
71aee738f4
|
Add Directory Management Feature with Permission Handling
|
2025-05-24 15:45:43 +05:30 |
|
|
7c09cf49e1
|
Implemented an API to update Contact Category Master
|
2025-05-23 05:45:52 +00:00 |
|
|
a14bbb06a6
|
Implemented an API to update Buckets for grouping contacts.
|
2025-05-23 05:45:38 +00:00 |
|
|
95aef84a3a
|
Accepting List of buckets and categories Ids rather than as payload
|
2025-05-22 22:10:51 +05:30 |
|
|
23e8eedf17
|
Implemented filtering functionality for Get Contact List API
|
2025-05-22 17:26:51 +05:30 |
|
|
bb561187fb
|
Update Marco.Pms.Services/Helpers/DirectoryHelper.cs
Added entrie to DirectoryUpdateLog Table
|
2025-05-22 06:13:50 +00:00 |
|
|
fe5e58dce0
|
Implemented an API to suspend a Contact
|
2025-05-22 06:13:50 +00:00 |
|
|
9fbf55eeb5
|
Implemented an API to retrieve a list of organizations provided in the contacts.
|
2025-05-21 10:28:17 +05:30 |
|
|
d1b899f846
|
Merge pull request 'Created an API to get contact profile by its Id' (#63) from Ashutosh_Task#230_Get_Contact_By_Id into Feature_Directory
Reviewed-on: #63
|
2025-05-20 08:17:43 +00:00 |
|
|
6eea98c5a1
|
Created an API to get contact profile by its Id
|
2025-05-20 09:46:03 +05:30 |
|
|
5693bbba17
|
Changed tag validation
|
2025-05-19 13:18:32 +05:30 |
|
|
24d2cbbfce
|
Corrected the typo of ContactTagtId to ContactTagId
|
2025-05-19 10:57:17 +05:30 |
|
|
6d38e005bc
|
Added an API to add a note to specific contact
|
2025-05-17 18:35:31 +05:30 |
|
|
37eba7a47f
|
Added an API to suspend a n existing Contact-note
|
2025-05-17 18:35:31 +05:30 |
|
|
1be23802c7
|
Added an API to Update existing Contact-note
|
2025-05-17 18:35:31 +05:30 |
|
|
0685a12c62
|
Added an API to get contact category by its size
|
2025-05-17 18:35:31 +05:30 |
|
|
18067732ed
|
added an API to get a list of contact-notes by contact ID
|
2025-05-17 18:35:31 +05:30 |
|
|
c16f9a08d9
|
Added an API to deleted ContactTag as well remove entries in contact-tag mapping table related to that tag
|
2025-05-17 18:35:31 +05:30 |
|
|
c330023ee7
|
Added functionality to stop recreating tas of same name
|
2025-05-17 18:35:31 +05:30 |
|
|
8288a19dd8
|
properly mapped the updated Dto to contact table
|
2025-05-17 18:35:31 +05:30 |
|
|
8c938b545e
|
Refetched the contact in update contact API
|
2025-05-17 18:35:31 +05:30 |
|
|
38e5ad664e
|
added an API to get list of contacts by bucket id and added project- contact mapping table
|
2025-05-17 18:35:31 +05:30 |
|
|
54d6d5f1bd
|
Added an API to delete existing contact category
|
2025-05-17 18:35:31 +05:30 |
|
|
326ceecdbf
|
Revert "added an API to get list of contacts by bucket id and added project- contact mapping table"
This reverts commit 22f777ca87053d2c79db610a27b8d7a5169e57bc.
|
2025-05-17 18:35:31 +05:30 |
|
|
e78cc74246
|
added an API to get list of contacts by bucket id and added project- contact mapping table
|
2025-05-17 18:35:31 +05:30 |
|
|
b50cda12b8
|
When checking in exsiting tag change Id from mapping Id to Tag ID
|
2025-05-17 18:35:30 +05:30 |
|
|
ccf339ca0b
|
Added an API to create bucket
|
2025-05-17 18:35:30 +05:30 |
|
|
22be364a0a
|
Fixed the errorof finding tag in wrong table
|
2025-05-17 18:35:30 +05:30 |
|
|
d86a85389e
|
Added an API to create a contact tag
|
2025-05-17 18:35:30 +05:30 |
|
|
ccd28908d0
|
Added an API to Get a list of buckets Assigned to that employee
|
2025-05-17 18:35:30 +05:30 |
|
Pramod Mahajan
|
c803a570c4
|
added api to get list of contact tag
|
2025-05-17 18:35:30 +05:30 |
|
|
711b47ddf4
|
Added an API to update existing contact
|
2025-05-17 18:35:30 +05:30 |
|
|
c2223e4029
|
Created an endpoint to fetch list of all contact category in that tenant
|
2025-05-17 18:35:30 +05:30 |
|
|
84cfdc29b2
|
Created an API to create the Contact category
|
2025-05-17 18:35:30 +05:30 |
|
|
dac586f498
|
Added logs to the 'Get List of Contacts' endpoint.
|
2025-05-17 18:35:26 +05:30 |
|
|
dbaabb1728
|
Added an API to create contact and populate related tables as well
|
2025-05-17 18:34:47 +05:30 |
|
|
78f95d6f81
|
Added an API to create contact and populate related tables as well
|
2025-05-17 18:33:41 +05:30 |
|
Pramod Mahajan
|
13d6bf94d9
|
created GetListOfContact custome function
|
2025-05-17 18:33:41 +05:30 |
|
|
e3dfcb4ee0
|
Added DirectoryHelper in helper folder
|
2025-05-17 18:33:41 +05:30 |
|
|
c5a9777898
|
Added a flag in the Employee List API to retrieve active and inactive employees separately.
|
2025-05-08 05:38:16 +00:00 |
|
|
c1228e9a22
|
Implement an API endpoint that allows for to suspension of an employee.
|
2025-05-05 17:22:35 +05:30 |
|
|
3ec1ff1b5f
|
Converte all Ids from Integer to Guid
|
2025-05-03 09:44:35 +00:00 |
|
|
e6d0dbcdca
|
Removed Possible null refreance warnings
|
2025-04-29 05:44:32 +00:00 |
|
|
cac50a3f06
|
Added checklist to report api
|
2025-04-15 15:47:57 +05:30 |
|
|
dc9b696265
|
Fixed Confilt
|
2025-04-14 12:48:42 +05:30 |
|
|
e41faf4045
|
Passing role name in record attendance api
|
2025-04-09 10:41:00 +05:30 |
|
|
58bb684c4b
|
Removed all Warnings from Services project
|
2025-04-09 09:18:15 +05:30 |
|
|
7ddb37852e
|
Added Apis for task allocations
|
2025-04-04 15:42:42 +05:30 |
|
|
0ea14ff112
|
Push user rights branh
|
2025-03-25 13:01:56 +05:30 |
|
|
17d42f2cdf
|
Add main version branch
|
2025-03-25 11:53:37 +05:30 |
|