Commit Graph

4667 Commits

Author SHA1 Message Date
johnnyq f1a90156c2 Expose more Admin Options in the Side menu without having to expand sub menus 2024-10-08 18:44:08 -04:00
Johnny b0c592831e
Merge pull request #1090 from itflow-org/tidy
Tidying
2024-10-08 18:24:06 -04:00
wrongecho b9e37d4052 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:10:27 +01: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
johnnyq ac3ab1dedb Add Notes about setting up cron, Add ITFlow Docs Custom Link when you setup ITFlow 2024-10-08 17:49:41 -04:00
johnnyq 7eee69366a Show Example of what Phone masking Enable vs Disabled 2024-10-08 16:13:03 -04:00
Johnny e90200aebe
Merge pull request #1089 from itflow-org/bugfix-template
Ticket templates - edit bugfix
2024-10-07 11:37:14 -04:00
wrongecho ff954b0060 Ticket templates - edit bugfix 2024-10-07 12:18:09 +01:00
wrongecho 3c73c4d34a
README.md - Add Sponsor: F1 For Help 2024-10-07 07:49:24 +01:00
Johnny 4309fcc48c
Merge pull request #1088 from itflow-org/doc-revisions-updatedby
Docs - Show user updated by in revisions
2024-10-06 21:36:47 -04:00
Johnny 893eb16819
Merge pull request #1087 from itflow-org/invoice-pay-addr
Invoices - Send email notif when paid
2024-10-06 21:36:13 -04:00
Johnny e5472e2cb1
Merge pull request #1086 from itflow-org/portal-login-logs
Portal login logs
2024-10-06 21:35:53 -04:00
Johnny 315a90a913
Merge pull request #1085 from itflow-org/debug
Add notes to debug page
2024-10-06 21:35:38 -04:00
wrongecho ab18005d72 Docs - Show user updated by in revisions 2024-10-06 21:43:07 +01:00
wrongecho a9de75aa99 Invoices - Send email notif when paid 2024-10-06 20:59:54 +01:00
Marcus Hill 377c5952d7 Portal login logs
- Mention contact ID in audit log if password is incorrect
- Mention in audit logs if invalid email/auth method
2024-10-06 16:38:48 +01:00
Marcus Hill afe378d2f3 Add notes to debug page 2024-10-06 16:25:58 +01:00
Johnny c948ccff5c
Merge pull request #1084 from itflow-org/budget-perms
Budget - CSRF + Perms
2024-10-03 16:52:28 -04:00
Johnny 5ea271662b
Merge pull request #1083 from itflow-org/tax-report-tidy
Tidy up the tax report + perms
2024-10-03 16:52:18 -04:00
Johnny 3bc9b28712
Merge pull request #1082 from itflow-org/ticket-invoice-tidy
Tidy up the ticket_invoice_add_modal
2024-10-03 16:52:04 -04:00
Johnny c77246c7f8
Merge pull request #1081 from itflow-org/more-permss
Move account/asset post logic to new permissions system
2024-10-03 16:51:55 -04:00
wrongecho f8c6a5ef19 Budget - CSRF + Perms 2024-10-03 20:52:37 +01:00
wrongecho 90fb28e32b Tidy up the tax report + perms 2024-10-03 20:42:56 +01:00
wrongecho 5635cd9b8c Tidy up the tax report 2024-10-03 20:41:28 +01:00
wrongecho e433c819a8 Tidy up the tax report 2024-10-03 20:41:12 +01:00
wrongecho 4d7d9baba8 Tidy up the ticket_invoice_add_modal 2024-10-03 20:25:41 +01:00
wrongecho 18889d228a Move account/asset post logic to new permissions system 2024-10-03 19:42:48 +01:00
Johnny 6d6689e7c5
Merge pull request #1080 from itflow-org/cert-dont-blank
Certificate cron bugfix
2024-10-02 12:34:57 -04:00
Johnny 11230d655f
Merge pull request #1079 from itflow-org/custom-actions
Add custom event handler
2024-10-02 12:34:45 -04:00
Johnny 10fab109eb
Merge pull request #1078 from itflow-org/cert-perms-model
Certificates - perms and model
2024-10-02 12:30:01 -04:00
wrongecho 63579d5a8f Certificate cron bugfix
Don't try to update certificates if expiry is empty (connection error)
2024-10-02 12:00:56 +01:00
wrongecho fa6aa4318b tidy 2024-10-02 11:42:30 +01:00
wrongecho d7b5e0e591 tidy 2024-10-02 11:35:14 +01: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 c352f6e3cb Do not show Send Invoice or Add Payment if Invoice Amount is 0 2024-10-02 01:04:59 -04:00
johnnyq 6a55abaf50 Fix Error 500 when adding or editing network 2024-10-01 22:50:30 -04:00
Johnny 1f846f4164
Merge pull request #1076 from cybershieldms/ticket-features
cron_ticket_email_parser.php - send new ticket opened email to unknown clients
2024-10-01 14:49:56 -04:00
johnnyq 7ccfad80de Add Client name to the paid notification when client pays via stripe 2024-10-01 12:09:42 -04:00
Craig Hodges d506790135
Merge branch 'itflow-org:master' into ticket-features 2024-09-30 19:08:30 -05:00
Craig Hodges da3a6d636e Changed regex to only exclude from postmaster or daemon. 2024-09-30 19:07:01 -05:00
Johnny b318872ba8
Merge pull request #1077 from itflow-org/projects
Projects fixups
2024-09-30 17:53:28 -04:00
wrongecho e0b088b76b Projects
- Add archive and unarchive ability
- Improve logic around Open > Close > Archive > Delete
- Change to new perms system
- Tidy and formatting
- TODO: CSRF
2024-09-30 21:31:04 +01: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
Craig Hodges bd5621ce1e Sends new ticket notifications to unknown (client id = 0) including logic to not process e-mail bounce messages. Fixed ticket description missing from new ticket notifications to others ().Added e-mail From: display name () to beginning of ticket description. 2024-09-29 23:46:45 -05:00
Johnny 7945d8b998
Merge pull request #1075 from itflow-org/tck-eml-urls
Add guest ticket URL to emails
2024-09-29 21:14:48 -04:00
wrongecho 478d81b0f9 Add guest ticket URL to emails 2024-09-29 22:00:15 +01:00
wrongecho a414f279b1 Fix admin nav modules 2024-09-29 21:35:33 +01:00