Page 2 of 3
Re: Budget Monitoring
Posted: Fri May 23, 2014 11:32 am
by Nikolay
Re: Budget Monitoring
Posted: Sat May 24, 2014 12:02 pm
by avma
ok, i did that too, still nothing...no data just headers...
Re: Budget Monitoring
Posted: Sun May 25, 2014 8:57 pm
by nuvito
Hi,
I assume, that you use the latest unstable version svn6475.
In this version the usage of the template variables changed. In the report template I used
Code: Select all
<TMPL_VAR name="EXPENSE_INCOME_DATA" />
. The usage of the "name" attribute worked in the former version svn6254. In the latest version it has to be
Code: Select all
<TMPL_VAR "EXPENSE_INCOME_DATA" />
.
Please try, if this fixes your issue.
Re: Budget Monitoring
Posted: Mon May 26, 2014 1:21 pm
by avma
Tried that too...still the same, headers only, no data is showing
BTW, other reports with graphs are showing OK
Re: Budget Monitoring
Posted: Thu Jun 05, 2014 8:38 am
by avma
HI NUVITO,
YOU WERE RIGHT OF COURSE, NEW VERSION DID FIX THE PROBLEM AND BOTH BUDGET MONITORING REPORTS WORKS JUST FINE. VERY NICE JOB!
TWO COMMENTS THOUGH:
1. THE CURRENCY SYMBOL IS CODED TO SHOW EUROS RATHER THEN THE BASE CURRENCY (MINE IS 'ILS' FOR INSTANCE).
2. ALL CATEGORY LABELS ON THE GRAPH ARE SHOWING GIBBERISH (MINE ARE ALL IN HEBREW) THERE MUST BE A WAY TO HANDLE THAT TOO, FOR ALL OTHER REPORTS LABELS DOES SHOW IN PROPER HEBREW. OK, THIS ONE WAS EASY TO FIX...JUST ADDED " <meta charset="UTF-8" />" TO THE HEADER
MY BEST REGARDS
AVI
Re: Budget Monitoring
Posted: Wed Jun 25, 2014 7:52 pm
by nuvito
Hi Avi,
I'm glad that the report eventually works for you. I did some tweaks in the template, so that it also should display the gauge charts in the latest release candidate 1.1.0-RC2.
Additionally I removed the hardcoded euro symbol and added the symbol of the specified base currency.
Please find attached the new version of the report. You can also find the new version on github.
Re: Budget Monitoring
Posted: Wed Jun 25, 2014 8:16 pm
by Nikolay
Hi nuvito,
seems
http://chartjs.devexpress.com/ not available any more
Re: Budget Monitoring
Posted: Wed Jun 25, 2014 9:05 pm
by nuvito
Hi Nikolay,
thanks for letting me know. I will check, if I find a fitting replacement library.
Re: Budget Monitoring
Posted: Mon Jul 07, 2014 8:01 am
by avma
nuvito wrote:Hi Avi,
I'm glad that the report eventually works for you. I did some tweaks in the template, so that it also should display the gauge charts in the latest release candidate 1.1.0-RC2.
Additionally I removed the hardcoded euro symbol and added the symbol of the specified base currency.
Please find attached the new version of the report. You can also find the new version on github.
Thank you very much....was a bit busy but ill sure check it out....
Re: Budget Monitoring
Posted: Mon Jul 07, 2014 8:07 am
by avma
avma wrote:nuvito wrote:Hi Avi,
I'm glad that the report eventually works for you. I did some tweaks in the template, so that it also should display the gauge charts in the latest release candidate 1.1.0-RC2.
Additionally I removed the hardcoded euro symbol and added the symbol of the specified base currency.
Please find attached the new version of the report. You can also find the new version on github.
Thank you very much....was a bit busy but ill sure check it out....
Great job nuvito! works like a charm...