johnnyq
4963f2f385
Add Ticket Category to New Ticket and Bulk add Tickets through assets
2024-10-10 01:38:21 -04:00
johnnyq
a9ebc1395c
Fix Repeating ticket number when adding bulk tickets via assets
2024-10-10 01:08:12 -04:00
johnnyq
134f4f9ad3
FEATURE: Create Ticket for each asset in Bulk
2024-10-09 15:24:40 -04: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
a9de75aa99
Invoices - Send email notif when paid
2024-10-06 20:59:54 +01:00
Johnny
c948ccff5c
Merge pull request #1084 from itflow-org/budget-perms
...
Budget - CSRF + Perms
2024-10-03 16:52:28 -04:00
wrongecho
f8c6a5ef19
Budget - CSRF + Perms
2024-10-03 20:52:37 +01:00
wrongecho
18889d228a
Move account/asset post logic to new permissions system
2024-10-03 19:42:48 +01:00
Johnny
11230d655f
Merge pull request #1079 from itflow-org/custom-actions
...
Add custom event handler
2024-10-02 12:34:45 -04:00
wrongecho
4a625183fb
Certificates - perms and model
...
Move certificates to the new permissions system
Deduplicate add/edit using a model
2024-10-02 11:26:58 +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
wrongecho
4e9afd3e6b
Certificates - perms and model
...
Move certificates to the new permissions system
Deduplicate add/edit using a model
2024-10-02 08:32:42 +01:00
johnnyq
6a55abaf50
Fix Error 500 when adding or editing network
2024-10-01 22:50:30 -04:00
wrongecho
10a223b5b8
Projects
...
- Add archive and unarchive ability
- Improve logic around Open > Close > Archive > Delete
- Change to new perms system
- TODO: CSRF
2024-09-30 21:27:42 +01:00
wrongecho
81844cea2e
Update credential.Php - model fix path
2024-09-30 18:47:22 +01:00
wrongecho
478d81b0f9
Add guest ticket URL to emails
2024-09-29 22:00:15 +01:00
Marcus Hill
0c0cf2f427
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:08:59 +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
wrongecho
928d723a77
More enforcing user permissions
2024-09-28 20:07:54 +01:00
wrongecho
654b590033
More enforcing user permissions
2024-09-28 20:04:33 +01:00
Johnny
26e4dc5fb3
Merge pull request #1064 from itflow-org/roles-enforce-2
...
Permissions - clients and tickets
2024-09-20 16:16:59 -04:00
wrongecho
23f776efa3
Permissions - clients and tickets
...
Enforce new permissions model in clients and tickets
2024-09-20 21:10:24 +01:00
johnnyq
42ffa9b4ab
Move /post/settings.php into /post/admin.php
2024-09-20 15:23:50 -04:00
Johnny
5a20c7fdbe
Merge pull request #1056 from itflow-org/client-import
...
Client import - resiliency
2024-09-20 11:43:42 -04:00
wrongecho
0886a6c41d
Client import - resiliency
...
- Add some resiliency to the client import function to better account for blank fields (may also fix some import errors)
- Fix the default settings page not loading due to the removal of account types
2024-09-20 11:38:15 +01:00
wrongecho
677d80d770
Fix deleting tags
2024-09-20 10:44:22 +01:00
johnnyq
8c4b021168
Added UI elements for the new custom link fields, new tab, order and location
2024-09-18 21:25:59 -04:00
Johnny
62a2ed7430
Merge pull request #1052 from itflow-org/perms-2
...
Permissions overhaul - Define permissions in the database
2024-09-18 14:20:05 -04:00
johnnyq
eaee42f1f5
Add the ability to edit ticket reply types to puiblic or internal, note there is no client email option here
2024-09-17 14:55:02 -04:00
johnnyq
7b2566b654
Remove all reminense of Account Types next is deleting the DB Tables for account types
2024-09-17 13:59:58 -04:00
johnnyq
a2766bd67f
Allow Techs to remove units from a rack
2024-09-17 13:24:08 -04:00
wrongecho
c65db3431d
Tidying
2024-09-14 23:43:54 +01:00
wrongecho
271019b16b
Permissions overhaul - Define permissions in the database
...
2nd attempt at this one!
Similar to #1008 but separately defining the roles, modules and associated permissions in the database.
Also has admin being a defined role automatically having full access.
Parent issue: #530
2024-09-14 18:29:44 +01:00
johnnyq
07df444561
Added Bulk Delete Expenses Option
2024-09-13 13:52:47 -04:00
johnnyq
208e56e784
Added Additonal Export Options to Expenses Including Account, Vendor and Category, removed CSV Warning on Export Model
2024-09-13 12:32:16 -04:00
wrongecho
80884bab47
Allow users to clear their avatar
2024-09-12 15:34:51 +01:00
Johnny
e8c27e9234
Merge pull request #1043 from itflow-org/email-send-tidy
...
Email Send - Tidy
2024-09-10 21:25:07 -04:00
Johnny
c863b8b033
Merge pull request #1042 from itflow-org/rm-stripe-client-pays
...
Stripe - Client pays removal
2024-09-10 21:22:33 -04:00
wrongecho
517e8d42f0
Email Send - Tidy
...
- Enhance error logging in cron_mail_queue.php
- Prevent invalid sender addresses
- Prevent potential SQL injections in the sender name (admin settings and should be sanitized before being sent to queue anyway)
2024-09-10 22:34:20 +01:00
wrongecho
549868e3bf
Stripe - Client pays removal
...
- Complete removal of client paying Stripe fees feature
- Add PHP error logging to the Stripe payment process
2024-09-10 20:26:16 +01:00
wrongecho
ce1fc04468
Add resolved date to ticket export csv
2024-09-10 19:14:47 +01:00
wrongecho
24cc593162
Add resolved date to ticket export csv
2024-09-10 19:13:13 +01:00
wrongecho
64684e1248
Enforce CSRF for post/asset and post/account
...
Tiny bit of tidying
2024-09-08 22:52:38 +01:00
Johnny
d1410ef967
Merge pull request #1037 from itflow-org/tech-loc-perms
...
Allow techs to manage locations
2024-09-07 12:05:11 -04:00
wrongecho
6b850553cc
Allow techs to manage locations
2024-09-07 12:25:19 +01:00
wrongecho
40c400240f
Add ability to choose whether document is visible in client portal
2024-09-07 11:21:36 +01:00
johnnyq
903bd47f5a
Allow Bulk Adding tickets to a Project from the Main Tickets Listing Page
2024-09-06 18:44:53 -04:00
johnnyq
99c6321fbb
Do not require Client for Projects, allow to add multiple tickets at once when adding tickets to a project
2024-09-06 17:53:35 -04:00
johnnyq
41276b55f0
Feature: Custom Links on main side nav
2024-09-05 17:08:43 -04:00
wrongecho
4458c87463
Initial implementation of whitelabelling
2024-09-05 10:31:18 +01:00