Commit Graph

4720 Commits

Author SHA1 Message Date
Johnny 0a63ed2cd6
Merge pull request #1091 from itflow-org/bugfix-tck-schd-notif
Bugfix: Ticket scheduling emails
2024-10-23 00:29:00 -04:00
johnnyq f2dedbf8e8 Cmplete Migrate Contact Users to Users 2024-10-22 23:53:14 -04:00
johnnyq ee19e1b967 Check for user type of during login and set a temp if condition on check_login.php to see if user_type field exists and query user based off that result, the condition will be removed at a later date 2024-10-22 17:06:18 -04:00
johnnyq ba64a179c6 Add contact_user_id to contacts table to associate a contact with a user 2024-10-22 16:34:08 -04:00
wrongecho 30738ed9fd Bugfix: Ticket scheduling emails
Scheduling a ticket should only send an email if config_ticket_client_general_notifications is enabled
2024-10-22 19:42:40 +01:00
johnnyq 499f9456f8 DB Update add user_role_type to differentiate between itflow users, client users and api permissions 2024-10-22 14:08:50 -04:00
johnnyq 48b306452c Phase 1 - Combining contact logins with users table - Add User Type field to users table 2024-10-22 13:47:44 -04:00
johnnyq ea494a8b5c Fix FullCalendar Links 2024-10-21 13:53:40 -04:00
johnnyq b456caa129 Bump FullCalendar from 6.1.10 to 6.1.15 2024-10-21 13:48:29 -04:00
johnnyq b1de0c86f6 Fix Broken Client Details page 2024-10-21 13:36:44 -04:00
johnnyq 47c6c70c67 Bump DataTables from 2.0.8 to 2.1.8 2024-10-21 12:29:05 -04:00
johnnyq a93187fdf8 Add Number of Tasks in the ticket template selection when creating a ticket 2024-10-20 14:49:50 -04:00
johnnyq c214c12d00 FEATURE: Auto Populate Create Ticket when selecting a template, remove old ticket mail parser code 2024-10-20 14:34:09 -04:00
johnnyq 061e912123 Tidy 2024-10-20 12:48:14 -04:00
johnnyq fccc8ab8fd Fix adding a device to a rack: Unit Start number cannot be higher than Unit End number 2024-10-19 16:34:03 -04:00
johnnyq c32c47785e Fix notification action log path for cron successully run 2024-10-19 16:13:36 -04:00
johnnyq ab9ae71ac7 Do not resanitize subject after passed to the create/update ticket function as its sanitized before passing to the functon, this caused unessesary slashes in the subject line if sql escape chars were used 2024-10-19 15:56:26 -04:00
johnnyq 051fdda9a8 Bump TinyMCE from 7.3.0 to 7.4.1 2024-10-18 18:08:39 -04:00
johnnyq 36af07c837 Bump PHPMailer from 6.9.1 to 6.9.2 2024-10-18 18:02:09 -04:00
johnnyq 1e964fe90a Remove WEBKLEX-PHP_IMAP Libraries 2024-10-18 17:44:43 -04:00
johnnyq 6cd5290f4c Migrate cron_ticket_email_parser.php back to using php-mime-mail-parser libraries and php extensions php imap and php Mailparse while still keeping the new functionality from the webklex php-imap version of this script. There were wayyy to many dependcies with WebKlex and ran into way too many problems. This delays OAAUTH2 until we can find a better solution 2024-10-18 17:29:45 -04:00
johnnyq 02e3ca3f52 Wording 2024-10-18 16:12:11 -04:00
johnnyq 64a3f8f1cc UI Update of Client Add / Edit Modals - Moved Lead Checkbox next to Name, Moved Shortned Name and tags to main tab 2024-10-18 16:00:41 -04:00
johnnyq b15a175044 When creating Ticket from main ticket listing and not the client listing make Client Selectable first 2024-10-18 15:42:09 -04:00
johnnyq 8dca7bc183 Simplify Ticket Creation and Edit Model by removing unessesary tabs and combining fields to fewer tabs 2024-10-18 15:40:17 -04:00
johnnyq 6c1c5d6523 Simplify Ticket Template Creation by putting all fields into 1 modal tab instead of multiple and removing the ability to ass tasks via add ticket template, this should be done in the details 2024-10-18 15:11:54 -04:00
johnnyq d01d912154 Move logout to a file logout.php in /post fixes issue where one cant logout if in admin section, also redirect to login page with or without login key if set 2024-10-18 00:12:08 -04:00
johnnyq fe86ca0dd7 Bump php-mime-mail-parser from 8.0 to 8.0.4 2024-10-17 23:33:53 -04:00
johnnyq 77ed7aa7ff Updated new cron mail parser 2024-10-17 23:15:39 -04:00
johnnyq 646b94d8ab Initial work on new Mail Parser that uses the old php imap libraries and not the new webklex 2024-10-17 20:55:23 -04:00
johnnyq 878e145550 When Editing Recurring Expense use the Next Month Date instead of selecting the month that the recurring expense was initially created 2024-10-15 18:28:53 -04:00
johnnyq bfd5973be8 Fix Bulk Actions by removing input form requirements for Create asset ticket as they share one giant form 2024-10-12 15:38:43 -04:00
johnnyq 5bc260e0c0 Wording Fix 2024-10-11 12:31:55 -04:00
johnnyq 0fc6a2f02c Keep contact contact within the media body 2024-10-10 18:13:35 -04:00
johnnyq 4289ba3026 Display Link Location Name in the Custom Links Listing 2024-10-10 17:37:53 -04:00
johnnyq 22086bef24 Optimize Guest Post to only selecting the required Database Table Fields and Tidy 2024-10-10 17:01:40 -04:00
johnnyq 0954579216 rename admin to administration and use user-shield icon 2024-10-10 16:57:27 -04:00
johnnyq e37df8bf4b Fix Custom Link Order to ASC instead of DESC as well 2024-10-10 16:53:31 -04:00
johnnyq ab1c5ac631 FEATURE: Custom Links can be added to the Top Nav Note must have icons 2024-10-10 16:51:00 -04:00
johnnyq eaab9b75de Send InApp Notification when Quotes have been Declined or Accepted, also show status under guest url 2024-10-10 15:28:30 -04:00
johnnyq 2b2840a43c When Adding a Ticket Template to a Project Template use the Template name and not the subject also optimized Query 2024-10-10 14:42:57 -04:00
johnnyq 4963f2f385 Add Ticket Category to New Ticket and Bulk add Tickets through assets 2024-10-10 01:38:21 -04:00
johnnyq a9ebc1395c Fix Repeating ticket number when adding bulk tickets via assets 2024-10-10 01:08:12 -04:00
johnnyq 70ae55eacb Tidy 2024-10-09 15:49:42 -04:00
johnnyq 134f4f9ad3 FEATURE: Create Ticket for each asset in Bulk 2024-10-09 15:24:40 -04:00
johnnyq bbdc83e57e Add Cron Execution Notify placeholder to notifications 2024-10-09 14:01:42 -04:00
johnnyq ef3c87f5d9 Added some headings to notifications to help seperate them 2024-10-09 13:25:34 -04:00
johnnyq 6fa3aea520 Add placeholder for ITFlow Update Notification to Notifications Settings 2024-10-09 13:15:53 -04:00
johnnyq 51578cd743 Update Wording 2024-10-09 13:12:35 -04:00
johnnyq 66a28685a3 Add Place Holders for Certificate, Asset Warranty and Shared Item View to the Notifications settings, also removed 120 Days from the Notifications Settings page 2024-10-09 13:10:52 -04:00