johnnyq
f672991089
Remove Document Template field from a few more files
2025-06-17 19:09:43 -04:00
johnnyq
473fa2671d
Migrate Document templates to its own table
2025-06-17 19:00:56 -04:00
johnnyq
85e1515080
Move Document Versions to a seperate table much more efficient and allow to reference same document using a link Note this update will delete previous document versions
2025-06-17 17:58:20 -04:00
johnnyq
634afcc089
Added TCPDF for PDFs and allow document export to PDF
2025-03-26 19:35:27 -04:00
johnnyq
475d653979
You can now upload and create documents, credentials in contact and asset details sections
2025-03-20 12:58:00 -04:00
johnnyq
97f92e508e
Remove Associated Deletions as these are handled by the database cascade deletions
2025-03-14 18:37:56 -04:00
wrongecho
a67de7a8f1
Prevent post pages being accessed directly
2025-01-09 16:09:39 +00:00
johnnyq
ed92592aa6
Check to see if arrays are set before executing for each loops to prevent php errors
2024-11-14 19:13:56 -05:00
johnnyq
51a6f7fa8f
Removed left over old logging functionality in document post
2024-11-09 18:10:58 -05:00
johnnyq
93c64c7467
more wording updates
2024-11-09 18:08:19 -05:00
johnnyq
9e9c1100f8
wording update
2024-11-09 18:04:00 -05:00
johnnyq
0917633848
Replaced old logging with new logging function in document post along with tidy, wording updates and better logging
2024-11-09 18:01:59 -05:00
johnnyq
e2f7537517
Add Bulk Document Deletion
2024-11-08 13:02:03 -05:00
wrongecho
987cd59764
Tidying
...
- Move more things to new permissions system
- Deduplicate assets post logic into model
- Swap out some "SELECT *" queries when only a couple of rows are actually needed
2024-10-08 23:08:05 +01:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00