ACCORD5
Add a reply

ACCORD5 Company Forums » Trellis Desk » General Discussion

A (very simple) Statistics module

 
  • Started 1 year ago by lucasan
  • 7 posts in this topic
  • Latest reply from KAOSFORGE
  1. lucasan

    lucasan

    offline
    Member

    Hi, I've developed a very simple (I'm not an expert) statistics module. I tried to upload it here but the forum let upload 100 Kb max. (the library to create the graphs is 3 MB).

    Just unzip the files and add them to your installation (make some test first, don't blame me if something is wrong).

    http://www.gigasize.com/get/2g0qzzfxvhc

    If some one can make it better, please share it. As I said, I'm not an expert, but if you need it, use it ;)

    Posted 1 year ago #
  2. User has not uploaded an avatar

    slackerchris

    offline
    Member

    Thanks, Can I get a little more info on this?

    Posted 1 year ago #
  3. Hi

    I installed your update and the first time it ran everything seemed fine, however now it just stalls and times out

    Do you have any ideas?

    Thanks

    Lee

    Posted 1 year ago #
  4. User has not uploaded an avatar

    chenhao9862

    offline
    Member

    Hello

    i have been installed the module, runing the module will be open a blank page, the graphs cannot displays to tickets system. but, the images/graphs folder have 2 pictures.

    Do you have solved the problem ideas?

    Thanks

    Posted 1 year ago #
  5. User has not uploaded an avatar

    andyb

    offline
    Member

    here's a fix for this issue;
    open the following file:
    trellis>core>mod_reports.php

    around line 32 (after $ruta = 'images/graphs/'. $graphName .'.png'; add the following lines
    if (file_exists($ruta))
    {
    unlink(ruta);
    }

    That should now make it work. (Tested on a XAMPP install)

    Any problems, let me know. I'm working on translating the files into English also for the graph generation and also spacing issues due to the amount of departments I'm implementing (and length of their filenames)- thanks for the initial script- this has helped improve the usability of the system.

    Posted 10 months ago #
  6. User has not uploaded an avatar

    Jacknife

    offline
    Member

    Hi,

    I'm trying to download the file but Gigasize reports a lot of different errors and I can't get it... there's no other way to get the file? Thanks!

    Posted 8 months ago #
  7. User has not uploaded an avatar

    KAOSFORGE

    offline
    Member

    Well I plan to develop a new statistics module for v2. I could nee dsome help with it (some charting framework)

    Posted 7 months ago #

RSS feed for this topic

Reply to this topic

You must log in to post.