You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anil K Patel (JIRA)" <ji...@apache.org> on 2006/12/07 02:00:24 UTC

[jira] Created: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Warehouse Hendheld should list facilities of type WAREHOUSE
-----------------------------------------------------------

                 Key: OFBIZ-531
                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: product
            Reporter: Anil K Patel


Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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

        

[jira] Closed: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-531?page=all ]

Jacopo Cappellato closed OFBIZ-531.
-----------------------------------

    Resolution: Fixed

Thanks Anil,

your patch is really very good and I've committed it in rev. 483909

> Warehouse Hendheld should list facilities of type WAREHOUSE
> -----------------------------------------------------------
>
>                 Key: OFBIZ-531
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Anil K Patel
>         Assigned To: Jacopo Cappellato
>         Attachments: Hhwarehouse.patch, ListFacilityOfTypeWarehouse.patch
>
>
> Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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

        

[jira] Updated: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-531?page=all ]

Anil K Patel updated OFBIZ-531:
-------------------------------

    Attachment: Hhwarehouse.patch

I hope you will like this. Initially I did in bsh because I am working on Asset maintenance application in which users need only the list of facilities of type Warehouse. If this bsh in facility webapp is not modified I'll have to copy and then modify Screen in my special purpose app.

 

> Warehouse Hendheld should list facilities of type WAREHOUSE
> -----------------------------------------------------------
>
>                 Key: OFBIZ-531
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Anil K Patel
>         Assigned To: Jacopo Cappellato
>         Attachments: Hhwarehouse.patch, ListFacilityOfTypeWarehouse.patch
>
>
> Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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

        

[jira] Commented: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-531?page=comments#action_12456719 ] 
            
Jacopo Cappellato commented on OFBIZ-531:
-----------------------------------------

Anil,

your patch is interesting, but I think we can further improve this stuff.
We could:

1) remove the FindFacility.bsh script
2) add an <entity-condition> operation to the actions section of the FindFacility screen (to select all the facilities)
3) in the hhfacility, add an <entity-condition> operation to the actions section of the "facilities" screen (to select only the facilities of type warehouse)

Does it make sense?



> Warehouse Hendheld should list facilities of type WAREHOUSE
> -----------------------------------------------------------
>
>                 Key: OFBIZ-531
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Anil K Patel
>         Assigned To: Jacopo Cappellato
>         Attachments: ListFacilityOfTypeWarehouse.patch
>
>
> Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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

        

[jira] Updated: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-531?page=all ]

Anil K Patel updated OFBIZ-531:
-------------------------------

    Attachment: ListFacilityOfTypeWarehouse.patch

Patch tries to add little reuse from facility webapp. Implements request from this Issue.


> Warehouse Hendheld should list facilities of type WAREHOUSE
> -----------------------------------------------------------
>
>                 Key: OFBIZ-531
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Anil K Patel
>         Attachments: ListFacilityOfTypeWarehouse.patch
>
>
> Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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

        

[jira] Assigned: (OFBIZ-531) Warehouse Hendheld should list facilities of type WAREHOUSE

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-531?page=all ]

Jacopo Cappellato reassigned OFBIZ-531:
---------------------------------------

    Assignee: Jacopo Cappellato

> Warehouse Hendheld should list facilities of type WAREHOUSE
> -----------------------------------------------------------
>
>                 Key: OFBIZ-531
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-531
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Anil K Patel
>         Assigned To: Jacopo Cappellato
>         Attachments: ListFacilityOfTypeWarehouse.patch
>
>
> Handheld app for warehouse facility should list the facilities of facilityTypeId=WAREHOUSE. This will help if list of facilities is more then few.

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