From d40ef12d86d6f6dce54b75937e32f556b8ed4c70 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Mon, 18 Jun 2012 19:05:46 -0400 Subject: [PATCH] DPR4 --- WHATSNEW.md | 25 ++++++++++++++++++++++++- main.inc.php | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index ed656f683..013fce7d7 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,6 +1,19 @@ -New stuff in 1.7-dpr3 +New stuff in 1.7-dpr4 ====================== +Features +-------- + * Dashboard reports for ticket system activity and statistics + * PDF print / export for tickets (staff pages only) + +New stuff in 1.7-dpr3 +====================== + * Advanced search on tickets page + * Ticket thread -- revised ticket message storage model for greater + flexability + * New database upgrade system allowing for continuous updates to the + database model. This will greatly simplify the process of making + modifications to the osTicket database. New stuff in 1.7-dpr2 ====================== @@ -68,6 +81,16 @@ Client-side Knowledgebase ------------------------- Manage a searchable help document portal for your users +Dashboard Reports +----------------- +Flashy reports of ticket system activiy as well as exportable ticket system +statistics, allowing for easy report generation from office spreadsheet +applications. + +Ticket Export +------------- +Convert the ticket thread to a printed format for long term storage. + API --- Interface with osTicket via HTTP requests. Starting with version 1.7, diff --git a/main.inc.php b/main.inc.php index 8a3390f2d..3660625d6 100644 --- a/main.inc.php +++ b/main.inc.php @@ -59,7 +59,7 @@ /*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/ #Current version && schema signature (Changes from version to version) - define('THIS_VERSION','1.7-DPR3'); //Shown on admin panel + define('THIS_VERSION','1.7-DPR4'); //Shown on admin panel define('SCHEMA_SIGNATURE','aa4664afc3b43d4068eb2e82684fc28e'); //MD5 signature of the db schema. (used to trigger upgrades) #load config info -- GitLab