What is the use of entity ItemIssuance?

2013-01-30 Thread 李明洋
What is the use of entity ItemIssuance? thanks Lee

Re: Cache Clearing

2013-01-30 Thread Jacques Le Roux
I did not look into all details of cache implementation. But it seems to me that, if nothing is defined, the default values (defined in UtilCache class) are used They are: expireTimeNanos = 0; useSoftReference = false; sizeLimit = 0; etc. Jacques From: "Len Shein" >I ran some further tests an

Re: How to get Category list?

2013-01-30 Thread Winster Jose
Thanks Jacques. I found a recursive method in CategoryWorker. Great! I need result in a tree format; so I am trying to use the same logic to get the elements in a Tree. On Wed, Jan 30, 2013 at 6:59 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > I remember I wrote a recursive method

Re: How to get Category list?

2013-01-30 Thread Jacques Le Roux
I remember I wrote a recursive method long algo and David improved it. I will have a look later... Jacques Winster Jose wrote: > Thanks again. But this will not fetch all the children ( including children > of children until it reaches a category where there is no child). It just > picks the dir

Re: How to get Category list?

2013-01-30 Thread Winster Jose
Thanks again. But this will not fetch all the children ( including children of children until it reaches a category where there is no child). It just picks the direct children. There is a tree component (render style : simple) which does the purpose, but unfortunately we can not parse the data fro

Re: How to get Category list?

2013-01-30 Thread Deepak Agarwal
Check org.ofbiz.product.category.CategoryServices.java On Wed, Jan 30, 2013 at 5:09 PM, Sumit Pandit wrote: > Please have a look at left bar on the same url . It already contains > category tree. > > > https://demo-trunk.ofbiz.apache.org/catalog/control/EditCategoryRollup?productCategoryId=CATAL

Re: How to ship a order

2013-01-30 Thread 李明洋
then change the status of Shipment to SHIPPED manually? 2013/1/30 Vikas Mayur > Its almost complete, from here I think you just need to print and affix > the shipping label on the package and handover to your shipping service > provider. > > Regards > Vikas > > On Jan 30, 2013, at 2:43 PM, 李明洋

Re: How to get Category list?

2013-01-30 Thread Sumit Pandit
Please have a look at left bar on the same url . It already contains category tree. https://demo-trunk.ofbiz.apache.org/catalog/control/EditCategoryRollup?productCategoryId=CATALOG1 • Please observe following section - Browse Catalogs/Categories Are you looking for something else. -- Thank

Re: How to get Category list?

2013-01-30 Thread Winster Jose
Thanks for the reply Sumit. But my question is a little different. I have 2 categories added to root category. Then each of them have subcategories and that continues to several level. What I am looking for is a single API which gives me the entire category list in a tree format. On Wed, Jan 30,

Re: How to get Category list?

2013-01-30 Thread Sumit Pandit
For that you need to Create Rollup record with Browse root category - https://localhost:8443/catalog/control/EditCategoryRollup?productCategoryId=CATALOG1 -- Thanks And Regards Sumit Pandit Tata Consultancy Services Cell:- 917503046188 - O

How to get Category list?

2013-01-30 Thread Winster Jose
Hi, Is there any way to get all the categories in the BROWSE_ROOT category as a tree or something similar? Regards Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathurangam.net

Re: How to ship a order

2013-01-30 Thread Vikas Mayur
Its almost complete, from here I think you just need to print and affix the shipping label on the package and handover to your shipping service provider. Regards Vikas On Jan 30, 2013, at 2:43 PM, 李明洋 wrote: > Hello > After a picklist was verified and packed, Where is the next step to ship it?

Re: Ofbiz process gets killed abruptly without any clue

2013-01-30 Thread Vikas Mayur
I don't think it a bug. It seems like you have setup product association both ways i.e. from A (productId) to B (productIdTo) and from B (productId) to A (productIdTo) which is causing the method to go in endless loop. The correct way is to setup just one product association and the code will ab

Re: Purchase Order is not created

2013-01-30 Thread 李明洋
:) I found it , thank you very much Lee 2013/1/29 Deepak Agarwal > After approving the requirements you need to go to the supplier-requirement > view where you can see all the requirements applied to a supplier and from > there you can initiate the purchase order. > > There is no purchase orde

How to ship a order

2013-01-30 Thread 李明洋
Hello After a picklist was verified and packed, Where is the next step to ship it? Thanks for any help Lee