First time user of reports (and bug in commit dfcfc5b4accb)
Posted: Thu Nov 01, 2018 2:58 am
I am only trying out nuBuilder report function, please bear with me. I created a very simple report of a very simple MySQL view containing only two columns, Name and Amount. I want to use the report to get a total of Amount over all Names. I used the Report Builder and FR0 was created.
When I run the report, I essentially get a blank page. The breadcrumbs show "Home ► Run Report ► Check Total". Is that to be expected? When I use Ctrl+Shift+R to reload (or the equivalent entry in the three-dot-menu) this changes to "Home ► Run Report ► Blank". Seems at least odd to me. When I am on the page with "Home ► Run Report ► Check Total" I noticed a small button with "Run" at the top of the page and that indeed finally seems to run the report (why this additional step?). That's when I ran into a bug apparently introduced in commit dfcfc5b4accb. Unless I revert that commit, I get an error "TCPDF ERROR: The font definition file has a bad format: /var/www/nubuilder4/tcpdf/fonts/uni2cid_ac15.php".
$ file tcpdf/fonts/uni2cid_ac15.php
tcpdf/fonts/uni2cid_ac15.php: PHP script, ASCII text, with very long lines
Can I just run the report without creating a PDF? How do I get nuBuilder to show me a list with all Names, their Amount and then a total of Amount over all Names in the most simple way (as in not requiring two clicks, for example)?
When I run the report, I essentially get a blank page. The breadcrumbs show "Home ► Run Report ► Check Total". Is that to be expected? When I use Ctrl+Shift+R to reload (or the equivalent entry in the three-dot-menu) this changes to "Home ► Run Report ► Blank". Seems at least odd to me. When I am on the page with "Home ► Run Report ► Check Total" I noticed a small button with "Run" at the top of the page and that indeed finally seems to run the report (why this additional step?). That's when I ran into a bug apparently introduced in commit dfcfc5b4accb. Unless I revert that commit, I get an error "TCPDF ERROR: The font definition file has a bad format: /var/www/nubuilder4/tcpdf/fonts/uni2cid_ac15.php".
$ file tcpdf/fonts/uni2cid_ac15.php
tcpdf/fonts/uni2cid_ac15.php: PHP script, ASCII text, with very long lines
Can I just run the report without creating a PDF? How do I get nuBuilder to show me a list with all Names, their Amount and then a total of Amount over all Names in the most simple way (as in not requiring two clicks, for example)?