Page 1 of 1

Working toward 0.9.5.0

Posted: Sat Sep 05, 2009 3:39 am
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

Re: Working toward 0.9.5.0

Posted: Sat Sep 05, 2009 9:47 am
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.

Re: Working toward 0.9.5.0

Posted: Sat Sep 05, 2009 5:37 pm
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!

Branch for 0.9.5 has created

Posted: Tue Sep 15, 2009 1:19 pm
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.

Re: Working toward 0.9.5.0

Posted: Sun Sep 27, 2009 12:18 pm
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

Re: Working toward 0.9.5.0

Posted: Sat Oct 03, 2009 3:41 pm
by Vadim
1. http://www.codelathe.com/forum/viewtopic.php?f=5&t=641 "Category Income/Expense Over Last 12 Months"
Fixed in trunk.

Re: Working toward 0.9.5.0

Posted: Sat Oct 03, 2009 5:42 pm
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

Re: Working toward 0.9.5.0

Posted: Sat Oct 03, 2009 6:06 pm
by Vadim
Fixed in branch 0.9.5 по пожеланиям трудящихся :-)

Re: Working toward 0.9.5.0

Posted: Mon Oct 05, 2009 7:08 am
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.