[jira] [Commented] (OFBIZ-4393) View entity condition-expr doesn't handle null

2011-11-14 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149488#comment-13149488
 ] 

Jacques Le Roux commented on OFBIZ-4393:


Thanks Deepak,

Your patch is in
R11.04 r1201628  
R10.04 r1201627


 View entity condition-expr doesn't handle null
 --

 Key: OFBIZ-4393
 URL: https://issues.apache.org/jira/browse/OFBIZ-4393
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 10.04, Release Branch 11.04, SVN trunk
 Environment: Rev 1165137
Reporter: Anne Jessel
Assignee: Adrian Crum
 Fix For: SVN trunk

 Attachments: OFBIZ-4393-release.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch

   Original Estimate: 2h
  Remaining Estimate: 2h

 condition-expr tag in view-entity can't be used to compare a field with null. 
 An absent value attribute is read as an empty string, and the code currently 
 checks for value being null to know when to compare against null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4393) View entity condition-expr doesn't handle null

2011-11-14 Thread Deepak Dixit (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149490#comment-13149490
 ] 

Deepak Dixit commented on OFBIZ-4393:
-

Thanks Jacques.

 View entity condition-expr doesn't handle null
 --

 Key: OFBIZ-4393
 URL: https://issues.apache.org/jira/browse/OFBIZ-4393
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 10.04, Release Branch 11.04, SVN trunk
 Environment: Rev 1165137
Reporter: Anne Jessel
Assignee: Adrian Crum
 Fix For: SVN trunk

 Attachments: OFBIZ-4393-release.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch, 
 OFBIZ-4393-view-entity_condition-expr_null.patch

   Original Estimate: 2h
  Remaining Estimate: 2h

 condition-expr tag in view-entity can't be used to compare a field with null. 
 An absent value attribute is read as an empty string, and the code currently 
 checks for value being null to know when to compare against null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: svn commit: r1199682 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

2011-11-14 Thread Hans Bakker

Corrected in r1201631

thank you for reporting!

Regards,
Hans

On 11/13/2011 06:51 AM, J. Eckard wrote:

This breaks the sendReturnCompleteNotification service.


 exception report --
Async-Service failed.
Exception: org.ofbiz.service.GenericServiceException
Message: Could not commit transaction for service 
[sendReturnCompleteNotification] call: Roll back error, could not commit 
transaction, was rolled back instead because of: Error rendering screen 
[component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo]: 
groovy.lang.MissingPropertyException: No such property: request for class: 
CompanyHeadergroovy.lang.MissingPropertyException: No such property: request 
for class: CompanyHeader (No such property: request for class: CompanyHeader)
 stack trace ---
org.ofbiz.service.GenericServiceException: Could not commit transaction for 
service [sendReturnCompleteNotification] call: Roll back error, could not 
commit transaction, was rolled back instead because of: Error rendering screen 
[component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo]: 
groovy.lang.MissingPropertyException: No such property: request for class: 
CompanyHeadergroovy.lang.MissingPropertyException: No such property: request 
for class: CompanyHeader (No such property: request for class: CompanyHeader)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:561)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:71)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242)
java.lang.Thread.run(Thread.java:680)



On Nov 9, 2011, at 5:11 AM, hans...@apache.org wrote:


Author: hansbak
Date: Wed Nov  9 10:11:24 2011
New Revision: 1199682

URL: http://svn.apache.org/viewvc?rev=1199682view=rev
Log:
on invoice and orderheader, show logo properly either from party content or 
party info

Modified:

ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy?rev=1199682r1=1199681r2=1199682view=diff
==
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy
 (original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy
 Wed Nov  9 10:11:24 2011
@@ -27,6 +27,7 @@ import org.ofbiz.entity.util.*;
import org.ofbiz.party.contact.*;
import org.ofbiz.order.order.OrderReadHelper;
import java.sql.Timestamp;
+import org.ofbiz.party.content.PartyContentWrapper;

orderHeader = parameters.orderHeader;
orderId = parameters.orderId;
@@ -118,8 +119,17 @@ if (!partyId) {

// the logo
partyGroup = delegator.findByPrimaryKey(PartyGroup, [partyId : partyId]);
-if (partyGroup?.logoImageUrl) {
-logoImageUrl = partyGroup.logoImageUrl;
+if (partyGroup) {
+partyContentWrapper = new PartyContentWrapper(partyGroup, request);
+partyContent = partyContentWrapper.getFirstPartyContentByType(partyGroup.partyId , 
partyGroup, LGOIMGURL, delegator);
+if (partyContent) {
+logoImageUrl = 
/content/control/stream?contentId=+partyContent.contentId;
+}
+}
+if(logoImageUrl == null){
+if (partyGroup?.logoImageUrl) {
+logoImageUrl = partyGroup.logoImageUrl;
+}
}
context.logoImageUrl = logoImageUrl;







[jira] [Updated] (OFBIZ-4561) Orderview UI improvements

2011-11-14 Thread Dimitri Unruh (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dimitri Unruh updated OFBIZ-4561:
-

Attachment: OFBIZ-4561.patch

 Orderview UI improvements
 -

 Key: OFBIZ-4561
 URL: https://issues.apache.org/jira/browse/OFBIZ-4561
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Dimitri Unruh
Priority: Minor
 Attachments: OFBIZ-4561.patch


 Some UI improvements for the orderview screen (date formating)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4561) Orderview UI improvements

2011-11-14 Thread Dimitri Unruh (Created) (JIRA)
Orderview UI improvements
-

 Key: OFBIZ-4561
 URL: https://issues.apache.org/jira/browse/OFBIZ-4561
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Dimitri Unruh
Priority: Minor
 Attachments: OFBIZ-4561.patch

Some UI improvements for the orderview screen (date formating)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4562) Missing german uiLabels

2011-11-14 Thread Dimitri Unruh (Created) (JIRA)
Missing german uiLabels
---

 Key: OFBIZ-4562
 URL: https://issues.apache.org/jira/browse/OFBIZ-4562
 Project: OFBiz
  Issue Type: Improvement
  Components: framework, order, party
Reporter: Dimitri Unruh
Priority: Minor
 Attachments: OFBIZ-4562.patch

Some missing german labels and also some better translations 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4562) Missing german uiLabels

2011-11-14 Thread Dimitri Unruh (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dimitri Unruh updated OFBIZ-4562:
-

Attachment: OFBIZ-4562.patch

 Missing german uiLabels
 ---

 Key: OFBIZ-4562
 URL: https://issues.apache.org/jira/browse/OFBIZ-4562
 Project: OFBiz
  Issue Type: Improvement
  Components: framework, order, party
Reporter: Dimitri Unruh
Priority: Minor
 Attachments: OFBIZ-4562.patch


 Some missing german labels and also some better translations 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (OFBIZ-4562) Missing german uiLabels

2011-11-14 Thread Sascha Rodekamp (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sascha Rodekamp reassigned OFBIZ-4562:
--

Assignee: Sascha Rodekamp

 Missing german uiLabels
 ---

 Key: OFBIZ-4562
 URL: https://issues.apache.org/jira/browse/OFBIZ-4562
 Project: OFBiz
  Issue Type: Improvement
  Components: framework, order, party
Reporter: Dimitri Unruh
Assignee: Sascha Rodekamp
Priority: Minor
 Attachments: OFBIZ-4562.patch


 Some missing german labels and also some better translations 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (OFBIZ-4561) Orderview UI improvements

2011-11-14 Thread Sascha Rodekamp (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sascha Rodekamp reassigned OFBIZ-4561:
--

Assignee: Sascha Rodekamp

 Orderview UI improvements
 -

 Key: OFBIZ-4561
 URL: https://issues.apache.org/jira/browse/OFBIZ-4561
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Dimitri Unruh
Assignee: Sascha Rodekamp
Priority: Minor
 Attachments: OFBIZ-4561.patch


 Some UI improvements for the orderview screen (date formating)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4562) Missing german uiLabels

2011-11-14 Thread Sascha Rodekamp (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sascha Rodekamp closed OFBIZ-4562.
--


 Missing german uiLabels
 ---

 Key: OFBIZ-4562
 URL: https://issues.apache.org/jira/browse/OFBIZ-4562
 Project: OFBiz
  Issue Type: Improvement
  Components: framework, order, party
Reporter: Dimitri Unruh
Assignee: Sascha Rodekamp
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4562.patch


 Some missing german labels and also some better translations 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4563) Upgrade Tomcat Verson to 7

2011-11-14 Thread Chatree Srichart (Created) (JIRA)
Upgrade Tomcat Verson to 7
--

 Key: OFBIZ-4563
 URL: https://issues.apache.org/jira/browse/OFBIZ-4563
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
 Environment: Ubuntu
Reporter: Chatree Srichart
Priority: Critical


Hi community.
I need to upgrade Tomcat version in OFBiz up to 7, currently is 7.0.22.
I see some changes in API, especially the Embedded class is deprecated and the 
Tomcat class has been suggested. But the Tomcat class does not have functions 
like the Embedded class.
It also use mbean descriptors which provide a number of beans and their 
attributes.
Furthermore, The JSSEFactory class has been removed. I have tried to use a new 
class called JSSEImplementation I hope it will work in the same way.
Lastly, I am stuck in a ofbizssl.jks path problem when I start the Tomcat 
instance.

Could you please give me your hand to get OFBiz work with Tomcat version 7 ?

Regards,
Chatree Srichart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4563) Upgrade Tomcat Version to 7

2011-11-14 Thread Chatree Srichart (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chatree Srichart updated OFBIZ-4563:


Summary: Upgrade Tomcat Version to 7  (was: Upgrade Tomcat Verson to 7)

 Upgrade Tomcat Version to 7
 ---

 Key: OFBIZ-4563
 URL: https://issues.apache.org/jira/browse/OFBIZ-4563
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
 Environment: Ubuntu
Reporter: Chatree Srichart
Priority: Critical
  Labels: 7, ofbiz, tomcat
   Original Estimate: 48h
  Remaining Estimate: 48h

 Hi community.
 I need to upgrade Tomcat version in OFBiz up to 7, currently is 7.0.22.
 I see some changes in API, especially the Embedded class is deprecated and 
 the Tomcat class has been suggested. But the Tomcat class does not have 
 functions like the Embedded class.
 It also use mbean descriptors which provide a number of beans and their 
 attributes.
 Furthermore, The JSSEFactory class has been removed. I have tried to use a 
 new class called JSSEImplementation I hope it will work in the same way.
 Lastly, I am stuck in a ofbizssl.jks path problem when I start the Tomcat 
 instance.
 Could you please give me your hand to get OFBiz work with Tomcat version 7 ?
 Regards,
 Chatree Srichart

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4561) Orderview UI improvements

2011-11-14 Thread Sascha Rodekamp (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sascha Rodekamp closed OFBIZ-4561.
--

   Resolution: Fixed
Fix Version/s: SVN trunk

Thanks Dimitri, your patch is in trunk @Rev1201663

 Orderview UI improvements
 -

 Key: OFBIZ-4561
 URL: https://issues.apache.org/jira/browse/OFBIZ-4561
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Dimitri Unruh
Assignee: Sascha Rodekamp
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4561.patch


 Some UI improvements for the orderview screen (date formating)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Dimitri Unruh (Created) (JIRA)
Refactoring WebAnalytics Screens


 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh


I did some refactoring for the webAnalytics screens and forms.
Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Dimitri Unruh (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dimitri Unruh updated OFBIZ-4564:
-

Attachment: OFBIZ-4564.patch

 Refactoring WebAnalytics Screens
 

 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh
 Attachments: OFBIZ-4564.patch


 I did some refactoring for the webAnalytics screens and forms.
 Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Hans Bakker (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149621#comment-13149621
 ] 

Hans Bakker commented on OFBIZ-4564:


we are in the process of moving these screens over to the website under 
content, when possible we incorporate your changes...

 Refactoring WebAnalytics Screens
 

 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh
 Attachments: OFBIZ-4564.patch


 I did some refactoring for the webAnalytics screens and forms.
 Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Hans Bakker (Assigned) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hans Bakker reassigned OFBIZ-4564:
--

Assignee: Hans Bakker

 Refactoring WebAnalytics Screens
 

 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh
Assignee: Hans Bakker
 Attachments: OFBIZ-4564.patch


 I did some refactoring for the webAnalytics screens and forms.
 Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Hans Bakker (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hans Bakker updated OFBIZ-4564:
---

Priority: Minor  (was: Major)

 Refactoring WebAnalytics Screens
 

 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh
Assignee: Hans Bakker
Priority: Minor
 Attachments: OFBIZ-4564.patch


 I did some refactoring for the webAnalytics screens and forms.
 Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-3894) Refactor Email handling

2011-11-14 Thread Nicolas Malin (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149627#comment-13149627
 ] 

Nicolas Malin commented on OFBIZ-3894:
--

Nobody interested by this refactoring ? 

 Refactor Email handling
 ---

 Key: OFBIZ-3894
 URL: https://issues.apache.org/jira/browse/OFBIZ-3894
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: BJ Freeman
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-3894.patch, OFBIZ-3894.patch, OFBIZ-3894.patch

   Original Estimate: 1,344h
  Remaining Estimate: 1,344h

 with the addition of the Website for each component 
 1) create product store for Order entry, or use the B2C product store.
 2) move the email  widgets from ecommerce to order compontent.
 3) modify the seed data so that Order entry has it own emails from order 
 component.this would be to add emails to 
 note: as I go through the different items  this is turning out to be a bigger 
 project than I first anticipated.
 so consider this so far just ideas.
 Maybe break down in to small tasks as I have time to do something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-3894) Refactor Email handling

2011-11-14 Thread BJ Freeman (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149757#comment-13149757
 ] 

BJ Freeman commented on OFBIZ-3894:
---

Interested in helping where I can.
Since I have branched, I have on test bed to use.


 Refactor Email handling
 ---

 Key: OFBIZ-3894
 URL: https://issues.apache.org/jira/browse/OFBIZ-3894
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: BJ Freeman
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-3894.patch, OFBIZ-3894.patch, OFBIZ-3894.patch

   Original Estimate: 1,344h
  Remaining Estimate: 1,344h

 with the addition of the Website for each component 
 1) create product store for Order entry, or use the B2C product store.
 2) move the email  widgets from ecommerce to order compontent.
 3) modify the seed data so that Order entry has it own emails from order 
 component.this would be to add emails to 
 note: as I go through the different items  this is turning out to be a bigger 
 project than I first anticipated.
 so consider this so far just ideas.
 Maybe break down in to small tasks as I have time to do something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Issue Comment Edited] (OFBIZ-3894) Refactor Email handling

2011-11-14 Thread BJ Freeman (Issue Comment Edited) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149757#comment-13149757
 ] 

BJ Freeman edited comment on OFBIZ-3894 at 11/14/11 5:31 PM:
-

Interested in helping where I can.
Since I have branched, I have no test bed to use.


  was (Author: bjfreeman):
Interested in helping where I can.
Since I have branched, I have on test bed to use.

  
 Refactor Email handling
 ---

 Key: OFBIZ-3894
 URL: https://issues.apache.org/jira/browse/OFBIZ-3894
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: BJ Freeman
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-3894.patch, OFBIZ-3894.patch, OFBIZ-3894.patch

   Original Estimate: 1,344h
  Remaining Estimate: 1,344h

 with the addition of the Website for each component 
 1) create product store for Order entry, or use the B2C product store.
 2) move the email  widgets from ecommerce to order compontent.
 3) modify the seed data so that Order entry has it own emails from order 
 component.this would be to add emails to 
 note: as I go through the different items  this is turning out to be a bigger 
 project than I first anticipated.
 so consider this so far just ideas.
 Maybe break down in to small tasks as I have time to do something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Kiran Gawde (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149792#comment-13149792
 ] 

Kiran Gawde commented on OFBIZ-4526:


Hello Jacques,

For testing, please set requireInventory=Y for store. Now, you will see 'Out 
of stock' for marketing package without the fix.

Cheers,
Kiran

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Ohloh profile

2011-11-14 Thread Jacques Le Roux

Actually forget it, it's up to you if you register or not (thanks Bilgin)

Jacques

From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi devs,

If someone is interested to be able to edit his ohloh profile just let me know. I was not aware of this feature until Sascha 
asked for this morning. As the creator of the OFBiz environment there it seems I have to invite people for that (and other 
things?). I wonder though if there is not an easier way (open for all...) I will try to check


https://www.ohloh.net/p/162

Jacques 


[jira] [Created] (OFBIZ-4565) Calendar is not visible properly for Tomahawk theme

2011-11-14 Thread Sergei (Created) (JIRA)
Calendar is not visible properly for Tomahawk theme
---

 Key: OFBIZ-4565
 URL: https://issues.apache.org/jira/browse/OFBIZ-4565
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Release Branch 10.04
Reporter: Sergei
Priority: Minor


Set the Tomahawk visual theme.
Go to: Applications - AR - Invoices and click calendar icon. The calendar 
popup is cut. Checked in Chrome and IE 8.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4565) Calendar is not visible properly for Tomahawk theme

2011-11-14 Thread Sergei (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei updated OFBIZ-4565:
--

Attachment: calendarProblem.PNG

 Calendar is not visible properly for Tomahawk theme
 ---

 Key: OFBIZ-4565
 URL: https://issues.apache.org/jira/browse/OFBIZ-4565
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Release Branch 10.04
Reporter: Sergei
Priority: Minor
 Attachments: calendarProblem.PNG


 Set the Tomahawk visual theme.
 Go to: Applications - AR - Invoices and click calendar icon. The calendar 
 popup is cut. Checked in Chrome and IE 8.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4565) Calendar is not visible properly for Tomahawk theme

2011-11-14 Thread Sergei (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergei updated OFBIZ-4565:
--

Description: 
Set the Tomahawk visual theme.
Go to: Applications - AR - Invoices and click calendar icon. The calendar 
popup is cut. Checked in Chrome and IE 8.
Please, see the screenshot in the attachment.

  was:
Set the Tomahawk visual theme.
Go to: Applications - AR - Invoices and click calendar icon. The calendar 
popup is cut. Checked in Chrome and IE 8.


 Calendar is not visible properly for Tomahawk theme
 ---

 Key: OFBIZ-4565
 URL: https://issues.apache.org/jira/browse/OFBIZ-4565
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Release Branch 10.04
Reporter: Sergei
Priority: Minor
 Attachments: calendarProblem.PNG


 Set the Tomahawk visual theme.
 Go to: Applications - AR - Invoices and click calendar icon. The calendar 
 popup is cut. Checked in Chrome and IE 8.
 Please, see the screenshot in the attachment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Jacques Le Roux (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-4526.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
   Release Branch 11.04
   Release Branch 10.04
 Assignee: Jacques Le Roux

Thanks Kiran,

Your patch is in
trunk r1201941
R11.04 r1201943
R10.04 r1201944

I suppose that R9.04 would need a change in respective ProductDetail.bsh, those 
interested may have a look there...

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Assignee: Jacques Le Roux
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Kiran Gawde (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150074#comment-13150074
 ] 

Kiran Gawde commented on OFBIZ-4526:


Thanks.

You are right about 9.04. BTW, is there plan to discontinue that branch? Isn't 
it cumbersome to support so many branches?

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Assignee: Jacques Le Roux
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150108#comment-13150108
 ] 

Jacques Le Roux commented on OFBIZ-4526:


Yes, please read http://markmail.org/message/uoo3jrgc263vivib and 
http://markmail.org/message/kz45gkxwgejuknnt

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Assignee: Jacques Le Roux
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150109#comment-13150109
 ] 

Jacques Le Roux commented on OFBIZ-4526:


Note that for the moment R9.04 is still our official stable release...

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Assignee: Jacques Le Roux
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

2011-11-14 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150112#comment-13150112
 ] 

Jacques Le Roux commented on OFBIZ-4526:


I also made this clear in the last line of this section 
https://cwiki.apache.org/confluence/display/OFBADMIN/Release+Plan#ReleasePlan-GeneralReleasePolicies

 ProductDetail page inStock check doesn't take into account Marketing Package
 

 Key: OFBIZ-4526
 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Assignee: Jacques Le Roux
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4526-ProductDetailGroovy.patch


 ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: 9.04 release end of life?

2011-11-14 Thread kiran
I was thinking of making it more prominent on following link:
http://ofbiz.apache.org/download.html

Since 10.4 is a most recent stable release, we should mention end of life 
for 9.04 to be Dec 2012. This way, people will start migrating to 10.04 or 
later. 
Hopefully, 11.04 will be released as stable release by Jan 2012.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

There are two kind of people: Those who do the work and those who take 
the credit. Try to be in the first group because there is less competition 
there.
Never give up on what you really want to do. The person with big dreams 
is more powerful than one with all the facts.




From:   Jacques Le Roux (Commented) (JIRA) j...@apache.org
To: ki...@objectedge.com
Date:   11/14/2011 04:35 PM
Subject:[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock 
check doesn't take into account Marketing Package




[ 
https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150112#comment-13150112
 
] 

Jacques Le Roux commented on OFBIZ-4526:


I also made this clear in the last line of this section 
https://cwiki.apache.org/confluence/display/OFBADMIN/Release+Plan#ReleasePlan-GeneralReleasePolicies

 


 



[VOTE] Merging Jackrabbit Branch into trunk

2011-11-14 Thread Sascha Rodekamp
Hi *,

I would like to start a vote for merging the jackrabbit branch back
into the trunk.

In my opinion the first step, integrating a jcr repository in ofbiz,
is done. The new API can now be used by any developer for storing,
retrieving or manipulating data in the jackrabbit content repository.
A bigger user group would help me to improve the integration.


Have a good day
Sascha

-- 

Sascha Rodekamp
    Visit the new german OFBiz Blog: http://www.ofbiz.biz
    Lynx-Consulting GmbH
    Johanniskirchplatz 6
    D-33615 Bielefeld
    http://www.lynx.de


[jira] [Commented] (OFBIZ-4564) Refactoring WebAnalytics Screens

2011-11-14 Thread Dimitri Unruh (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150289#comment-13150289
 ] 

Dimitri Unruh commented on OFBIZ-4564:
--

Hans,
thank your for the this :)

I also think the content component would be the right place for this.
Anyway, in my opinion the configurations shouldn't depend on the 
productStoreId, but the webSiteId.
What do you think?

 Refactoring WebAnalytics Screens
 

 Key: OFBIZ-4564
 URL: https://issues.apache.org/jira/browse/OFBIZ-4564
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Reporter: Dimitri Unruh
Assignee: Hans Bakker
Priority: Minor
 Attachments: OFBIZ-4564.patch


 I did some refactoring for the webAnalytics screens and forms.
 Not such a big deal, some UI issues and uiLabel definitions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira