johnnyq
5818c7fe18
feat. Added Contact Roles to Bulk Actions
2024-01-31 14:23:47 -05:00
johnnyq
00197cef96
feat: Bulk Set Contact Department / Group
2024-01-31 13:53:25 -05:00
johnnyq
777637277b
Fix Issue where if you edited first record that shared the same form input name like location then it would blank out the first record if edited this is fixed by adding bulk_ in front of the form Input names under the bulk modals not sure why this happens but this is the fix
2024-01-27 14:15:18 -05:00
johnnyq
50b00c5712
Feature: Bulk Edit Contact Phone Number useful where the share an Office Number but have seperate extensions
2024-01-27 13:45:11 -05:00
johnnyq
f2719a612e
Feature: Bulk Action - Assign Location for contacts
2024-01-26 23:59:24 -05:00
johnnyq
92ccd7de14
Update/Fix Mail Functions in POST/contact.php and event.php - sanitize POST vars instead the whole mail subject and body which prevents having a mixed of confusing redundant escaped and unescaped vars also fixed scheduling calendar events was not working to send an email out
2024-01-20 19:08:51 -05:00
johnnyq
7c12a716a4
When Archiving a contact remove Important, Billing and Technical Roles along with Blanking out Auth and Hashed Password
2023-12-28 22:14:45 -05:00
johnnyq
957bbc5f55
Update from name and email in other areas as well
2023-12-21 01:47:24 -05:00
o-psi
8b4beacf0e
Update MailQueue to use function
2023-12-19 22:36:51 +00:00
o-psi
53c11edc8c
Update constructs to not have parenthesis.
2023-10-20 15:25:52 -05:00
Marcus Hill
263382073d
Contact small edits
...
- Adjust behaviour when selecting "Send user e-mail with login details?" (show reset link OR prompt user to change password if tech set one)
- Email wording change (remove ITFlow reference and replace with MSP name)
- Show contact PIN in the portal
- Bump password min length to 8 (and enforce on tech side)
- Bugfix undefined send_email value
2023-10-07 20:42:48 +01:00
johnnyq
903efec1dd
When local auth is selected show the password box
2023-09-06 00:49:31 -04:00
Marcus Hill
06c88a0c8f
Bug fix: Log entries auditing tickets created by agents now correctly log under the client
2023-09-03 22:09:58 +01:00
Marcus Hill
b500556403
Add Anonymize Contact feature
...
- Contact name is redacted
- Contact details are removed
- Contact name/email is redacted from tickets & logs
- Contact is archived
2023-09-03 17:02:42 +01:00
johnnyq
a5100ea187
Update the remaining logic to take advantage of the moved contact_primary and contact_location fields
2023-07-03 20:16:39 -04:00
johnnyq
567c01ce3f
Update logic for adding and editing primary location
2023-07-03 17:40:14 -04:00
johnnyq
18274d532e
When Adding new client add contact as important as well, when assigning a new contact as primary contact label them as important updated the logic add and edit logic to include the new field primary contact field under contacts
2023-07-03 17:31:37 -04:00
Marcus Hill
ebecdd3da2
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00