Page 1 of 2

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
Nikolay wrote:http://msdn.microsoft.com/en-us/library ... _emulation
add mmex.exe = (DWORD) 00001101
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...

Re: Budget Monitoring

Posted: Wed Apr 01, 2015 3:58 pm
by dca_sonic
Hi Guys.
I'm trying to use this report but no data is showing, headers only too.

Where can I find dx.chartjs.js, jquery-2.0.3.min.js and globalize.min.js files?

Can somebody send to me, please?

Thanks.

Daniel

Re: Budget Monitoring

Posted: Mon Apr 06, 2015 11:57 am
by dca_sonic
Ok.
I found the files in the web, but the version of jquery is 1.9.1 (jquery-1.9.1.min.js).
So, it was necessary change to this version in template to work.

Now, I can see the graphics but the problem is other.

All Actual Amount are 0. The budget amount information is ok, but the actual amount.  (File attached)

Please, I need some help here.

Thank you.

Re: Budget Monitoring

Posted: Wed Jan 06, 2016 8:18 pm
by mladski
Hello Evryone,
I am trying to import this report. I can't find library files. Is it possible someone to upload them?
Thanks in advance

Re: Budget Monitoring

Posted: Thu Jul 14, 2016 7:18 am
by Nobag
dca_sonic wrote:Ok.
I found the files in the web, but the version of jquery is 1.9.1 (jquery-1.9.1.min.js).
So, it was necessary change to this version in template to work.

Now, I can see the graphics but the problem is other.

All Actual Amount are 0. The budget amount information is ok, but the actual amount.  (File attached)

Please, I need some help here.

Thank you.
Hello
Did anyone find out the problem with the gauges. I am having the same issue, screen print attached.
Thanks for any input

Re: Budget Monitoring

Posted: Fri Jul 15, 2016 10:49 am
by Nobag
ImageHello,
I have installed the gauge and get the coloured circle with budget amounts, but the needle pointer stays at zero.
any thoughts on how I can fix this.
Thanks

Re: Budget Monitoring

Posted: Fri Jul 29, 2016 6:01 am
by guanlisheng
maybe we can switch the impl via /api/v1/sql 

http://forum.moneymanagerex.org/viewtop ... =29&t=6744