HDTN-160294 - In GJ-503, the sorting function on the account # is not working.When trying to sort by account #...the account ascending order is 130820, ..., 502801,..., 765000, ..., and then 202150(Descending is the reversed of the above.)Sue

Issue No: GL-1512
Created 2/6/2015 11:43:32 AM
Type Bug
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 15.1
Description *STEPS*   1. Build an account id where primary code is 60001 for expense   2. Next , build an account for primary code 20001 for liability.   3. Create a GJ where two account IDs are selected     *ISSUE*   Clicking Sort Ascending in the column header will display the 60001 account id first and clicking Sort Descending will display the 20001 account id first   +_Reported client issues:_+   *"* This is for Primar company.   In GJ-503, the sorting function on the account # is not working.   When trying to sort by account #...the account ascending order is 130820, ..., 502801,..., 765000, ..., and then 202150   (Descending is the reversed of the above.)   Sue"   [Concepcion Hayden|http://install.irelyserver.com/display/~concepcion.hayden]   You are correct, I will get this to programming. It looks like the column is sorting by the sql database number associated for each account number. It should sort by the actual id and not the database id.   it looks like the account id column in General Journal Entry screen is sorting by intAccountID and not the strCode. It should sort by the actual code and not the sql sequential code for the account number.       *ACCEPTANCE CRITERIA*   Should sort by Account ID (as string)