http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11145
--- Comment #8 from michel <[email protected]> --- Here are the steps to get the error : From the "Plus" menu, choose "Bilans et statistiques" Then choose "assistant de rapports", then "construire nouveau". Etape 1/6 : choose "Circulation" then "suivant" Etape 2/6 : choose "Tabulaire" then "suivant" and here i get "software error..." Using the german language works fine. Using koha 3.14 in french also produces the error. On the other hand, if i try to generate a SQL report nothing happens. Steps : From the "Assistant de rapports" page, click "créer à partir de SQL". Fill in "nom de rapport" and "notes" with "testFR" Leave "type" as "tabulaire" Paste a sql report (i pasted the report previously generated with the german interface : SELECT borrowers.borrowernumber,biblioitems.biblioitemnumber FROM borrowers LEFT JOIN statistics on (statistics.borrowernumber=borrowers.borrowernumber) LEFT JOIN items on (items.itemnumber = statistics.itemnumber) LEFT JOIN biblioitems on (biblioitems.biblioitemnumber = items.biblioitemnumber) ) Click "enregistrer rapport" You get the message "votre rapport a été sauvegardé" ("your report was saved"). Click "rapports sauvegardés" -->> you get the table with the saved reports, but the report you have just created does not appear. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
