[jira] [Created] (OFBIZ-4606) While packing picklist bin items, shipmentBoxType is setting same for every package even if we select different box types.

2011-12-03 Thread Suprit Udawat (Created) (JIRA)
While packing picklist bin items, shipmentBoxType is setting same for every package even if we select different box types. -- Key: OFBIZ-4606

[jira] [Updated] (OFBIZ-4606) While packing picklist bin items, shipmentBoxType is setting same for every package even if we select different box types.

2011-12-03 Thread Suprit Udawat (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suprit Udawat updated OFBIZ-4606: - Attachment: OFBIZ-4606.patch Providing a patch file which has a fix for the issue reported

[jira] [Closed] (OFBIZ-4390) Ecommerce Error Page Does Not Work

2011-12-03 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4390. -- Backportef to R11.04 at r1209911 Ecommerce Error Page Does Not Work

RE: Extending OFBiz: The BigFish eCommerce Project

2011-12-03 Thread Gareth O'Brien
Hans, I'm new to ofbiz; also to the tools and components that it comprises having come from a Windows .NET C# background. I'm interested in your comment about it being a pity that only ftl is used. Can you expand a bit on that? What are the shortcomings of ftl? What alternative(s) would you

Re: Extending OFBiz: The BigFish eCommerce Project

2011-12-03 Thread Hans Bakker
Hi Gareth, in OFBiz we have forms, xml defined which are converted to html by a ftl macro processor at display time. Forms are much easier to maintain and to create but have more limitations then using ftl. Especially in the backend where you have many screens and where the graphical design

Re: Extending OFBiz: The BigFish eCommerce Project

2011-12-03 Thread Ruth Hoffman
Hi Gareth: Can't help but add my 2 cents here... First, I take issue with Han's statement: ...it is an implementation of a 'simple' OFBiz component all in a single webapp I would argue that there is no such thing as a simple OFBiz component. To my way of thinking, simple adds no value to

Tax calculation for all order adjustments

2011-12-03 Thread biletnikov
*Current problem:* we manage tax calculation for products by setting up a tax authority. The tax rate for products is set with TaxAuthorityRateProduct. In addition, tax setting for shipping and promotions adjustments can be set as special flags to each TaxAuthorityRateProduct (tax

Re: Extending OFBiz: The BigFish eCommerce Project

2011-12-03 Thread Jacques Le Roux
To simplify, I'd say; go with Form/Menu widgets as long as you can and switch to Freemarkers templates when your needs go beyond what Form/Menu widgets can offer. BTW I don't know what List widgets stand for Ruth ;o). Alos you need screen widgets in all cases. Remember that you can use Jquery

Example Application Is Badly Broken

2011-12-03 Thread Adrian Crum
In the good old days, the Example application was used to demonstrate OFBiz development best practices. Today, it is an example of all of the wrong ways to do things. Go to https://localhost:8443/example/control/main Click the New Example button. In the popup window, click Create. You are

Re: Extending OFBiz: The BigFish eCommerce Project

2011-12-03 Thread Ruth Hoffman
Hi Jacques: Sorry, by list I really mean Screen widgets with entity-condition lists. Never meant to imply that I would not use a Screen widget. No, always I use Screen widgets with Freemarker templates and Groovy scripts (not XML conditional statements in the actions part of the Screen

[jira] [Commented] (OFBIZ-4390) Ecommerce Error Page Does Not Work

2011-12-03 Thread mz4wheeler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13162213#comment-13162213 ] mz4wheeler commented on OFBIZ-4390: --- Thanks Jacques. Here is what I found. It doesn't