Commit Graph

  • 03570ecd04 Merge pull request #1250 from itflow-org/develop v25.12 Johnny 2025-12-06 14:36:09 -05:00
  • ca5fb2e010 refined php-xml ext notice johnnyq 2025-12-06 13:46:09 -05:00
  • da561b296e Added php-xml as a requirement johnnyq 2025-12-06 13:38:40 -05:00
  • 523da0dea0 Added a few more things to the changelog johnnyq 2025-12-06 12:35:20 -05:00
  • 0e4cc76a84 Bump Version for 25.12 updated changelog johnnyq 2025-12-06 12:18:11 -05:00
  • 7e39a7ed89 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2025-12-05 12:46:52 -05:00
  • 4a26ea7ed9 Hide Permission Modules on sidenav admin menu as this is not ready for custom modules johnnyq 2025-12-05 12:46:44 -05:00
  • 7c83ba15b9 Mail queue - minor comment syntax error wrongecho 2025-12-03 15:43:55 +00:00
  • 10bfbed4bb Mail queue - introduce a --no-mx-validation flag to bypass recipient domain MX validation wrongecho 2025-12-03 15:30:26 +00:00
  • 81550bd7a8 Ticket merge input - strip text wrongecho 2025-12-03 15:13:52 +00:00
  • a430bb917e Add CSV Escaping to the Sample Export CSV Files johnnyq 2025-12-02 15:18:20 -05:00
  • e1a579387f Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet johnnyq 2025-12-02 15:04:05 -05:00
  • fe8df66c67 Migrate Import/export clients to ajax-modals johnnyq 2025-12-01 20:33:01 -05:00
  • 5bb410f80c Converted all Document Link Modals to the new ajax-modal, also switched trash icons for unlink icons in document details johnnyq 2025-12-01 17:16:59 -05:00
  • 29b79b9d4e Bump TinyMCE from 8.2.0 to 8.2.2 johnnyq 2025-11-28 17:37:38 -05:00
  • 0f8a8d1464 Bump TCPDF from 6.10.0 to 6.10.1 johnnyq 2025-11-28 17:34:16 -05:00
  • cc92a4b7ee Bump stripe-php from 18.1.0 to 19.0.0 johnnyq 2025-11-28 17:31:04 -05:00
  • 3ffef6df51 Remove library phpMimeParser as its no longer needed and php-imap webklex is not doing this function johnnyq 2025-11-28 17:27:05 -05:00
  • 78e4787b99 Bump PHPMailer from 7.0.0 to 7.0.1 johnnyq 2025-11-28 17:24:12 -05:00
  • 540512a156 remove folder location vars as no longer needed as files and documents have been merged johnnyq 2025-11-28 15:26:26 -05:00
  • 7737dbc65d Migrate Invoice to Recurring Invoice to an ajax modal johnnyq 2025-11-28 15:15:01 -05:00
  • faa94d888d Convert Quote to Invoice to use ajax-modal johnnyq 2025-11-28 14:44:47 -05:00
  • 99e2487d2b Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere. johnnyq 2025-11-28 14:14:46 -05:00
  • f09d8ffe05 Fix dupe ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query. johnnyq 2025-11-28 13:07:56 -05:00
  • c486e3fe62 Conver the what should be the last bulk asset interfaces modals to the new ajax johnnyq 2025-11-27 14:13:33 -05:00
  • ba2d6b6709 Convert Bulk Edit Product Category modal to ajax johnnyq 2025-11-27 13:41:53 -05:00
  • a388a279bc Convert Bulk Edit Product Category modal to ajax johnnyq 2025-11-27 13:40:09 -05:00
  • 5a64b19a06 Convert Document from Template modal to ajax johnnyq 2025-11-27 13:17:14 -05:00
  • 53178b8d20 Updated bulk action js to pass the checkboxe names into the get array this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together johnnyq 2025-11-27 12:48:59 -05:00
  • 216db04d32 Flag duplicate numbering in debug duplicate-numbering-racecondition wrongecho 2025-11-27 10:27:54 +00:00
  • 13b8f93e17 Add unique index to ticket, quote and invoice numbers wrongecho 2025-11-27 10:27:11 +00:00
  • 0347382a34 Invoices - Allow specifying discount during creation wrongecho 2025-11-27 09:53:35 +00:00
  • 840460afe7 Update Bulk Action JS to accept and pass multiple custom name selector arrays but default to selected_ids if data-bulk-names is not specified johnnyq 2025-11-26 16:12:19 -05:00
  • c851e54e1d Fix Decimal not showing on the iphone for specific fields associated to price cost percentage etc johnnyq 2025-11-26 13:54:24 -05:00
  • 5ef53b569c Create upload folders for recurring tickets and ticket_templates johnnyq 2025-11-24 13:09:01 -05:00
  • 698b4166e8 Add back deleted client edit in post johnnyq 2025-11-24 11:27:01 -05:00
  • 1a9a36829b Process base64 Images for document creation and editing for the API and Client Portal johnnyq 2025-11-24 00:14:27 -05:00
  • 155b8598ff Introduce cleanupUnusedImages function to delete referenced files that have been deleted when editing content which as been added to document template edit. Did not do this for documents as they are versioned and images will remain until the document is fully deleted johnnyq 2025-11-23 15:36:11 -05:00
  • 4153c91f84 Add function copyDirectory so when creating a document from a template copy the document_template folder to documents folder and update links johnnyq 2025-11-23 15:26:29 -05:00
  • a99b19a1b5 Update add and edit Document template to extract base64 images and place them into files instead also delete the document_template/document_template_id folder when deleting a document template johnnyq 2025-11-23 15:09:03 -05:00
  • 18429fda2c Remove all side nav Quick adds johnnyq 2025-11-23 14:53:39 -05:00
  • 435da991ec Add custom folder to uploads for custom uploading for custom modules johnnyq 2025-11-23 14:32:57 -05:00
  • ebd9aae924 Add Document Templates to uploads dir johnnyq 2025-11-23 14:30:50 -05:00
  • 414a84d5ec Focus on Author and Date values johnnyq 2025-11-23 14:24:20 -05:00
  • a3b2517603 Fix up UI on document details header johnnyq 2025-11-23 14:10:45 -05:00
  • 43535082f6 Cleanup UI for document details title header johnnyq 2025-11-23 14:02:01 -05:00
  • e73af9980e Also Delete Documents/Document_id folder during bulk delete johnnyq 2025-11-23 13:43:12 -05:00
  • 0bdd5784ee use saveBase64Image function for edit document as well and when document is deleted, delete the corresponding folder uploads/documents/document_id johnnyq 2025-11-23 13:35:45 -05:00
  • 48719ce29c Add Exclude uploads/documents to gitignore johnnyq 2025-11-23 13:05:56 -05:00
  • 29839d3b23 Implemented saveBase64Images() to convert base64 <img> tags into real files stored under /uploads/<module>/<id>/ with secure filenames. Added wrapper functions and updated document creation to use processed image paths. johnnyq 2025-11-23 13:03:03 -05:00
  • 185ea7d6ac Fix 'Email from at' On tickets that come from emails, was cuasing dup html head body tags causing htmlPurifier to strip it in ticket viewing, so we removed html body and head tags also remove orginal reply on reply ticket emails this removed ##- Please type your reply above this line -## and anything after it. Also removed the custom CSS that was embedded for all email sent out from ITFlow johnnyq 2025-11-22 17:40:44 -05:00
  • ac7623d4f5 Update Add Client to use prepared statments johnnyq 2025-11-21 20:53:04 -05:00
  • 3d119261cc Add cleanInput function without mysqli_escape_string and converted add and edit payment method to Procedural mysqli Prepared Statments johnnyq 2025-11-21 19:54:50 -05:00
  • 169619c9b9 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-11-18 13:08:17 +00:00
  • b991f787a2 Introduce subject-based automatic ticket merging/reply detection where e-mail is sent from a known contact or domain and the subject is a 95% match for a ticket opened in the last 7 days for that client wrongecho 2025-11-18 13:08:02 +00:00
  • 215fc6803e Fix Bulk Ticket Merging due to missing modal footer johnnyq 2025-11-17 15:27:23 -05:00
  • a79c1c8246 Remove Duplicate get_query_strings code as this is all handled in the the filter header johnnyq 2025-11-17 14:55:05 -05:00
  • 1aa6419b1b Fix Broken Updating asset noted in asset details modal johnnyq 2025-11-17 13:51:19 -05:00
  • c7ef3627ce Merge pull request #1247 from itflow-org/develop Johnny 2025-11-17 12:22:24 -05:00
  • 02694f6720 Fix Broken Links in Email to Agent via Client Portal Ticket Update, update changelog johnnyq 2025-11-17 12:10:10 -05:00
  • f50aabb570 Update Changelog johnnyq 2025-11-17 11:59:43 -05:00
  • 19b8d09bfd Update Ticket Detail card to use the adminlte's Card Collapse johnnyq 2025-11-17 11:55:03 -05:00
  • 66fb999a8c Update Test IMAP to use a Raw connection instead of depending on the Deprecated php-imap extension johnnyq 2025-11-17 11:29:05 -05:00
  • 0c5883b61b Use btn-tool for side references in Ticket details and some cleanup johnnyq 2025-11-16 20:56:30 -05:00
  • ef66d5172c Move Ticket edit from top Right Menu to Ticket Details Section johnnyq 2025-11-16 20:27:58 -05:00
  • 118f9a34d8 Update Changelog johnnyq 2025-11-16 20:02:26 -05:00
  • b61dfac569 Ticket Details Checks, Dont display Add/edit relations if no cliet in selected, dont show relations in ticket edit if no client assigned to ticket, also dont display public and email response type if no contact_email exists johnnyq 2025-11-16 19:56:59 -05:00
  • 79160f9b5c Dont show Client Tickets in Ticket Details Breadcrumbs if not client is assigned a ticket johnnyq 2025-11-16 19:35:42 -05:00
  • d2523cff4a Add Tag Displays in edit and listing, remove unused type column johnnyq 2025-11-16 18:41:30 -05:00
  • 1839599769 Added Tag Type Filter Nav to tags johnnyq 2025-11-16 18:21:01 -05:00
  • 29e1b56e78 Hide contract side nav as its not yet complete johnnyq 2025-11-16 17:58:07 -05:00
  • 47e647c712 Update Changelog and bunp App Version johnnyq 2025-11-16 17:55:13 -05:00
  • a87b0b0447 Fix regression in dashboard has client johnnyq 2025-11-16 17:40:06 -05:00
  • 96b8fcad3a Fix Pay With a Saved Card in Invoice Listing if Saved Cards are on files for that client johnnyq 2025-11-16 17:34:37 -05:00
  • cf0fa0024c Update Wording on delete provider johnnyq 2025-11-16 17:16:46 -05:00
  • aba5ed9271 Add Back Delete Payment Provider, the db will cascade delete all related recurring payments, related saved cards and client payment provider relation johnnyq 2025-11-16 17:12:02 -05:00
  • 63141f3578 Composer updates johnnyq 2025-11-16 16:00:57 -05:00
  • 612041635d Updated symfony/http-foundation from 7.3.3 to 7.3.7 johnnyq 2025-11-16 15:49:11 -05:00
  • efcc0fd5cb Add Where clause to only accept saved payment by logged in session_client_id in Client Portal johnnyq 2025-11-16 15:33:45 -05:00
  • b0724f5b66 Add TOTP Secret to Export / Offboard Client Documentation PDF johnnyq 2025-11-15 19:17:03 -05:00
  • 66a2b4b6d2 Afer Ticket Merge Redirect to new ticket Details johnnyq 2025-11-15 17:09:46 -05:00
  • 77b4dfa50a Add UserID: on hover in users johnnyq 2025-11-15 16:59:39 -05:00
  • 1e6e7fd6d8 If ticket doesn't have a client dont show client section johnnyq 2025-11-15 16:51:31 -05:00
  • 46a1b673ba Fix Add Ticket Watcher johnnyq 2025-11-13 00:01:35 -05:00
  • 7230325e62 Migrate Ticket Template add to ajax-modal, add category type option if not defined, add product type if not defined johnnyq 2025-11-12 17:04:53 -05:00
  • af8e733cfb Added Quick Add Links to the majority of Side bars navs johnnyq 2025-11-12 16:27:03 -05:00
  • 26ab43c57f Fix Mail Queue link when sending a test email, updated the quote send email wording to Quote sent johnnyq 2025-11-12 14:50:05 -05:00
  • 15ed4ef1ce Fix unable to delete Vendor Templates johnnyq 2025-11-12 14:35:06 -05:00
  • 0ac76766bd Add Asset Tags Display in Contact Details, asset details, along with their detail modals johnnyq 2025-11-11 21:05:59 -05:00
  • abb97ad99f [Feature] Added Asset Tags johnnyq 2025-11-11 19:57:51 -05:00
  • 6cdc26b55b Fix broken edit payment methods due to missing hidden field johnnyq 2025-11-09 12:24:04 -05:00
  • d1dcc5fb7e Merge pull request #1246 from itflow-org/develop v25.11 Johnny 2025-11-08 13:47:43 -05:00
  • 9f19fd3c75 Fix Folder in Document API End point johnnyq 2025-11-08 13:10:35 -05:00
  • 61dedb7e7b Removed old Cron Files from /scripts/ removed old sendmail function along with PHPMailer requirments in functions.php, removed debug php ext check for php-mime-mail-parser and php-imap johnnyq 2025-11-08 12:56:16 -05:00
  • 65d2b8b2cb UJpdate App Version and Changelog for release johnnyq 2025-11-08 12:44:58 -05:00
  • 1d3f206660 Addec Contract Templates Listing add modal and add post code johnnyq 2025-11-07 17:55:19 -05:00
  • ab46899e72 [FEATURE] Client Contracts, initial DB Schema, rates and net terms along with SLA Reponse / Resolution times will eventually be moved over to this johnnyq 2025-11-07 16:49:35 -05:00
  • 723a423b06 After ticket Creation Redirect to ticket details with Client Side bar and Top bar, Remove Currency code from Client Add / Edit defaults to company currency for now johnnyq 2025-11-07 14:27:22 -05:00
  • a837b97870 Migrated the last of the bulk modals to the new ajax-modal johnnyq 2025-11-06 22:49:44 -05:00
  • 8be0789f25 Converted even more bulk modals to the new ajax-modal johnnyq 2025-11-06 20:36:30 -05:00