Re: selling tokens for services

2010-09-16 Thread chris snow
Hi Ruth, I'm trying to work out the cleanest way of implementing my requirements with minimal changes to the existing code base. My current thought is that I will create an ECA that will recognize when TOKEN products have been purchased and then update a PARTY_TOKEN table. The PARTY_TOKEN table

RE: Ofbiz WorkFlow Engine

2010-09-16 Thread Deepa Priolkar
Ignore this question, this is fixed now :) -Original Message- From: Deepa Priolkar [mailto:dee...@techmahindra.com] Sent: Wednesday, September 15, 2010 4:17 PM To: user@ofbiz.apache.org Subject: RE: Ofbiz WorkFlow Engine Hi, I am facing one issue while inserting data into the

Re: selling tokens for services

2010-09-16 Thread Ruth Hoffman
Hi Chris: Your solution sounds very plausible. Are the tokens unique across all products? Like a license key? If so, you might want to think about using serialized inventory to hold them. And then the inventory logic can keep track of when one is sold and which product it is associated with.

RE: Ofbiz WorkFlow Engine

2010-09-16 Thread Deepa Priolkar
Hi Shi, I have build the sample.process zip file. But it does not have the productdefination.xml file. I am totally new to Maven script, I am using the same script which you had provided not sure how to edit that file to add the productdefination.xml As of now it has only Pom.xml

ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread Ruth Hoffman
Hi All: Just a quick announcement that I hope won't ruffle too many feathers: I'm going to give away at least one copy of the new OFBiz Cookbook that I authored for Packt at ApacheCon2010 this year. (That is if the ASF doesn't find a way to stop me.) I'll have a drawing at my talk (1:00pm on

Re: How to stop a Job

2010-09-16 Thread Jonatan Soto
Hi, I finally found the cause for that. As I said, I deleted all records in JOB_SANDBOX table but not for all databases I'm using in multi tenancy mode. Once I did it, the problem has gone. The weird thing is that the master DB or whatever is called had more than 2,5 million records in that table

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread chris snow
Hi Ruth - congratulations on finishing the book! Another welcome addition to the ofbiz suite of documentation! On Thu, Sep 16, 2010 at 11:49 AM, Ruth Hoffman rhoff...@aesolves.com wrote:  Hi All: Just a quick announcement that I hope won't ruffle too many feathers: I'm going to give away at

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread Info Olagos
Congratulations Ruth, I will buy the book but i am afraid there will be again a lot of taxes on it when entering Europe. I hope the price will not double at the end as it does with some books of Amazon.com. There are no other ways to pay and receive the book , i think? Regards, Heidi 2010/9/16

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread Ruth Hoffman
Hi Heidi: I don't have any control over the pricing or distribution. Sorry. Ruth On 9/16/10 7:07 AM, Info Olagos wrote: Congratulations Ruth, I will buy the book but i am afraid there will be again a lot of taxes on it when entering Europe. I hope the price will not double at the end as it

Nesting required-permissions in service definition

2010-09-16 Thread Rene Scheibe
We are using nested 'required-permissions' elements in our service definitions to implement AND OR joining. See below: required-permissions join-type=OR check-permission permission=SOME_PERMISSION action=_UPDATE/ required-permissions join-type=AND permission-service

Re: unable to find ofbiz jar file

2010-09-16 Thread pankaj savita
Hi Umesh, I also faced the same condition, when I took checkout of ofbiz10.04. I run command ofbiz10.04ant run-install if it Build Successfully, You will get the ofbiz.jar file in path * ofbiz10.04/framework/start/lib/ofbiz.jar* Copy the ofbiz.jar file from here to path *Ofbiz10.04/* Now run

Re: unable to find ofbiz jar file

2010-09-16 Thread BJ Freeman
http://ofbiz.apache.org/download.html and excellent job. pankaj savita sent the following on 9/16/2010 8:19 AM: Hi Umesh, I also faced the same condition, when I took checkout of ofbiz10.04. I run command ofbiz10.04ant run-install if it Build Successfully, You will get the ofbiz.jar file in

Re: complex-alias; public tables have no entity

2010-09-16 Thread Matt Warnock
Thanks Scott and BJ. The first warning message appears to say that in-memory eval functionality won't work, which is a bit unnerving. Not knowing what that is, I have no way of knowing whether that breaks some ofbiz functionality or not. If it's really only the caching, perhaps no big deal.

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread Matt Warnock
Just downloaded the etext, and looking forward to reading it! -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Thu, 2010-09-16 at 06:49 -0400, Ruth Hoffman wrote: Hi All: Just a quick announcement that I hope won't ruffle too many feathers: I'm going to give away

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread Matt Warnock
It is available directly from packt as an ebook, if that helps. I got it in both ebook and paper formats, but I'm still waiting for paper. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Thu, 2010-09-16 at 13:07 +0200, Info Olagos wrote: Congratulations Ruth, I

invoice numbering

2010-09-16 Thread Willem Janssen
Hello, We have encountered a problem in the accounting module with the (continious) sales invoice numbering. The problem is that it isn't continuous. When creating a purchase invoice with a 'from party' that is an internal organisation in OFBiz, the purchase invoice gets a number that

Re: invoice numbering

2010-09-16 Thread BJ Freeman
short answer is you need to do some customization. when a single company with other internal organization, this is different than seperate companies not related by fiscal linking. you will have to adjust how the next sequence is gotten see PartyAcctgPreference.lastInvoiceNumber and

Please include Version (4.0, 9.04, 10.4,trunk) rev number and Configuration (single DB or multientant)

2010-09-16 Thread BJ Freeman
when asking for guidance. When discussing multi-tenat disclose which tenant (default or other) you are discussing. thanks = BJ Freeman http://www.businessesnetwork.com/automation/viewforum.php?f=52

Re: unable to find ofbiz jar file

2010-09-16 Thread Matt Warnock
The new info on the download page is great, good job Ruth and others! My only comment is that in the right-side panel, it suggests running ant run-install, which is ONLY right for Windows. I am pretty sure that on any Unix-derived system this command should always take the form ./ant

Re: unable to find ofbiz jar file

2010-09-16 Thread Jacques Le Roux
From: Matt Warnock mwarn...@ridgecrestherbals.com The new info on the download page is great, good job Ruth and others! My only comment is that in the right-side panel, it suggests running ant run-install, which is ONLY right for Windows. I am pretty sure that on any Unix-derived system this

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

2010-09-16 Thread Jacques Le Roux
Yes, I will try to take care of that... BTW anyone willing to help can get it from http://svn.apache.org/repos/asf/ofbiz/site and make a patch in a Jira... Thanks Jacques From: BJ Freeman bjf...@free-man.net no Idea on chrome problem from a human perspective think it would help to

Re: removing unwanted locales

2010-09-16 Thread Jacques Le Roux
general.properties locales.available Also indicated in https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide?focusedCommentId=8192400#comment-8192400 and https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Good

Re: removing unwanted locales

2010-09-16 Thread Jonatan Soto
Look for StandardLanguage entity. I commented non needed locales in the data file LanguageData.xml so every time I run the seed and task those Locales won't appear. On Fri, Sep 17, 2010 at 12:26 AM, chris snow chsnow...@gmail.com wrote: Is it possible to remove the unwanted locales from the

Re: removing unwanted locales

2010-09-16 Thread Jonatan Soto
Hi Jacques, I vaguely remember that locales.available didn't work when I tried so that's why I took the way I said. Probably I did something wrong On Fri, Sep 17, 2010 at 12:52 AM, Jonatan Soto seniledemen...@gmail.comwrote: Look for StandardLanguage entity. I commented non needed locales

Data migration (was Re: complex-alias; public tables have no entity)

2010-09-16 Thread Matt Warnock
Hi all: Sorry for the length of this post, but I'm trying to get a handle on best practices for code updates, and want to make sure I understand the process. I envision that the upgrade process for a production database goes something like this: 1) Backup everything (code and DB), in case you

Re: Data migration (was Re: complex-alias; public tables have no entity)

2010-09-16 Thread BJ Freeman
you may want top create a Jira on Migration and link it as related or incorporates setup https://issues.apache.org/jira/browse/OFBIZ-635 my short answer is I have been toying with the ideas of using multi-tenant to create a new DB then a script would move all the data from the default to the

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

2010-09-16 Thread BJ Freeman
thanks for the link I will submit a patch, since you as busy as i am. :D Jacques Le Roux sent the following on 9/16/2010 2:38 PM: Yes, I will try to take care of that... BTW anyone willing to help can get it from http://svn.apache.org/repos/asf/ofbiz/site and make a patch in a Jira...

Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread james_sg
Does anyone know the status of this? --james BJ Freeman wrote: I am for standalone framework. David has been working on that project for a while, if I remember correctly. #2 bothers me though. The design of ofbiz was that the entity was the controlling factor for creating DB and UI. I

Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread David E Jones
A long time ago I did work on this, but I haven't for years. The topic has come up a few times, and I like the idea, which is why in my more recent effort I'm starting with an independent framework (Moqui) that will never have applications in the same project that it might depend on. There

Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread BJ Freeman
the only one that seems active in this is Bruno one such effort. https://issues.apache.org/jira/browse/OFBIZ-3894 james_sg sent the following on 9/16/2010 7:24 PM: Does anyone know the status of this? --james BJ Freeman wrote: I am for standalone framework. David has been working on that

Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread james_sg
I think a common agreement is needed among developers on whether OFBiz should have a standalone framework. If a common agreement is reached, then we need to have a common understanding on how things should be done, so that people plays by the rule. Which function to move into the standalone

Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread Bruno Busco
Hi James, I did write a wiki page to define how the framework only distribution should be shaped. Following that there was some mail thread in which we discussed about. Some of us was not on the same page but we did not agree on something different that could be written updating the wiki page.

Re: removing unwanted locales

2010-09-16 Thread chris snow
Hi jacques, I did a google search before posting, but these links didn't come up? On 16 Sep 2010 23:51, Jacques Le Roux jacques.le.r...@les7arts.com wrote: general.properties locales.available Also indicated in