c5aa22a832
Updated profile post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-12 18:26:04 -05:00
115640fc89
Updated product post to use new logAction function, tidy and added more details to logging and add permission check
johnnyq
2024-11-12 18:09:00 -05:00
08c8153d64
Updated network post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-12 17:41:56 -05:00
640a068026
Fix forloop regressions forgot to include POST duh
johnnyq
2024-11-12 17:30:53 -05:00
b88e111c64
Updated location post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-12 17:22:22 -05:00
e45b543ff8
Format Payment for currenct in alerting
johnnyq
2024-11-12 15:16:57 -05:00
b305758152
Finished Updating invoice post to use new logAction function, and appNotify function tidy and added more details to logging
johnnyq
2024-11-12 15:09:55 -05:00
651726c9ea
Fix broken client link in audit logs
johnnyq
2024-11-12 11:26:43 -05:00
808b190c8d
Fix broken AI Settings
johnnyq
2024-11-12 11:01:24 -05:00
c61ec7def6
Partially Updated invoice post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-11 17:39:18 -05:00
1b8722eb90
Updated folder post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-11 16:13:44 -05:00
2a5945816d
Updated file post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-10 14:37:02 -05:00
e58bf3d558
Updated epenses post to use new logAction function, tidy and added more details to logging
johnnyq
2024-11-10 13:32:42 -05:00
1ebd537d9d
Updated Cron to use new logAction function, also updated logAction cron to make session_user_id 0 if not set
johnnyq
2024-11-10 12:44:10 -05:00
5d147c0d7a
Replaced old logging with new logging function in domain event post along with tidy, wording updates and better logging and replaced one line with appNotify function
johnnyq
2024-11-10 12:16:30 -05:00
bd8ef62133
Replaced old logging with new logging function in domain post along with tidy, wording updates and better logging
johnnyq
2024-11-09 19:14:53 -05:00
51a6f7fa8f
Removed left over old logging functionality in document post
johnnyq
2024-11-09 18:10:58 -05:00
93c64c7467
more wording updates
johnnyq
2024-11-09 18:08:19 -05:00
0917633848
Replaced old logging with new logging function in document post along with tidy, wording updates and better logging
johnnyq
2024-11-09 18:01:59 -05:00
ae06ddb068
Replaced old logging with new logging function in credential post along with tidy, wording updates
johnnyq
2024-11-09 15:07:55 -05:00
60a0ebeeb6
added domain name in client creation logging
johnnyq
2024-11-09 13:23:40 -05:00
659aa7a788
Replaced old logging with new logging function in client post along with tidy, wording updates
johnnyq
2024-11-09 13:19:57 -05:00
cc97331676
Replaced old logging with new logging function in certificate post
johnnyq
2024-11-09 12:41:24 -05:00
ac2bbd55a7
Replaced old logging with new logging function in budget post
johnnyq
2024-11-09 12:29:15 -05:00
1090794f7f
Added Bulk File Delete support, Added new user role / permission enforcement on the file posts
johnnyq
2024-11-08 12:20:18 -05:00
01c9e8604f
Updated the cron php script to use app notify removed the _esc from ids in cron ticket email parser as ids are always escaped as ints
johnnyq
2024-11-07 12:30:07 -05:00
a5cd1e1f1a
Replaced old notification with new appNotify in all the Guest_ PHP Scripts
johnnyq
2024-11-07 12:13:05 -05:00
53724c3012
Clarify Contact Billing Role that they will receive a copy of invoices
johnnyq
2024-11-07 11:46:37 -05:00
68c47ee87d
Updated appNotify function to allow null for client_id entity_id and action, also updated all the notification instances to use the new appNotify in cron.php, starting to drop the entity_id as well
johnnyq
2024-11-06 20:56:28 -05:00
db621a97fa
FEATURE: appNotify Function added so each user can get their own notificaiton and can individually dismiss and see their own notifications, only works under invoice viewed right now
johnnyq
2024-11-06 18:58:45 -05:00
af9ec9ca85
Fix broken portal login and password reset due to the timezone set before the session was initiated, now we set the timezone after session has started
johnnyq
2024-11-06 17:55:46 -05:00
6dbf6f0778
Merge pull request #1100 from itflow-org/admin-footer-banner
Johnny
2024-11-06 15:13:59 -05:00
1dd6a02a15
Add banner to admin footer
wrongecho
2024-11-06 12:56:29 +00:00
1a66ad9070
Add banner to admin footer
wrongecho
2024-11-06 12:54:38 +00:00
351bb484a7
Reworked the entire debugger, only grather nessesary info and database comparison to existing and db.sql works now
johnnyq
2024-11-05 17:36:50 -05:00
2250269820
small Fixes UI Cleanups in checks
johnnyq
2024-11-05 15:35:58 -05:00
0d935fa221
Run various Checks (required PHP extentions, shell commands, ssl checks, fqdn check, directory permissions check, php settings check etc during setup
johnnyq
2024-11-05 15:19:23 -05:00
c41b391cb1
SET SQL TIMEZONE on Session, this fixes the issue where created,deleted,updated,archived_ats using SQLs current_timestamp() are set to UTC-0 in SQL causing issues with displaying data in ITFlow as PHP is set to the timezone selected. Note its optional to set system timezone
johnnyq
2024-11-05 13:47:38 -05:00
a3a0a3e8c6
Add xcustom and /post/xcustom to the git ignore list so git doesnt overwrite them except for the readme.php inside them
johnnyq
2024-11-04 22:03:57 -05:00
304623fc05
Guest View Invoice - Fix extra <th> tag in Outsanding Invoices Table
johnnyq
2024-11-04 16:41:57 -05:00
23cc47f8f5
DB Stucture Update: Added Ticket History Table to keep track of ticket events such as priority changes, ticket status, assignment, task completion etc
johnnyq
2024-11-04 12:21:47 -05:00
5211ba73d5
Moved Create Edit User code block towards the top of edit contact user to reduce the query by 1
johnnyq
2024-11-02 16:45:59 -04:00
593f09f6fd
Fix issue with creating a contact without a user and then trying to create a user by editing the contact.
johnnyq
2024-11-02 16:25:50 -04:00
ada0d52dc0
Merge pull request #1099 from itflow-org/aad-to-entra
Johnny
2024-11-02 12:40:03 -04:00
b71bc508f9
Merge pull request #1098 from itflow-org/cal-rep-dis
Johnny
2024-11-02 12:39:54 -04:00
b4f1cb7d8f
Merge pull request #1097 from itflow-org/ticket-status-no-reply
Johnny
2024-11-02 12:39:37 -04:00
3dd7006ba4
Merge pull request #1096 from itflow-org/db-prune
Johnny
2024-11-02 12:39:27 -04:00
2e2a992c32
Portal SSO - Rename AAD to Entra
Marcus Hill
2024-11-02 10:54:19 +00:00
d074ddad9f
Disable calendar repeat for now until we properly add it
Marcus Hill
2024-11-02 10:50:30 +00:00
13f89d2118
Ticketing updates
Marcus Hill
2024-11-02 10:22:31 +00:00
d8d455e324
Prune old database update logic (2+ yrs old)
Marcus Hill
2024-11-02 09:56:09 +00:00
eb70aba430
Also fix the credential tagging in client asset details page
johnnyq
2024-11-01 17:49:48 -04:00
5215ff9a7e
Add Group By to logins to prevent duplicated logins from appearing, fixed client contact details from breaking because of missing login tag query
johnnyq
2024-11-01 17:21:55 -04:00
631163d691
Fix Extra spacing in Ticket to Invoice Description
johnnyq
2024-10-31 17:21:47 -04:00
08830fd21f
CONTINUE BIG FIX: Adjust the breadcrumbs according to if you are in client section or main section when view ticket, invoice, quote, recurring ticket details
johnnyq
2024-10-31 16:30:34 -04:00
72240462a0
CONTINUE BIG FIX: Adjust the reaminder of links within client section
johnnyq
2024-10-31 15:56:20 -04:00
4e72925c21
BIG FIX: When accessing ticket, invoice, recurring invoice or quote details while in the client section of ITFlow keep the Client Side Nav instead of redirecting back to the Main Nav. This caused much confusion in the past. This will improve naviagtion in those areas greatly
johnnyq
2024-10-31 15:40:02 -04:00
5a6cf0ccac
Revert Reoslved count as ins included when you click on Closed Add Mouse Hover Effects to Header Open and Closed Status
johnnyq
2024-10-31 13:39:51 -04:00
5af8d6934b
Add Resolved Tickets Count and Select option for tickets
johnnyq
2024-10-31 13:26:34 -04:00
d35880e658
Disabled logging execution time of the mail parser
johnnyq
2024-10-30 21:04:16 -04:00
0ee5828bf3
Fix contact creation when emailing into the ticket parser with domain matching a client
johnnyq
2024-10-30 19:54:47 -04:00
910787c81c
Fix Custom Links in the Top nav from breaking ITFlow if the database isnt updated to 1.4.6
johnnyq
2024-10-30 19:49:39 -04:00
1df98166bd
Fix issue with Contacts API - Removed contact_auth from Contacts call to the API
johnnyq
2024-10-30 19:35:26 -04:00
70569fc226
Scans all files and matches them with the reference file in DB then sets the file size and Mime Type. Note this update doesnt do any DB Structure changes
johnnyq
2024-10-30 19:17:21 -04:00
241b0008e8
Updated DB Structure
johnnyq
2024-10-30 18:39:49 -04:00
3cc9c0720d
FEATURE: Files now shows File Size, Mime Type, and who uploaded the file. These fields will only populate on newly uplaoded files, existing ones will show 0 or blank
johnnyq
2024-10-30 18:39:00 -04:00
883976529d
UI Update to files, add Breadcrumbs, change file icon to dark
johnnyq
2024-10-30 17:05:58 -04:00
d60f5a9f86
FEATURE: Nested folders in Files
johnnyq
2024-10-30 16:55:19 -04:00
96bdca5a4d
UI Update: Reworked the Documents UI Folder Path is not located on the Right, Moved Search on the top when in root directory it searches all files when in a directory searches in current directory
johnnyq
2024-10-30 15:43:15 -04:00
a6ac215f8d
FEATURE: Added Bulk Tag Assignment to Credentials
johnnyq
2024-10-30 15:07:51 -04:00
3b45f8e255
Remove login id beside the name, this was for debugging only
johnnyq
2024-10-30 14:53:48 -04:00
807bbef3e2
Use Tag array instead of querying by tag name when clicking on a tag to reveal other items with the same tag, this allow more narrowed searches
johnnyq
2024-10-30 14:51:39 -04:00
873df63c76
FEATURE: Added Credential Tagging Support
johnnyq
2024-10-30 14:40:02 -04:00
58738debc6
Fix for users on DB 1.5.9 updating to 1.6.0 check to see if login_folder_id exists before adding it and Makming sure all ticket statuses are a number
johnnyq
2024-10-30 12:13:26 -04:00
219028c6d1
Updated Anon and Archive Function to archive the user and set names to Archived - UnixTimeStamp
johnnyq
2024-10-30 11:41:39 -04:00
af123d3978
Fix Only show Document Folders, Removed Create Subfolder as this is now merged into Create Folder Dependign on what folder you are in
johnnyq
2024-10-28 22:12:45 -04:00
1d4165f41a
Updated Bulk Document Move to include the indented folder and sub folder structure
johnnyq
2024-10-28 18:47:43 -04:00
bc211f3824
Merge pull request #1095 from itflow-org/tidy-28
Johnny
2024-10-28 18:31:13 -04:00
5f708f6003
Merge pull request #1094 from itflow-org/force-mfa
Johnny
2024-10-28 18:21:32 -04:00
cb611a764b
Rework Move Document to not utilize a function
johnnyq
2024-10-28 18:05:45 -04:00