Commit Graph

  • 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
  • ff3df12523 allow webp for users and profile johnnyq 2024-11-18 18:19:57 -05:00
  • 097e1c7b5f Add Acceptable File formats on the Client side, also allow webp for image file uploads in assets, locations, expenses and contact johnnyq 2024-11-18 18:14:13 -05:00
  • 34e09f32e0 Remove unessesary check if file has been uploaded as the function already does that johnnyq 2024-11-18 16:29:42 -05:00
  • 06314e136e Replicated previous fix by using enctype=multipart/form-data for bulk forms that have subforms that require a file upload johnnyq 2024-11-18 16:16:00 -05:00
  • 9d5818050e Fix Contact Photo not uploading when editing the first contact, odd fix but worked the edit contact forms are wrapped in a parent form on the entire table itself for Bulk changes. For some reason it wouldnt take the first edit modal form if we didnt enctype = multipart/form-data fo the parent form even though each edit subform has it already. it doesnt make sense but works johnnyq 2024-11-18 16:07:22 -05:00
  • 1a968abb35 Fix var for Reccuring Item added alert johnnyq 2024-11-18 14:10:07 -05:00
  • 32158872b2 get client id for logging when adding recurring items johnnyq 2024-11-18 14:08:13 -05:00
  • c9b38b2b5f Show only logged in user notifications johnnyq 2024-11-17 15:14:40 -05:00
  • eacb345c70 Only show notificaiton in alert window for logged in user and increase the limit from 5 to 8 johnnyq 2024-11-17 15:11:03 -05:00
  • cf6df1c2b1 Only show dismissed notifications pertaining to the logged in user johnnyq 2024-11-17 15:09:30 -05:00
  • a81bcf350c When Dismiss all notifications are clicked only dismiss the notificaitons of the logged in user only johnnyq 2024-11-17 15:03:05 -05:00
  • acec430e28 Fix var name in client edit post johnnyq 2024-11-17 14:59:54 -05:00
  • 9c24a780be More Checkbox enhancements, remove js from dashboard if finanacial isnt selected johnnyq 2024-11-17 14:54:16 -05:00
  • b2fff24bd9 Change theme on click now instead of selecting them then hitting submit more ?? 0s for the form checkboxes johnnyq 2024-11-17 14:33:31 -05:00
  • c2be946f7a Switched contact to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field in the form model hence cleaner code johnnyq 2024-11-16 17:45:16 -05:00
  • 978c7c5db4 Switched location to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field hence cleaner code johnnyq 2024-11-16 17:38:19 -05:00
  • 20a24b6ec6 Fix PHP error on login check if Array last_visited is set johnnyq 2024-11-16 16:33:23 -05:00
  • 20c87044b9 Only accept jpg, jpeg and png for company logo johnnyq 2024-11-16 15:09:38 -05:00
  • 5f4356546f Fix ticket post missing ) johnnyq 2024-11-16 14:03:03 -05:00
  • 7fd0a40ea1 logAction is used everywhere in ticket post, also did some logic tiday updates, but way more need to happen within ticket post so more to come johnnyq 2024-11-16 14:01:08 -05:00
  • 235d1641f0 Update Edit Ticket Logic, Moved fetching ticket info before check notify for logging and alerting and to reduce the amount of post data received johnnyq 2024-11-16 12:34:13 -05:00
  • d5524f75b0 Format Alerting / Logging Currency for transfers johnnyq 2024-11-15 16:05:57 -05:00
  • 9d15721845 Fix Payment Amount logging johnnyq 2024-11-15 16:00:02 -05:00
  • 4ca9fbe655 wording johnnyq 2024-11-15 15:31:47 -05:00
  • 95ec0b2979 UI Update Setup: Move locale settings to its own screen johnnyq 2024-11-15 15:28:20 -05:00
  • 278ba079c3 Updated cron mail queue and cron email ticket parser to use new logAction and tidy up code johnnyq 2024-11-15 13:40:04 -05:00
  • bc5e089e95 Updated login to use new logAction and tidy up code johnnyq 2024-11-15 13:07:38 -05:00
  • 7b9229d926 Updated Portal post to use new logAction and tidy up code johnnyq 2024-11-15 12:53:41 -05:00
  • 881f498237 Wording Updates Azure to Entra johnnyq 2024-11-15 12:31:10 -05:00
  • a6a94e3ccd More logAction function updates to client portal entra login amd cleaned up the client entra login portal for better presentation of vars johnnyq 2024-11-15 12:29:46 -05:00