Re: Discount if paid within x days - supported?

2010-08-31 Thread aray
Yes, I could associate the terms and see them show up in the invoice. However, could not see the invoice discounted based on the agreement term when a customer made the payment. I am looking at Sales orders only at this time. Searched through the code for usage of both parentTypeId="FINANCIAL_TERM

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Db creation takes 10 mins now (acceptable than 2 hours). It was due to the new h/w we had migrated to. Thanks for all the responses. On Wed, Sep 1, 2010 at 6:44 AM, varun bhansaly wrote: > Another piece of stat - Suppose db is created, when ofbiz is booting, it > takes it around a minute to gat

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Another piece of stat - Suppose db is created, when ofbiz is booting, it takes it around a minute to gather db information, thats in collecting meta data. On Wed, Sep 1, 2010 at 6:38 AM, varun bhansaly wrote: > I have tried on Win 7, 64bit with 4 gigs ram, MySQL v5.1.50 community > server, utf8

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
I have tried on Win 7, 64bit with 4 gigs ram, MySQL v5.1.50 community server, utf8 encoding default, it takes 3.38 mins with demo data. On Wed, Sep 1, 2010 at 5:54 AM, David E Jones wrote: > > On Aug 31, 2010, at 3:35 PM, Michał Cukierman wrote: > > > I have two environments: > > 2 x 3Ghz + 4GB

Re: MySQL DB creation with demo data

2010-08-31 Thread David E Jones
On Aug 31, 2010, at 3:35 PM, Michał Cukierman wrote: > I have two environments: > 2 x 3Ghz + 4GB RAM - server - takes a couple of minutes to load the > initial data. > 2 x 2.8Ghz + 8GB RAM - laptop - it takes about 40 minutes to load the > data. > > Don't have the solution but I have noticed tha

Re: MySQL DB creation with demo data

2010-08-31 Thread Michał Cukierman
I have two environments: 2 x 3Ghz + 4GB RAM - server - takes a couple of minutes to load the initial data. 2 x 2.8Ghz + 8GB RAM - laptop - it takes about 40 minutes to load the data. Don't have the solution but I have noticed that on machines with slow disks the performance while creating indices,

Re: Problem in PUSH sync

2010-08-31 Thread Jacques Le Roux
For the webtools option for sync status look try this http://markmail.org/message/skyvlkxpxy6agalf It also refers to https://cwiki.apache.org/confluence/display/OFBIZ/Sync+Setup+Notes+and+Example At large you may try that http://ofbiz.markmail.org/search/resetting+the+sync Jacques From: "S K

Re: Error generating PDF invoice

2010-08-31 Thread Jacques Le Roux
Would you mind creating a Jira if you are able to easily reproduce on demo server? TIA Jacques From: "Jonatan Soto" Answering to myself: On Mon, Aug 30, 2010 at 8:42 PM, Jonatan Soto wrote: Has anyone got this error when an invoice PDF is generated? Expression x is undefined on line 19,

Re: MySQL DB creation with demo data

2010-08-31 Thread BJ Freeman
unfortunately I use postgres and don't have time to do a setup of mysql. hopefully someone that is using mysql can help you further. = BJ Freeman Strategic Power Office with Supplier Automation

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
I have tried with latest Connector/J 5.1.13, but result is the same (slow db creation) On Tue, Aug 31, 2010 at 11:58 PM, BJ Freeman wrote: > that does make it more difficult. > Not sure what you can do, you might check if it is the MySQL jdbc driver > you using in ofiz. and possibly so setting t

Re: MySQL DB creation with demo data

2010-08-31 Thread BJ Freeman
that does make it more difficult. Not sure what you can do, you might check if it is the MySQL jdbc driver you using in ofiz. and possibly so setting the driver needs in the entityengine.xml = BJ Freeman Strategic Power Office with Supplie

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
Fortunately we have now Selenium and Junit. We should be able to do better, but you are right, it's not a simple task and moreover not very appealing for most of ordinary mortals Jacques From: "BJ Freeman" ah yes I do remember win9x, I was on the Microsoft Campus during the time working on a

Re: Wicket Component

2010-08-31 Thread BJ Freeman
one other thing you can do is have people click on watch it in the jira. that way they will get personal updates if not on the dev list when the jira has activity. = BJ Freeman Strategic Power Office with Supplier Automation

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Thanks BJ, what is available is the 'target' m/c only with latest MySQL, no backup has been taken for this dev env. Since I work primarily with ofbiz, theres no other dataset to reference. On Tue, Aug 31, 2010 at 11:02 PM, BJ Freeman wrote: > the first is to isolate if ofbiz is causing anything

Re: Best practices for updates from trunk

2010-08-31 Thread BJ Freeman
ah yes I do remember win9x, I was on the Microsoft Campus during the time working on a different project. there was a room of about 200 machines of different configurations (speed, memory, os settings) that ran the application under test. There were no tester but Test engineers(5-20) that built t

Re: MySQL DB creation with demo data

2010-08-31 Thread BJ Freeman
the first is to isolate if ofbiz is causing anything by removing it from the equation. so do a equivalent restore of data from the machine that ofbiz resides on to the target that MySQL resides on and time. you can do this by saving the MySQL data of a current db that has ofbiz structure and dat

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
Hi Matt, Not a big deal, but yes it's not a good practice and I was corrected many times at my own beginning, that why I remember it well :o) Actually when it's a different subject, for the sake of clairity you should open a new thread by creating an entirely new message and not responding to a

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
From: "BJ Freeman" I am Glad for this discussion. My years on Design teams had a lot different criteria. so to Summarize if something is broke and no one wants to work on it, it is not considered a bug. I don't think so, it's considered a bug but not a blocking nor a critical one. As far as

Re: Discount if paid within x days - supported?

2010-08-31 Thread BJ Freeman
some others may chime in but here is my take: the main driving documents (entity) is Agreements. that covers a lot of other entities. and so you would have an agreement with a partyrelation type of supplier(or some other type) the Agreement type would be either Sales or Purchase this eventually

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
I have tried loading over network as well as from local. Are talking of mysqldump restore as well ? On Tue, Aug 31, 2010 at 10:30 PM, BJ Freeman wrote: > if I read this correct you have introduced many variables. > 1) have you tested loading a MySQL db over the network in this > configuration, l

Re: Handling negative inventory quantities

2010-08-31 Thread Jacques Le Roux
Well tried :o) Unfortunately, but reasonably enough, the Apache MLs don't support HTML at all Jacques From: "Rene Scheibe" Maybe it's better to read the example as HTML-formatted email. -- initial data fill -- ProductA inventory_item_detail[inventoryItemId: 9000, inventoryItemDetailSeqId: 00

Re: MySQL DB creation with demo data

2010-08-31 Thread BJ Freeman
if I read this correct you have introduced many variables. 1) have you tested loading a MySQL db over the network in this configuration, list a restore, not using ofbiz? 2) have you tested loading a local MySQL db using ofbiz? = BJ Freeman

Re: Wicket Component

2010-08-31 Thread james_sg
Hi all, I have uploaded an improved patch at https://issues.apache.org/jira/browse/OFBIZ-3897. Comments are appreciated. Regards, James james_sg wrote: > > Hi all, > > I have logged the issue which can be found at > https://issues.apache.org/jira/browse/OFBIZ-3897. > Current patch against

Re: Error at "Associate Party to Product" screen

2010-08-31 Thread Mansour Al Akeel
Jacques: I thought about it. This question has been answered, and I mentioned this, and thanked you for it. Another question here, has no answer yet, and no documentaion related to it ! The question can be found here: http://markmail.org/thread/2riretiltgvl6dtg On Tue Aug 31,2010 02:37 pm, Jacqu

Re: Best practices for updates from trunk

2010-08-31 Thread Matt Warnock
I am still following, and have been surprised at what I started... It *IS* great! :-) Thanks for the tip, I'll try that right away. Thanks again. -- Matt Warnock RidgeCrest Herbals, Inc. On Tue, 2010-08-31 at 14:23 +0200, Carsten Schinzer wrote: > Incredible how the original topic now turned

Re: MySQL DB creation with demo data

2010-08-31 Thread Varun Bhansaly
Thanks for sharing the thoughts & configuration, quite strangely, db creation on a plain jane default mysql installation (of a previous version) would not take so long. Does it sound some sort of encoding issue ? Thanks, -- View this message in context: http://ofbiz.135035.n4.nabble.com/MySQL-D

Re: Best practices for updates from trunk

2010-08-31 Thread BJ Freeman
I am Glad for this discussion. My years on Design teams had a lot different criteria. so to Summarize if something is broke and no one wants to work on it, it is not considered a bug. As far as buildbot it is only as good as the tests written that it uses and as was pointed out on the dev lis

Discount if paid within x days - supported?

2010-08-31 Thread aray
Hello Group, I have a requirement to discount invoices if paid within the specified days. I could see the term type for the same (see below) but no implementation and therefore looking to confirm. If the implementation does not exist, then I would be interested in working on it. Would appre

Re: Handling negative inventory quantities

2010-08-31 Thread Rene Scheibe
Maybe it's better to read the example as HTML-formatted email. -- initial data fill -- ProductA inventory_item_detail[inventoryItemId: 9000, inventoryItemDetailSeqId: 0001, quantityOnHandDiff: 300,0, availableToPromiseDiff: 200.0] inventory_item[ inventoryItemId: 9000, productId: ProductA,

Handling negative inventory quantities

2010-08-31 Thread Rene Scheibe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How is it possible in OFBiz to handle negative inventory quantities? It should be possible to sell goods even if the quantity in the inventory is not sufficient and gets negative after an order. If I try to sell a product (ProductB) without any invent

Re: MySQL DB creation with demo data

2010-08-31 Thread Jacques Le Roux
It's far too slow. On my 2 years old Windows box (Intel dual Proc, 4 GB, SATAs) it takes about 3 mins with Postgres 8.4 and 12 with Derby (not much else running at the same time) Jacques From: "varun bhansaly" Hi, I have setup 10.04 branch in my dev enviornment, with MySQL db server(v5.1.46 o

Re: MySQL DB creation with demo data

2010-08-31 Thread Mike Z
That's pretty dog slow. You probably need to tune mysql. Ofbiz has a lot of tables. Here is what I was using: # # * Fine Tuning # key_buffer = 64M max_allowed_packet = 640M thread_stack= 192K thread_cache_size = 8 max_connections= 256 table_cache

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
From: "Carsten Schinzer" Incredible how the original topic now turned into something pretty different ... it's just great! Yes :D Actually Matt 1st hacked Jonatan's thread Error generating PDF invoice http://markmail.org/message/vmon3ig3smles7k3 Jacques Matt, if you are still following thi

Re: Error at "Associate Party to Product" screen

2010-08-31 Thread Jacques Le Roux
I think I answered it here http://markmail.org/message/lrqpjig32xayli76 Then you have to think a bit about it... Jacques From: "Mansour Al Akeel" Col advice. But the main issue has nothing to do with how to use google. A simple missunderstanding about which demo is the official one, doens'

MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Hi, I have setup 10.04 branch in my dev enviornment, with MySQL db server(v5.1.46 on a separate VM) with utf8 encoding on Open Suse 11.3 having 4 processors & 2 gb ram. Encoding in entityengine.xml is set to utf8. Database creation with demo data takes minimum 40 minutes. Is this an acceptable for

Re: Best practices for updates from trunk

2010-08-31 Thread Carsten Schinzer
Incredible how the original topic now turned into something pretty different ... it's just great! Matt, if you are still following this, I have a recommendation to make for your original point 3. You should start versioning your own releases (I do the same) and integrate a later revision of OFBiz

Re: Error at "Associate Party to Product" screen

2010-08-31 Thread Mansour Al Akeel
Col advice. But the main issue has nothing to do with how to use google. A simple missunderstanding about which demo is the official one, doens't imply the lack of the skills of how to use google. It would be more helpful to the community , if I got an answer to the unanswered question. Than

Re: Best practices for updates from trunk

2010-08-31 Thread Erwan de FERRIERES
Le 31/08/2010 12:31, Jacques Le Roux a écrit : Hi Erwan, Is there a Jira reporting this, with a patch? Thanks Jacques Strangely, there is no jira... but here is the thread showing the problem : http://ofbiz.135035.n4.nabble.com/Lucene-is-broken-td2123400.html#a2123871 I may have only report

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
Hi Erwan, Is there a Jira reporting this, with a patch? Thanks Jacques Erwan de FERRIERES wrote: Le 31/08/2010 11:56, Scott Gray a écrit : OFBIZ-3912 is a good example of an issue that is critical to an individual rather than the community I think. A good indicator is that it has been brok

Re: Fetching array list data from groovy into rptdesign

2010-08-31 Thread Erwan de FERRIERES
Le 31/08/2010 08:47, Keerti Sharma a écrit : Hi, I have passed an arraylist from groovy into rptdesign by birt parameters. I want to iterate that arraylist and fetch its data and display all data of array list in my report. Thanx I think you have to create a dataset, where the open method is c

Re: Best practices for updates from trunk

2010-08-31 Thread Erwan de FERRIERES
Le 31/08/2010 11:56, Scott Gray a écrit : OFBIZ-3912 is a good example of an issue that is critical to an individual rather than the community I think. A good indicator is that it has been broken for 5 months before being reported, can't be that critical then huh? Regards Scott Hi, lucene i

Re: Best practices for updates from trunk

2010-08-31 Thread Nicolas Malin
I agree with you Scott after it's really a vision problem. When I choose a criteria level, I don't look to existant problems but the impact of a bug for the community. If OFBiz contains several bugs for me, I use production addon for my customer so as each bug is trivial and after I think to i

Re: Best practices for updates from trunk

2010-08-31 Thread Scott Gray
OFBIZ-3912 is a good example of an issue that is critical to an individual rather than the community I think. A good indicator is that it has been broken for 5 months before being reported, can't be that critical then huh? Regards Scott On 31/08/2010, at 9:45 PM, Jacques Le Roux wrote: > Scot

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
Scott Gray wrote: A blocking bug IMO is nothing more than the community (rather than an individual) deciding that a bug is important enough that a release shouldn't occur until it is fixed. I don't think we need any criteria other than that really. Yes that's fine to me. And a critical (for

Re: Best practices for updates from trunk

2010-08-31 Thread Scott Gray
A blocking bug IMO is nothing more than the community (rather than an individual) deciding that a bug is important enough that a release shouldn't occur until it is fixed. I don't think we need any criteria other than that really. Regards Scott On 31/08/2010, at 9:09 PM, Jacques Le Roux wrote

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
Hey Scott, that's right! Happy to close this one. So eventually you were right, there are ANY blocking bugs in OFBiz under our criteria ;o) Though I guess we should better define our criteria for blocking. Because if we allow to use blocking only for bugs blocking all OFBiz there should be har

Re: Problem in PUSH sync

2010-08-31 Thread S K Pradeep Kumar
Hi, Put the sequenced-id-prefix in the following tag to differentiate the entity in entityengine.xml With regards, S K Pradeep kumar, 9980609494 On Mon, Aug 30, 2010 at 6:31 PM, r...@pal < raghunandan.badi...@palindromesoftware.com> wrote: > > Hi All , > > I am fac

Re: Best practices for updates from trunk

2010-08-31 Thread Scott Gray
Hi Jacques, I thought you fixed OFBIZ-3837 recently? Or was that some other shipping estimate problem you were working on? Regards Scott On 31/08/2010, at 7:52 PM, Jacques Le Roux wrote: > There are currently 275 UNRESOLVED bugs, 11 have patches available, 14 are > reopened. > This is againt

Re: Best practices for updates from trunk

2010-08-31 Thread Jacques Le Roux
There are currently 275 UNRESOLVED bugs, 11 have patches available, 14 are reopened. This is againt all versions. There are only 78 for trunk but this is not a reliable criteria (if any are) https://issues.apache.org/jira/browse/OFBIZ-3837 is marked as blocking. But I guess not under Scott's cri