Marcus Hill
|
dadcc69900
|
Typo
|
2025-08-30 15:35:31 +01:00 |
Marcus Hill
|
2c160d1ac9
|
Take you back to dashboard rather than a redirect
|
2025-08-30 15:31:49 +01:00 |
johnnyq
|
469c36da46
|
Remove AI Enable References through the UI this will be handled differently
|
2025-08-29 12:26:56 -04:00 |
johnnyq
|
8afe2d52a0
|
Converted and combine ajax add for tags and categories, fixed quick add links
|
2025-08-28 16:57:08 -04:00 |
johnnyq
|
fd73f132bc
|
Fixed a few table names in Stripe Migration, Removed legacy stripe and AI settings
|
2025-08-28 11:44:29 -04:00 |
johnnyq
|
535078b0ab
|
Fix Bad vars in PAyment Providers listing, add check to see if payment provider already exists
|
2025-08-27 16:27:54 -04:00 |
johnnyq
|
451206525e
|
Remove function code for old way ajax-modal, moved modals over to modal_header/footer and removed _new
|
2025-08-25 00:07:51 -04:00 |
johnnyq
|
41f957ea3b
|
Migrated admin modals to modals/ENTITY removed ajax_ and _modal prefixes from file names and use new ajax-modal syntax
|
2025-08-24 23:50:38 -04:00 |
johnnyq
|
91b0080428
|
Finished Consolidating the remaining user modals to modals/ENTITY removed ajax_ and _modal prefixes from file names and use new ajax-modal syntax
|
2025-08-24 00:38:48 -04:00 |
johnnyq
|
e694e20025
|
Use mysqli escape string instead of sanitizeInput on stripe to payment provider migration just incase
|
2025-08-20 14:18:34 -04:00 |
johnnyq
|
7618dd335a
|
Update Stripe to Payment Provider Migration to not transfer over clients with a NULL or blank stripe payment method
|
2025-08-20 14:12:39 -04:00 |
johnnyq
|
eca09253d3
|
Migrate over Payment Methods from Categories to its own table payment_methods
|
2025-08-20 13:53:38 -04:00 |
johnnyq
|
96c32b3275
|
Added Stripe Config Migration to a database Update
|
2025-08-20 13:30:46 -04:00 |
johnnyq
|
595e6090c7
|
Added Stock Ledger to tables and additonal fields for product including type, code and location
|
2025-08-11 18:19:45 -04:00 |
johnnyq
|
9caa42975d
|
rename get_settings.php to load_global_settings.php and update all requires
|
2025-08-06 17:48:23 -04:00 |
johnnyq
|
08dd6147f2
|
Migrate Dark/light mode to a user settings instead of global setting, created new include called router.php to dynamically prepend ../../ to asset pathes based off currect directory depth
|
2025-08-05 13:32:19 -04:00 |
johnnyq
|
b4e5e3fda7
|
Fix injection with role id affecting authenticated admin accounts only
|
2025-08-04 12:06:05 -04:00 |
johnnyq
|
fef0d8761f
|
More user post function migration and cleanup
|
2025-08-04 11:27:24 -04:00 |
johnnyq
|
a7e042b5f4
|
Removed logging comments as its implied in asset post also if returning 1 field for logging use getFieldById Function flipped it so it validate CSRF before role permission check, replaced header redirect with new redirect function and elimnasted the extra exit() afer redirect as its done in the function, also used the flash_alert function
|
2025-08-02 12:51:40 -04:00 |
johnnyq
|
fae7e76721
|
Remove logging comments as its implied in admin also if returning 1 field for logging use getFieldById Function
|
2025-08-01 18:08:02 -04:00 |
johnnyq
|
012b0f1a77
|
Update Admin posts to use new functions flash_alert and getFieldById which greatly cleans up and reduces the code also removed logging comments as implied by the function logAction
|
2025-08-01 17:21:35 -04:00 |
johnnyq
|
2cf932600e
|
Fix broken link for edit role
|
2025-08-01 15:32:43 -04:00 |
johnnyq
|
d2dac1915d
|
Update admin, user, guest and client post to use new redirect function
|
2025-08-01 15:25:52 -04:00 |
johnnyq
|
7cfba7f2ef
|
Added redirect() function for page redirects and updated credit system fields to include credit_note, credit_invoice_id and type for better reporting
|
2025-08-01 13:37:23 -04:00 |
johnnyq
|
9fe0d8417b
|
Feature: Added Client URI field to Assets which is exposed in the client portal can be used for remote desktop links etc
|
2025-07-31 15:54:07 -04:00 |
johnnyq
|
905908bcf1
|
broken link updates
|
2025-07-30 20:59:20 -04:00 |
johnnyq
|
8e87c25de1
|
Update more broken links from file diretory consolidation and started migrating some js and ajax and css from root to /user /admin etc that pertain to the section
|
2025-07-30 20:08:28 -04:00 |
johnnyq
|
2333d81276
|
Update more broken links from file dirextory consolidation
|
2025-07-29 18:34:51 -04:00 |
johnnyq
|
9ee76213e1
|
Update more broken links from file dirextory consolidation
|
2025-07-29 14:32:43 -04:00 |
johnnyq
|
38e2e50a29
|
More progress on consolidating files into user and admin
|
2025-07-28 22:48:44 -04:00 |
johnnyq
|
95950700d8
|
Moved user items to user directory
|
2025-07-28 17:57:06 -04:00 |
johnnyq
|
0494bfc1cf
|
Moved admin_ to /admin, user_ to user report_ to /reports each have their own post includes modals directories created seperate headers and footer. Also did the same for xcustom, more work to me done
|
2025-07-28 13:32:28 -04:00 |
johnnyq
|
4906e06bf1
|
Initialized migrating modals into entity folders and modals out of ajax and start working on moving admin items to new admin directory
|
2025-07-27 21:24:14 -04:00 |