[Koha-bugs] [Bug 17282] Ability to create charts for SQL reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 13 13:31:46 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
QA comments:
1/ Would it be possible to add a "loading please wait" when processing the
graph?
2/ Execute a report which raises an error, you will get a JS error: 
3/ If I delete a column, the scrollbar goes to the top
4/ I can delete all the columns and click on "draw", nothing happens. It should
not bz possible to delete the first column I'd say.
5/ With the following query:
SELECT i.homebranch, h.branchcode, monthname(h.reservedate) AS month, 
       year(h.reservedate) AS year, count(*) 
FROM old_reserves h
LEFT JOIN items i USING (itemnumber)
WHERE h.branchcode != i.homebranch AND year(h.reservedate) = '2015' 
GROUP BY month(h.reservedate), h.branchcode

With chart type: "Pie", x column: "month" and y: "count(*)", I get the
following JS error:
  TypeError: columns[index] is undefined

Marked as Failed QA.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list