New general report time again

This one collates your top expenditures for the past 8 months and shows them graphically per month.
Let me know if you see ways to optimise.
Moderator: Renato
Is was thinking about screenshots too. Is there a sample accounts file I can use for screenshots? So I don't post my accounts.guanlisheng wrote:Hi, one screen shot plus a link to Github are more preferred.
Hi,Renato wrote:Have extended to 12 months and translated into German.
However, I have not managed to change the code so that both revenue as expenditures are expected. Reason: also credits should be offset.
can someone help me.
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:"
}],
Yes, just for one big with graph labels (should be full name not category name).sterling wrote:Cool, would you like to update it on github?
Sir, the graph is not display.Nikolay wrote:Updated.
Added:
- Sorting
- German translation
- nowrap for amounts
- formating
Like my original? That's why I didn't understand the change request. Probably a language thing. Expenditure means withdrawal.Nikolay wrote:Updated.
I think will be better to change this report for show only withravals. It will be "Where the money goes".
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.Nikolay wrote:My report used your graph algorytm but other Sql.
My report shows all Categs.
Code: Select all
var dataAccountColours = [
"#f79646", "#f5f445", "#7fd13b", "#4bacc6", "#1f497d", "#8064a2" .......
Sir, Graph is not visible? Can you help me?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" .......