Commit Graph

  • c7f4e48a27 A Few more places to update recurring invoice vars johnnyq 2025-03-11 22:38:13 -04:00
  • 87c1a95b06 Few more places for recurring invoice vars johnnyq 2025-03-11 22:26:52 -04:00
  • 4efb39358a Missed recurring_invoice details and fixes up a few other places for recurring invoice vars johnnyq 2025-03-11 22:24:19 -04:00
  • 619b93a545 Renamed Recurring to recurring_invoices updated a large portion of code, and updated many other fields to reflect recurring_invoice and not just recurring johnnyq 2025-03-11 22:08:37 -04:00
  • a0598997d7 Update Recurring Tickets in a few more places johnnyq 2025-03-11 19:55:08 -04:00
  • d0b8095bba Feature: Added additional assets to Recurring Tickets as well johnnyq 2025-03-11 19:36:39 -04:00
  • daab1bca3d Rename the remain items from Scheduled Tickets to Recurring Tickets johnnyq 2025-03-11 18:32:24 -04:00
  • a0a2fddd90 Feature: Additonal Assets can now be assigned to a single Ticket johnnyq 2025-03-11 17:41:40 -04:00
  • f61c30bd5a Started work on additional assets per ticket, added table ticket_assets, Fixed Legacy Check User Role Functions johnnyq 2025-03-11 15:10:23 -04:00
  • 4921d1eb19 More Work on Client Users section, added User Icon Indicator in contact if a user account exists johnnyq 2025-03-11 13:59:01 -04:00
  • 28c8b1a6da Fix missing attachments on ticket replies via the ticket email parser johnnyq 2025-03-10 19:17:40 -04:00
  • 3f0a6df717 Organize color theme settings into similar color rows johnnyq 2025-03-10 18:46:08 -04:00
  • 07c8398e0d Update user_roles naming in setup and setup_cli johnnyq 2025-03-10 18:06:47 -04:00
  • 82c7a64a25 Added Bulk Delete Asset Functionality and also deleted more asset reference tables as we are not using cascade delete yet johnnyq 2025-03-10 17:35:16 -04:00
  • 164a6a5604 Started Standard user view and client user view in users johnnyq 2025-03-10 16:51:10 -04:00
  • 9b6ea851e7 Removed the prepended user_ from the fields in the user_roles table, moved user_role_id from user_settings directly to users table, rename table user_permissions to user_client_permissions, removed unused Sessions vars in login. This upedate will require to update using update_cli.php --db_update johnnyq 2025-03-10 15:57:16 -04:00
  • 3804e18e53 When cron or manually generating invoice from a Recurring Invoice insert referencing recurring Invoice ID into the invoice johnnyq 2025-03-10 12:34:31 -04:00
  • 244a47efad Added Recurring Invoice Reference ID to Invoices and Product ID reference to Invoice Items johnnyq 2025-03-10 12:26:14 -04:00
  • 89e59b2448 Merge pull request #1184 from itflow-org/tck-time-by-tech Johnny 2025-03-09 12:31:34 -04:00
  • bf9c2f6de7 Merge pull request #1182 from itflow-org/tck-fr-at Johnny 2025-03-09 12:31:07 -04:00
  • ff80a3db3f Merge pull request #1186 from itflow-org/develop Johnny 2025-03-08 18:11:38 -05:00
  • c7d00d7b0d Fixed Changelog johnnyq 2025-03-08 17:53:20 -05:00
  • 1c6e74b08e Update Changelog put back the missing parts for 25.02.3 johnnyq 2025-03-08 17:40:36 -05:00
  • f8d054f8aa Bump minor version and update the Changelog johnnyq 2025-03-08 17:25:10 -05:00
  • e5dc50ec35 Add time by technician report wrongecho 2025-03-07 22:57:18 +00:00
  • e0dfaf2d22 Fixed a few var errors in ajax contact details johnnyq 2025-03-07 16:58:52 -05:00
  • 757a62c35b Fix Ticket Count under contact listing johnnyq 2025-03-07 16:44:38 -05:00
  • 52a62fc23c Fix Client URL in recurring Invoices johnnyq 2025-03-07 14:47:47 -05:00
  • 44b70d7161 Add database field for ticket_first_response_at. This can be used as part of metric reporting and also as part of SLAs in the future wrongecho 2025-03-07 13:28:35 +00:00
  • ad9e4b4fb4 Added new php function to retrieve and escape a single record from a specified table using an id getFieldById(table, id, field_to_retrieve, escape_method) escape method defaults to SQL but html and json and int can be specified johnnyq 2025-03-04 13:45:21 -05:00
  • 4fdd5ae769 Fix Bug adding software license if no vendor is selected johnnyq 2025-03-04 00:13:21 -05:00
  • fac2df0d3a Merge tag 'v25.02.3' into tbl2502 ThaMunsta 2025-03-03 16:54:06 -05:00
  • 9f2b9e3b3e Merge pull request #1181 from itflow-org/develop Johnny 2025-03-03 15:57:26 -05:00
  • 2c074e9dc4 Spelling johnnyq 2025-03-03 15:55:01 -05:00
  • 0fad31d683 Update changelog new minor release johnnyq 2025-03-03 15:53:58 -05:00
  • dc53c4b878 Merge tag 'v25.02.1' into tbl2502 ThaMunsta 2025-03-03 15:49:53 -05:00
  • b154930a4c Fix Notifications johnnyq 2025-03-03 15:36:32 -05:00
  • 359b04e7d1 Merge pull request #1180 from itflow-org/develop Johnny 2025-03-03 15:22:57 -05:00
  • cc00e3bf75 Add Periods to the changelog johnnyq 2025-03-03 15:19:18 -05:00
  • 0454685039 Update Changelog johnnyq 2025-03-03 15:09:40 -05:00
  • b5eb325c5e Fix Dismissed Notification Search Filter johnnyq 2025-03-03 15:00:33 -05:00
  • ed6276a3e4 Add Active Inactive filter to recurring invoices johnnyq 2025-03-03 14:56:04 -05:00
  • 5da1310e34 Combine Notifications dismissed and notifications into 1 and add link to Notifications Ajax modal johnnyq 2025-03-03 14:36:38 -05:00
  • a69b09c9e6 Bugfix: When exporting to CSV, the first asset isn't shown wrongecho 2025-03-03 09:42:45 +00:00
  • 8da3bb15e9 Add physical location field to asset csv import/export wrongecho 2025-03-03 09:29:28 +00:00
  • 8488445bf4 Start March changelog wrongecho 2025-03-03 09:06:07 +00:00
  • 546d21adac Fix client notes on edit modal wrongecho 2025-03-03 09:03:49 +00:00
  • 580f50b187 Added Link button to WYSIWYG Document Creation and editing johnnyq 2025-03-03 00:22:51 -05:00
  • 4744276f2a Don't count Non-Billable Invoices in overdue count johnnyq 2025-03-03 00:07:22 -05:00
  • 6106b8aebb Fix broken client link for the report clients with a balance johnnyq 2025-03-02 21:03:02 -05:00
  • dd2b203321 Merge pull request #1178 from itflow-org/43-ssl-history Johnny 2025-03-02 11:22:34 -05:00
  • 7994c9c7a8 Add SSL certificate history tracking Marcus Hill 2025-03-02 10:15:26 +00:00
  • ae59aa3326 Add SSL certificate history tracking Marcus Hill 2025-03-02 10:12:47 +00:00
  • 0ab9a1c97d Temp fix warnings on num_domains expiring / num_domains_expired vars not defined yet Marcus Hill 2025-03-02 09:50:50 +00:00
  • 2908568e2a Fix certificates not showing notes Marcus Hill 2025-03-02 09:40:21 +00:00
  • 2b673a1b6c Merge branch 'develop' of https://github.com/itflow-org/itflow into develop Marcus Hill 2025-03-02 09:26:28 +00:00
  • bece8abfe2 Prune db updates older than a year Marcus Hill 2025-03-02 09:26:16 +00:00
  • ac2b355399 updated Changelog and bumped app version to 25.02.2 johnnyq 2025-03-01 21:21:03 -05:00
  • 7e658ee1f2 Merge pull request #1177 from itflow-org/develop Johnny 2025-03-01 12:29:14 -05:00
  • bbee81c3bb Merge pull request #1176 from Whit3XLightning/Whit3XLightning-patch-2 Johnny 2025-03-01 12:11:59 -05:00
  • 45b61ba335 Updated Changelog johnnyq 2025-03-01 12:09:43 -05:00
  • 32e6345cbc Add Paid to the top of a pdf invoice if paid johnnyq 2025-03-01 12:03:48 -05:00
  • afff46972a Update folder_create_modal.php Tallyn Morse 2025-02-28 23:26:39 -06:00
  • d197995226 Updated Changelog, and Updated version to 25.02.1 johnnyq 2025-02-28 15:24:47 -05:00
  • 09fa23519d Use Generated Thumbnail images if available in Gallery view for files, add options to download Original, Preview (Optimized) or Thumbnail johnnyq 2025-02-28 14:43:03 -05:00
  • 9da736daee Enhance the file picture upload optimization to read EXIF data when available and correctly adjust the image orientation for the optimized version. johnnyq 2025-02-28 13:55:32 -05:00
  • 410d1e0f86 Add Fade Animation to ajax modals johnnyq 2025-02-28 13:34:26 -05:00
  • 12ad7962c0 Wrap text in notifications johnnyq 2025-02-28 13:31:53 -05:00
  • 397ebc5112 Merge pull request #1175 from ssteeltm/fix-kanban-dragging-touch Johnny 2025-02-27 23:25:58 -05:00
  • d48823925a fix: kanban cards dragging when on touch devices ssteeltm 2025-02-27 18:36:34 -03:00
  • 6f49f16f6b Fix Links cannot contain directories that exist https://forum.itflow.org/d/1568-bulk-send-email-links-cannot-contain-directories-that-exist johnnyq 2025-02-27 15:21:04 -05:00
  • c2664a2888 Add .zed to the .gitignore johnnyq 2025-02-27 11:46:29 -05:00
  • 4529a56d7b Fix Sort Newest to oldest in notifications johnnyq 2025-02-27 11:22:02 -05:00
  • fded8177c5 Added contact and Asset Indicators with quick links to credentials page johnnyq 2025-02-26 16:00:22 -05:00
  • e670a9847a Added Indicator Counts for assets, credentials, licenses, tickets and documnent in Contacts Listing johnnyq 2025-02-26 15:35:14 -05:00
  • 8aada99f06 Added Edit to asset and contact details ajax modal for quick edits, added more links to the vendor details ajax modal johnnyq 2025-02-26 13:46:04 -05:00
  • 04e624cc14 Added Purchase Reference to Software Licneses johnnyq 2025-02-26 12:59:03 -05:00
  • 55ebe70808 Add Vendor Details Popup, works with Domain Vendors right now, Added fallBack function when no text is present use a placeholder johnnyq 2025-02-25 18:16:03 -05:00
  • f23afdd85c Added Quick Category/Tag Add throughout utilizes the new ajax modal johnnyq 2025-02-25 17:05:34 -05:00
  • bac76871c1 Added vendor UI select elements for software johnnyq 2025-02-24 21:36:30 -05:00
  • 56cbcf2921 Removed Single Link Vendor Login and single link software login. These are unused will be moved to multi to multi relationship, also added vendor_id to software to reference a vendor johnnyq 2025-02-24 21:24:57 -05:00
  • f2dc25aedb Added Link to and unlink Items in Asset Details johnnyq 2025-02-24 19:08:00 -05:00
  • 2367ca2255 Remove expire record limits and only include items expiring within 45 days instead of 90 in client overview johnnyq 2025-02-24 17:24:43 -05:00
  • 6ef48b9e36 Merge remote-tracking branch 'origin/develop' into tbl2502 ThaMunsta 2025-02-24 17:05:17 -05:00
  • f28c1ce398 In-App alerts are spawned 1,7 and 45 days instead of 1,7,14,30 and 90 johnnyq 2025-02-24 17:03:29 -05:00
  • 70dbe5b626 allow lan ips ThaMunsta 2025-02-24 17:01:43 -05:00
  • eab570ee36 allow lan ips ThaMunsta 2025-02-24 16:51:06 -05:00
  • ccdbea63b4 Merge remote-tracking branch 'origin/develop' into tbl2502 ThaMunsta 2025-02-24 16:27:26 -05:00
  • 3f023b9d54 Merge branch 'tbl2502' into techbar ThaMunsta 2025-02-24 16:25:26 -05:00
  • 6cc6e80f92 Fixed ticket link for agent email notifications on scheduling tickets johnnyq 2025-02-24 16:19:22 -05:00
  • 9aeda2ce53 Set Array instead of selecting Days to Expire in client overview johnnyq 2025-02-24 13:18:32 -05:00
  • a08393b4d4 Fix Redirect Link when scheduling tickets that conflict with other scheduled tickets johnnyq 2025-02-24 12:52:35 -05:00
  • 02c1446cb8 Fix Transfer Asset(s) to Client johnnyq 2025-02-24 12:42:31 -05:00
  • 5a6c721f07 Merge tag 'v25.02' into tbl2502 ThaMunsta 2025-02-24 12:02:34 -05:00
  • 8e66434ec4 Updated asset details Link in rack, fixed opening asset details modal when clicking on a connected asset in asset details page johnnyq 2025-02-23 15:48:47 -05:00
  • 66d43d8a95 Dashboard When clicking domains or certificates sort by expire date asc johnnyq 2025-02-23 12:30:47 -05:00
  • 6c7052ea0d Fix missing public key var in certificate edit johnnyq 2025-02-23 12:23:13 -05:00
  • a994bb7e8c Update Links on Project and and client listing johnnyq 2025-02-22 17:37:35 -05:00
  • 9b109c7abd Update links in project list johnnyq 2025-02-22 17:29:19 -05:00
  • 95855fc22e Update links in client overview johnnyq 2025-02-22 17:27:16 -05:00