[jira] Commented: (OFBIZ-3374) UI upgrade, new lookups

2009-12-23 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793970#action_12793970 ] Jacques Le Roux commented on OFBIZ-3374: OK, I think it's great. Forgot my last

Re: is there: running the ofbiz website under ofbiz

2009-12-23 Thread Jacques Le Roux
Having multiple languages is one reason. Maybe, if resources are an issue, we could build an HTML export mechanism? After all, it's static isn'it ? Jacques From: David E Jones d...@me.com What would be the incentive for doing so? I'm guessing we'd need a good reason because for infra it will

[jira] Commented: (OFBIZ-3374) UI upgrade, new lookups

2009-12-23 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793993#action_12793993 ] Sascha Rodekamp commented on OFBIZ-3374: hi, i forgot to say, for now i only

[jira] Commented: (OFBIZ-3374) UI upgrade, new lookups

2009-12-23 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12794022#action_12794022 ] Jacques Le Roux commented on OFBIZ-3374: Hi Sascha, Maybe it's not needed (in a 1t

[jira] Updated: (OFBIZ-3374) UI upgrade, new lookups

2009-12-23 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3374: --- Attachment: lookups.patch Hi, next try .. (worked only with flat grey, i put it to the

[jira] Commented: (OFBIZ-3374) UI upgrade, new lookups

2009-12-23 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12794040#action_12794040 ] Bruno Busco commented on OFBIZ-3374: Hi Sascha! Nice Christmas present! Thank you!

getNextSeqId and multiple sequence on entity

2009-12-23 Thread Nicolas Malin
Hi all, It's possible that this subject has been already discussed here but I don't find any trace in the archives. A long time ago, I used delegator.getNextSeqId to use multiple sequences in an entity like invoice (SALES, PURCHASE, ...). Example : in France we use a sequence for all

Discussion: Column Widgets (was: How to add a splitter to adjust the left column width by dragging it?)

2009-12-23 Thread Adrian Crum
The current code to render multiple columns seems to be more complicated than it should be. As this thread has discussed, adding features to multiple-column layout can be problematic. So, the suggestion is to introduce column widgets. I'll start off with some basic ideas, and everyone is

Re: ofbiz.org domain and all the infra around it

2009-12-23 Thread Ean Schuessler
Tim Ruppert wrote: Anytime that you would spend getting it up and running on BF hardware would be MUCH better spent working with ASF infra on the current zone that we have and getting that running there. There's no danger of things evaporating, but it would sure be nice that moving this

Re: ofbiz.org domain and all the infra around it

2009-12-23 Thread Ean Schuessler
Tim Ruppert wrote: Hell, you need more memory for the one demo :) - we might want to try getting a second one. As far as the scripts for setting up and running each of these instances - they will vary vastly by hardware setup - and I don't think that I can provide those because those are

Re: ofbiz.org domain and all the infra around it

2009-12-23 Thread Jacques Le Roux
- Original Message - From: Ean Schuessler e...@brainfood.com To: dev@ofbiz.apache.org Sent: Wednesday, December 23, 2009 5:30 PM Subject: Re: ofbiz.org domain and all the infra around it Tim Ruppert wrote: Anytime that you would spend getting it up and running on BF hardware would

Re: ofbiz.org domain and all the infra around it

2009-12-23 Thread Jacques Le Roux
Looks like it's Ubuntu (at least it's what I see when I connect to it), and I must say I like it (don't remember if we specifically asked for or not, having some kind of reminiscence :) Jacques From: Ean Schuessler e...@brainfood.com Tim Ruppert wrote: Hell, you need more memory for the one

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Brett Palmer
I noticed this same behavior as Nicolas recently. It was convenient to use the delegator.getNextSeqId() for a unique ID when you needed one. Is it now a requirements that all Sequence Ids have an entity attached to it? Brett On Wed, Dec 23, 2009 at 7:31 AM, Nicolas Malin

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Adam Heath
Brett Palmer wrote: I noticed this same behavior as Nicolas recently. It was convenient to use the delegator.getNextSeqId() for a unique ID when you needed one. Is it now a requirements that all Sequence Ids have an entity attached to it? Yeah, I too have used plain, unattached sequences in

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Jacques Le Roux
Hi Nicolas, Found that https://issues.apache.org/jira/browse/OFBIZ-2567?focusedCommentId=12717246page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12717246 Just a reference you could attach on... Jacques From: Nicolas Malin malin.nico...@librenberry.net Hi all,

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Scott Gray
It looks to me as though an exception is being logged rather than thrown, is the id still being generated? Regards Scott HotWax Media http://www.hotwaxmedia.com On 24/12/2009, at 3:31 AM, Nicolas Malin wrote: Hi all, It's possible that this subject has been already discussed here but I

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Brett Palmer
I confirmed that if you use the delegator.getNextSeqId() you will get an exception every time it is used with a complaint that an entity doesn't exist for the sequence you requested. It does give still generate an ID but the exception is a little concerning when you are running in a production

Re: Discussion: Column Widgets (was: How to add a splitter to adjust the left column width by dragging it?)

2009-12-23 Thread Bruno Busco
I think it would fulfill the needs I can see right now. Thank you Adrian. 2009/12/23 Adrian Crum adri...@hlmksw.com: The current code to render multiple columns seems to be more complicated than it should be. As this thread has discussed, adding features to multiple-column layout can be

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Nicolas Malin
Thanks all for your return :) Jacques, I attach I comment on this Jira tomorow, (now is to late and I am very tired) Nicolas Jacques Le Roux a écrit : Hi Nicolas, Found that

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Jacques Le Roux
Good night Nicolas ;) Jacques From: Nicolas Malin malin.nico...@librenberry.net Thanks all for your return :) Jacques, I attach I comment on this Jira tomorow, (now is to late and I am very tired) Nicolas Jacques Le Roux a écrit : Hi Nicolas, Found that

Add orderId to ReturnAdjustment?

2009-12-23 Thread Ean Schuessler
Manual adjustments on orders (ie. giving a customer an overall discount on an already paid order because of bad customer service or some other misunderstanding) is currently complicated by the fact that there is no way to trace a value-only refund back to the order it was created against. Tracing

Re: svn commit: r893656 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2009-12-23 Thread Scott Gray
Hi Jacques, I don't think this commit is going to behave the way you expect it to, comments inline. Regards Scott HotWax Media http://www.hotwaxmedia.com On 24/12/2009, at 12:26 PM, jler...@apache.org wrote: Author: jleroux Date: Wed Dec 23 23:26:33 2009 New Revision: 893656 URL:

How to get content on the In The News section of the website?

2009-12-23 Thread Ruth Hoffman
Hi Developers and Keepers of the OFBiz website: I'd like to add an entry in the In The News section of the website. Specifically I would like to announce the availability of my OFBiz blog at http://www.myofbiz.com. This one liner would be similar to the tutorials being announced by HotWax.

Re: How to get content on the In The News section of the website?

2009-12-23 Thread Scott Gray
Hi Ruth, Someone may pick it up based on this email, but the ideal way of doing this would be to create a jira issue and either attach a patch or at least include the html you would like added. Jira issues are easier to track and are less likely to be lost in the noise. On a side note,

Re: How to get content on the In The News section of the website?

2009-12-23 Thread Tim Ruppert
I was just answering you with the same info Ruth - make that jira post and I'll update it and get it in place with the rest. To Scott's point, I think we do need to think about separating blog posts - but frankly the PR based news isn't putting out much volume here, so let's keep the news

Re: Add orderId to ReturnAdjustment?

2009-12-23 Thread David E Jones
That does sound like a good solution Ean. Currently the only way to refund against an order is to choose an OrderItem (through ReturnItem) or OrderAdjustment (through ReturnAdjustment) and attach the refund to that. I was thinking you could use ReturnItem for this, but it has a FK to

Re: How to get content on the In The News section of the website?

2009-12-23 Thread Ruth Hoffman
Hi Tim: Actually, I wasn't going to post each blog entry. I just wanted to announce the availability of the blog. The blog has an RSS feed on it, so if someone wants to keep updated, they can just use that. I'll create a Jira issue. Thanks Ruth Tim Ruppert wrote: I was just answering you

[jira] Created: (OFBIZ-3378) Update the In The News section of the http://ofbiz.apache.org/ website

2009-12-23 Thread Ruth Hoffman (JIRA)
Update the In The News section of the http://ofbiz.apache.org/ website Key: OFBIZ-3378 URL: https://issues.apache.org/jira/browse/OFBIZ-3378 Project: OFBiz Issue Type:

Re: How to get content on the In The News section of the website?

2009-12-23 Thread Tim Ruppert
Sounds good - thanks Ruth. Cheers, Ruppert -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Dec 23, 2009, at 5:40 PM, Ruth Hoffman wrote: Hi Tim: Actually, I wasn't going to post each blog entry. I just wanted to announce the availability of the blog.

Re: svn commit: r893656 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2009-12-23 Thread Jacques Le Roux
You are totally right Scott, too hastily done while doing another stuff with another Eclipse instance while this Eclipse instance was 'building workspace (I'm sure you experienced that if you use Eclipse) I will fix it as soon as Eclipse after loading will have 'building [it's] workspace ;)

[jira] Assigned: (OFBIZ-3378) Update the In The News section of the http://ofbiz.apache.org/ website

2009-12-23 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert reassigned OFBIZ-3378: -- Assignee: Tim Ruppert Update the In The News section of the http://ofbiz.apache.org/ website

Re: Discussion: Column Widgets (was: How to add a splitter to adjust the left column width by dragging it?)

2009-12-23 Thread Jacques Le Roux
Looks like a plan, yes! Jacques From: Bruno Busco bruno.bu...@gmail.com I think it would fulfill the needs I can see right now. Thank you Adrian. 2009/12/23 Adrian Crum adri...@hlmksw.com: The current code to render multiple columns seems to be more complicated than it should be. As this

[jira] Resolved: (OFBIZ-3378) Update the In The News section of the http://ofbiz.apache.org/ website

2009-12-23 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert resolved OFBIZ-3378. Resolution: Fixed In v893671 and deployed to production. Update the In The News section of the

[jira] Closed: (OFBIZ-3378) Update the In The News section of the http://ofbiz.apache.org/ website

2009-12-23 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert closed OFBIZ-3378. -- Update the In The News section of the http://ofbiz.apache.org/ website

Re: Add orderId to ReturnAdjustment?

2009-12-23 Thread Ean Schuessler
David E Jones wrote: That does sound like a good solution Ean. Currently the only way to refund against an order is to choose an OrderItem (through ReturnItem) or OrderAdjustment (through ReturnAdjustment) and attach the refund to that. I was thinking you could use ReturnItem for this, but

Re: How to get content on the In The News section of the website?

2009-12-23 Thread Ean Schuessler
Scott Gray wrote: Someone may pick it up based on this email, but the ideal way of doing this would be to create a jira issue and either attach a patch or at least include the html you would like added. Jira issues are easier to track and are less likely to be lost in the noise. On a side