Commit Graph

  • 1ce4dd932e Updated PL report - changed Gross Profit to Gross Revenue as is more accurate for taxation johnnyq 2026-01-29 13:55:09 -05:00
  • ff0bb49926 Tidy up Ticket to Invoice Description johnnyq 2026-01-29 13:13:24 -05:00
  • 018642cbb8 Fix Ticket View / filtering johnnyq 2026-01-28 23:33:12 -05:00
  • bf1d0655c4 Update Ticket list ui smaller badge for ticket and smaller task progress bar and more natural dates johnnyq 2026-01-28 22:52:56 -05:00
  • 874b07f4d7 More UI/UX updated to ticket details shrink padding on right cards, update wordings, changed header paddings, made unassigned a clickable badge no longer red, swapped trash cans for times icons, much cleaner overall johnnyq 2026-01-28 22:06:50 -05:00
  • 19fa210743 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2026-01-28 18:16:54 -05:00
  • c8a6513d1c Fix new times on new date time displays in ticket details johnnyq 2026-01-28 18:16:38 -05:00
  • 01288c8452 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2026-01-28 23:10:54 +00:00
  • a60d3bb3a0 More Ticket Details UI/UX Sprucing better label naming etc johnnyq 2026-01-28 17:41:14 -05:00
  • 0470159c55 Added function formatDuration to format times like worked etc, updated Time worked in Ticket details to use the new function and some other minor ui/ux cleanups in ticket details johnnyq 2026-01-28 16:08:39 -05:00
  • e1a93035fd Undo client scoping uses = instead of LIKE in tickets resolve.php --- see forum thread 2667 wrongecho 2026-01-28 14:57:28 +00:00
  • c0b7a26905 API bugfixes before release: - apiEncryptLoginEntry should be apiEncryptCredentialEntry - Client scoping uses = instead of LIKE in tickets resolve.php wrongecho 2026-01-28 14:48:41 +00:00
  • 704d770ec2 Fix Icon to Chevron down if Expand all folders is clicked johnnyq 2026-01-27 16:32:17 -05:00
  • d42d2d99b1 Remember folders expanded by Passing folders_expanded var in breadcrumb links and search in files johnnyq 2026-01-27 16:27:04 -05:00
  • ebfcc15927 Feature: File Folders are collapsed by default with a global option to exapand all folders or expand individual folder by click johnnyq 2026-01-27 16:15:18 -05:00
  • 4693aa3c93 Render root in display_folders function in files instead of it being seperate johnnyq 2026-01-27 15:25:20 -05:00
  • 07df657848 Bugfix: newline char showing in parsed emails wrongecho 2026-01-27 17:25:53 +00:00
  • ef9436a1fb Bugfix: Ticket edit modal not setting assigned agent wrongecho 2026-01-27 12:32:41 +00:00
  • 9318f42ce0 Remove Folder option in edit document modal as this is reserved for move to folder modal johnnyq 2026-01-24 01:37:00 -05:00
  • 85c37d78a8 Do not update document_updated_at field if document is moved, toggle visibity, renamed, archived or restored same with bulk johnnyq 2026-01-24 01:27:50 -05:00
  • ff02ab0cea Show Document Updated at instead of created at. This fixes where it should show the initial document creation date instead of the most updated date, also renamed uploaded column to updated johnnyq 2026-01-23 13:06:06 -05:00
  • bd8bf026f0 Allow svg email attachemment for mail parser johnnyq 2026-01-23 11:24:26 -05:00
  • 644dc95380 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2026-01-21 12:40:43 -05:00
  • f4935efed3 Remove deprecated quick adds to the client overview johnnyq 2026-01-21 12:40:30 -05:00
  • 1712d34846 Kanban - move to v2 (rewritten style) wrongecho 2026-01-21 13:15:23 +00:00
  • f0f1134be6 Fix phone number formatting is both asset details page and modal johnnyq 2026-01-19 17:26:40 -05:00
  • e0f7460e08 If not client_id then do not include &client_id= in ticket uris as this would cause ticket viewing to break if client_id is 0. johnnyq 2026-01-19 17:01:38 -05:00
  • ae1d71dcd7 append client_id to the uri for agent ticket links so that the when clicked will take them to the client section and show client header along with the bread crumbs link of client tickets johnnyq 2026-01-19 16:24:31 -05:00
  • 3cfe38c948 updated UI for contact details so menu is on the left instead of top. Also load the first tab based off the count johnnyq 2026-01-17 17:35:05 -05:00
  • c1f0b63101 Fix login not passing master key if agent is client and agent and if MFA is enabled johnnyq 2026-01-17 17:07:22 -05:00
  • 0a658d7cab Fix Document Update API johnnyq 2026-01-17 13:17:17 -05:00
  • 3ed2582a9b Remove TaxID from packing slip johnnyq 2026-01-15 14:09:03 -05:00
  • 2ea68776f6 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2026-01-15 13:13:25 -05:00
  • c1ff22298f Remove xcustom from .gitignore as its been superceded by custom johnnyq 2026-01-15 13:13:15 -05:00
  • e94d2f93ea Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2026-01-15 17:35:35 +00:00
  • e7f6f8a4c7 Mail Parser - NDR Parsing wrongecho 2026-01-15 17:35:13 +00:00
  • 4ffe75683b Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2026-01-15 12:28:34 -05:00
  • 687920743d Fix user_id not being set in audit logs for agent and client logins, also fix issie where user_id wasnt being set in client portal. johnnyq 2026-01-15 12:28:20 -05:00
  • 1a93149643 Basic asset history tracking (transfers) - See https://tasks.dev.itflow.org/task_details.php?task_id=19 wrongecho 2026-01-15 14:58:23 +00:00
  • 11d6654763 Basic asset history tracking - See https://tasks.dev.itflow.org/task_details.php?task_id=19 wrongecho 2026-01-15 14:49:41 +00:00
  • 512d65c17a Keep asset PO/ref when copying wrongecho 2026-01-15 14:22:22 +00:00
  • 5a274061f3 Invoice - add a basic picking/packaging slip wrongecho 2026-01-15 13:58:53 +00:00
  • a398ac7a8d Mail Parser - Support flowed text wrongecho 2026-01-15 11:54:37 +00:00
  • 41df4c4b9f API Keys - Revoke then Delete wrongecho 2026-01-15 11:37:17 +00:00
  • 7e7909cec1 Mail Parser - Do not automatically send new ticket notifications to noreply/donotreply addresses wrongecho 2026-01-15 10:38:25 +00:00
  • 7322bd66df Invoices - Show agent names in history wrongecho 2026-01-15 10:19:56 +00:00
  • 39affa5528 Show trips on main nav for everyone if accounting enabled wrongecho 2026-01-15 10:04:48 +00:00
  • 374111c88d Add digiBandit as sponsor wrongecho 2026-01-15 09:28:52 +00:00
  • 72fc0015bf Add digiBandit as sponsor wrongecho 2026-01-15 09:28:03 +00:00
  • 7ab406b3f5 Convert mysqli_fetch_assoc to mysqli_fetch_row in setup for table import johnnyq 2026-01-14 18:02:11 -05:00
  • df280cd574 Fix missing isset in view in tickets.php johnnyq 2026-01-14 17:36:06 -05:00
  • 0a30300bde replace all instances of mysqli_fetch_array with mysqli_fetch_assoc for better performance and memory usage johnnyq 2026-01-14 17:30:23 -05:00
  • cb8b99d6ae up the permissions to added edit Payment johnnyq 2026-01-12 18:12:20 -05:00
  • 1d3f29d385 added edit Payment johnnyq 2026-01-12 18:11:41 -05:00
  • c154113474 Do not add Signature on ticket comment if Public only when reply is emailed johnnyq 2026-01-12 15:18:22 -05:00
  • e02a6fc5e6 Use mysqli_fetch_assoc in login johnnyq 2026-01-12 12:30:12 -05:00
  • 78040573d1 Fix Remove Powered by ITFlow on Login Screen when WhiteLabel is enabled johnnyq 2026-01-12 12:27:44 -05:00
  • 981f9ace04 TinyMCE - add all options to mobile (we may regret this) wrongecho 2026-01-12 16:12:06 +00:00
  • 208f7ac8f0 Tickets Kanban - Keep the selected view (kanban/list) when applying other filters - Allow filtering tickets by project (main and kanban v2) wrongecho 2026-01-12 16:11:36 +00:00
  • 661f8db10b Tickets Kanban - Keep the selected view (kanban/list) when applying other filters - Allow filtering tickets by project (main and kanban v2) wrongecho 2026-01-12 16:04:02 +00:00
  • b48168ffec Rewrite kanban in more procedural code to match existing codebase (as a v2, delete old and rename once we're happy) wrongecho 2026-01-12 15:36:06 +00:00
  • 908ebb46d9 Merge pull request #1258 from itflow-org/ticket-task-approvals wrongecho 2026-01-12 12:27:24 +00:00
  • 58bcb38617 Add task approval system (tidy) ticket-task-approvals wrongecho 2026-01-12 12:21:10 +00:00
  • 1de023f9df Fix Role Archiving, Roles can only be archived if no users are assigned to the role johnnyq 2026-01-11 16:46:53 -05:00
  • 5815ef2f75 Added bulk delete, archive and restore and invidual file/document restore functions to files johnnyq 2026-01-10 20:38:04 -05:00
  • e5dab8b1ca Update files to use mysqli_fetch_assoc for better performance and memory optimization. Add title for List View and Grid View johnnyq 2026-01-10 19:12:22 -05:00
  • 56c4b7fbe6 Add show archived logic to files johnnyq 2026-01-10 19:03:28 -05:00
  • 365b65e5b2 fix Bulk Delete Documents and Files johnnyq 2026-01-10 16:27:12 -05:00
  • 2193cd8d3e switched from mysqli_fetch_array to mysqli_fetch_assoc in client modals johnnyq 2026-01-10 16:09:03 -05:00
  • 8b221bc055 switched from mysqli_fetch_array to mysqli_fetch_assoc in clients listing page. This will have a major query speed and memory optimization impact johnnyq 2026-01-10 15:54:19 -05:00
  • 77e4d2b566 Add task approval system wrongecho 2026-01-09 17:14:44 +00:00
  • 88a29b7599 Bugfix: Mail queue loop not sending invoices to all billing contacts wrongecho 2026-01-09 16:56:11 +00:00
  • 64525750b6 Fix readme demo creds wrongecho 2026-01-09 13:56:29 +00:00
  • 30499123f1 Bugfix: Portal not showing contact user id in session wrongecho 2026-01-09 13:50:46 +00:00
  • 79703042ff Update client table responsiveness viewpoint to fix issue when window is a certain width on the desktop johnnyq 2025-12-30 16:58:44 -05:00
  • ccd5605d97 Remove unused code johnnyq 2025-12-29 18:03:53 -05:00
  • 908277065b Fix Ticket Template auto filling for v1 ticket creation johnnyq 2025-12-29 17:47:24 -05:00
  • f2d4eb0486 Fix Ticket Template auto filling johnnyq 2025-12-29 17:46:23 -05:00
  • f784b659e8 Remove extra agent client wording johnnyq 2025-12-20 15:05:47 -05:00
  • e60a7a59f9 Fix Login flow where user agent and client exists and agent has MFA but will not let them continue, also update some wording and button colors. Also dont show email password fields again after success and login as agent and client is shown. johnnyq 2025-12-20 14:30:57 -05:00
  • cab81ca170 Fix Billable sort johnnyq 2025-12-18 20:39:47 -05:00
  • a82e2c7ea1 Billable and non billable status use icons check and minus johnnyq 2025-12-18 20:38:15 -05:00
  • a277380441 Set API key back to 32 Chars johnnyq 2025-12-18 20:03:33 -05:00
  • ad5710b1d8 Fix Invoice CSV Exporting johnnyq 2025-12-18 20:00:56 -05:00
  • 3e3531a6ce Set API Key to 32 Chars johnnyq 2025-12-18 14:28:24 -05:00
  • a79ce23ae5 Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys johnnyq 2025-12-18 14:24:53 -05:00
  • 163aa3062e Merge pull request #1254 from itflow-org/develop Johnny 2025-12-14 14:03:56 -05:00
  • 32f996d034 If login key is set and it is not provided show Client Email instead of just Email for placeholder johnnyq 2025-12-14 13:42:38 -05:00
  • 312eb4dffc Allow use of login key only for agents johnnyq 2025-12-14 13:16:54 -05:00
  • 1916456c84 Fix White Label not displaying on the login page johnnyq 2025-12-14 13:04:53 -05:00
  • 9b8d37b577 Updated changelog johnnyq 2025-12-13 15:47:28 -05:00
  • 05018e5f17 Added Reset favicon johnnyq 2025-12-13 15:45:02 -05:00
  • 72ef918452 Update changelog and bump app version to 25.12.1 johnnyq 2025-12-12 16:51:34 -05:00
  • 27fde82aff Fixed Adding Payment provider not adding an account, now adding you can customize the income/expense account, expense category, and Expense vendor. Moved Saved Payment Provider Methods into Payment Providers as a link instead of on the admin side nav. Same with AI Provider and AI Models. johnnyq 2025-12-12 16:42:09 -05:00
  • b27ffe6635 Refine DB Helpers johnnyq 2025-12-10 18:32:46 -05:00
  • 84cc4a094a Add DB helpers to make MySQLi Prepared statements less bloated and require less code johnnyq 2025-12-10 17:09:34 -05:00
  • e75600ee05 Fix New ticket button in contact details in the related tickets section johnnyq 2025-12-10 13:18:41 -05:00
  • 871ad2ea7e Update legacy client login links to use the new unified login method johnnyq 2025-12-10 12:21:12 -05:00
  • 8b5f2e0f3f Update + credit wrongecho 2025-12-10 08:54:24 +00:00
  • 58d6ab7342 Unify Agent and Client login, if same user exists as a client and an agent then offer a selection of client portal or agent portal johnnyq 2025-12-09 13:39:16 -05:00