Commit Graph

  • 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
  • 412462a4c0 More logAction function updates to client portal login amd cleaned up the client login portal for better presentation of vars johnnyq 2024-11-15 12:21:55 -05:00
  • 577d97b471 Updated ajax.php to use the new logAction function johnnyq 2024-11-15 11:53:43 -05:00
  • ed92592aa6 Check to see if arrays are set before executing for each loops to prevent php errors johnnyq 2024-11-14 19:13:56 -05:00
  • e9f023f0c7 Updated all API functions to use the new logAction Function johnnyq 2024-11-14 18:27:31 -05:00
  • bfffec7363 Temp added vars session_ip and session_user_agent to validate_api_key so IP and User agent is logged with the new logAction function johnnyq 2024-11-14 17:55:35 -05:00
  • ba5e2b216b Updated asset API to use new logAction function johnnyq 2024-11-14 17:42:01 -05:00
  • 77aede8bab Updated the remaining posts except ticket to use new logAction function, tidy and added more details to logging johnnyq 2024-11-14 17:32:26 -05:00
  • 5bdd5d1f79 Finished Updating admin / settings posts to use new logAction function, tidy and added more details to logging johnnyq 2024-11-14 17:20:52 -05:00
  • ef651f5248 Updated admin posts to use new logAction function, tidy and added more details to logging johnnyq 2024-11-14 16:07:35 -05:00
  • 8ffa90ae28 Updated vendor post to use new logAction function, tidy and added more details to logging johnnyq 2024-11-14 13:39:17 -05:00
  • 670390f1d3 Updated trip post to use new logAction function, tidy and added more details to logging johnnyq 2024-11-14 13:16:23 -05:00
  • 2047a6d18d removed old logging line in transfer johnnyq 2024-11-14 12:52:56 -05:00
  • 5d8b9ac600 Updated transfer post to use new logAction function, new role checking, tidy and added more details to logging johnnyq 2024-11-14 12:51:26 -05:00
  • 22f54886e2 Fix: Broken Create Quote - regression in logging johnnyq 2024-11-14 11:56:12 -05:00
  • 653b174830 Merge pull request #1105 from itflow-org/import-chk Johnny 2024-11-14 11:17:11 -05:00
  • b5256fb529 Merge pull request #1104 from itflow-org/quote-notifs Johnny 2024-11-14 11:16:18 -05:00
  • 99b482ab30 Merge pull request #1103 from itflow-org/debug-tweak Johnny 2024-11-14 11:12:46 -05:00
  • 45b61da29a Merge pull request #1102 from itflow-org/archive-typo Johnny 2024-11-14 11:12:20 -05:00
  • 7a561a8c2e Import CSV - Check file uploaded wrongecho 2024-11-14 11:51:39 +00:00
  • 28a0343a97 Quote notifications wrongecho 2024-11-14 11:23:28 +00:00
  • 9fe9d8e9ff Clarify notes on debug wrongecho 2024-11-14 08:44:08 +00:00
  • fc94d71795 Fix typo in ticket archived logging wrongecho 2024-11-14 08:08:52 +00:00
  • e4f618c150 More work on Updating ticket post to use new logAction function, added more ticket history updates, tidy and added more details to logging, lots of logic changes need to happen here johnnyq 2024-11-13 18:46:28 -05:00
  • 52284231bb Remove Dup Edit Priority Logic from ticket post and fix priority from > to johnnyq 2024-11-13 17:56:28 -05:00
  • 05ff7e145c Merge pull request #1101 from ThaMunsta/feedback-notification Johnny 2024-11-13 22:49:37 +00:00
  • 56361c7008 Partially Updated ticket post to use new logAction function, added some ticket history updates, tidy and added more details to logging johnnyq 2024-11-13 17:48:24 -05:00
  • 93b5c6aab1 Update guest_post.php ThaMunsta 2024-11-13 17:25:58 -05:00
  • 47a4fa78a8 Updated task post to use new logAction function, tidy and added more details to logging johnnyq 2024-11-13 17:22:07 -05:00
  • 2ec4be8154 Updated software post to use new logAction function, rework array handling tidy and added more details to logging johnnyq 2024-11-13 17:13:55 -05:00
  • a86eecf63b Updated service post to use new logAction function, rework adding / ediing arrays tidy and added more details to logging johnnyq 2024-11-13 17:02:06 -05:00
  • ed02c2aa3e Updated revenue post to use new logAction function, new role check function tidy and added more details to logging johnnyq 2024-11-13 16:23:35 -05:00
  • b408a31cde Updated rack post to use new logAction function, new role check function tidy and added more details to logging johnnyq 2024-11-13 15:46:20 -05:00
  • cf22f01df4 Updated quote post to use new logAction function, tidy and added more details to logging johnnyq 2024-11-13 15:28:24 -05:00
  • 96649af18b Updated project post to use new logAction function, tidy and added more details to logging johnnyq 2024-11-12 18:50:30 -05:00
  • 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
  • e91c0b09b7 wording, fix johnnyq 2024-11-11 17:46:10 -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
  • 9e9c1100f8 wording update johnnyq 2024-11-09 18:04:00 -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
  • 59cf67814a Functionalize Logging and tidy Asset Posts johnnyq 2024-11-08 18:07:22 -05:00
  • 365cd6dcae Functionlized logging for account post and wording tidy updates to account post as well johnnyq 2024-11-08 16:37:05 -05:00
  • 119b2d0fbc Functionalized logging for contact post and some tidying there as well johnnyq 2024-11-08 16:23:24 -05:00
  • 7b4dda0ad6 Functionalize logging, replaced old logging in contact add with new logging function johnnyq 2024-11-08 14:40:14 -05:00
  • 3d5e1a1811 Bulk Logic update for files to mimic document bulk deletion johnnyq 2024-11-08 13:06:42 -05:00
  • e2f7537517 Add Bulk Document Deletion johnnyq 2024-11-08 13:02:03 -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