You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Akash Jain (JIRA)" <ji...@apache.org> on 2009/06/26 17:05:07 UTC

[jira] Updated: (OFBIZ-2663) Supplier drop down list should be sorted alphabetically by supplier name and the supplierId should also show on Order Initialization screen

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

Akash Jain updated OFBIZ-2663:
------------------------------

    Attachment: Supplier_Dropdown_List_Sorted_Alphabetically_By_SupplierName_OFBIZ-2663.patch

Here is the patch for above functionality.

1) Now in Supplier dropdown, suppliers are sorted alphabetically throw name instead of partyId
2) There will also present partyId in Supplier dropdown.

> Supplier drop down list should be sorted alphabetically by supplier name and the supplierId should also show on Order Initialization screen 
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2663
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2663
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Akash Jain
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: Supplier_Dropdown_List_Sorted_Alphabetically_By_SupplierName_OFBIZ-2663.patch
>
>
> Supplier drop down list should be sorted alphabetically by supplier name and the supplierId should also show on Order Initialization screen
> Suppose there are two suppliers for an organization
>          partyId          |     groupName
>     _______________|________________
>          10000           |       ABD
>          10001           |       ABC
> Now Depress Order Entry ant select Supplier drop down it should be shown like
> [10001] ABC
> [10000] ABD
>  
> Instead of 
> ABD
> ABC

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.