Re: runAsync

2008-03-17 Thread Bilgin Ibryam
On Sat, 2008-03-15 at 14:19 -0700, [EMAIL PROTECTED] wrote: > I am calling dispatcher.runAsync("computeEOQRequirements", context); from > Is there any way to control this startup time? You can call the service async w/o persisting it, like this: dispatcher.runAsync("computeEOQRequirements", cont

Re: response request redirect off-site?

2008-03-17 Thread Bilgin Ibryam
Ryan, try with type="url" Bilgin

Re: inventory for a virtual product?

2008-03-17 Thread Bilgin Ibryam
Ryan, Check the product with ID: GZ-NEWS-1MO It is a subscription product example. Bilgin

How to get session information for service?

2008-03-17 Thread Nattanicha Rittammanart
Hi all, I need to implement lock for transaction (manual pessimistic locking). I need to use sessionid to be one of parameters for lock. How can I get session information for the transaction in Java Service. Or can I have another way to do this. Finally, I knew that OFBiz provide only optimi

Re: inventory for a virtual product?

2008-03-17 Thread Mridul Pathak
Ryan, Any subscription product is a Digital Good, so productTypeId="DIGITAL_GOOD" for this product. A subscription product will neither be virtual nor varient. You'll need to create a "SubscriptionResource" record and finally associate it to the "Product" using "ProductSubscriptionResource" enti

Re: Purchase requirements

2008-03-17 Thread Joel Blu
Dave Were you able to get this function working? Joel Dave Tenerowicz wrote: > > I'm finding that purchasing requirements are generated if the > requirementMethodEnumId (in Product Store) is set to "Automatic for > every sales order", but no requirements are created when set to evaluate

order shipped email

2008-03-17 Thread Hansen Wang
Hi, I have been going through the admin webapps looking for places where a shipping notification email is sent. But I was not able to find that. Is such function supported out of box from the admin webapps? Thanks, Hansen

delete a partyAndUserLogin?

2008-03-17 Thread Ryan Sweet
Is there UI for deleting a partyAndUserLogin?

How to implement flexible purchase scheme

2008-03-17 Thread Al Byers
We have a situation in which a company wants to purchase so many products in advance and let their employees choose, say, 2 out of 10 possible products. So if the 10 possible products all cost $50 each and the purchasing company wants to allow their 50 employees to acquire two each, that is a total

RE: Import Data

2008-03-17 Thread [EMAIL PROTECTED]
The hard part is getting the external data into an xml format and then into the ofbiz schema. Two of the approaches that work well is to make use of Microsoft Access. I am not a big fan, but it is fairly easy to use. What I did was to write a custom java program that generated the xml files, use

RE: ftl refresh

2008-03-17 Thread [EMAIL PROTECTED]
Thankyou Jacques Don't know how I missed that. Skip -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2008 3:11 PM To: user@ofbiz.apache.org Subject: Re: ftl refresh http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setu p+

RE: runAsync

2008-03-17 Thread [EMAIL PROTECTED]
Thanks Bilgin. I saw that method, but didn't think that was what I was after. I'll give it a try. Skip -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 2:28 AM To: user@ofbiz.apache.org Subject: Re: runAsync On Sat, 2008-03-15 at 14:19 -070

RE: Purchase requirements

2008-03-17 Thread [EMAIL PROTECTED]
You also want to set Product.requirementMethodEnumId = "PRODRQM_ATP" for all products. Alternately, you can modify the two services that deal with this to always do it depending on the store setting (which is what I did) (RequirementServices.java createAutoRequirementsForOrder() and createATPReq

RE: How to implement flexible purchase scheme

2008-03-17 Thread [EMAIL PROTECTED]
Al I didn't get this. A concrete example might be useful. Skip -Original Message- From: Al Byers [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 10:37 AM To: user@ofbiz.apache.org Subject: How to implement flexible purchase scheme We have a situation in which a company wants to

Re: Connecting to a legacy database (FoxPro)

2008-03-17 Thread Bruno Busco
Now i can access the Visual Fox Pro database from within ofbiz (using a demo version of the jdbc driver from http://www.hxtt.com). I have defined a new entity and i can browse the VFP table using the OFBiz entity manager. That's cool! In order to have the OFBiz regularly updated from the external

Re: delete a partyAndUserLogin?

2008-03-17 Thread BJ Freeman
from a UI level https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver you select Enabled N as you can see the PartyID is associated with a lot of other entities. https://demo.hotwaxmedia.com/webtools/control/ViewRelations?entityName=Party so you would first h

Re: order shipped email

2008-03-17 Thread Jacques Le Roux
It's set there https://demo.hotwaxmedia.com/catalog/control/EditProductStoreEmails?productStoreId=9000 Jacques From: "Hansen Wang" <[EMAIL PROTECTED]> Hi, I have been going through the admin webapps looking for places where a shipping notification email is sent. But I was not able to find tha

Re: delete a partyAndUserLogin?

2008-03-17 Thread Jacques Le Roux
You can edit through party profile and disable see " Update UserLogin Security Settings" in for instance https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=bizadmin&userLoginId=bizadmin Jacques From: "Ryan Sweet" <[EMAIL PROTECTED]> To: Sent: Monday, March 17, 2008 5:54 PM Subject

Shark Integration problems

2008-03-17 Thread Daniel Riquelme
While playing with the Shark Integration I found a few problems and tried to solved them. I used the example xpdl file provided with the Shark integration. 1) There was an error regarding the absence of SharkWorkflowSeq entity. I added the entity, with no attributes except for the PK, and the err

Re: order shipped email

2008-03-17 Thread Hansen Wang
I have been to these places. But could not find an "order shipped" email type. I have searched the java and xml files but could not locate any information about this. Does ofbiz send out an "order shipped" email once a package is shipped? Regards, Hansen On 3/17/08, Jacques Le Roux <[EMAIL PROT

Re: Connecting to a legacy database (FoxPro)

2008-03-17 Thread Hansen Wang
You can find the scheduled jobs from "webtools" -> "jobs". The related database tables are JobSandbox, RecurrenceRule and RecurrenceInfo. One of the configured job from seed is "Order Auto-Cancel" which is defined in applications/order/data/OrderScheduledServices.xml. Regards, Hansen On 3/17/08,

usually ships in 3 days

2008-03-17 Thread Heidi Dehaes
Hello, I have for one catalogus with different categories the following line besides the products in this categories : "usually ships in 3 days" How can i do this away? I don't have this mentionned near the products of the other catalogusses. thanks for help, Heidi

Re: order shipped email

2008-03-17 Thread Jacques Le Roux
IIRW it's "OFBiz Demo - Shipment Complete Notification #${orderId}" Look at component://ecommerce/widget/EmailOrderScreens.xml#ShipmentCompleteNotice Jacques From: "Hansen Wang" <[EMAIL PROTECTED]> I have been to these places. But could not find an "order shipped" email type. I have searched

Re: order shipped email

2008-03-17 Thread Hansen Wang
Thanks! Please note that this is new feature after 4.0 since I did not see the corresponding email type and screens in my box running ofbiz4.0. On 3/17/08, Jacques Le Roux <[EMAIL PROTECTED]> wrote: > > IIRW it's "OFBiz Demo - Shipment Complete Notification #${orderId}" > > Look at > component

RE: runAsync

2008-03-17 Thread [EMAIL PROTECTED]
Once again, thanks Belgin. This worked a charm. Now all we need is a way to set a lower priority on the thread. Skip -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 2:28 AM To: user@ofbiz.apache.org Subject: Re: runAsync On Sat, 2008-03-15

Re: Connecting to a legacy database (FoxPro)

2008-03-17 Thread Nattanicha Rittammanart
t just a one time data import. Googling around i have found this http://lists.ofbiz.org/pipermail/users/2005-May/007836.html Is out there any more updated how-to or documentation i could start from? Many thanks for you suggestions! Bruno __ NOD32 2953 (20080317) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

Re: order shipped email

2008-03-17 Thread Rohit Sureka
i am sure if there is any particular email sent with order shipped status. you might want to check the 'Order completed' email. this email is sent when inventory is allocated in order processing and the when the order status is changed to completed from created/approved. rohit - Origina

Re: Import Data

2008-03-17 Thread Grahame Jordan
Hi, Thanks for your replies, they are of great help. So far I have written some functions in perl to take the data from the original database and write it all in xml. This looks good so far however I am not familiar with the requirements of the database structure etc. Am I taking the right a

Re: Import Data

2008-03-17 Thread Mridul Pathak
You can refer to applications/ecommerce/data/DemoProduct.xml. It has Demo Data for Facility, Catalog, ProductCategories, Variety of Products (Physical, Digital, Virtual and Varient, Subscription, Fin Account etc.) and the association between them. I think this will help you to understand the data