Commit Graph

6421 Commits

Author SHA1 Message Date
gt-business 8e385d8599 Update global_search.php 2024-12-18 18:57:10 -05:00
gt-business 7007c34e8d Update global_search.php 2024-12-18 18:56:26 -05:00
gt-business c5cbfd50d2 Update global_search.php 2024-12-18 18:49:38 -05:00
gt-business 7ee04fa26a Update global_search.php 2024-12-18 18:48:42 -05:00
git-kup 4627736a8c
make global search nicer 2024-12-18 18:10:22 -05:00
git-kup 56f00fe366
Update global_search.php 2024-12-18 17:50:33 -05:00
git-kup d0998b7d0d
Update admin_role.php 2024-12-18 16:35:08 -05:00
git-kup 5fccf5ffd4
Update admin_role.php 2024-12-18 16:33:20 -05:00
wrongecho 1281b7758f
Merge pull request #1124 from Whit3XLightning/patch-1
client_files - check if file shared before assigning variables to prevent errors
2024-12-17 23:37:58 +00:00
Clayton Brown 608c9ef711
check if file shared before assigning variables.
Fixed an issue that produced warnings in the event a file had not been shared. The program was attempting to access a null ($row) array. Also fixed an issue where the author of an uploaded file ($file_uploaded_by) had not been declared in the scope it was being called.
2024-12-17 16:31:52 -06:00
johnnyq 829ee37a53 Add Current App Version by checking the current commit hash, also moved Database version on top with App Version in Debug 2024-12-16 14:24:38 -05:00
Johnny 803704c1ed
Merge pull request #1123 from itflow-org/rec-tck-runnow
Recurring tickets
2024-12-16 14:03:47 -05:00
Marcus Hill ac4a9b8ef2 Recurring tickets
- Allow forcing recurring tickets to run (e.g. cron broke, or you want to do a task early)
- Use new permissions system for recurring UI
- Bugfix: Ticket billable status wasn't saving/displaying on the edit modal
2024-12-16 12:11:29 +00:00
wrongecho fae4f1e59d
readme - we didn't hit stable in 2024, probs early next year now 2024-12-16 09:50:53 +00:00
Johnny 32ef744d6b
Merge pull request #1122 from itflow-org/anon-tck-watcher
Anonymous/Guest tickets - Add the anon email as a watcher
2024-12-14 14:28:03 -05:00
Johnny 83cbb3daa3
Merge pull request #1121 from itflow-org/api-tck-fix-2
API - New tickets
2024-12-14 14:27:48 -05:00
wrongecho 68cfa12f1e Anonymous/Guest tickets - Add the anon email as a watcher 2024-12-14 17:31:06 +00:00
wrongecho 3eda726b2b API - New tickets
- Allow creating tickets for no client / no contact
- Set URL view key
- Fix line break after ticket details that causes odd email formatting
2024-12-14 17:06:03 +00:00
Johnny 19221b8749
Merge pull request #1119 from itflow-org/typeahead-os
Assets: Suggest operating systems when adding an asset
2024-12-14 11:53:33 -05:00
wrongecho 7577f505d5
Merge pull request #1120 from itflow-org/api-tck-fix
API - New ticket bugfix
2024-12-14 13:59:32 +00:00
wrongecho e417badf92 API - New ticket bugfix
Ticket status should be 1, not 'New'
2024-12-14 13:55:39 +00:00
wrongecho 6d23cca51b Assets: Suggest operating systems when adding an asset 2024-12-14 13:37:40 +00:00
johnnyq 1a972d6a3e Added Fax in the UI 2024-12-13 15:59:20 -05:00
johnnyq a21cb08914 DB Structure Update: Add Fax to location, Delete Vendor Contacts tables decided to merge vendor contacts and conacts as one table as contacts table already had a reference to vendor_id 2024-12-13 15:12:48 -05:00
Johnny 10496c2971
Merge pull request #1118 from itflow-org/bugfix-tck-feedback
Bugfix: Ticket feedback notifications
2024-12-13 11:49:10 -05:00
wrongecho 6df53db9da Bugfix: Ticket feedback notifications 2024-12-13 16:29:02 +00:00
johnnyq 0ffb39980f Started work on vendor contact post code 2024-12-12 19:27:19 -05:00
johnnyq 768511f6e5 Fix Non Existent warning file causing Javascipt to break in Users section 2024-12-12 17:55:55 -05:00
johnnyq 4681a340dc Fix Non Existent warning file causing Javascipt to break in Client Assets section 2024-12-12 11:37:34 -05:00
johnnyq 3eb1530dbc Initial Work on Vendor Details 2024-12-11 18:58:01 -05:00
johnnyq 580b7cd4c0 Added Vendor Contact Create and Edit Modals 2024-12-11 18:01:52 -05:00
johnnyq 4689b8c5c7 Remove ridicelous Export CSV Warning message 2024-12-11 16:30:42 -05:00
johnnyq 8ab82d9edf Really fix it now 2024-12-10 22:26:05 -05:00
johnnyq 41f60e6b21 Dont show update successfull if already updated 2024-12-10 22:23:53 -05:00
johnnyq 3b079de8ad Fix update_cli to get the proper latest db version 2024-12-10 22:19:41 -05:00
johnnyq 32d5e333c6 Renamed error_logs to app_logs, created app logs list view and renamed function logError to logApp, updated some of the log functions in cron and ticket mail parser to use the new appLog 2024-12-10 22:06:35 -05:00
johnnyq d5e5a13fe7 Automatically select the current asset in asset details whjen creating a recurring or regular ticket 2024-12-10 20:51:16 -05:00
johnnyq 0bff350463 Add Recurring tickets list to contact details as well as the ability to Create and Edit Recurring contacts all witihin contact details 2024-12-10 20:40:47 -05:00
johnnyq e24c79fbaf Add Recurring Tickets to asset details, added ability to open a ticket for asset in asset details, also recurring ticket 2024-12-10 20:23:04 -05:00
johnnyq c0928e9b68 Dropped the Vendor Templates Table decided to use the same table, added Vendor Contacts Table to allow for more than 1 contact for a vendor 2024-12-10 17:47:41 -05:00
Johnny d35d6a93b0
Merge pull request #1117 from ssteeltm/master
Ticket Summary with detected language
2024-12-10 15:48:34 -05:00
johnnyq bb6a1c3cc7 Feature: Allow AI to Generate Document Templates with a prompt example Generate AD Structure Documentation, File Share etc 2024-12-10 15:47:12 -05:00
Hugo Sampaio 52da072711 Ticket Summary with detected language 2024-12-10 16:54:57 -03:00
johnnyq 1e05c7d524 Fix Ticket Summary move js inline with ticket.php as js files cant read php vars 2024-12-10 14:24:48 -05:00
johnnyq c9a5df30d8 PHP Tag fix 2024-12-10 14:07:46 -05:00
johnnyq 2ac32ab0c5 AI Feature Ticket Summary: Summarieze an entire ticket 2024-12-10 14:03:43 -05:00
johnnyq 501c5fce15 Update update_cli script to only allow the script to run as the owner of the script preventing any permissions issues when updating via git. Also removed the --user option. to run the script you can use sudo -u USER php update_cli.php while in its path 2024-12-10 12:40:22 -05:00
johnnyq f3faaa2a4e Revert Wireless Access Point to Access Point 2024-12-09 11:29:00 -05:00
johnnyq 1d8a78b279 Add Image Thumbnails and Previews for better image optimization update view image modal to JS and allow to move between images using previous and next arrows 2024-12-08 15:22:37 -05:00
johnnyq c4870e49cf Ensure All commands are executed within the update and setup scripts directory 2024-12-07 15:53:17 -05:00