Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-10846

In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • Trunk
    • None
    • accounting
    • None

    Description

      In the AddFinAccountTrans form in FinAccountForms.xml the values in the field glAccountId are sorted on the primary key, per

              <field name="glAccountId" title="${uiLabelMap.GlAccount}">
                  <drop-down>
                      <entity-options entity-name="GlAccountOrganizationAndClass" key-field-name="glAccountId" description="${accountCode} - ${accountName} [${glAccountId}]">
                          <entity-constraint name="organizationPartyId" operator="equals" env-name="defaultOrganizationPartyId"/>
                          <entity-order-by field-name="glAccountId"/>
                      </entity-options>
                  </drop-down>
              </field>
      

      The sort order should however be on the accountCode field of the entity

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            surajk Suraj Khurana
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment