You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/14 10:45:22 UTC

svn commit: r1610355 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

Author: jacopoc
Date: Mon Jul 14 08:45:21 2014
New Revision: 1610355

URL: http://svn.apache.org/r1610355
Log:
Applied another contribution from Anahita Goljahani to OFBIZ-5592: UX improvement - aligment Chart of Account.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=1610355&r1=1610354&r2=1610355&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Mon Jul 14 08:45:21 2014
@@ -272,16 +272,16 @@ under the License.
                     <condition-expr field-name="transactionDate" operator="greater-equals" from-field="parameters.fromDate" ignore-if-empty="true"/>
                     <condition-expr field-name="transactionDate" operator="less" from-field="parameters.thruDate" ignore-if-empty="true"/>
                 </condition-list>
-                <order-by field-name="glAccountId"/>
+                <order-by field-name="accountCode"/>
                 <order-by field-name="-transactionDate"/>
             </entity-condition>
         </actions>
         <row-actions>
             <set field="showPosition1" value="${groovy:String prev=(String)previousItem.get(&quot;glAccountId&quot;);return new Boolean(!(prev!=null&amp;&amp;prev.equals(glAccountId)));}" type="Boolean"/>
         </row-actions>
-        <field name="glAccountId" position="1" use-when="showPosition1"><display/></field>
+        <field name="accountCode" position="1" use-when="showPosition1"><display/></field>
         <field name="glAccountDescription" title="${uiLabelMap.CommonDescription}" position="1" use-when="showPosition1">
-            <display description="${accountCode} ${accountName}"/>
+            <display description="${accountName}"/>
         </field>
         <field name="glAccountClassId" position="1" use-when="showPosition1">
             <display-entity entity-name="GlAccountClass"/>