johnnyq
5b89e3dbee
Add Phone Country code in even more places
2025-03-26 14:04:47 -04:00
johnnyq
2a974c28b0
Remove old item ordering logic for invoice, recurring invoice and quote
2025-02-21 22:14:40 -05:00
johnnyq
43b50c44b1
Combined client_quotes.php and quotes.php into one file quotes.php checks if get client_id var is set and which chooses to display client top header and client side nav or global nav
2025-02-18 17:04:49 -05:00
johnnyq
2c51289d75
Remove mysqli connection vars when passing mail data to addToMailQueue Function
2025-01-22 20:56:24 -05:00
johnnyq
cc0b456312
Update all email content links to use the /guest directory now for ticket viewing, invoice, quote and item
2025-01-11 16:07:48 -05:00
wrongecho
a67de7a8f1
Prevent post pages being accessed directly
2025-01-09 16:09:39 +00:00
johnnyq
22f54886e2
Fix: Broken Create Quote - regression in logging
2024-11-14 11:56:12 -05:00
johnnyq
b408a31cde
Updated rack post to use new logAction function, new role check function tidy and added more details to logging
2024-11-13 15:46:20 -05:00
johnnyq
cf22f01df4
Updated quote post to use new logAction function, tidy and added more details to logging
2024-11-13 15:28:24 -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
wrongecho
1c404b9cf1
Add custom event handler to be triggered by some actions affecting tickets/quotes/invoices/contacts
2024-10-02 11:26:13 +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