[jira] [Assigned] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

2019-03-09 Thread Suraj Khurana (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suraj Khurana reassigned OFBIZ-10846:
-

Assignee: Suraj Khurana  (was: Pawan Verma)

> In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
> -
>
> Key: OFBIZ-10846
> URL: https://issues.apache.org/jira/browse/OFBIZ-10846
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, 17.12.01, Release Branch 16.11, 16.11.04, 16.11.05, 
> 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10846.patch
>
>
> In the AddFinAccountTrans form in FinAccountForms.xml the values in the field 
> glAccountId are sorted on the primary key, per
> {code:java}
>         
>             
>                  key-field-name="glAccountId" description="${accountCode} - ${accountName} 
> [${glAccountId}]">
>                      operator="equals" env-name="defaultOrganizationPartyId"/>
>                     
>                 
>             
>         
> {code}
> The sort order should however be on the accountCode field of the entity



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

2019-03-08 Thread Pawan Verma (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pawan Verma reassigned OFBIZ-10846:
---

Assignee: Pawan Verma

> In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
> -
>
> Key: OFBIZ-10846
> URL: https://issues.apache.org/jira/browse/OFBIZ-10846
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, 17.12.01, Release Branch 16.11, 16.11.04, 16.11.05, 
> 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Pawan Verma
>Priority: Major
>
> In the AddFinAccountTrans form in FinAccountForms.xml the values in the field 
> glAccountId are sorted on the primary key, per
> {code:java}
>         
>             
>                  key-field-name="glAccountId" description="${accountCode} - ${accountName} 
> [${glAccountId}]">
>                      operator="equals" env-name="defaultOrganizationPartyId"/>
>                     
>                 
>             
>         
> {code}
> The sort order should however be on the accountCode field of the entity



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)