Re: Inventory Restock levels in ofbiz

2008-07-27 Thread Madhuri
Thank you very much. That worked. I created a order and it created the requirement. Regards, Madhuri Paul Robinson-15 wrote: > > Hi, > > The only way that I have seen requirements created is through the > creating a sales order (which also needs to be approved) > > So, when a new sales o

Re: Database for large scale implementation

2008-07-27 Thread Madhuri
THank you very much. Regards, Madhuri Ashish Vijaywargiya-4 wrote: > > Postgres is the best DB to go on the Production setup. > We are extensively using Postgres for our development as well as for our > client who has bulky data. > Postgres is very fast & very secure. > > > On Fri, Jul 25, 2

Session looses amount value on expiry

2008-07-27 Thread Madhuri
Hi All - In my application, I have items that require quantity (1,2,3 etc...) and some of them require weight (0.5Kg, 2.3Kg etc) as input. I have used the default implementation that ofbiz provides and it works perfectly fine. The only problem I have is when the session expires, the shopping

Re: Database for large scale implementation

2008-07-27 Thread Madhuri
Thanks Much.. Regards, Madhuri jacques.le.roux wrote: > > Yes, true : Postgres was also used in the project I spoke about below. > Postgres is also my preferred DB. Note though that using > version below 8 (7.4 for instance) is not good for OFBiz, 8.0 to 8.3 are > doing well so far. I will r

"Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi friends, I have given the status of "work in progress"(WIP) to the product in the intermediate stage of my manufacturing process. But after completion of its corresponding producing task this product(WIP) was not incremented in inventory. Is there any way out ? Thanks Brijesh M.

"Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi friends, I have given the status of "work in progress"(WIP) to the product in the intermediate stage of my manufacturing process. But after completion of its corresponding producing task this product(WIP) was not incremented in inventory. Is there any way out ? Thanks Brijesh M.

Re: May page emails

2008-07-27 Thread Hans Bakker
Yes i agree could be confusingi renamed the communication event status from complete to closed to indicate that the email is taken care of On Fri, 2008-07-25 at 18:39 -0700, BJ Freeman wrote: > I notice on the demo site mypage > for the same order the status ID says > Created toComplete >

Re: "Work in Progress" as product type

2008-07-27 Thread Jacopo Cappellato
This is the expected behavior: WIP products are not stocked in inventory, when a production run for a WIP product is completed, it just enables a dependent production run to start. So you should never create a production run for a WIP alone. Jacopo On Jul 27, 2008, at 2:01 PM, brijesh m wro

Automatically image resizing

2008-07-27 Thread Bruno Busco
Hi, does anybody know if there is some mechanism to have a sort of control on uploaded image sizes? I mean, l would like that when I upload a new image for a product ofbiz automatically generates the small, medium, large and detailed images scaling the uploaded image with a fixed dimension regardle

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
thanks Jacopo for your reply. But the thing is that how can I can get the inventory added for my intermediate product which is very necessary. Also why "WIP" is present in the drop-down in the "Product-type" while searching for inventory at : https://localhost:8443/facility/control/ViewFacilityI

Re: May page emails

2008-07-27 Thread BJ Freeman
thsnks. Hans Bakker sent the following on 7/27/2008 7:25 AM: > Yes i agree could be confusingi renamed the communication event > status from complete to closed to indicate that the email is taken care > of > > On Fri, 2008-07-25 at 18:39 -0700, BJ Freeman wrote: >> I notice on the demo si

Re: "Work in Progress" as product type

2008-07-27 Thread Jacopo Cappellato
On Jul 27, 2008, at 5:54 PM, brijesh m wrote: thanks Jacopo for your reply. But the thing is that how can I can get the inventory added for my intermediate product which is very necessary. If you want to put it on stock, then you should not use the WIP type. Also why "WIP" is present in t

Re: Automatically image resizing

2008-07-27 Thread Johnny Kewl
Hi, does anybody know if there is some mechanism to have a sort of control on uploaded image sizes? I mean, l would like that when I upload a new image for a product ofbiz automatically generates the small, medium, large and detailed images scaling the uploaded image with a fixed dimension r

Re: Automatically image resizing

2008-07-27 Thread BJ Freeman
The would be handled by assigning a class type to the image and put in the CSS. I believe that is done now, if not then it would be a nice addition. you would specify the same image path for all https://demo.hotwaxmedia.com/catalog/control/EditProductContent?productId=dropShip1 then change applicat

Re: Automatically image resizing

2008-07-27 Thread BJ Freeman
I would be an advantage if you did learn ofbiz. It would make your contribution very helpful. :) Johnny Kewl sent the following on 7/27/2008 9:24 AM: > > > >> Hi, >> does anybody know if there is some mechanism to have a sort of control on >> uploaded image sizes? >> I mean, l would like that w

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi Jacopo, But if I will not use WIP then it is not possible for me to constitute the "mandatory-dependent" association for production runs as it is only done if I take WIP as product type (I have tested this). Please suggest the way out. Thanks Brijesh M. Jacopo Cappellato <[EMAIL PROTECTED]>

Re: "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
By final step I mean all steps completed and you have the finished product. BJ Freeman sent the following on 7/27/2008 10:18 AM: > Though Jacopo gave you the technical answer > I think of it this way: > WIP as a parts on a cart or conveyor belt that got though processes > before they are finished

Re: "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
Though Jacopo gave you the technical answer I think of it this way: WIP as a parts on a cart or conveyor belt that got though processes before they are finished. so they don't go to inventory, until the final step. brijesh m sent the following on 7/27/2008 5:00 AM: > Hi friends, > I have given th

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi BJ, the thing is that WIP never ever goes to the inventory wheather the whole process is completed or just its corresponding completion task got completed. My query is that I have to generate the intermediate product so that if my successive task is not able to run by some way due to some dis

Re: "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
let me review the docs and code before I put my foot in my mouth. :) brijesh m sent the following on 7/27/2008 10:55 AM: > Hi BJ, > the thing is that WIP never ever goes to the inventory wheather the whole > process is completed or just its corresponding completion task got completed. > My query

Re: "Work in Progress" as product type

2008-07-27 Thread Jacopo Cappellato
On Jul 27, 2008, at 7:55 PM, brijesh m wrote: Hi BJ, the thing is that WIP never ever goes to the inventory wheather the whole process is completed or just its corresponding completion task got completed. My query is that I have to generate the intermediate product so that if my successiv

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi Jacopo, thanks for the suggestion I am looking forward to it. But don't you think it was a very elementary problem as far as manufacturing process is concerned and I am trying to solve it through UI first. Thanks Brijesh M. Jacopo Cappellato <[EMAIL PROTECTED]> wrote: On Jul 27, 2008, at 7

Re: "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
sounds like Hot wax has the the market cornered. guess you got your answer. :) Jacopo Cappellato sent the following on 7/27/2008 11:39 AM: > > On Jul 27, 2008, at 7:55 PM, brijesh m wrote: > >> Hi BJ, >> the thing is that WIP never ever goes to the inventory wheather the >> whole process is com

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
I am thinking we are on community... :) BJ Freeman <[EMAIL PROTECTED]> wrote: sounds like Hot wax has the the market cornered. guess you got your answer. :) Jacopo Cappellato sent the following on 7/27/2008 11:39 AM: > > On Jul 27, 2008, at 7:55 PM, brijesh m wrote: > >> Hi BJ, >> the thi

Re: "Work in Progress" as product type

2008-07-27 Thread David E Jones
Community is about taking AND giving and working together to solve problems and forward. If you want support on your terms, or in other words you won't accept the many helpful replies already given and try to understand them and the system better, then community may not work for you. -D

Support on mailing list was "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
First I think if someone wants something special or custom, by all means hire someone, if you want the fastest solution the Author of ofbiz or someone he trained is the most likely candidate. However I think there is a fine line when it comes to having the correct and comprehensive documentation,

Permission in "Return Selected Item(s)" from eCommerce

2008-07-27 Thread Jacques Le Roux
>From https://localhost:8443/ecommerce/control/requestReturn I get The Following Errors Occurred: ERROR: Could not complete the Create a ReturnHeader [file:/D:/workspace/ofbizRun/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml#createReturnHeader] process [problem invokin

Re: "Work in Progress" as product type

2008-07-27 Thread brijesh m
Hi David, I don't think I have demanded any thing out of the box from the community I have just put forward a simple scenario in front of the community and wants to discuss thats it. Thanks Brijesh M. David E Jones <[EMAIL PROTECTED]> wrote: Community is about taking AND giving and working

Re: "Work in Progress" as product type

2008-07-27 Thread David E Jones
Well, I'm not sure if that's but best way to sum it up, but that's only so relevant. However one would describe how you're going about this, how is it working for you? -David On Jul 27, 2008, at 1:30 PM, brijesh m wrote: Hi David, I don't think I have demanded any thing out of the box

Re: Automatically image resizing

2008-07-27 Thread Bruno Busco
BJ, the CSS resize is something that is performed in the web browser; the image file is downloaded as it is saved in the server and then locally resized according to the css specified dimensions. Having only a large file stored in the server is very band consuming when, for example, many images are

Re: Automatically image resizing

2008-07-27 Thread Jacques Le Roux
From: "Bruno Busco" <[EMAIL PROTECTED]> BJ, the CSS resize is something that is performed in the web browser; the image file is downloaded as it is saved in the server and then locally resized according to the css specified dimensions. Having only a large file stored in the server is very band co

Re: Automatically image resizing

2008-07-27 Thread BJ Freeman
if you think about it. having one big file instead of one big, one medium, one small is less server space. yes there is bandwidth to consider but most big files for fast download are not more the 75K, if they are then they are broken up on small files. People who assume that everyone has a high spe

Re: Automatically image resizing

2008-07-27 Thread BJ Freeman
this gets somewhat complicated since there are many varialbles to consider and present to the person doing the upload. size( in dimension and file size), lenght and width ratios and a few others would probably be confusing. Using a WYSIWYG like gimp is a better alternative. Jacques Le Roux sent th

Re: "Work in Progress" as product type

2008-07-27 Thread BJ Freeman
There are a couple of ways to look at this. if someone is benefiting financially from The product, it would seem those same people could share thier knowledge of how the OTTB system works. This allowing more people to use the system an probably build more customers that want to customize. and I thi

Create Website on Product Store Web Site page

2008-07-27 Thread BJ Freeman
https://localhost:8443/catalog/control/EditProductStoreWebSites?viewProductStoreId=9 it would seem New Product Store should be New Website for Product Store and link to this page https://localhost:8443/content/control/FindWebSite any thoughts

clean-all not so Windows FYE

2008-07-27 Thread BJ Freeman
it is not ofbiz fault it is windows clean-all does complete erase the complete derby however when you go to rebuild it and you have not modified any files the same directories and files come back I was getting very frustrated becuase I would do a clean all but when I did a run-install and ran ofbi

Re: "Work in Progress" as product type

2008-07-27 Thread David E Jones
On Jul 27, 2008, at 4:59 PM, BJ Freeman wrote: There are a couple of ways to look at this. if someone is benefiting financially from The product, it would seem those same people could share thier knowledge of how the OTTB system works. I assume you mean "OOTB" (Out-Of-The-Box) and not OTTB