Page 1 of 1

Sort order of accounts in Navigation panel [Deleted]

Posted: Mon Aug 24, 2009 7:54 am
by Nikolay
Hi


The algorithm by which to sort the accounts in the navigation bar in the current version is:

Code: Select all

select ACCOUNTNAME, STATUS, FAVORITEACCT from ACCOUNTLIST_V1 order by ACCOUNTNAME;
I propose to extend it:

Code: Select all

select ACCOUNTNAME, STATUS, FAVORITEACCT from ACCOUNTLIST_V1 order by STATUS desc, FAVORITEACCT desc, ACCOUNTNAME;
Now the bills are displayed as follows:
First, open and favorite, then others are open, then closed and favorite and finally closed not favorite.

Patch uploaded

Link to Feature request: http://www.codelathe.com/forum/viewtopic.php?f=8&t=578

Re: Sort order of accounts in Navigation panel

Posted: Mon Aug 24, 2009 7:06 pm
by madhan
Thanks! Patch checked in version 398

Re: [ADDED] Sort order of accounts in Navigation panel

Posted: Sat Oct 24, 2009 6:08 pm
by Nikolay
Hi,

New idea. Favorite account check box has been removed. The "Sequence" text box is inserted instead.
Is anybody can try it? Do you like it?

Re: Sort order of accounts in Navigation panel [Added]

Posted: Sun Oct 25, 2009 4:38 pm
by Nikolay
svn 673