Page 1 of 2

Re: Expenditure History Report with graph

Posted: Mon Jan 12, 2015 5:17 pm
by Renato
Hi Nikolay

Thank you, Perfect, just what I need, unfortunately, the graphics and the months in the head is not displayed.

Here is the translation in German:

Code: Select all

  "german": [{
        "_Title":"Übersicht letzte 12 Monate"
        , "Category": "Каtegorie", "Overall":"Total"
        , "Jan": "Jan", "Feb": "Feb", "Mar":"Мär"
        , "Apr": "Аpr", "May": "Маi", "Jun":"Jun"
        , "Jul": "Jul", "Aug": "Аug", "Sep":"Sep"
        , "Oct": "Оkt", "Nov": "Nov", "Dec":"Dez"
         , "Total:":"Total:"
    }],

Re: Expenditure History Report with graph

Posted: Tue Jan 13, 2015 10:51 am
by Nikolay
Updated.
Added:
- Sorting
- German translation
- nowrap for amounts
- formating

Re: Expenditure History Report with graph

Posted: Tue Jan 13, 2015 4:57 pm
by Renato
Hi Nikolay

Thank you very much, wonderful evaluation, it shows me where I have spent all my money in the last 12 months.
Image
By the way: If we could still enter the start date instead of just from today, then you could analyze / compare the last few years.

Re: Expenditure History Report with graph

Posted: Tue Jan 13, 2015 5:54 pm
by Nikolay
Just modify this report to have grouped by year stats.
it will categs stats for last 12 years.

Re: Expenditure History Report with graph

Posted: Tue Jan 13, 2015 7:27 pm
by sterling
Cool, would you like to update it on github?

Re: Expenditure History Report with graph

Posted: Tue Jan 13, 2015 8:57 pm
by Nikolay
sterling wrote:Cool, would you like to update it on github?
Yes, just for one big with graph labels (should be full name not category name).

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 5:08 am
by Mukund
Nikolay wrote:Updated.
Added:
- Sorting
- German translation
- nowrap for amounts
- formating
Sir, the graph is not display.

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 6:41 am
by Nikolay
Iexplore version is  >= 9 ?

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 7:20 am
by Nikolay
Updated.

I think will be better to change this report for show only withravals. It will be "Where the money goes".

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 3:33 pm
by sterling
Nikolay wrote:Updated.

I think will be better to change this report for show only withravals. It will be "Where the money goes".
Like my original?  That's why I didn't understand the change request.  Probably a language thing.  Expenditure means withdrawal.

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 5:29 pm
by Nikolay
My report used your graph algorytm but other Sql.
My report shows all Categs.

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 7:03 pm
by sterling
Nikolay wrote:My report used your graph algorytm but other Sql.
My report shows all Categs.
Yeah, i recognised it.  The graph doesn't work for me any more either, not debugged it though.  I use chrome for my main browser.

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 7:11 am
by Nikolay
Try new release
https://sourceforge.net/projects/moneym ... .2.0-beta/

I've changed my report to have only expenses.

Or may be problem with colors (too few values)

Code: Select all

var dataAccountColours = [ 
            "#f79646", "#f5f445", "#7fd13b", "#4bacc6", "#1f497d", "#8064a2" .......

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 9:22 am
by Mukund
Nikolay wrote:Try new release
https://sourceforge.net/projects/moneym ... .2.0-beta/

I've changed my report to have only expenses.

Or may be problem with colors (too few values)

Code: Select all

var dataAccountColours = [ 
            "#f79646", "#f5f445", "#7fd13b", "#4bacc6", "#1f497d", "#8064a2" .......
Sir, Graph is not visible? Can you help me?

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 12:12 pm
by Nikolay
How many rows in table?

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 6:54 pm
by sterling
Nikolay wrote:How many rows in table?
I dont get a graph with limit 10 in the query.  I'll have a chance to debug at the weekend.

Re: Expenditure History Report with graph

Posted: Sun Jan 18, 2015 10:04 am
by Nikolay
Seems ChartNew.js outdated

To start graph working delete 

Code: Select all

                responsive : true,
in template (line 227).

Re: Expenditure History Report with graph

Posted: Mon Feb 09, 2015 9:56 pm
by Mukund
Nikolay wrote:How many rows in table?
Sir i have 101 rows.

Re: Expenditure History Report with graph

Posted: Sun Feb 15, 2015 8:50 am
by aramacciotti
I also don't get the graphs for "where the money goes" when the analysis period is long enough to generate a many different rows (not clear which is the limit, but it works when rows are 19)