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

In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

    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

        1. OFBIZ-10846.patch
          0.8 kB
          Pawan Verma

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: