Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
chadillac Offline
New Member
 
Posts: 20
Join Date: Mar 2006
Custom Reports - 14-03-2006, 02:43 PM

if someone (myself) were to build a third party admin panel strictly made for custom reporting of stored Kayako data, would there be enough demand within the Kayako community to deseminate it out to other Kayako users?


basically, if you could have a set bunch of custom third party reports that handled Kayako data, would you be interested in it?

E.G. Conversion time from status "New" to status "Order Placed" per Staff Member in Department "Sales"


Thanks;
Chad

Last edited by chadillac; 14-03-2006 at 10:15 PM.
   
Reply With Quote
  (#2) Old
tommy Offline
New Member
 
Posts: 22
Join Date: Oct 2005
Location: Boulder, CO USA
14-03-2006, 03:12 PM

Hi Chad,

I would be interested in custom report capabilities!


Cheers,

Tom
   
Reply With Quote
  (#3) Old
kaviar Offline
Member
 
Posts: 69
Join Date: Dec 2005
Location: Brisbane, Australia
15-03-2006, 04:28 AM

I'd be interested in this
   
Reply With Quote
  (#4) Old
netarus Offline
Member
 
Posts: 40
Join Date: Feb 2005
Location: Virginia Beach, VA
15-03-2006, 08:48 PM

Hi chadillac,

I am very interested as well. Feel free to start with mine if it is any help at all.

http://www.netarus.com/products/show...esupportreport

Either way, I would love to find a solution to the lack of reports for eSupport.
   
Reply With Quote
  (#5) Old
kaviar Offline
Member
 
Posts: 69
Join Date: Dec 2005
Location: Brisbane, Australia
16-03-2006, 02:00 AM

Hi,

Will that script work with supportsuite?
   
Reply With Quote
  (#6) Old
eljustino Offline
New Member
 
eljustino's Avatar
 
Posts: 3
Join Date: Feb 2005
Location: Mellbourne
16-03-2006, 02:41 AM

HI Chad,

I think this is definately something people will be interested in.

Kayako were looking at a Reports API but I haven't heard much of this.

You can see some of the feedback on reports here: http://forums.kayako.com/showthread.php?t=3901


Justin George
WebAlive Technologies
http://www.webalive.biz/
   
Reply With Quote
  (#7) Old
ehoffman Offline
Member
 
Posts: 131
Join Date: Dec 2005
16-03-2006, 05:11 AM

I would certainly get on board, free or not.


-------------
Eric
Managing Partner
EJH & Associates
Latest Stable Support Suite Owned
(with 7 domains)
   
Reply With Quote
  (#8) Old
chadillac Offline
New Member
 
Posts: 20
Join Date: Mar 2006
16-03-2006, 11:55 PM

nice script netarus... thats similiar to what I'm working on, but at the moment I'm just perfecting the SQL queries, no interface yet... but I like yours thus far

Last edited by chadillac; 17-03-2006 at 12:05 AM.
   
Reply With Quote
  (#9) Old
netarus Offline
Member
 
Posts: 40
Join Date: Feb 2005
Location: Virginia Beach, VA
Arrow 20-03-2006, 02:54 PM

Hi chadillac,

Care to share the SQL queries and I can help inserting them into the existing report?
   
Reply With Quote
  (#10) Old
chadillac Offline
New Member
 
Posts: 20
Join Date: Mar 2006
21-03-2006, 08:41 PM

just getting started on them, handful of other projects consuming most of my time... I plan on jumping in head first over the next couple days
   
Reply With Quote
  (#11) Old
chadillac Offline
New Member
 
Posts: 20
Join Date: Mar 2006
24-03-2006, 07:50 PM

sneak peek of an example report:


this report calculates average response time per user for all tickets with a closed status or something considered a closed status (this is company specific for us at the moment)

its just a baby and I plan on a lot of building in the near future... but for now, the project is on hold for a few days.


http://cableorganizer.com/kayako_reports/
   
Reply With Quote
  (#12) Old
Adam12 Offline
Member
 
Posts: 74
Join Date: Sep 2005
Location: Los Angeles, CA, USA
24-03-2006, 10:35 PM

Quote:
Originally Posted by chadillac
sneak peek of an example report:


this report calculates average response time per user for all tickets with a closed status or something considered a closed status (this is company specific for us at the moment)

its just a baby and I plan on a lot of building in the near future... but for now, the project is on hold for a few days.


http://cableorganizer.com/kayako_reports/
Hey do you think you can share that with us?


===
www.eastsolid.com <-- The hosts host.
Shared Hosting, Reseller Hosting, Dedicated Server Hosting, Backup Services and Server Management.
Now with Enterprise Hosting (No more then 20 accounts per server!)
   
Reply With Quote
  (#13) Old
netarus Offline
Member
 
Posts: 40
Join Date: Feb 2005
Location: Virginia Beach, VA
25-03-2006, 02:34 AM

If chadillac sends me his SQL statements, I could integrate it into a new drop down option within my reports based on selecting a particular user.

Best Regards,

Chris
   
Reply With Quote
  (#14) Old
chadillac Offline
New Member
 
Posts: 20
Join Date: Mar 2006
ze code ze code - 27-03-2006, 10:58 PM

Average Response Time Query:

SELECT AVG(TIMEDIFF(from_unixtime(lastactivity),from_unix time(dateline))) as TimeDifference FROM swtickets WHERE ownerstaffid = $user AND ticketstatusid = 3;


++++++++ NOTE +++++++++++++

In order for this to work you have to tweak your kayako functions to update last activity on ticket status change Also this only calculates deafult "closed" status, other custom statuses aren't included in this yet, I plan on making a seperate database of my own that will house "Closed" statuses out of all statuses with a nice UI, then it will inject those into the query.

Last edited by chadillac; 27-03-2006 at 11:00 PM.
   
Reply With Quote
  (#15) Old
netarus Offline
Member
 
Posts: 40
Join Date: Feb 2005
Location: Virginia Beach, VA
27-03-2006, 11:00 PM

What about the queries for the other two fields?
   
Reply With Quote
Reply

Tags
custom, reports

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom reports status? colea SupportSuite, eSupport and LiveResponse 1 13-12-2006 05:26 AM
Custom Reports jayishmaka Developers & Code 3 09-11-2006 01:32 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78