Re: GSoC proposal: Test/Code separation

2011-04-07 Thread Erwan de FERRIERES
Le 08/04/2011 07:54, Ganath Rathnayaka a écrit : Hi Erwan, devs, I posted my Google Summer of Code project proposal for test/code separation at [1]. Please let me know your precious ideas. Hi Ganath, once you've done it for one component, it will be the same for all components, so it won't b

[jira] [Updated] (OFBIZ-4211) [GSoC] code/test separation

2011-04-07 Thread Ganath Rathnayake (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganath Rathnayake updated OFBIZ-4211: - Attachment: treeview.txt Here am attaching the tree view of the current code and now we c

GSoC proposal: Test/Code separation

2011-04-07 Thread Ganath Rathnayaka
Hi Erwan, devs, I posted my Google Summer of Code project proposal for test/code separation at [1]. Please let me know your precious ideas. -- thanks Ganath P.S. Sorry for being late to submit the proposal. My exams were ended up yesterday. [1]. http://www.google-melange.com/gsoc/proposal/revi

Re: My vision for the OFBiz Framework

2011-04-07 Thread David E Jones
That's a tough one. I just did some research on Vaadin, and in some ways it looks similar to Wicket, and I suppose in some ways similar to JSF as well, though Vaadin appears to be a sort of extension to GWT and the unlike Wicket where the Java code is mostly run on the server (if I understand r

Re: Serialized inventory and the ShoppingCart

2011-04-07 Thread David E Jones
On Apr 7, 2011, at 6:10 PM, Ean Schuessler wrote: > That makes sense. So I don't need to touch the OrderItem structure, just > create reservations at the same time that I create the order. > > Adding an array of serial numbers to ShoppingCartItem seems necessary > though. Do you agree? Yes, tha

Re: Serialized inventory and the ShoppingCart

2011-04-07 Thread Ean Schuessler
That makes sense. So I don't need to touch the OrderItem structure, just create reservations at the same time that I create the order. Adding an array of serial numbers to ShoppingCartItem seems necessary though. Do you agree? On 04/07/11 11:19, David E Jones wrote: > From a purely model perspect

Re: svn commit: r1089946 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/DateTimeConverters.java

2011-04-07 Thread Adrian Crum
Keep in mind that this change breaks one of the converter design goals: Conversions should be bi-directional. -Adrian On 4/7/2011 12:27 PM, j...@apache.org wrote: Author: jaz Date: Thu Apr 7 19:27:53 2011 New Revision: 1089946 URL: http://svn.apache.org/viewvc?rev=1089946&view=rev Log: adde

Re: My vision for the OFBiz Framework

2011-04-07 Thread Ean Schuessler
Hi David, As usual you are a fantastically productive guy. Its a little awe inspiring. :-D Have you given any thought as to how different display technologies like Vaadin, JSF or even Wicket could be accommodated in your framework? Playing with Vaadin has shown me how I wish my views were constru

Re: Serialized inventory and the ShoppingCart

2011-04-07 Thread David E Jones
>From a purely model perspective you should be able to create a >OrderItemShpGrpInvRes record for each serialized inventory item. The code side of things in OFBiz might do some funny things, especially with re-reservation of inventory (so that re-reserve code may need to be modified to not tou

Re: Serialized inventory and the ShoppingCart

2011-04-07 Thread Ean Schuessler
When an item is tracked with serialized inventory a separate InventoryItem is created for each physical piece of inventory. The internal unique ID for OFBiz is InventoryItem.inventoryItemId. The InventoryItem.serialNumber field is not populated by default and seems to be intended for the manufactur

[jira] [Commented] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016828#comment-13016828 ] Jacques Le Roux commented on OFBIZ-4247: Adrian, Yes I saw this morning they move

[jira] [Commented] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016822#comment-13016822 ] Adrian Crum commented on OFBIZ-4247: Jacques, Thank you for working on this! I haven'

[jira] [Updated] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4247: --- Attachment: ofbiz.cer > Add Funambol for Outlook (adapted from Opentaps) > --

[jira] [Updated] (OFBIZ-4246) Add portlet to list and edit communication event with many participants

2011-04-07 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4246: - Attachment: OFBIZ-4246.patch > Add portlet to list and edit communication event with many partici

[jira] [Updated] (OFBIZ-4246) Add portlet to list and edit communication event with many participants

2011-04-07 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4246: - Attachment: OFBIZ-4246.patch Update creation service and add parameter to show detail roles > Ad

[jira] [Commented] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016767#comment-13016767 ] Jacques Le Roux commented on OFBIZ-4247: I have still, at least, to attach the cer

[jira] [Updated] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4247: --- Attachment: Funambol.patch > Add Funambol for Outlook (adapted from Opentaps) > -

[jira] [Assigned] (OFBIZ-4195) Minor Improvement of german Labels

2011-04-07 Thread Christian Geisert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert reassigned OFBIZ-4195: Assignee: Christian Geisert > Minor Improvement of german Labels >

[jira] [Updated] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4247: --- Attachment: etl.zip > Add Funambol for Outlook (adapted from Opentaps) >

[jira] [Updated] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4247: --- Description: This is not intended to be added to OFBiz repository since it's GPL licensed. I

[jira] [Created] (OFBIZ-4247) Add Funambol for Outlook (adapted from Opentaps)

2011-04-07 Thread Jacques Le Roux (JIRA)
Add Funambol for Outlook (adapted from Opentaps) Key: OFBIZ-4247 URL: https://issues.apache.org/jira/browse/OFBIZ-4247 Project: OFBiz Issue Type: New Feature Reporter: Jacques Le R