Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The following reports does not work on mmex v1.2.0+ #31

Open
asokareddy opened this issue Apr 18, 2015 · 3 comments
Open

The following reports does not work on mmex v1.2.0+ #31

asokareddy opened this issue Apr 18, 2015 · 3 comments
Assignees
Labels

Comments

@asokareddy
Copy link

BudgetMonitoringCurrentMonth
BudgetMonitoringLastMonth
CategoriesStatLast12Months
CategoryForecast
CategoryTrend

The charts are created using the javascript framework ChartJS from
http://chartjs.devexpress.com/, which creates simply
stunning gauge widgets.
and copy the following three files from the archive directory Lib/js directly
into your MoneyManagerEx/res
dx.chartjs.
jquery-2.0.3.min.
globalize.min.js

@vomikan
Copy link
Member

vomikan commented Feb 11, 2016

Just the week ago I've updated the CategoriesStatLast12Months report.
It works.

@siowena
Copy link
Contributor

siowena commented Apr 22, 2019

The reports listed have been updated to use the latest from devexpress as the filenames changed. The reports work on v1.3.3 and suggest @asokareddy updates to the latest full release.

@guanlisheng - Suggest this Issue is now closed.

(from Pull request #59)
BudgetMonitoringCurrentMonth & BudgetMonitoringLastMonth

@nuvitong
Copy link
Contributor

nuvitong commented Mar 31, 2022

Hi,

I didn't like the dependency on the external libararies of the Budget Monitoring reports and recreated those from scratch (#75).

Besides removing all external dependencies I tried to use the layout of the embedded reports. Additonally I added the date period selection (&begin_date and &end_date), so there is no need for two separate reports any more.

Furthermore I added some possibilities to customize, what data should be included within the report. See the description and the subqueries ignoredAccountTypes, ignoredAccountNames, transferSubCategoriesToSubstitute and transferSubCategoriesToReAssign in sqlcontent.sql.

The report now looks something like this:
BudgetMonitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants