Commit Graph

838 Commits

Author SHA1 Message Date
johnnyq c87c45df85 Used card outline instead of a full card color to differentiate between public and private ticket replies, not sure if this is enough 2022-01-08 15:38:28 -05:00
johnnyq c8e789396b Moved Ticket Reply on top of comments for now more than likely will place it inside a modal 2022-01-08 15:18:32 -05:00
johnnyq 48116258b9 Remove the space between the icon and text on the details of ticket details as we are using Margin Right CSS for this 2022-01-08 15:13:09 -05:00
johnnyq 5b9b29d0e9 minor db cleanup 2022-01-08 15:08:11 -05:00
Johnny 4a4150616c
Merge pull request #255 from wrongecho/255_ticket-improvements
Ticket improvements
2022-01-08 15:06:24 -05:00
Marcus Hill b908a13d32 Small edits, link to docs 2022-01-08 16:59:07 +00:00
Marcus Hill a83f3377bd Include time worked db field. 2022-01-08 16:47:17 +00:00
Marcus Hill c98be4c344 Add support for public/internal updates, using the existing 'email update to client' checkbox 2022-01-08 16:40:04 +00:00
Marcus Hill 8406779b3b Add time tracking to ticket 2022-01-08 16:12:04 +00:00
Marcus Hill 19c90aac99 Add database field for specifying ticket reply type: public/internal 2022-01-08 12:52:54 +00:00
Marcus Hill 1f6c617a5e Add db field for ticket smiley-based feedback: Good/OK/Bad 2022-01-08 12:50:57 +00:00
johnnyq 5d1848694d Moved import CSV logging out of the loop I accidentally moved it there while fixing a merge conflict, Add more to the logging and some basic code ordering 2022-01-07 22:41:16 -05:00
johnnyq 4636f98ad0 Move scheduled tickets to a more appropriate place in cron 2022-01-07 22:30:34 -05:00
johnnyq c41daab0c9 Tidy DB file 2022-01-07 22:19:46 -05:00
Johnny 04ad831053
Merge pull request #254 from wrongecho/scheduled-tickets
Scheduled tickets
2022-01-07 22:03:52 -05:00
Marcus Hill de152c84ca Add scheduled ticket functionality to cron 2022-01-07 23:56:22 +00:00
johnnyq ee5ae53a41 Updated ticket details layout and added some additional functionality thanks to @aftechro 2022-01-07 18:20:16 -05:00
Marcus Hill d83c5f4176 Add frontend/backend for adding scheduled new tickets 2022-01-07 22:32:23 +00:00
Marcus Hill 10e58c5c64 DB Structure for scheduled tickets 2022-01-07 21:44:26 +00:00
johnnyq 3de0ef51ec Small fix when I tryed to resolve a merge conflict 2022-01-07 14:47:47 -05:00
Johnny 00a7fdb6f7
Merge pull request #252 from wrongecho/files
File uploads
2022-01-07 14:39:41 -05:00
Johnny 8118b5fc0c
Merge pull request #251 from wrongecho/ticket-user
Fix user initials in ticket reply
2022-01-07 14:38:56 -05:00
Johnny e7f7429bc9
Merge pull request #250 from wrongecho/asset-csv
Add count to asset import via csv
2022-01-07 14:38:32 -05:00
Johnny 96510364e2
Merge branch 'master' into asset-csv 2022-01-07 14:38:04 -05:00
Johnny 1df39836fd
Merge pull request #253 from wrongecho/cookie
Set PHP session cookie to be httponly
2022-01-07 14:28:17 -05:00
Johnny 5d27a1717b
Merge pull request #249 from wrongecho/api
API Changes - General refactor & Add asset via API
2022-01-07 14:27:24 -05:00
johnnyq adf1dbe76e Cleanups 2022-01-07 14:25:35 -05:00
Marcus Hill 6609e5065a Set php session cookie to be httponly 2022-01-07 19:10:29 +00:00
Marcus Hill d0483f2472 Allow csv file upload 2022-01-07 18:36:55 +00:00
Marcus Hill c5e976d995 Add index.php files to upload directories to prevent file traversal 2022-01-07 18:35:23 +00:00
Marcus Hill a392ac0d85 Fix user initials in ticket reply 2022-01-07 16:17:04 +00:00
Marcus Hill 3eff9e3d48 Add count to asset import via csv 2022-01-07 16:01:30 +00:00
Marcus Hill 87faebd90d Add functionality to for adding new assets via API 2022-01-07 15:51:22 +00:00
Marcus Hill d420cd691d Initial API restructure 2022-01-07 15:21:09 +00:00
Johnny 2bfb50616c
Merge pull request #248 from wrongecho/import_asset_csv
Add basic asset import functionality
2022-01-06 20:20:48 -05:00
Marcus Hill 5dc9eb4d1d Add basic asset import functionality 2022-01-07 00:58:38 +00:00
Johnny b8ea7ca2f9
Merge pull request #247 from aftechro/patch-1
Update client_contacts.php
2022-01-06 19:35:21 -05:00
AFTECH.RO f476d0ea7f
Update client_contacts.php
added the info of the contact type - for approval procedures/purposes
2022-01-07 00:26:24 +00:00
Johnny a4b264143a
Merge pull request #245 from aftechro/tickets.php
Update tickets.php
2022-01-06 19:14:56 -05:00
Johnny f82ba721ba
Merge pull request #246 from aftechro/client_tickets.php
Update client_tickets.php
2022-01-06 19:13:33 -05:00
Johnny 5170decf72
Merge pull request #240 from wrongecho/ticket-status
Update ticket status in database after a ticket reply.
2022-01-06 19:12:47 -05:00
AFTECH.RO 1c487b225c
Update client_tickets.php
- re-arranged the table items display
2022-01-06 23:40:40 +00:00
AFTECH.RO 97f49826bf
Update tickets.php
- open ticket when click on both ticket number and subject
- re-arranged the table elements display 
- added from email address of within the company (can be left From email or from Contact of the company - or both :D )
2022-01-06 23:23:47 +00:00
Marcus Hill d37dd77637 Update ticket status in database after a ticket reply. 2022-01-06 22:59:23 +00:00
johnnyq 8e8b28df40 Fixed Querying wihtin Invoice status 2022-01-06 11:21:10 -05:00
johnnyq 0047198bcd Added hidden status variable upon search form POSt under tickets to allow querying within a status 2022-01-05 22:40:26 -05:00
johnnyq c6bafa9420 Enhanced @wrongcho Link ticket assets Merge 2022-01-05 22:28:29 -05:00
johnnyq 16344aa1a6 update DB Structure set to primary keys for documents_tagged move client_id last for consistancy as its a foriegn key for document_tags 2022-01-05 21:38:47 -05:00
Johnny 62470c1c45
Merge pull request #239 from wrongecho/doc-tags
Add tag functionality to documents
2022-01-05 21:27:31 -05:00
Johnny 733e56cd8c
Merge pull request #236 from wrongecho/client-bugs
Client bugs
2022-01-05 21:25:09 -05:00