Commit Graph

  • 3eda726b2b API - New tickets wrongecho 2024-12-14 17:06:03 +00:00
  • 19221b8749 Merge pull request #1119 from itflow-org/typeahead-os Johnny 2024-12-14 11:53:33 -05:00
  • 7577f505d5 Merge pull request #1120 from itflow-org/api-tck-fix wrongecho 2024-12-14 13:59:32 +00:00
  • e417badf92 API - New ticket bugfix wrongecho 2024-12-14 13:55:39 +00:00
  • 6d23cca51b Assets: Suggest operating systems when adding an asset wrongecho 2024-12-14 13:37:40 +00:00
  • 1a972d6a3e Added Fax in the UI johnnyq 2024-12-13 15:59:20 -05:00
  • 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 johnnyq 2024-12-13 15:12:48 -05:00
  • 10496c2971 Merge pull request #1118 from itflow-org/bugfix-tck-feedback Johnny 2024-12-13 11:49:10 -05:00
  • 6df53db9da Bugfix: Ticket feedback notifications wrongecho 2024-12-13 16:29:02 +00:00
  • 0ffb39980f Started work on vendor contact post code johnnyq 2024-12-12 19:27:19 -05:00
  • 768511f6e5 Fix Non Existent warning file causing Javascipt to break in Users section johnnyq 2024-12-12 17:55:55 -05:00
  • 4681a340dc Fix Non Existent warning file causing Javascipt to break in Client Assets section johnnyq 2024-12-12 11:37:34 -05:00
  • 3eb1530dbc Initial Work on Vendor Details johnnyq 2024-12-11 18:58:01 -05:00
  • 580b7cd4c0 Added Vendor Contact Create and Edit Modals johnnyq 2024-12-11 18:01:52 -05:00
  • 4689b8c5c7 Remove ridicelous Export CSV Warning message johnnyq 2024-12-11 16:30:42 -05:00
  • 8ab82d9edf Really fix it now johnnyq 2024-12-10 22:26:05 -05:00
  • 41f60e6b21 Dont show update successfull if already updated johnnyq 2024-12-10 22:23:53 -05:00
  • 3b079de8ad Fix update_cli to get the proper latest db version johnnyq 2024-12-10 22:19:41 -05:00
  • 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 johnnyq 2024-12-10 22:06:35 -05:00
  • d5e5a13fe7 Automatically select the current asset in asset details whjen creating a recurring or regular ticket johnnyq 2024-12-10 20:51:16 -05:00
  • 0bff350463 Add Recurring tickets list to contact details as well as the ability to Create and Edit Recurring contacts all witihin contact details johnnyq 2024-12-10 20:40:47 -05:00
  • e24c79fbaf Add Recurring Tickets to asset details, added ability to open a ticket for asset in asset details, also recurring ticket johnnyq 2024-12-10 20:23:04 -05:00
  • 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 johnnyq 2024-12-10 17:47:41 -05:00
  • d35d6a93b0 Merge pull request #1117 from ssteeltm/master Johnny 2024-12-10 15:48:34 -05:00
  • bb6a1c3cc7 Feature: Allow AI to Generate Document Templates with a prompt example Generate AD Structure Documentation, File Share etc johnnyq 2024-12-10 15:47:12 -05:00
  • 52da072711 Ticket Summary with detected language Hugo Sampaio 2024-12-10 16:54:57 -03:00
  • 1e05c7d524 Fix Ticket Summary move js inline with ticket.php as js files cant read php vars johnnyq 2024-12-10 14:24:48 -05:00
  • c9a5df30d8 PHP Tag fix johnnyq 2024-12-10 14:07:46 -05:00
  • 2ac32ab0c5 AI Feature Ticket Summary: Summarieze an entire ticket johnnyq 2024-12-10 14:03:43 -05:00
  • 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 johnnyq 2024-12-10 12:40:22 -05:00
  • f3faaa2a4e Revert Wireless Access Point to Access Point johnnyq 2024-12-09 11:29:00 -05:00
  • 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 johnnyq 2024-12-08 15:22:37 -05:00
  • c4870e49cf Ensure All commands are executed within the update and setup scripts directory johnnyq 2024-12-07 15:53:17 -05:00
  • 2cf2545f32 name script finalized johnnyq 2024-12-07 15:49:07 -05:00
  • 41743a529f Update CLI show help screen and show if an argument is invalid johnnyq 2024-12-07 15:46:48 -05:00
  • 6b8d02c6ef DB Update Add vendor_templates table to eventually seperate out templates from the vendors table johnnyq 2024-12-07 15:38:35 -05:00
  • 29f75fc69c Update CLI - Added option to specify a when update the app otherwise default to www-data johnnyq 2024-12-07 15:26:29 -05:00
  • 5f8b68ac3c Setup CLI Fix Country Example to include full country name and add additonal eg for timezones johnnyq 2024-12-07 15:21:20 -05:00
  • a8328172e6 Allow force_update to be seperate from --update johnnyq 2024-12-07 15:16:46 -05:00
  • 926935ceb6 Add help to the update_cli and execute standard update by default also fix getting the current DB version johnnyq 2024-12-07 15:09:29 -05:00
  • b43a7ec16d Initial work on update script via cli the update_cli.php can only be run via command line preventing web public dir execution johnnyq 2024-12-07 14:46:08 -05:00
  • 0a59ab33b9 Added setup_cli.php to allow to setup via the command line via interactive prompts and non intertactive by argument switches this allows for better automation of installing itflow in places like docker, ansible, HestiaCP Auto Install scripts etc johnnyq 2024-12-07 14:09:15 -05:00
  • 6501fc528e Add IP back to the default shown columns in assets johnnyq 2024-12-07 12:45:09 -05:00
  • 095c5b95ac Removed Physical Asset location in show additonal columns instead show Physical Location below location johnnyq 2024-12-07 12:26:41 -05:00
  • 193e9e3e01 Make Company Name clickable johnnyq 2024-12-06 19:44:14 -05:00
  • e1b30f6c25 Update Side nav to use icon next to company johnnyq 2024-12-06 19:40:10 -05:00
  • 804164bc3f Center Align Company Name in side bar and downsize the font size johnnyq 2024-12-06 19:17:15 -05:00
  • 324f66b5fd Update the UI Header for Asset Selection on in the client assets and reports sections johnnyq 2024-12-06 18:45:34 -05:00
  • 74e7507f7d Change asset TV to Display, changed Firewall icon to Fire johnnyq 2024-12-06 17:00:52 -05:00
  • acf5268139 Wording Fix for Share Link johnnyq 2024-12-06 16:21:01 -05:00
  • 26ca2ab907 Fix View After Delete and turn it into a switch johnnyq 2024-12-06 16:10:56 -05:00
  • 6ae18dbc43 Update UI in share Model Remove Views instead use Delete after view and set long expiration dates and chnage them to a radio buttons instead of select johnnyq 2024-12-06 14:11:51 -05:00
  • 22f5bdb1c0 Merge pull request #1113 from itflow-org/invoice-guest-cancelled Johnny 2024-12-06 11:42:39 -05:00
  • 9312aac7fc Merge pull request #1112 from itflow-org/portal-contacts-bugfix Johnny 2024-12-06 11:42:24 -05:00
  • 9bc1ebd7ea Merge pull request #1115 from itflow-org/fix-contact-related-logins wrongecho 2024-12-04 23:03:28 +00:00
  • 8954287047 Merge pull request #1114 from itflow-org/tt-bulk-reply wrongecho 2024-12-04 22:17:26 +00:00
  • 4213a33652 TT for bulk resolve too wrongecho 2024-12-04 21:14:35 +00:00
  • 1caf33b7c2 Bugfix contact related logins. This was caused by login_id being used more than once due to joins wrongecho 2024-12-04 17:20:13 +00:00
  • 7afa1760f3 Add time tracking for bulk ticket replies wrongecho 2024-12-04 16:49:51 +00:00
  • 425b06e550 Add time tracking for bulk ticket replies wrongecho 2024-12-04 16:43:09 +00:00
  • ab19d37f5f Guest invoice view wrongecho 2024-12-04 16:26:27 +00:00
  • da1b3b55b1 Portal contacts wrongecho 2024-12-02 18:01:29 +00:00
  • a31387720c Fix self avatar uploading johnnyq 2024-11-27 13:34:39 -05:00
  • 439d1bc3db Move Extension down one line in contact details johnnyq 2024-11-27 12:55:17 -05:00
  • ad62edb7f6 Fix networks page not displaying dns if secondary dns server was not entered johnnyq 2024-11-27 12:42:09 -05:00
  • f731104375 Fix Credential Deleting johnnyq 2024-11-27 12:24:37 -05:00
  • 53c888c4b8 Add User Type to session, along with user type check johnnyq 2024-11-27 11:50:45 -05:00
  • 8eb32a09b2 Feature You can now Add and Remove User type Software Licenses in Contact Details johnnyq 2024-11-26 16:58:37 -05:00
  • bbed55a8ff Added Linking and unlinking services in contact details johnnyq 2024-11-26 16:16:24 -05:00
  • 5e8a6bfcd6 Added Unlinking of credentials and assets to contact details johnnyq 2024-11-26 15:29:40 -05:00
  • cbbf8c27ba Fix Ticket Watchers not getting emails when No Contact is selected on a ticket, and add the ability to link files in contact details johnnyq 2024-11-26 14:06:34 -05:00
  • 8968476b7c Added Many to Many Linkage between contacts and documents, asset, credential linkage and unlinkage in contact details, more to come johnnyq 2024-11-25 23:55:33 -05:00
  • 8c296de205 Do not check to see if session is set before setting timezone always set timezone, Fixes MFA when switching timezones johnnyq 2024-11-25 12:20:56 -05:00
  • 5a8234db13 Remove branding from downloaded files via link and use original filename replaced old logging function in download with new logAction funtion johnnyq 2024-11-25 11:58:08 -05:00
  • 8050dffbb8 Enhancement: DB Structure Update: Seperate Logs into 3 seperate log tables error_logs, auth_logs, audit_logs. This will provide huge performance benefits and organization johnnyq 2024-11-24 15:04:23 -05:00
  • 94e2a4b1f0 Added Placeholder for Linking items to a contact in contact details johnnyq 2024-11-24 13:06:26 -05:00
  • 137438f873 Added Archive, Unarchive functions for contact notes along with the ability to add a note under client contact details page johnnyq 2024-11-24 12:38:59 -05:00
  • 8599729602 Defined a note_type_array in get_settings to define note type and associated icon incorporated the array into the Selectboxes to create note and the UI display in contact details johnnyq 2024-11-24 12:11:31 -05:00
  • 276e3c79a0 Merge pull request #1107 from ColDog5044/master Johnny 2024-11-24 10:58:02 -05:00
  • ffa677db30 Fix typo in admin_settings_quote.php Collin Laney 2024-11-24 02:22:12 -05:00
  • 44a8431960 Fix typo in admin_settings_ticket.php Collin Laney 2024-11-24 02:20:45 -05:00
  • 47b720b063 Fix typo in admin_settings_invoice.php Collin Laney 2024-11-24 02:13:05 -05:00
  • a80fddfc0d Delete Contact Notes when contact is deleted also delete contact references when delting a client johnnyq 2024-11-23 18:18:22 -05:00
  • 724d4a347a Feature: Contact Notes / Interactions - Create an Add Model and display cpontact notes under contact details johnnyq 2024-11-23 17:52:03 -05:00
  • 1766b95fc4 Fixed table layout in Client Portal Documents, put pretty content in the portal footer instead as it caused issues with the XSS Protection Content-Security-Policy johnnyq 2024-11-23 16:43:16 -05:00
  • 1c0441060e FEATURE: Added Tables for Multiple Notes with note type to keep track of interactions and notes for clients, contacts, assets and vendors. UI to come next johnnyq 2024-11-23 15:36:39 -05:00
  • 504b28ee4c Fix Create / Copy Trips missing trip_id johnnyq 2024-11-23 11:45:32 -05:00
  • b2651f7445 Merge pull request #1106 from itflow-org/user-create-fix wrongecho 2024-11-20 21:44:03 +00:00
  • a216f1bbf8 Bugfix: Creating users wrongecho 2024-11-20 21:43:33 +00:00
  • c96833a977 When adding a ticket from contact details page make sure sure the contact is selected by default johnnyq 2024-11-20 14:08:40 -05:00
  • fe24e3bcea Update Breadcrumbs to always have a link to the client for fast access to the client section. The breadcrumb order will change depending how you access using the global view or within the client section on Invoice, Quote, Ticket, Recurring Invoice johnnyq 2024-11-20 12:41:29 -05:00
  • 1e4306381f DB Optimizing in Ticket Selections and relogicify mark billable also more logging johnnyq 2024-11-19 18:46:07 -05:00
  • dea702b45f Fix missing ) in Portal Post was a logging regression which also fixes poral logout johnnyq 2024-11-19 18:22:53 -05:00
  • 050d15579d More in depth logging ticket history and less passing vars from POT in ticket POAST johnnyq 2024-11-19 18:18:32 -05:00
  • bbe2b1d2c9 Bump TinyMCE from 7.4.1 to 7.5.1 johnnyq 2024-11-19 16:08:20 -05:00
  • a10486a95c Breaking AI Change you must update the URL to include the full URL in settings > AI example for openai: https://api.openai.com/v1/chat/completions johnnyq 2024-11-19 15:42:48 -05:00
  • dcedddcad6 Moved AI Reword Buttons to the WYSISYG toolbar, Seperated Document and ticket toolbars. Ticket Toolbar has items related to tickets while document has additional items related to documents johnnyq 2024-11-19 15:33:14 -05:00
  • 9d44d3e849 Uncomment contact add alert johnnyq 2024-11-19 12:03:09 -05:00
  • b7163dad6d Add isset check on file upload johnnyq 2024-11-19 11:59:52 -05:00
  • c181954960 Fix alert johnnyq 2024-11-19 11:45:01 -05:00