Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-09-14 Thread Jacques Le Roux
Done, Ruth I have applied almost all your changes but the h1 tittle and I have changed and added some minor things It will take half an hour to be automatically uploaded by the Apache system Jacques From: "Jacques Le Roux" Maybe more explanations, provided by Ruth, and then everybody will be

Organization GL Settings - setup broken?

2010-09-14 Thread Pierre Smits
Hi all, Is Organisation GL Settings - Setup broken? With nightly trunk build 996658 of Sept. 13, 2010 I ran following process: Ant clean-all Ant run-install-seed Ant create-admin-user-login startofbiz Subsequently I ran ofbizsetup to create a new company, facility and store, and pressed the com

Re: multi tenant implementation

2010-09-14 Thread BJ Freeman
personally I make a component for each tenant and put all there stuff in that. = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com

Re: multi tenant implementation

2010-09-14 Thread BJ Freeman
https://cwiki.apache.org/OFBIZ/multitenancy-support.html look in the current framework/entity/config/entityengine.xml for data bases. if you have special data for each tenant then you would configure the component-load.xml with : loader="main" location="data/TenantnameProductData.xml"/

Re: multi tenant implementation

2010-09-14 Thread Carsten Schinzer
Another, related question to the Multi-Tenant experts, please: What databases are required? - I currently assume, a core DB plus one DB per tenant. Where does common seed data reside? Is sed data meant to be common at all, or would each database reflect a full-fletched OFBiz database and could be

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Hi Deepa, Edit the project pom.xml, make processes module available, and run maven package, the sample.process will be built under processes/target/ processes Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2010-09-15三的 02:00 +0530,Deepa Priolkar

Re: Ofbiz entity Details

2010-09-14 Thread Jacques Le Roux
https://cwiki.apache.org/confluence/display/OFBTECH/Data+Model+Diagrams Jacques From: "Deepa Priolkar" Hi, I am trying to understand the basic entity mapping in ofbiz, does anyone here got the latest ofbiz entity schema details? Please let me know.. Thanks & Regards, Deepa

Re: Ofbiz entity Details

2010-09-14 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBTECH/Data+Model+Diagrams = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Deepa Priolkar
Thanks Shi.. I have done the integration, but one query regarding the process definition. In one of the step its mentioned to create the "sample.process" and upload it.. I did not catch up on how to create this file..tried all the scripts but no luck..please advice. Regards, Deepa -Origin

Ofbiz entity Details

2010-09-14 Thread Deepa Priolkar
Hi, I am trying to understand the basic entity mapping in ofbiz, does anyone here got the latest ofbiz entity schema details? Please let me know.. Thanks & Regards, Deepa

Re: selling tokens for services

2010-09-14 Thread Ruth Hoffman
Hi Chris: That doesn't sound like anything I've seen out of the box. Maybe David has some more insight. I can think of a few ways you might want to implement this, but if something already exists, I'd be interested in hearing about it. Regards, Ruth On 9/14/10 2:51 PM, chris snow wrote: Thank

Re: selling tokens for services

2010-09-14 Thread chris snow
Thanks Ruth and David, I've had some more clarification. The service being sold will be similar to the concept of online Will production. Here are some example scenarios: Customers will enter their personal details to go into the Will. When they want a pdf of the Will they will have to pay (e.

Re: Mistake in InvoiceService.xml

2010-09-14 Thread Jonatan Soto
Sorry, I forgot to mention that I'm not using the latest svn trunk revision (mine is 3 months old) so probably the lines doesn't match witch the ones I said. On Tue, Sep 14, 2010 at 8:35 PM, Jonatan Soto wrote: > I am almost sure that there are two mistakes in > 'createAcctgTransForPurchaseInvoic

Mistake in InvoiceService.xml

2010-09-14 Thread Jonatan Soto
I am almost sure that there are two mistakes in 'createAcctgTransForPurchaseInvoice' simple method, concretely in lines 1984 and 2002 () where partyIdFrom should be partyId. This is related to the sales tax posting. I am right? -- - Jonatan Soto

Re: ofbiz setup component

2010-09-14 Thread BJ Freeman
more docs needs to cover if a organization is already there that the contact info needs to be created before trying to add a facility. i will try to flesh out the doc in the next couple of weeks there is development effort just very slow chris snow sent the following on 9/14/2010 9:28 AM: Sho

Re: ofbiz setup component

2010-09-14 Thread chris snow
Should we put a warning in the instructions in the cmssite that the setup component is not working? (it probably won't be working for a while without any development effort focused on it?) http://demo-trunk.ofbiz.apache.org/cmssite/cms/APACHE_OFBIZ_HTML#N20094 A warning on 10.04 would be very imp

Re: ofbiz setup component

2010-09-14 Thread Jacques Le Roux
I thought I had used it for setting a "POS server" and was able to reuse for some parts that were not completed. I remember it as a wizard, until you have not done it all you can reuse it. I was last year, and I'm maybe wrong. I agree that it still needs a lot of work... Jacques From: "BJ Fre

Re: ofbiz setup component

2010-09-14 Thread BJ Freeman
actually only once, if you set the Organization to complete. then you get Setup only works if there are no organizations defined yet when you click on a Organization that is set to complete. in the Demo data the Organizations don't have all the necessary data so you if you try to click on save i

Re: removing whitespace from String.

2010-09-14 Thread rohit
hi Jacques, Yes, i found the same code as you mentioned and it did work. thanks so much. rohit -- View this message in context: http://ofbiz.135035.n4.nabble.com/removing-whitespace-from-String-tp2537234p2539014.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: ofbiz setup component

2010-09-14 Thread Jacques Le Roux
It can be used many Jacques From: "chris snow" Is the ofbizsetup component intended to be used only once (i.e. for initial setup), or is it expected to be used multiple times (e.g. for setting up additional products, etc)? Many thanks...

ofbiz setup component

2010-09-14 Thread chris snow
Is the ofbizsetup component intended to be used only once (i.e. for initial setup), or is it expected to be used multiple times (e.g. for setting up additional products, etc)? Many thanks...

Re: ECA Related Issue

2010-09-14 Thread Naveen Kumar
Hi Jacques, I am creating workeffort based on some condition from request, for example if request is support then only it should call services createWorkEffort, createWorkEffortRequest in backend, so using service group it is possible specify condition. Regards, Naveen. On Tue, Sep 14, 2010 at

Re: ECA Related Issue

2010-09-14 Thread Jacques Le Roux
You may mix both. Group services allow you to pass data just created. There are other ways of course... Jacques From: "Naveen Kumar" Hi Jacques, I am creating workeffort based on some condition from request, for example if request is support then only it should call services createWorkEffort

Re: ECA Related Issue

2010-09-14 Thread Naveen Kumar
Thanks for you help Jacques, In seca, i used event="return" instead of event="commit", it worked i got both custRequestId, workEffortId, and also created a row in the CustRequestWorkEffort. Regards, Naveen. On Tue, Sep 14, 2010 at 5:27 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote:

Re: ECA Related Issue

2010-09-14 Thread Jacques Le Roux
With a SECA you can use only what is already in the context. You may try a service group using result-to-context="true" Jacques From: "Naveen Kumar" Hi All, After creation of Workeffort, i want to call one more service createWorkEffortRequest, I want to know how to get workEffortId and custReq

Re: selling tokens for services

2010-09-14 Thread Ruth Hoffman
Hi Chris: That is what I do on the MyOFBiz.com site. Here is an excerpt from my seed data: dataResourceTypeId="OFBIZ_FILE_BIN" dataResourceName="OFBizRSS5StepGuide.pdf" mimeTypeId="application/pdf" objectInfo="/applications/mylibrary/data/PUBLICATIONS/OFBizRSS5StepGui

Re: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Yes, Hani Suleiman. 在 2010-09-14二的 12:26 +0200,Jacques Le Roux写道: > From: "Shi Jinghai" > > Hi Jack, > > > > I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz > > I guess you meant Hani's > http://www.opensymphony.com/osworkflow/members.action > > Jacques > > > OSWorkflow int

Re: ECA Related Issue

2010-09-14 Thread Naveen Kumar
Hi All, After creation of Workeffort, i want to call one more service createWorkEffortRequest, I want to know how to get workEffortId and custRequestId after createCustRequest and createWorkEffort services are invoked. Regards, Naveen. On Thu, Aug 26, 2010 at 4:12 PM, Naveen Kumar wrote: > OK

Re: Ofbiz WorkFlow Engine

2010-09-14 Thread Jacques Le Roux
From: "Shi Jinghai" Hi Jack, I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz I guess you meant Hani's http://www.opensymphony.com/osworkflow/members.action Jacques OSWorkflow integration: 1. Support hot deploy a workflow in OFBiz? If yes, how the ongoing processes run w

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Hi Jack, I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz OSWorkflow integration: 1. Support hot deploy a workflow in OFBiz? If yes, how the ongoing processes run when a new version workflow deployed? 2. Support UI generation according to workflow definition? Regards, Shi Jing

Re: multi tenant implementation

2010-09-14 Thread BJ Freeman
Critical path-- one website URL and least amount of Customization is multi-tenant. Manual setup of each client by you, so no setup by client; no individual themes (look and feel) or logos; and Adding to the Help Doc system would be the same for both. this is also assuming you have sufficient resou

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
In asm2.2.jar, CodeVisitor class does not exist either, it's not used if deployed correctly. Sorry, we don't use derby. The bundled scripts are for mysql (for linux) and mssql (for windows), you have to download jbpm source code to build derby scripts. Then deploy the scripts to specialpurpose/jbp

Re: how does showPortalPage.ftl works

2010-09-14 Thread sumit pandit
Sending mail to user list. in plain text format. On Tue, Sep 14, 2010 at 11:10 AM, sumit pandit wrote: > > Hi Aayush, > > I guess if you wondered how UI is render then following might help you - > > Look at showPortalPage.ftl's code, where > portalPageColumns is coming from entity - PortalPageCol