Re: purchase order problem

2007-03-14 Thread Jacopo Cappellato
and also of some of the ftl templates for the html version of the screen? Jacopo Cappellato wrote: Would it be better to start planning to keep two separate versions of the fo.ftl template for purchase and sales orders? Jacopo Hans Ant wrote: Hi Si, i tried it here with the latest OFBiz ver

Re: purchase order problem

2007-03-14 Thread Jacopo Cappellato
Would it be better to start planning to keep two separate versions of the fo.ftl template for purchase and sales orders? Jacopo Hans Ant wrote: Hi Si, i tried it here with the latest OFBiz version, and it works from here.. Obviously picking does not apply for purchase orders, so i disabled

purchase order problem

2007-03-14 Thread Hans Ant
Hi Si, i tried it here with the latest OFBiz version, and it works from here.. Obviously picking does not apply for purchase orders, so i disabled the display of these fields when it is a purchase order it is in rev 518496 regards, Hans On Thursday 15 March 2007 10:05, Si Chen wrote: > H

[jira] Closed: (OFBIZ-816) cannot create purchase order the process stops at ship-to order

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-816. --- > cannot create purchase order the process stops at ship-to order > --

[jira] Resolved: (OFBIZ-816) cannot create purchase order the process stops at ship-to order

2007-03-14 Thread Vikrant Rathore (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikrant Rathore resolved OFBIZ-816. --- Resolution: Fixed Fix Version/s: SVN trunk hi Jacopo, Thanks for you help. Today I aga

[Fwd: svn commit: r517520 - in /ofbiz/trunk/applications: ecommerce/config/EcommerceUiLabels.properties ecommerce/webapp/ecommerce/order/orderitems.ftl order/src/org/ofbiz/order/order/OrderReadHelper.

2007-03-14 Thread Si Chen
Hans, I think this change may have broken the ordermgr orderview page for purchase orders. I'm getting an undefined error with this new OrderReadHelper method. Would you mind trying it out? Si --- Begin Message --- Author: hansbak Date: Mon Mar 12 21:18:14 2007 New Revision: 517520 URL: ht

[jira] Created: (OFBIZ-818) performFind not behaving as expected with empty fields

2007-03-14 Thread Leon Torres (JIRA)
performFind not behaving as expected with empty fields -- Key: OFBIZ-818 URL: https://issues.apache.org/jira/browse/OFBIZ-818 Project: OFBiz (The Open for Business Project) Issue Type: Bug

[jira] Created: (OFBIZ-817) Require Inventory of Marketing Package Product can't be shipped

2007-03-14 Thread Daniel Kunkel (JIRA)
Require Inventory of Marketing Package Product can't be shipped --- Key: OFBIZ-817 URL: https://issues.apache.org/jira/browse/OFBIZ-817 Project: OFBiz (The Open for Business Project)

Re: [Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread Scott Gray
The renderCheckField in HtmlFormRenderer is now pulling in a list of option values from CheckField.getOptionValues, but whatever code creates the _rowSubmit modelFormField (I couldn't find it last night) isn't doing this so nothing is being added to the buffer. You can have a look by adding a bre

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2007-03-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480904 ] Adrian Crum commented on OFBIZ-811: --- It looks like we can avoid licensing issues by using JNDI - http://directory.a

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2007-03-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480897 ] Adrian Crum commented on OFBIZ-811: --- Si, I would like to help with code development and testing. Our network here u

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2007-03-14 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480875 ] Si Chen commented on OFBIZ-811: --- Mohammad, This is great. A couple of questions: 1) Which library from where must be

Re: [Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread Si Chen
David E. Jones wrote: I don't see any reason why it might have... did it break the multi-forms? -David Have you seen http://issues.apache.org/jira/browse/OFBIZ-812? Adrian thought it might be that commit. After reverting it the checkboxes do reappear, though the select all at the top is sti

Re: [Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread Jacopo Cappellato
David, it seems that the checkboxes, necessary to select each row in the multi form list, disappeared. Should we change the form definition in some ways or is there something that we can fix in the framework? Jacopo David E. Jones wrote: I don't see any reason why it might have... did it

Re: [Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread David E. Jones
I don't see any reason why it might have... did it break the multi- forms? -David On Mar 14, 2007, at 11:46 AM, Si Chen wrote: David, Do you have any idea why this might have broken all the multi-forms? Si From: [EMAIL PROTECTED] Date: March 9, 2007 12:03:06 AM MST To: commits@ofbiz.apa

[Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread Si Chen
David, Do you have any idea why this might have broken all the multi-forms? Si --- Begin Message --- Author: jonesde Date: Thu Mar 8 23:03:06 2007 New Revision: 516317 URL: http://svn.apache.org/viewvc?view=rev&rev=516317 Log: Made check type field more useful with the options thingy underneat

[jira] Closed: (OFBIZ-780) Make Inventory Transfer a multi-form

2007-03-14 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-780. - Resolution: Fixed > Make Inventory Transfer a multi-form > > >

[jira] Commented: (OFBIZ-806) availableLocales dropdown list shouldn't display if there is only one available locale

2007-03-14 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480840 ] Jacques Le Roux commented on OFBIZ-806: --- Actually, I was thinking more of the e-commerce. It's fine for me if th

[jira] Commented: (OFBIZ-715) Utils for doing date calculations based on timeUomIds

2007-03-14 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480810 ] Jacques Le Roux commented on OFBIZ-715: --- I will today, I promise ;o) > Utils for doing date calculations based

[jira] Commented: (OFBIZ-715) Utils for doing date calculations based on timeUomIds

2007-03-14 Thread Andrew Sykes (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480779 ] Andrew Sykes commented on OFBIZ-715: Has anyone reviewed this yet? I promise it's useful ;-) > Utils for doing d

[jira] Assigned: (OFBIZ-789) Allow naming the attachment PDF in sendMailFromScreen

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-789: --- Assignee: Jacopo Cappellato > Allow naming the attachment PDF in sendMailFromScreen >

[jira] Commented: (OFBIZ-806) availableLocales dropdown list shouldn't display if there is only one available locale

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480760 ] Jacopo Cappellato commented on OFBIZ-806: - And what about creating a new screen ("My preferences") in the Work

[jira] Closed: (OFBIZ-814) Specifying a userLoginId in party manager viewProfile page doesn't display the corresponding party

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-814. --- Resolution: Fixed Thanks Adrian, a slightly different patch is in rev. 518125 > Specifying

[jira] Assigned: (OFBIZ-814) Specifying a userLoginId in party manager viewProfile page doesn't display the corresponding party

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-814: --- Assignee: Jacopo Cappellato > Specifying a userLoginId in party manager viewProfile pa

[jira] Commented: (OFBIZ-807) Layout bug in order entry

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480754 ] Jacopo Cappellato commented on OFBIZ-807: - Vikrant, I'm sorry but the issue is already there but, as explaine

[jira] Commented: (OFBIZ-816) cannot create purchase order the process stops at ship-to order

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480705 ] Jacopo Cappellato commented on OFBIZ-816: - Hi Vikrant, which ship-to address did you select? If none is avail

[jira] Updated: (OFBIZ-816) cannot create purchase order the process stops at ship-to order

2007-03-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-816: Description: Cannot complete the purchase order as ship to address refers back to the same

[jira] Created: (OFBIZ-816) cannot create purchase order the process stops at shit-to order

2007-03-14 Thread Vikrant Rathore (JIRA)
cannot create purchase order the process stops at shit-to order --- Key: OFBIZ-816 URL: https://issues.apache.org/jira/browse/OFBIZ-816 Project: OFBiz (The Open for Business Project)

Re: Blurred Modularity Lines

2007-03-14 Thread Jacques Le Roux
Adrian, Yes I agree, those data should better be in their respective components. Not sure why it's set like that though. Jacques > I just noticed in the file > > applications/securityext/data/UserDemoData.xml > > demo data for the content component, the ecommerce/order component, and the pos > c