You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Si Chen (JIRA)" <ji...@apache.org> on 2007/01/16 17:09:27 UTC

[jira] Assigned: (OFBIZ-628) Change ProductCategory dropdowns to lookup windows

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

Si Chen reassigned OFBIZ-628:
-----------------------------

    Assignee: Si Chen

> Change ProductCategory dropdowns to lookup windows
> --------------------------------------------------
>
>                 Key: OFBIZ-628
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-628
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: All
>            Reporter: Walter Vaughan
>         Assigned To: Si Chen
>             Fix For: SVN trunk
>
>         Attachments: patch_category_lookup
>
>
> There are several places in ofBiz where a drop down window is used to select a ProductCategory. However, in installations with a significant number of categories, the overhead of a sequential scan query causes severe slowdowns in the performance of  ofBiz, and overloads the browser client.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Assigned: (OFBIZ-628) Change ProductCategory dropdowns to lookup windows

Posted by Si Chen <si...@opensourcestrategies.com>.
Guido Amarilla wrote:
> Si,
> In EditProduct screen the Primary Category lookup window allows the
> selection of any category, not only the Product's categories. I think
> that in this case is more useful to have a dropdown.
> I tested this with 494515 and I can select a Primary Categorý and it
> is not updated in  EditProductCategories screen.
>
> Guido Amarilla
>
> 2007/1/16, Si Chen (JIRA) <ji...@apache.org>:
>>
>>      [ 
>> https://issues.apache.org/jira/browse/OFBIZ-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>> ]
>>
>> Si Chen reassigned OFBIZ-628:
>> -----------------------------
>>
>>     Assignee: Si Chen
>>
>> > Change ProductCategory dropdowns to lookup windows
>> > --------------------------------------------------
>> >
>> >                 Key: OFBIZ-628
>> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-628
>> >             Project: Apache OFBiz (The Open for Business Project)
>> >          Issue Type: Improvement
>> >          Components: product
>> >    Affects Versions: SVN trunk
>> >         Environment: All
>> >            Reporter: Walter Vaughan
>> >         Assigned To: Si Chen
>> >             Fix For: SVN trunk
>> >
>> >         Attachments: patch_category_lookup
>> >
>> >
>> > There are several places in ofBiz where a drop down window is used 
>> to select a ProductCategory. However, in installations with a 
>> significant number of categories, the overhead of a sequential scan 
>> query causes severe slowdowns in the performance of  ofBiz, and 
>> overloads the browser client.
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the 
>> administrators: 
>> https://issues.apache.org/jira/secure/Administrators.jspa
>> -
>> For more information on JIRA, see: 
>> http://www.atlassian.com/software/jira
>>
>>
>>
>
>
Actually this is not necessarily always the case, and I'm not sure that 
we should have this feature.

Also, please comment on the JIRA issue itself the future--it'll help 
keep the discussion all in one place, which is nicer.

Si

Re: [jira] Assigned: (OFBIZ-628) Change ProductCategory dropdowns to lookup windows

Posted by Guido Amarilla <ga...@gmail.com>.
Si,
In EditProduct screen the Primary Category lookup window allows the
selection of any category, not only the Product's categories. I think
that in this case is more useful to have a dropdown.
I tested this with 494515 and I can select a Primary Categorý and it
is not updated in  EditProductCategories screen.

Guido Amarilla

2007/1/16, Si Chen (JIRA) <ji...@apache.org>:
>
>      [ https://issues.apache.org/jira/browse/OFBIZ-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Si Chen reassigned OFBIZ-628:
> -----------------------------
>
>     Assignee: Si Chen
>
> > Change ProductCategory dropdowns to lookup windows
> > --------------------------------------------------
> >
> >                 Key: OFBIZ-628
> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-628
> >             Project: Apache OFBiz (The Open for Business Project)
> >          Issue Type: Improvement
> >          Components: product
> >    Affects Versions: SVN trunk
> >         Environment: All
> >            Reporter: Walter Vaughan
> >         Assigned To: Si Chen
> >             Fix For: SVN trunk
> >
> >         Attachments: patch_category_lookup
> >
> >
> > There are several places in ofBiz where a drop down window is used to select a ProductCategory. However, in installations with a significant number of categories, the overhead of a sequential scan query causes severe slowdowns in the performance of  ofBiz, and overloads the browser client.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>


-- 
Guido Amarilla