moneymanagerex / general-reports

Bunch of general reports for Money Manager Ex
http://moneymanagerex.org/
MIT License
72 stars 47 forks source link

Reports updated mostly for currency conversion, split where appropriate and ignore Duplicate Tx #60

Closed siowena closed 4 years ago

siowena commented 5 years ago

Using some of the points in #53 as a guide (and also updated as I needed them to work)

slodki commented 5 years ago

Please remove check_gm.py, pack_gm.py and tables_v1.sql files from your PR

slodki commented 5 years ago

@siowena please re-add .DS_Store to .gitignore and remove it from PR. Then all technical problems will be fixed. I've no time to verify your reports' changes.

siowena commented 5 years ago

Will do on the .gitignore file.

However, the SQL check_gm.py now fails travis-ci after the DB V12 checks due to tablename changes - is that OK, or am I missing something?

slodki commented 5 years ago

We have reports for the old db schema only - so it's ok SQL queries are not working with MMEX 1.4.x db. We need something like #52 to support users with different MMEX versions.