johnnyq
|
072c2f9e14
|
Fix cron stating cron key is always invalid
|
2023-05-02 13:45:23 -04:00 |
johnnyq
|
a0da341114
|
Updated initial db structure for installation
|
2023-05-02 12:36:18 -04:00 |
johnnyq
|
3f2f663b7b
|
Check to see if args is set
|
2023-05-01 16:56:29 -04:00 |
johnnyq
|
f7ee489293
|
BREAKING CRON CHANGES: must generate a cron key before using cron. Cron will need updated like so php /full/path/to/cron.php [KEY] and same with cron_ticket_parse.php
|
2023-05-01 16:51:20 -04:00 |
Johnny
|
8110b0ffa7
|
Merge pull request #668 from wrongecho/portal-rem-company
Remove reference to non-existent company_id field in contacts table
|
2023-05-01 11:52:33 -04:00 |
Johnny
|
07ac69a528
|
Merge pull request #667 from wrongecho/ticket-auto-close
Add auto close ticket feature
|
2023-05-01 11:52:20 -04:00 |
Johnny
|
fc1eb4cd69
|
Merge pull request #666 from wrongecho/email-invoice
Send invoices to all billing contacts + primary
|
2023-05-01 11:51:13 -04:00 |
Marcus Hill
|
bf45c58ed1
|
Remove reference to non-existent company_id field in contacts table
|
2023-05-01 14:01:23 +01:00 |
Marcus Hill
|
dc2293c8dd
|
Add auto close ticket feature
|
2023-05-01 02:02:45 +01:00 |
Marcus Hill
|
588206d79d
|
When sending invoices manually, send to all billing contacts instead of just primary contact
|
2023-05-01 00:06:11 +01:00 |
johnnyq
|
8cf1bd8911
|
Set Working directory of cron parser upon initializtion which fixes relative path issue when adding attachments to tickets
|
2023-04-30 13:28:00 -04:00 |
Johnny
|
c11b3d5987
|
Merge pull request #665 from wrongecho/email-ticket-attachments
Email ticket attachments
|
2023-04-30 12:43:42 -04:00 |
Marcus Hill
|
0a9af8f2e0
|
Ticket attachments (email)
Email to ticket parser: Add support for email attachments
|
2023-04-30 10:52:25 +01:00 |
Marcus Hill
|
a3d8f5ab48
|
Ticket attachments (email)
Email to ticket parser: Add support for email attachments
|
2023-04-30 10:52:15 +01:00 |
Johnny
|
ab1582fe3a
|
Merge pull request #664 from wrongecho/csp-initial-test
CSP - Client Portal Test
|
2023-04-30 00:35:08 -04:00 |
Marcus Hill
|
0340b080ad
|
CSP - Client Portal Test
Add initial content security policy trial/test to some client portal pages
|
2023-04-29 19:39:42 +01:00 |
Johnny
|
a3353593db
|
Merge pull request #663 from wrongecho/ticket-edit-strip-html
Sanitize ticket details output in main edit modal
|
2023-04-29 11:30:33 -04:00 |
Marcus Hill
|
c5966961da
|
Sanitize ticket details output in main edit modal
|
2023-04-29 12:34:14 +01:00 |
wrongecho
|
ca0024feb9
|
Merge pull request #661 from wrongecho/email-ticketing-updates
Update documentation links on cron tickets
|
2023-04-29 10:03:11 +01:00 |
Marcus Hill
|
8247362891
|
Update documentation links
|
2023-04-29 09:52:53 +01:00 |
johnnyq
|
c5c4813f47
|
Update Links referencing the new documentation URLs
|
2023-04-28 19:53:23 -04:00 |
johnnyq
|
e54de2bb73
|
Feature: Users can now be exported to a CSV file
|
2023-04-24 17:03:01 -04:00 |
johnnyq
|
53b7f7d1d5
|
Feature: Client CSV Exportation
|
2023-04-24 16:48:47 -04:00 |
johnnyq
|
7fed50eb73
|
Updated all Export CSV to Modals with export disclaimer
|
2023-04-23 16:12:18 -04:00 |
johnnyq
|
541d1dd667
|
Add precautionary warning when exporting CSV data, still need to add modals for client data
|
2023-04-23 14:27:45 -04:00 |
johnnyq
|
53092fe9ca
|
Updated Ticket email / replies with ##- Please type your reply above this line -##
|
2023-04-17 16:15:22 -04:00 |
johnnyq
|
c20f19568d
|
Update ticket to require the body field to mimic the same function as edit ticket
|
2023-04-16 10:49:15 -04:00 |
Johnny
|
d0dae015a6
|
Merge pull request #658 from itflow-org/wrongecho-email-rm-beta
Remove beta from email ticket parsing
|
2023-04-15 22:47:55 -04:00 |
wrongecho
|
a765459b43
|
Update settings_ticket.php
|
2023-04-15 20:15:24 +01:00 |
wrongecho
|
515ea739de
|
Remove (beta) from email ticket parsing
|
2023-04-15 19:52:47 +01:00 |
johnnyq
|
b784c48120
|
Opps Fix
|
2023-04-12 16:48:35 -04:00 |
Johnny
|
880b2fccb5
|
Merge pull request #657 from wrongecho/client-tax-fix
Fix client_tax_id_number variable name in edit modal
|
2023-04-12 16:47:15 -04:00 |
Marcus Hill
|
bc4e744384
|
Fix client_tax_id_number variable name in edit modal
|
2023-04-12 21:21:56 +01:00 |
johnnyq
|
f127719cbe
|
Added new Field Client Tax ID Number, currently only vieable on the client top head, and under edit. It is also searchable
|
2023-04-11 16:20:48 -04:00 |
johnnyq
|
d27c83ab66
|
Fix Mail Parser, inserting \r \n
|
2023-04-11 11:23:19 -04:00 |
johnnyq
|
ca6e3c229e
|
Remove a lingering D under transfers
|
2023-04-10 17:32:21 -04:00 |
Johnny
|
eb49233d20
|
Merge pull request #656 from wrongecho/ticketing-0423
Ticketing Updates - Change client
|
2023-04-10 15:17:07 -04:00 |
Johnny
|
1c6ff4f4f6
|
Merge pull request #655 from wrongecho/api-multi-select
Add multi-select/bulk deletion for API keys
|
2023-04-10 15:16:50 -04:00 |
Marcus Hill
|
a26f3087fc
|
Change client - fix code smell
|
2023-04-10 19:13:31 +01:00 |
Marcus Hill
|
c55d2a8cda
|
Add ticket_source field for future use (agent/portal/email)
|
2023-04-10 18:58:06 +01:00 |
Marcus Hill
|
2f19967a0d
|
Comment ticket_created_by
|
2023-04-10 18:55:42 +01:00 |
Marcus Hill
|
1aa33585a0
|
Ticketing - add ability to change client
|
2023-04-10 18:52:23 +01:00 |
Marcus Hill
|
8d97feeb54
|
Add ticket_source field for future use (agent/portal/email)
|
2023-04-10 16:37:03 +01:00 |
Marcus Hill
|
4db390d72b
|
Add multi-select/bulk deletion for API keys
|
2023-04-10 12:32:05 +01:00 |
wrongecho
|
2373718be6
|
Bump 1.0 release from Mar/Apr to Apr/May
|
2023-04-10 11:52:38 +01:00 |
wrongecho
|
8e44518faa
|
Update old broken docs link to DocuWiki homepage
|
2023-04-10 11:51:28 +01:00 |
Johnny
|
21fc20645b
|
Merge pull request #654 from wrongecho/dynamic-modals
Convert quote edit modal to be dynamically populated
|
2023-04-09 23:35:23 -04:00 |
Marcus Hill
|
5f79931787
|
Dynamic modals: codesmell
|
2023-04-09 20:14:15 +01:00 |
Marcus Hill
|
bdf74e77ba
|
Convert quote edit modal to be dynamically populated
|
2023-04-09 20:10:19 +01:00 |
Johnny
|
6287a7ce3d
|
Merge pull request #653 from wrongecho/files-logging
Enhance logging for file uploads/deletes
|
2023-04-09 13:28:20 -04:00 |