Working toward 0.9.5.0

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Working toward 0.9.5.0

Post by madhan »

Hello Folks,

We have quite a bit of code changes in MMEX since the last release. And I think it is good time to start working towards a 0.9.5.0 release.
Please limit large functional changes and only submit small bugfixes to current issues. Once MMEX compiles in all platforms and looks stable we will plan on pushing a release.
I will wait till next week before building some beta builds and pushing it out for general testing. Once beta looks good, we will replace the current release.

Thanks,
Madhan
mrgingles
New MMEX User
Posts: 2
Joined: Sun Aug 30, 2009 11:08 pm
Are you a spam bot?: No

Re: Working toward 0.9.5.0

Post by mrgingles »

Hi madhan,
thanks for your work! Could you add this feature to your next version? http://www.codelathe.com/forum/viewtopic.php?f=8&t=588

Thanks.
klor
New MMEX User
Posts: 4
Joined: Sun Jul 26, 2009 3:55 pm
Are you a spam bot?: No

Re: Working toward 0.9.5.0

Post by klor »

Could fix these important bugs and implement the following suggestions into next release?

BUGS:
1) Transaction should have TIME column, too
http://www.codelathe.com/forum/viewtopic.php?f=8&t=571

2) BUG: Problem with Transaction Report/Filter transactions
http://www.codelathe.com/forum/viewtopic.php?f=5&t=591

3) BUG: Missing amounts from Budget Performance, Categories...
http://www.codelathe.com/forum/viewtopic.php?f=5&t=605


Suggestions:
1) Suggestion: Edit entries within Split Category
http://www.codelathe.com/forum/viewtopic.php?f=8&t=539

2) Changing Transactions to Other accounts
http://sourceforge.net/tracker/?func=de ... tid=826678

3) Suggestion: Selecting multiple rows
http://www.codelathe.com/forum/viewtopic.php?f=8&t=537

4) Suggestion: Display Balance amount in Transaction Report
http://www.codelathe.com/forum/viewtopic.php?f=8&t=538

5) New column on Budget Setup page (Estimated actual)
http://www.codelathe.com/forum/viewtopic.php?f=8&t=575

6) Budgeting: New column 'FIX' for fix costs
http://sourceforge.net/tracker/?func=de ... tid=826678


Thanks in advance!
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Branch for 0.9.5 has created

Post by Vadim »

Hi,
I have created branch for working on release MMEX version 0.9.5. Branch copied from revision 407 of trunk.
URL is
https://moneymanagerex.svn.sourceforge. ... ches/0.9.5

Everyone who want to test 0.9.5 should checkout this branch and compile mmex from it. We will commit bugfixes only to this branch. You should not add any new features to one. The main development continues in trunk.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Working toward 0.9.5.0

Post by Nikolay »

Hi,

I think it's time to release a beta version. 0.9.5.0 of MMEX.

But would like to see the following bugs have been fixed:
1. http://www.codelathe.com/forum/viewtopic.php?f=5&t=641 "Category Income/Expense Over Last 12 Months"
2. http://www.codelathe.com/forum/viewtopic.php?f=5&t=613
3. http://www.codelathe.com/forum/viewtopic.php?f=5&t=591

Best Regards,
Nikolay
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: Working toward 0.9.5.0

Post by Vadim »

1. http://www.codelathe.com/forum/viewtopic.php?f=5&t=641 "Category Income/Expense Over Last 12 Months"
Fixed in trunk.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Working toward 0.9.5.0

Post by Nikolay »

Hi Vadim,

Thank you very much for your job.
Could you, please, make patch. Then I can make the same correction for the ver. 0950.

Regards,
Nikolay
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: Working toward 0.9.5.0

Post by Vadim »

Fixed in branch 0.9.5 по пожеланиям трудящихся :-)
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: Working toward 0.9.5.0

Post by Vadim »

We cannot trust any report in mmex because they are buggy. The source of error is check whether transaction date between begin of period and end of period. Dates in db stored as strings without time, but dates in between have time. Thus result of such report depends on time when you launched it. Any report should remove time from dates used in between expressions.
Post Reply