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
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
wrongecho
40c400240f
Add ability to choose whether document is visible in client portal
2024-09-07 11:21:36 +01:00
johnnyq
a064d26c10
Fix Creating Document from a template where is would not set the document_parent causing new documents to display revisions that dont exist
2024-06-01 15:24:30 -04:00
johnnyq
db8ae13135
Feature: Add Bulk Move Folder Action to Client Documents and Files
2024-01-30 14:11:29 -05:00
johnnyq
cd732b4dd6
Do not allow the deletion of Parent document under revisions, create new function to delete document version and redirect back to the parent document, also delete all versions of the document if deleted from the document list
2024-01-15 21:44:13 -05:00
johnnyq
167c2a5b43
Remove Document from many to many service_documents table when archiving or deleting a document prevents from showing up under document service relation
2023-11-06 13:27:58 -05:00
johnnyq
f6d032f1d2
Moved Document Templates to settings
2023-09-26 12:55:38 -04:00
johnnyq
6af002122a
Remove Relations on document when deleted or archived, added Short description field to summerize document changes or summerize a document, add header to Document Details showing Title, Date Created, Prepared by
2023-09-24 22:29:48 -04:00
johnnyq
3b59f31d86
Fix Document Versioning not carrying related items
2023-09-23 18:09:43 -04:00
johnnyq
6b22390604
Tweaked Document Versioning logic, this update will update the db to update all exisiting document to update document_parent with the same primary_key ID
2023-09-23 17:57:06 -04:00
johnnyq
8d9f031cab
Feature: Document Versioning is here!
2023-09-23 15:54:31 -04:00
johnnyq
ba6e79dc8c
Feature: Added Document Rename Modal to Document Listing
2023-09-21 17:03:53 -04:00
johnnyq
150defe815
You can now link files to documents
2023-09-19 23:35:10 -04:00
johnnyq
0c0cb2cec9
Added UI support for linking assets, contacts, and licenses to Documents
2023-09-19 15:55:35 -04:00
johnnyq
0898732ee7
Added more archiving capabilities across the board also dont show delete if folder is not empty, still need to add show archived data
2023-08-28 16:21:09 -04:00
johnnyq
6858d1f293
Feature: Vendors can now be linked to documents
2023-08-24 17:03:45 -04:00
johnnyq
f88f04edd8
Feature: Added Folder support for files
2023-08-23 18:02:51 -04:00
johnnyq
b195da0f6e
Add Move to Folder Option in documents list view
2023-07-31 13:39:58 -04:00
Marcus Hill
ebecdd3da2
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00