Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ticket-view: Add ZIP export option
This adds the ability to dowload a ticket thread PDF in a ZIP file with all of the attachments included. And, optionally, also include the associated tasks, again with a PDF of the thread and all attachments included. Conflicts: include/staff/ticket-view.inc.php scp/tickets.php
- Loading branch information
Showing
with
119 additions
and 0 deletions.
- +100 −0 include/class.export.php
- +6 −0 include/class.ticket.php
- +4 −0 include/staff/system.inc.php
- +6 −0 include/staff/ticket-view.inc.php
- +3 −0 scp/tickets.php
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters