[jira] Commented: (OFBIZ-4118) Some misc issues in ebay and ebayStore component.

2011-01-20 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-4118:
-

Hi Jacques,

I have uploaded updated patch for ebay store component issues and provided 
steps to test. Please have a look and let me know if there is any issues. 
Thanks in advance.

 Some misc issues in ebay and ebayStore component.
 -

 Key: OFBIZ-4118
 URL: https://issues.apache.org/jira/browse/OFBIZ-4118
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ebay, specialpurpose/ebaystore
Affects Versions: SVN trunk
Reporter: Arun Patidar
 Fix For: SVN trunk

 Attachments: ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, 
 ofbiz-4118-ebayStore.patch


 Following issues are exists in ebay and ebayStore component
 1. Not getting ebay sub category from parent category on Export Product 
 Listing screen of ebayStore component.
 2. Error in getting category lookup form on Export Product Listing screen of 
 ebayStore component..
 3. JS is blocking during Export Product to ebay from ebay component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-4119) Form Widget hyperlink issue.

2011-01-20 Thread Ankit Jain (JIRA)

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

Ankit Jain commented on OFBIZ-4119:
---

Hello Jacques,

I have checked the point raised by you and yes you are right I didn't found any 
hidden field with h_..., then I reverted my changes and checked once again and 
found the same behaviour means didn't found any hidden field, then I come to 
know that if the form is of type list then no hidden input generated for it if 
you change also-hidden=true, So it may be another issue

You can check here, 

form type list https://localhost:28443/partymgr/control/FindSecurityGroup

And its working fine for others form types.

Thanks
Ankit Jain 

 Form Widget hyperlink issue.
 

 Key: OFBIZ-4119
 URL: https://issues.apache.org/jira/browse/OFBIZ-4119
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Release Branch 10.04, SVN trunk
Reporter: Ankit Jain
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4119.patch, OFBIZ-4119.patch


 If we take hyperlink field in form widget then an hidden input field created 
 by the name same as the field name, which should not be done,  and the id 
 attribute is not set in the a tag. 
 By adding id attribute in the a tag then its helpful for developers to 
 perform action on it using js or css. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Should we release a bug fix release for 09.04?

2011-01-20 Thread Jacopo Cappellato
Yeah,

sorry for the confusion of course I meant Apache OFBiz 09.04.01!

Jacopo

On Jan 19, 2011, at 8:42 PM, Jacques Le Roux wrote:

 Yes, this made me wonder also, why 10.04.01?
 
 Jacques
 
 From: BJ Freeman bjf...@free-man.net
 there is a distinct difference between 10.04 and 9.04
 so a bug fix release would be 9.04.01
 
 =
 BJ Freeman
 Strategic Power Office with Supplier Automation  
 http://www.businessesnetwork.com/automation/viewforum.php?f=52
 Specialtymarket.com  http://www.specialtymarket.com/
 Systems Integrator-- Glad to Assist
 
 Chat  Y! messenger: bjfr33man
 
 
 Jacopo Cappellato sent the following on 1/19/2011 8:38 AM:
 Should we vote and release a bug fix release for the 09.04 series? This 
 will be Apache OFBiz 10.04.01 (right?) and will supersede Apache OFBiz 
 09.04.
 I am not personally interested in this, and of course there is no hurry for 
 a new release, but I know that some committers spent a lot of time 
 backporting fixes to that branch, and if we think it is a good time for a 
 bug fix release I would be happy to start another release process.
 
 Kind regards,
 
 Jacopo
 
 
 
 



[jira] Created: (OFBIZ-4128) Invalid duplicate code in ShipmentServices

2011-01-20 Thread Rene Scheibe (JIRA)
Invalid duplicate code in ShipmentServices
--

 Key: OFBIZ-4128
 URL: https://issues.apache.org/jira/browse/OFBIZ-4128
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
Reporter: Rene Scheibe
Priority: Minor


Looks like ShipmentServices contains some invalid duplicate code that doesn't 
perform a null check.

I think it can just be removed as the correct code is located right below it.

Please double check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-4128) Invalid duplicate code in ShipmentServices

2011-01-20 Thread Rene Scheibe (JIRA)

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

Rene Scheibe updated OFBIZ-4128:


Attachment: OFBIZ-4128_ShipmentServices.patch

patch for removing the invalid code

 Invalid duplicate code in ShipmentServices
 --

 Key: OFBIZ-4128
 URL: https://issues.apache.org/jira/browse/OFBIZ-4128
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
Reporter: Rene Scheibe
Priority: Minor
 Attachments: OFBIZ-4128_ShipmentServices.patch


 Looks like ShipmentServices contains some invalid duplicate code that doesn't 
 perform a null check.
 I think it can just be removed as the correct code is located right below it.
 Please double check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-4128) Invalid duplicate code in ShipmentServices

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-4128.
--

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

Thanks René,

Your patch is in trunk at r1061167, R10.04 at r1061173, R9.04 at r1061174  


 Invalid duplicate code in ShipmentServices
 --

 Key: OFBIZ-4128
 URL: https://issues.apache.org/jira/browse/OFBIZ-4128
 Project: OFBiz
  Issue Type: Bug
Affects Versions: SVN trunk
Reporter: Rene Scheibe
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk

 Attachments: OFBIZ-4128_ShipmentServices.patch


 Looks like ShipmentServices contains some invalid duplicate code that doesn't 
 perform a null check.
 I think it can just be removed as the correct code is located right below it.
 Please double check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-4127) Styles for the button-bar buttons are not created

2011-01-20 Thread Erwan de FERRIERES (JIRA)

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

Erwan de FERRIERES commented on OFBIZ-4127:
---

Thanks guys, the disabled button is really nice !

 Styles for the button-bar buttons are not created
 -

 Key: OFBIZ-4127
 URL: https://issues.apache.org/jira/browse/OFBIZ-4127
 Project: OFBiz
  Issue Type: Bug
  Components: themes
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Assignee: Adrian Crum
Priority: Minor
 Fix For: SVN trunk

 Attachments: disabledBtn.patch, fg_button-bar.png


 The buttons in button-bar have no style definition. You can see it through 
 the screenshot, or going to the layout demo page (nice idea, BTW!).
 Cheers,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Jacopo Cappellato
Please have a look at the following draft:

https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT

Your reviews and enhacements (to errors, omissions etc..) will be greatly 
appreciated.

Kind regards,

Jacopo

On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:

 +1
 
 =
 BJ Freeman
 Strategic Power Office with Supplier Automation  
 http://www.businessesnetwork.com/automation/viewforum.php?f=52
 Specialtymarket.com  http://www.specialtymarket.com/
 Systems Integrator-- Glad to Assist
 
 Chat  Y! messenger: bjfr33man
 
 
 Adrian Crum sent the following on 1/19/2011 8:40 AM:
 On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:
 The release has been officially released now; I have published the
 release files and updated the download links (but it will take some
 time to synch and propagate to all the mirrors).
 This is the bare minimum required and we should be good now.
 However there are some optional steps that it would be nice to perform:
 1) update the links for demo instances for 10.04
 2) prepare an announcement email; I don't have much time for it but I
 can simply write something very simple like:
 
 http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e
 
 
 But as I said this is not required and we can even skip this step
 
 Or we could reuse the 9.04 press release.
 
 -Adrian
 
 



[jira] Created: (OFBIZ-4129) BIRT set output file name

2011-01-20 Thread Chatree Srichart (JIRA)
BIRT set output file name
-

 Key: OFBIZ-4129
 URL: https://issues.apache.org/jira/browse/OFBIZ-4129
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
 Environment: Ubuntu 10.04
Reporter: Chatree Srichart


Hi community,

I get a request to export a BIRT report as PDF file with custom file name. I 
attach a patch file for this feature. Could you please check and commit it?

Regards,
Chatree Srichart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-4129) BIRT set output file name

2011-01-20 Thread Chatree Srichart (JIRA)

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

Chatree Srichart updated OFBIZ-4129:


Attachment: birtSetOutputFileName.patch

 BIRT set output file name
 -

 Key: OFBIZ-4129
 URL: https://issues.apache.org/jira/browse/OFBIZ-4129
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
 Environment: Ubuntu 10.04
Reporter: Chatree Srichart
 Attachments: birtSetOutputFileName.patch

   Original Estimate: 2h
  Remaining Estimate: 2h

 Hi community,
 I get a request to export a BIRT report as PDF file with custom file name. I 
 attach a patch file for this feature. Could you please check and commit it?
 Regards,
 Chatree Srichart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r1061192 - in /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java

2011-01-20 Thread Chirag Manocha
Hi Vikas, 
I am bit confused with the method addProductPromoCode in ShoppingCart class. 
In ShoppingCartEvent you are calling this method on cart object and passing the 
cart object as parameter too. 
There is no need of passing the cart object, you can use keyword this instead. 

Regards 
-- 
Chirag Manocha 
Emforium Software Pvt. Ltd. | ALL-IN Software 
+91-98735-47457 | +91-98263-19099 
Please don't print this Email unless you really need to - this will preserve 
trees on planet earth. 




From: m...@apache.org 
To: comm...@ofbiz.apache.org 
Sent: Thursday, January 20, 2011 3:54:21 PM 
Subject: svn commit: r1061192 - in 
/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 

Author: mor 
Date: Thu Jan 20 10:24:20 2011 
New Revision: 1061192 

URL: http://svn.apache.org/viewvc?rev=1061192view=rev 
Log: 
Bug fix: In a multiple store app now onwards a coupon code belonging to a 
particular store will not be accepted if used on a different store. If user 
attempts to do it, the 
system will notify user that it is an invalid coupon code. Earlier the coupon 
code was accepted but wasn't applied. Also it was preventing the user to add 
a correct coupon code. 

Modified: 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductPromoWorker.java
 

Modified: 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
 
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java?rev=1061192r1=1061191r2=1061192view=diff
 
== 
--- 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
 (original) 
+++ 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
 Thu Jan 20 10:24:20 2011 
@@ -3246,11 +3246,16 @@ public class ShoppingCart implements Ite 
} 
} 

+ public String addProductPromoCode(String productPromoCodeId, LocalDispatcher 
dispatcher) { 
+ return this.addProductPromoCode(productPromoCodeId, null, dispatcher); 
+ } 
+ 
/** Adds a promotion code to the cart, checking if it is valid. If it is valid 
this will return null, otherwise it will return a message stating why it was 
not valid 
* @param productPromoCodeId The promotion code to check and add 
+ * @param cart Shopping Cart Object 
* @return String that is null if valid, and added to cart, or an error message 
of the code was not valid and not added to the cart. 
*/ 
- public String addProductPromoCode(String productPromoCodeId, LocalDispatcher 
dispatcher) { 
+ public String addProductPromoCode(String productPromoCodeId, ShoppingCart 
cart, LocalDispatcher dispatcher) { 
if (this.productPromoCodes.contains(productPromoCodeId)) { 
return UtilProperties.getMessage(resource_error, 
productpromoworker.promotion_code_already_been_entered, 
UtilMisc.toMap(productPromoCodeId, productPromoCodeId), locale); 
} 
@@ -3259,7 +3264,7 @@ public class ShoppingCart implements Ite 
return null; 
} 
// if the promo code requires it make sure the code is valid 
- String checkResult = 
ProductPromoWorker.checkCanUsePromoCode(productPromoCodeId, this.getPartyId(), 
this.getDelegator(), locale); 
+ String checkResult = 
ProductPromoWorker.checkCanUsePromoCode(productPromoCodeId, this.getPartyId(), 
this.getDelegator(), cart, locale); 
if (checkResult == null) { 
this.productPromoCodes.add(productPromoCodeId); 
// new promo code, re-evaluate promos 

Modified: 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
 
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java?rev=1061192r1=1061191r2=1061192view=diff
 
== 
--- 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
 (original) 
+++ 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
 Thu Jan 20 10:24:20 2011 
@@ -85,7 +85,7 @@ public class ShoppingCartEvents { 
ShoppingCart cart = getCartObject(request); 
String productPromoCodeId = request.getParameter(productPromoCodeId); 
if (UtilValidate.isNotEmpty(productPromoCodeId)) { 
- String checkResult = cart.addProductPromoCode(productPromoCodeId, 
dispatcher); 
+ String checkResult = cart.addProductPromoCode(productPromoCodeId, cart, 
dispatcher); 
if (UtilValidate.isNotEmpty(checkResult)) { 
request.setAttribute(_ERROR_MESSAGE_, checkResult); 
return error; 

Modified: 
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductPromoWorker.java
 
URL: 

Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Jacques Le Roux
Id' just add a few words about new layered lookups, like quicker Ajaxified layered lookups mixed with autocompleted input field. I 
think they are  major and OFBiz very specific enhancements wich needed much efforts.


Also I believe we can run 3 demo instances simultaneously. It's good to have them at hand when it comes to commit patches likely to 
be backported. I will ask infra, rather than replacing R9.04...


Thanks

Jacques

Jacopo Cappellato wrote:

Please have a look at the following draft:

https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT

Your reviews and enhacements (to errors, omissions etc..) will be greatly 
appreciated.

Kind regards,

Jacopo

On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:


+1

=
BJ Freeman
Strategic Power Office with Supplier Automation  
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com  http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Adrian Crum sent the following on 1/19/2011 8:40 AM:

On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:

The release has been officially released now; I have published the
release files and updated the download links (but it will take some
time to synch and propagate to all the mirrors).
This is the bare minimum required and we should be good now.
However there are some optional steps that it would be nice to perform:
1) update the links for demo instances for 10.04
2) prepare an announcement email; I don't have much time for it but I
can simply write something very simple like:

http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e


But as I said this is not required and we can even skip this step


Or we could reuse the 9.04 press release.

-Adrian 





Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Jacques Le Roux

with autocompleted input fields, of course (or all in singular)

Jacques

Jacques Le Roux wrote:

Id' just add a few words about new layered lookups, like quicker Ajaxified 
layered lookups mixed with autocompleted input
field. I think they are  major and OFBiz very specific enhancements wich 
needed much efforts.

Also I believe we can run 3 demo instances simultaneously. It's good to have 
them at hand when it comes to commit patches likely
to be backported. I will ask infra, rather than replacing R9.04...

Thanks

Jacques

Jacopo Cappellato wrote:

Please have a look at the following draft:

https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT

Your reviews and enhacements (to errors, omissions etc..) will be greatly 
appreciated.

Kind regards,

Jacopo

On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:


+1

=
BJ Freeman
Strategic Power Office with Supplier Automation  
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com  http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Adrian Crum sent the following on 1/19/2011 8:40 AM:

On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:

The release has been officially released now; I have published the
release files and updated the download links (but it will take some
time to synch and propagate to all the mirrors).
This is the bare minimum required and we should be good now.
However there are some optional steps that it would be nice to perform:
1) update the links for demo instances for 10.04
2) prepare an announcement email; I don't have much time for it but I
can simply write something very simple like:

http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e


But as I said this is not required and we can even skip this step


Or we could reuse the 9.04 press release.

-Adrian




[jira] Commented: (OFBIZ-4119) Form Widget hyperlink issue.

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-4119:


Sorry Ankit,

There is still an issue, at least with multi-forms. I tried with 
https://localhost:28443/ordermgr/control/ManageQuotePrices?quoteId=CQ1 (I 
quickly created a new quote) and I get this in Firefox source

Result: 2 erreurs / 0 avertissements

line 244 column 69 - Erreur: ID ManageQuotePrices_quoteItemSeqId_o_0 already 
defined
line 222 column 7 - Info: ID ManageQuotePrices_quoteItemSeqId_o_0 first 
defined here

Actually it create 2 hidden fields but whithout the h_  before their ids, so 
there is a problem in this line

if (UtilValidate.isNotEmpty(modelFormField.getId())  fieldInfo.getFieldType() 
!= ModelFormField.FieldInfo.HIDDEN) {

I gave up at this stage, and let you handle it... I did not test with a simple 
form yet  since, from Jacopo comment in thread, it's mostly interesting for 
multi. BTW I ever you read this thread Jacopo, is there a such  need for the 
single form and why the hidden field is not generated for simple list, is this 
a normal behaviour?

 Form Widget hyperlink issue.
 

 Key: OFBIZ-4119
 URL: https://issues.apache.org/jira/browse/OFBIZ-4119
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Release Branch 10.04, SVN trunk
Reporter: Ankit Jain
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4119.patch, OFBIZ-4119.patch


 If we take hyperlink field in form widget then an hidden input field created 
 by the name same as the field name, which should not be done,  and the id 
 attribute is not set in the a tag. 
 By adding id attribute in the a tag then its helpful for developers to 
 perform action on it using js or css. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r1061192 - in /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java

2011-01-20 Thread Vikas Mayur
Thanks Chirag!

Improvements committed to trunk in r1061239

Regards
Vikas

On Thu, Jan 20, 2011 at 4:09 PM, Chirag Manocha cmano...@emforium.comwrote:

 Hi Vikas,
 I am bit confused with the method addProductPromoCode in ShoppingCart
 class.
 In ShoppingCartEvent you are calling this method on cart object and passing
 the cart object as parameter too.
 There is no need of passing the cart object, you can use keyword this
 instead.

 Regards
 --
 Chirag Manocha
 Emforium Software Pvt. Ltd. | ALL-IN Software
 +91-98735-47457 | +91-98263-19099
 Please don't print this Email unless you really need to - this will
 preserve trees on planet earth.




 From: m...@apache.org
 To: comm...@ofbiz.apache.org
 Sent: Thursday, January 20, 2011 3:54:21 PM
 Subject: svn commit: r1061192 - in
 /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart:
 ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java

 Author: mor
 Date: Thu Jan 20 10:24:20 2011
 New Revision: 1061192

 URL: http://svn.apache.org/viewvc?rev=1061192view=rev
 Log:
 Bug fix: In a multiple store app now onwards a coupon code belonging to a
 particular store will not be accepted if used on a different store. If user
 attempts to do it, the
 system will notify user that it is an invalid coupon code. Earlier the
 coupon code was accepted but wasn't applied. Also it was preventing the user
 to add
 a correct coupon code.




Re: svn commit: r1061192 - in /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java

2011-01-20 Thread Chirag Manocha
Thanks Vikas, 
More improvements are there. 
In ShoppingCart.java 
-- public String addProductPromoCode(String productPromoCodeId, ShoppingCart 
cart, LocalDispatcher dispatcher) { 
No need to get cart object in parameter list. 

In ShoppingCartEvents.java 
-- String checkResult = cart.addProductPromoCode(productPromoCodeId, cart, 
dispatcher); 
Calling method on cart so no need to pass cart in the method as parameter. 
Corresponding changes are done above in ShoppingCart.java 


Regards 
-- 
Chirag Manocha 
Emforium Software Pvt. Ltd. | ALL-IN Software 
+91-98735-47457 | +91-98263-19099 
Please don't print this Email unless you really need to - this will preserve 
trees on planet earth. 




From: Vikas Mayur vikasma...@gmail.com 
To: dev@ofbiz.apache.org 
Sent: Thursday, January 20, 2011 5:16:16 PM 
Subject: Re: svn commit: r1061192 - in 
/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 

Thanks Chirag! 

Improvements committed to trunk in r1061239 

Regards 
Vikas 

On Thu, Jan 20, 2011 at 4:09 PM, Chirag Manocha cmano...@emforium.comwrote: 

 Hi Vikas, 
 I am bit confused with the method addProductPromoCode in ShoppingCart 
 class. 
 In ShoppingCartEvent you are calling this method on cart object and passing 
 the cart object as parameter too. 
 There is no need of passing the cart object, you can use keyword this 
 instead. 
 
 Regards 
 -- 
 Chirag Manocha 
 Emforium Software Pvt. Ltd. | ALL-IN Software 
 +91-98735-47457 | +91-98263-19099 
 Please don't print this Email unless you really need to - this will 
 preserve trees on planet earth. 
 
 
 
 
 From: m...@apache.org 
 To: comm...@ofbiz.apache.org 
 Sent: Thursday, January 20, 2011 3:54:21 PM 
 Subject: svn commit: r1061192 - in 
 /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
 ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 
 
 Author: mor 
 Date: Thu Jan 20 10:24:20 2011 
 New Revision: 1061192 
 
 URL: http://svn.apache.org/viewvc?rev=1061192view=rev 
 Log: 
 Bug fix: In a multiple store app now onwards a coupon code belonging to a 
 particular store will not be accepted if used on a different store. If user 
 attempts to do it, the 
 system will notify user that it is an invalid coupon code. Earlier the 
 coupon code was accepted but wasn't applied. Also it was preventing the user 
 to add 
 a correct coupon code. 
 
 



Re: svn commit: r1061192 - in /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java

2011-01-20 Thread Chirag Manocha
oops, I didnt get your commit message till I sent the message. Sorry for extra 
message ;) 

Regards 
-- 
Chirag Manocha 
Emforium Software Pvt. Ltd. | ALL-IN Software 
+91-98735-47457 | +91-98263-19099 
Please don't print this Email unless you really need to - this will preserve 
trees on planet earth. 




From: Chirag Manocha cmano...@emforium.com 
To: dev@ofbiz.apache.org 
Sent: Thursday, January 20, 2011 5:51:46 PM 
Subject: Re: svn commit: r1061192 - in 
/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 

Thanks Vikas, 
More improvements are there. 
In ShoppingCart.java 
-- public String addProductPromoCode(String productPromoCodeId, ShoppingCart 
cart, LocalDispatcher dispatcher) { 
No need to get cart object in parameter list. 

In ShoppingCartEvents.java 
-- String checkResult = cart.addProductPromoCode(productPromoCodeId, cart, 
dispatcher); 
Calling method on cart so no need to pass cart in the method as parameter. 
Corresponding changes are done above in ShoppingCart.java 


Regards 
-- 
Chirag Manocha 
Emforium Software Pvt. Ltd. | ALL-IN Software 
+91-98735-47457 | +91-98263-19099 
Please don't print this Email unless you really need to - this will preserve 
trees on planet earth. 




From: Vikas Mayur vikasma...@gmail.com 
To: dev@ofbiz.apache.org 
Sent: Thursday, January 20, 2011 5:16:16 PM 
Subject: Re: svn commit: r1061192 - in 
/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 

Thanks Chirag! 

Improvements committed to trunk in r1061239 

Regards 
Vikas 

On Thu, Jan 20, 2011 at 4:09 PM, Chirag Manocha cmano...@emforium.comwrote: 

 Hi Vikas, 
 I am bit confused with the method addProductPromoCode in ShoppingCart 
 class. 
 In ShoppingCartEvent you are calling this method on cart object and passing 
 the cart object as parameter too. 
 There is no need of passing the cart object, you can use keyword this 
 instead. 
 
 Regards 
 -- 
 Chirag Manocha 
 Emforium Software Pvt. Ltd. | ALL-IN Software 
 +91-98735-47457 | +91-98263-19099 
 Please don't print this Email unless you really need to - this will 
 preserve trees on planet earth. 
 
 
 
 
 From: m...@apache.org 
 To: comm...@ofbiz.apache.org 
 Sent: Thursday, January 20, 2011 3:54:21 PM 
 Subject: svn commit: r1061192 - in 
 /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart: 
 ShoppingCart.java ShoppingCartEvents.java product/ProductPromoWorker.java 
 
 Author: mor 
 Date: Thu Jan 20 10:24:20 2011 
 New Revision: 1061192 
 
 URL: http://svn.apache.org/viewvc?rev=1061192view=rev 
 Log: 
 Bug fix: In a multiple store app now onwards a coupon code belonging to a 
 particular store will not be accepted if used on a different store. If user 
 attempts to do it, the 
 system will notify user that it is an invalid coupon code. Earlier the 
 coupon code was accepted but wasn't applied. Also it was preventing the user 
 to add 
 a correct coupon code. 
 
 




[jira] Updated: (OFBIZ-4118) Some misc issues in ebay and ebayStore component.

2011-01-20 Thread Arun Patidar (JIRA)

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

Arun Patidar updated OFBIZ-4118:


Attachment: ExportToEbay.patch


I am attaching one more patch for an issue in ebay component. Ebay category 
code may have more than 3 character so removed condition of ebay category code 
length.

 Some misc issues in ebay and ebayStore component.
 -

 Key: OFBIZ-4118
 URL: https://issues.apache.org/jira/browse/OFBIZ-4118
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ebay, specialpurpose/ebaystore
Affects Versions: SVN trunk
Reporter: Arun Patidar
 Fix For: SVN trunk

 Attachments: ExportToEbay.patch, ofbiz-4118-ebay.patch, 
 ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch


 Following issues are exists in ebay and ebayStore component
 1. Not getting ebay sub category from parent category on Export Product 
 Listing screen of ebayStore component.
 2. Error in getting category lookup form on Export Product Listing screen of 
 ebayStore component..
 3. JS is blocking during Export Product to ebay from ebay component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-4129) BIRT set output file name

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-4129.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Jacques Le Roux

Thanks Chatree,

Your patch is in trunk at r1061295  


 BIRT set output file name
 -

 Key: OFBIZ-4129
 URL: https://issues.apache.org/jira/browse/OFBIZ-4129
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
 Environment: Ubuntu 10.04
Reporter: Chatree Srichart
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: birtSetOutputFileName.patch

   Original Estimate: 2h
  Remaining Estimate: 2h

 Hi community,
 I get a request to export a BIRT report as PDF file with custom file name. I 
 attach a patch file for this feature. Could you please check and commit it?
 Regards,
 Chatree Srichart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Christian Geisert

Jacques Le Roux schrieb:

[..]

Also I believe we can run 3 demo instances simultaneously. It's good to 
have them at hand when it comes to commit patches likely to be 
backported. I will ask infra, rather than replacing R9.04...


I think we can do the most stuff (except DNS entry) ourselves.


Christian


[jira] Commented: (OFBIZ-4118) Some misc issues in ebay and ebayStore component.

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-4118:


Hi Arun,

Thanks for the use case.

I 1st got caught by the surprising behaviour of the eBay Category drop down 
(you have to select sub-categs one after the others in the same drop drow), but 
yes it works.
Who defined this behaviour? Did you find this original way somewhere or was it 
created from scratch? It's really misleading when you 1st come to it...

Anyway your patch is in trunk at r1061307  



 Some misc issues in ebay and ebayStore component.
 -

 Key: OFBIZ-4118
 URL: https://issues.apache.org/jira/browse/OFBIZ-4118
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ebay, specialpurpose/ebaystore
Affects Versions: SVN trunk
Reporter: Arun Patidar
 Fix For: SVN trunk

 Attachments: ExportToEbay.patch, ofbiz-4118-ebay.patch, 
 ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch


 Following issues are exists in ebay and ebayStore component
 1. Not getting ebay sub category from parent category on Export Product 
 Listing screen of ebayStore component.
 2. Error in getting category lookup form on Export Product Listing screen of 
 ebayStore component..
 3. JS is blocking during Export Product to ebay from ebay component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-4118) Some misc issues in ebay and ebayStore component.

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-4118.
--

Resolution: Fixed
  Assignee: Jacques Le Roux

 Some misc issues in ebay and ebayStore component.
 -

 Key: OFBIZ-4118
 URL: https://issues.apache.org/jira/browse/OFBIZ-4118
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ebay, specialpurpose/ebaystore
Affects Versions: SVN trunk
Reporter: Arun Patidar
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: ExportToEbay.patch, ofbiz-4118-ebay.patch, 
 ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch


 Following issues are exists in ebay and ebayStore component
 1. Not getting ebay sub category from parent category on Export Product 
 Listing screen of ebayStore component.
 2. Error in getting category lookup form on Export Product Listing screen of 
 ebayStore component..
 3. JS is blocking during Export Product to ebay from ebay component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r1061310 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/ControlServlet.java widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

2011-01-20 Thread Erwan de FERRIERES

Le 20/01/2011 15:23, jler...@apache.org a écrit :

-
+


You've just added spaces on this one... I doubt this is what you wanted 
to do !


Cheers,
--
Erwan de FERRIERES
www.nereide.biz


Re: svn commit: r1061310 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/ControlServlet.java widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

2011-01-20 Thread Jacques Le Roux

Thanks Erwan,

Actually it has already been commited by Hans at r890175 when he merged the 
Birt branch. But as, I did not know at this time and the
issue was not closed, I thought it still needed to be committed. Then it was 
not a sole patch but 2 diffs. So I concatenated them
and applied the resulting patch with Tortoise (because Subclipse refused and I 
though it was because of my concatenation, so I tried
a merge with Tortoise and successed). So I thought it was good. But then when I 
compiled it refused again. I found the 2 duplicated
snippets and removed them and thought another time that it was because of the 
merge with Tortoise...

I'm a bit dissapointed because I posted a message 2 days ago about that, asking 
about this issue...

Jacques

From: Erwan de FERRIERES erwan.de-ferrie...@nereide.fr
Subject: Re: svn commit: r1061310 - in /ofbiz/trunk/framework: 
webapp/src/org/ofbiz/webapp/control/ControlServlet.java
widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

Le 20/01/2011 15:23, jler...@apache.org a écrit :

-
+


You've just added spaces on this one... I doubt this is what you wanted to do !

Cheers,
--
Erwan de FERRIERES
www.nereide.biz






[jira] Closed: (OFBIZ-2703) Fix using TagLib in freemarker

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-2703.
--

Resolution: Fixed
  Assignee: Hans Bakker

This has already been commited by Hans at r890175 when he merged the Birt 
branch...

 Fix using TagLib in freemarker
 --

 Key: OFBIZ-2703
 URL: https://issues.apache.org/jira/browse/OFBIZ-2703
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Affects Versions: SVN trunk
 Environment: Ubuntu
Reporter: Chatree Srichart
Assignee: Hans Bakker
Priority: Critical
 Fix For: SVN trunk

 Attachments: ControlServlet.diff, ScreenRenderer.diff


 Fix using TagLib in freemarker follow this.
 1.  In ControlServlet.java, create ServletContextHashModel instance and set 
 to request's attritube
 2. In ScreenRenderer.java, set ServletContextHashModel instance from 
 request's attribute to context name Application and set HttpRequestHashModel 
 instance from requestAttributes in context to context name Request

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: SIPS : external credit card payment (Atos Origin)

2011-01-20 Thread Jacques Le Roux

Hi Eric,

This is a rather old post (related to 
https://issues.apache.org/jira/browse/OFBIZ-2554) but I think it's worth to be 
revisited.
For instance see our concurrents in France
http://www.alatak.net/tutoriels-paiement-virtuemart-11/configuration-du-paiement-securise-sips-pour-joomla-15-et-virtuemart-11.html
http://www.magentocommerce.com/boards/viewthread/22044/P120/
http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-payment-systems/2443

Did you get some news? Else I will apprecaite a little help from the French community in order to commit this in OFBiz following the 
regular practices for this kind of stuff (payment method in store)


Thanks

Jacques

From: Eric DE MAULDE eric...@free.fr

Hi Jacques,

I sent again emails to Sherlock's office (Le Crédit Lyonnais) and SIPS office 
(Atos Origin)
Yesterday, LCL replied me :
Le service de sécurisation sur Internet  Sherlock's commercialisé par LCL et développé sur la base d'une solution  SIPS 
personnalisée  ne peut être utilisé que par des commerçants LCL.
Translation : Sherlock's Web securing service (marketed by LCL and developed with a customized SIPS system) just can be used by 
LCL merchants.


On the phone, Atos told me several renting Web shop companies implement their system in standard. I think without the LCL 
certificate and logo, because the SOCIETE GENERALE markets this system too.


For my part, I continue to improve my Sips implementation.
And I'm waiting an answer from Atos to get a permission as in another renting 
Web shop.

Jacques, tell me if you want further informations ...

Eric





Hi Eric,

When you firtst talk about this I did not realise that you were spoking about Atos's SPIPS. I have also used this toolkit in the 
past but I wonder now if we are able to put that in OFBiz. I looked for information about its licence, but found nothing yet. In 
my experience SIPS is brought to you by a bank which is the real party you exchange with. Have you more informations ?


Thanks

Jacques

From: Eric DE MAULDE eric...@free.fr

Hi Jacques,

Thanks for your help

Here is my files tree :

/applications/accounting/config/sips/certif.fr.0142930391 (binary)


parmcom.0142930391 (full URLs to return and cancel page, auto response 
servlet ; currency, shop logo, payment means)

  certif..fr. 
0142930391-  (binary)

  pathfile (credit card logo URL, full path to these files in this 
directory)


  parmcom.sips (display properties, accepted card list, buyer language 
code, bank logo, shop contry code, shop language code)




/applications/accounting/lib/sips/apipayment.jar



/applications/accounting/src/org/accounting/thirdparty/sips/sipsRequestServlet.java(including the path to pathfile ; first 
method service) sipsResponseServlet.java (ditto) sipsAutoResponseServlet.java  (ditto)Data :insert into 
PAYMENT_METHOD_TYPE (PAYMENT_METHOD_TYPE_ID, DESCRIPTION,DEFAULT_GL_ACCOUNT_ID) values ('EXT_SIPS', 'Sips', '122000')è Via 
/applications/accounting/data/AccountingTypeData.xmlinsert into PAYMENT_METHOD_TYPE_GL_ACCOUNT 
(PAYMENT_METHOD_TYPE_ID,ORGANIZATION_PARTY_ID, GL_ACCOUNT_ID) values ('EXT_SIPS', 'Company','122500')è Via 
/applications/accounting/data/DemoGlSetupData.xml+ add directory and jar extension 
in/applications/accounting/ofbiz-component.xml+ translations+ changes in 
/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
and web.xml+ changes in /applications/accounting/build.xml+ add images in /framework//images/webapp/images/sips/... .gif+ 
changes in ecommerce .ftl filesProblems :. Where can I save many different bank response codes (from my bank and AtosOrigin) ? 
From these codes, I manage payment validation.. the API language codes have just 2 chars, how can I manage that ?Do you want me 
to send you files ?Eric Keeping it in /applications/accounting/src/org/ofbiz/accounting/thirdpartyseems fine to me Have you 
any files outside of this directory ? Jacques From: Eric DE MAULDE eric...@free.fr Hi, I begin in the JAVA 
language and OFBiz. I succeeded to implement this payment in the accounting application. Now to share this development, how 
do I implement it in thespecialpurpose directory ? Do I keep the same directory tree than in the accounting application, 
asfar as the thirdparty directory ? I already read the FAQ, do you have another article or documentation ?
 Thanks Eric -- No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 
 269.24.4/1476 - ReleaseDate: 31/05/2008 12:25







--
No virus found in this incoming message.
Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.5/1479 - Release 
Date: 02/06/2008 19:02









[jira] Commented: (OFBIZ-4118) Some misc issues in ebay and ebayStore component.

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-4118:


Thanks Arun,

Your patch is in trunk at r1061346  


 Some misc issues in ebay and ebayStore component.
 -

 Key: OFBIZ-4118
 URL: https://issues.apache.org/jira/browse/OFBIZ-4118
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ebay, specialpurpose/ebaystore
Affects Versions: SVN trunk
Reporter: Arun Patidar
Assignee: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: ExportToEbay.patch, ofbiz-4118-ebay.patch, 
 ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch


 Following issues are exists in ebay and ebayStore component
 1. Not getting ebay sub category from parent category on Export Product 
 Listing screen of ebayStore component.
 2. Error in getting category lookup form on Export Product Listing screen of 
 ebayStore component..
 3. JS is blocking during Export Product to ebay from ebay component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3053) Go Back button on Edit Contact Information page does not go back

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-3053.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Jacques Le Roux

Hi Ruth,

This is not a problem anymore with the new profile stuff. The URL can still be 
accessed but not from the UI. So I close

Note that we lost some featureswith the new profile stuff.  I have asked about 
it on dev ML, any answers yet...

 Go Back button on Edit Contact Information page does not go back
 

 Key: OFBIZ-3053
 URL: https://issues.apache.org/jira/browse/OFBIZ-3053
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: SVN trunk
 Environment: Current demo system: http://demo.ofbiz.org/ecommerce
 Firefox 3.5.3
Reporter: Ruth Hoffman
Assignee: Jacques Le Roux
 Fix For: SVN trunk


 Edit Contact Information form when adding a new contact:
 The Go Back button does not link anywhere. There is no way for the User to 
 gracefully return to the checkout page from the Edit Contact Information 
 page. If the Go Back button is on this form, it should return the User to 
 the location from whence they came. Else, take the button off the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Jacopo Cappellato
Thanks Jacques,

feel free to edit the page in Confluence.

Jacopo

On Jan 20, 2011, at 12:27 PM, Jacques Le Roux wrote:

 with autocompleted input fields, of course (or all in singular)
 
 Jacques
 
 Jacques Le Roux wrote:
 Id' just add a few words about new layered lookups, like quicker Ajaxified 
 layered lookups mixed with autocompleted input
 field. I think they are  major and OFBiz very specific enhancements wich 
 needed much efforts.
 Also I believe we can run 3 demo instances simultaneously. It's good to have 
 them at hand when it comes to commit patches likely
 to be backported. I will ask infra, rather than replacing R9.04...
 Thanks
 Jacques
 Jacopo Cappellato wrote:
 Please have a look at the following draft:
 https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT
 Your reviews and enhacements (to errors, omissions etc..) will be greatly 
 appreciated.
 Kind regards,
 Jacopo
 On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:
 +1
 =
 BJ Freeman
 Strategic Power Office with Supplier Automation  
 http://www.businessesnetwork.com/automation/viewforum.php?f=52
 Specialtymarket.com  http://www.specialtymarket.com/
 Systems Integrator-- Glad to Assist
 Chat  Y! messenger: bjfr33man
 Adrian Crum sent the following on 1/19/2011 8:40 AM:
 On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:
 The release has been officially released now; I have published the
 release files and updated the download links (but it will take some
 time to synch and propagate to all the mirrors).
 This is the bare minimum required and we should be good now.
 However there are some optional steps that it would be nice to perform:
 1) update the links for demo instances for 10.04
 2) prepare an announcement email; I don't have much time for it but I
 can simply write something very simple like:
 http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e
 But as I said this is not required and we can even skip this step
 Or we could reuse the 9.04 press release.
 -Adrian
 



[jira] Closed: (OFBIZ-3043) Framework web tools

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-3043.
--

   Resolution: Fixed
Fix Version/s: (was: Release Branch 09.04)

This has been fixed recently in trunk, not backported to R9.04 though...

 Framework web tools
 ---

 Key: OFBIZ-3043
 URL: https://issues.apache.org/jira/browse/OFBIZ-3043
 Project: OFBiz
  Issue Type: Bug
  Components: marketing
Affects Versions: Release Branch 09.04, SVN trunk
Reporter: Pierre Smits
 Fix For: SVN trunk


 In SalesOpportunityStage under webtools it possible to view/edit the stages 
 of a sales opportunity.
 The default data entries contain a 'default probabilty. This field cannot be 
 set for new entries, nor can it be modified for existing entries

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3087) Error with accents and special characters rendering at large in PDF

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-3087.
--

   Resolution: Later
Fix Version/s: (was: Release Branch 09.04)

It seems this has been solved somehow in trunk, not in R9.04 but I close as 
later in case somebody will be really interested...

 Error with accents and special characters rendering at large in PDF
 ---

 Key: OFBIZ-3087
 URL: https://issues.apache.org/jira/browse/OFBIZ-3087
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Reporter: Jacques Le Roux
 Fix For: SVN trunk

 Attachments: 9.04.jpg


 this thread speak about that 
 http://www.mail-archive.com/dev@ofbiz.apache.org/msg29471.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Jacques Le Roux

Done

Jacques

From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com

Thanks Jacques,

feel free to edit the page in Confluence.

Jacopo

On Jan 20, 2011, at 12:27 PM, Jacques Le Roux wrote:


with autocompleted input fields, of course (or all in singular)

Jacques

Jacques Le Roux wrote:

Id' just add a few words about new layered lookups, like quicker Ajaxified 
layered lookups mixed with autocompleted input
field. I think they are  major and OFBiz very specific enhancements wich 
needed much efforts.
Also I believe we can run 3 demo instances simultaneously. It's good to have 
them at hand when it comes to commit patches likely
to be backported. I will ask infra, rather than replacing R9.04...
Thanks
Jacques
Jacopo Cappellato wrote:

Please have a look at the following draft:
https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT
Your reviews and enhacements (to errors, omissions etc..) will be greatly 
appreciated.
Kind regards,
Jacopo
On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:

+1
=
BJ Freeman
Strategic Power Office with Supplier Automation  
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com  http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist
Chat  Y! messenger: bjfr33man
Adrian Crum sent the following on 1/19/2011 8:40 AM:

On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:

The release has been officially released now; I have published the
release files and updated the download links (but it will take some
time to synch and propagate to all the mirrors).
This is the bare minimum required and we should be good now.
However there are some optional steps that it would be nice to perform:
1) update the links for demo instances for 10.04
2) prepare an announcement email; I don't have much time for it but I
can simply write something very simple like:
http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e
But as I said this is not required and we can even skip this step

Or we could reuse the 9.04 press release.
-Adrian










Re: SIPS : external credit card payment (Atos Origin)

2011-01-20 Thread eric
Hi Jacques,

I have created my own french firm with another bank CIC-Crédit Mutuel
Their on-line payment is managed by EURO-INFORMATION.

I have succeeded to implement their demo payment.
I will told you when my french website works well and my address.

SIPS and EURO-INFORMATION have the same integration.
I have keeped my SIPS integration.

I'm available to help you.

Eric


On Thu, 2011-01-20 at 16:25 +0100, Jacques Le Roux wrote:

 Hi Eric,
 
 This is a rather old post (related to 
 https://issues.apache.org/jira/browse/OFBIZ-2554) but I think it's worth to 
 be revisited.
 For instance see our concurrents in France
 http://www.alatak.net/tutoriels-paiement-virtuemart-11/configuration-du-paiement-securise-sips-pour-joomla-15-et-virtuemart-11.html
 http://www.magentocommerce.com/boards/viewthread/22044/P120/
 http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-payment-systems/2443
 
 Did you get some news? Else I will apprecaite a little help from the French 
 community in order to commit this in OFBiz following the 
 regular practices for this kind of stuff (payment method in store)
 
 Thanks
 
 Jacques
 
 From: Eric DE MAULDE eric...@free.fr
  Hi Jacques,
 
  I sent again emails to Sherlock's office (Le Crédit Lyonnais) and SIPS 
  office (Atos Origin)
  Yesterday, LCL replied me :
  Le service de sécurisation sur Internet  Sherlock's commercialisé par LCL 
  et développé sur la base d'une solution  SIPS 
  personnalisée  ne peut être utilisé que par des commerçants LCL.
  Translation : Sherlock's Web securing service (marketed by LCL and 
  developed with a customized SIPS system) just can be used by 
  LCL merchants.
 
  On the phone, Atos told me several renting Web shop companies implement 
  their system in standard. I think without the LCL 
  certificate and logo, because the SOCIETE GENERALE markets this system too.
 
  For my part, I continue to improve my Sips implementation.
  And I'm waiting an answer from Atos to get a permission as in another 
  renting Web shop.
 
  Jacques, tell me if you want further informations ...
 
  Eric
 
 
 
 
  Hi Eric,
 
  When you firtst talk about this I did not realise that you were spoking 
  about Atos's SPIPS. I have also used this toolkit in the 
  past but I wonder now if we are able to put that in OFBiz. I looked for 
  information about its licence, but found nothing yet. In 
  my experience SIPS is brought to you by a bank which is the real party you 
  exchange with. Have you more informations ?
 
  Thanks
 
  Jacques
 
  From: Eric DE MAULDE eric...@free.fr
  Hi Jacques,
 
  Thanks for your help
 
  Here is my files tree :
 
  /applications/accounting/config/sips/certif.fr.0142930391 (binary)
 
 
  parmcom.0142930391 (full URLs to return and cancel page, auto 
  response servlet ; currency, shop logo, payment means)
 
certif..fr. 
  0142930391-  (binary)
 
pathfile 
  (credit card logo URL, full path to these files in this 
  directory)
 
parmcom.sips 
  (display properties, accepted card list, buyer language 
  code, bank logo, shop contry code, shop language code)
 
 
 
  /applications/accounting/lib/sips/apipayment.jar
 
 
 
  /applications/accounting/src/org/accounting/thirdparty/sips/sipsRequestServlet.java(including
   the path to pathfile ; first 
  method service) sipsResponseServlet.java (ditto) 
  sipsAutoResponseServlet.java  (ditto)Data :insert into 
  PAYMENT_METHOD_TYPE (PAYMENT_METHOD_TYPE_ID, 
  DESCRIPTION,DEFAULT_GL_ACCOUNT_ID) values ('EXT_SIPS', 'Sips', 
  '122000')è Via 
  /applications/accounting/data/AccountingTypeData.xmlinsert into 
  PAYMENT_METHOD_TYPE_GL_ACCOUNT 
  (PAYMENT_METHOD_TYPE_ID,ORGANIZATION_PARTY_ID, GL_ACCOUNT_ID) values 
  ('EXT_SIPS', 'Company','122500')è Via 
  /applications/accounting/data/DemoGlSetupData.xml+ add directory and 
  jar extension 
  in/applications/accounting/ofbiz-component.xml+ translations+ changes in 
  /applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
  and web.xml+ changes in /applications/accounting/build.xml+ add images in 
  /framework//images/webapp/images/sips/... .gif+ 
  changes in ecommerce .ftl filesProblems :. Where can I save many 
  different bank response codes (from my bank and AtosOrigin) ? 
  From these codes, I manage payment validation.. the API language codes 
  have just 2 chars, how can I manage that ?Do you want me 
  to send you files ?Eric Keeping it in 
  /applications/accounting/src/org/ofbiz/accounting/thirdpartyseems fine to 
  me Have you 
  any files outside of this directory ? Jacques From: Eric DE MAULDE 
  eric...@free.fr Hi, I begin in the JAVA 
  language and OFBiz. I succeeded to implement this payment in the 
  accounting application. Now to share this development, how 
  do I implement it in 

[jira] Commented: (OFBIZ-2554) European external payment : Sips of Atos Origin (Sherlocks, ...)

2011-01-20 Thread Eric de Maulde (JIRA)

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

Eric de Maulde commented on OFBIZ-2554:
---

For me, you can close this issue

 European external payment : Sips of Atos Origin (Sherlocks, ...)
 

 Key: OFBIZ-2554
 URL: https://issues.apache.org/jira/browse/OFBIZ-2554
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, order, specialpurpose/ecommerce
Affects Versions: SVN trunk
 Environment: Linux Debian, trunk revision 779985
Reporter: Eric de Maulde
Assignee: Jacques Le Roux
Priority: Trivial
 Attachments: doc_sherlocks_JAVA.zip, 
 doc_sherlocks_PLUGIN_linux-2.6.9.zip, sherlocks_600_JAVA.tar, 
 sherlocks_600_PLUGIN_linux-2.6.9.tar, sips.patch


 Implementation of another external European payment : Sips of Atos Origin
 (this payment calls Sherlocks with the French bank LCL, Le Credit Lyonnais)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Adrian Crum

I will work on the grammar and punctuation.

-Adrian

On 1/20/2011 8:06 AM, Jacques Le Roux wrote:

Done

Jacques

From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com

Thanks Jacques,

feel free to edit the page in Confluence.

Jacopo

On Jan 20, 2011, at 12:27 PM, Jacques Le Roux wrote:


with autocompleted input fields, of course (or all in singular)

Jacques

Jacques Le Roux wrote:

Id' just add a few words about new layered lookups, like quicker
Ajaxified layered lookups mixed with autocompleted input
field. I think they are major and OFBiz very specific enhancements
wich needed much efforts.
Also I believe we can run 3 demo instances simultaneously. It's good
to have them at hand when it comes to commit patches likely
to be backported. I will ask infra, rather than replacing R9.04...
Thanks
Jacques
Jacopo Cappellato wrote:

Please have a look at the following draft:
https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT

Your reviews and enhacements (to errors, omissions etc..) will be
greatly appreciated.
Kind regards,
Jacopo
On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:

+1
=
BJ Freeman
Strategic Power Office with Supplier Automation
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist
Chat Y! messenger: bjfr33man
Adrian Crum sent the following on 1/19/2011 8:40 AM:

On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:

The release has been officially released now; I have published the
release files and updated the download links (but it will take some
time to synch and propagate to all the mirrors).
This is the bare minimum required and we should be good now.
However there are some optional steps that it would be nice to
perform:
1) update the links for demo instances for 10.04
2) prepare an announcement email; I don't have much time for it
but I
can simply write something very simple like:
http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e

But as I said this is not required and we can even skip this step

Or we could reuse the 9.04 press release.
-Adrian











[VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Jacopo Cappellato
This is the vote thread to release a bug fix release for the 09.04 branch. This 
bug fix release and will supersede the release Apache OFBiz 09.04 and will be 
released as Apache OFBiz 09.04.01.

The files can be downloaded from here:

http://people.apache.org/~jacopoc/dist/

(please help to test the zip file and its signatures).

Vote:

[ +1] release as Apache OFBiz 09.04.01
[ -1] do not release

For more details about this process please read this 
http://www.apache.org/foundation/voting.html

Kind Regards,

Jacopo



Re: Next steps about the Apache OFBiz 10.04 release

2011-01-20 Thread Adrian Crum

Done.

On 1/20/2011 8:18 AM, Adrian Crum wrote:

I will work on the grammar and punctuation.

-Adrian

On 1/20/2011 8:06 AM, Jacques Le Roux wrote:

Done

Jacques

From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com

Thanks Jacques,

feel free to edit the page in Confluence.

Jacopo

On Jan 20, 2011, at 12:27 PM, Jacques Le Roux wrote:


with autocompleted input fields, of course (or all in singular)

Jacques

Jacques Le Roux wrote:

Id' just add a few words about new layered lookups, like quicker
Ajaxified layered lookups mixed with autocompleted input
field. I think they are major and OFBiz very specific enhancements
wich needed much efforts.
Also I believe we can run 3 demo instances simultaneously. It's good
to have them at hand when it comes to commit patches likely
to be backported. I will ask infra, rather than replacing R9.04...
Thanks
Jacques
Jacopo Cappellato wrote:

Please have a look at the following draft:
https://cwiki.apache.org/confluence/display/OFBADMIN/Announcement+for+new+release+Apache+OFBiz+10.04+DRAFT


Your reviews and enhacements (to errors, omissions etc..) will be
greatly appreciated.
Kind regards,
Jacopo
On Jan 19, 2011, at 7:51 PM, BJ Freeman wrote:

+1
=
BJ Freeman
Strategic Power Office with Supplier Automation
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist
Chat Y! messenger: bjfr33man
Adrian Crum sent the following on 1/19/2011 8:40 AM:

On 1/19/2011 8:31 AM, Jacopo Cappellato wrote:

The release has been officially released now; I have published the
release files and updated the download links (but it will take
some
time to synch and propagate to all the mirrors).
This is the bare minimum required and we should be good now.
However there are some optional steps that it would be nice to
perform:
1) update the links for demo instances for 10.04
2) prepare an announcement email; I don't have much time for it
but I
can simply write something very simple like:
http://mail-archives.apache.org/mod_mbox/www-announce/201101.mbox/%3c9a2a5d8d-423c-42b2-94aa-606489483...@apache.org%3e


But as I said this is not required and we can even skip this step

Or we could reuse the 9.04 press release.
-Adrian













[jira] Closed: (OFBIZ-847) Currency information correction

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-847.
-

Resolution: Fixed

If needed we will open a new issue. This one is unrelated to obsolete 
currencies (like French franc) as we dicussed in the thread

 Currency information correction
 ---

 Key: OFBIZ-847
 URL: https://issues.apache.org/jira/browse/OFBIZ-847
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Oleg Andreyev
Priority: Trivial
 Attachments: common.patch


 Since 1996, Ukrainian currency is Ukrainian Hryvnia coded as UAH

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2493) ECommerce - product detail: Centre screenlet drops below the lowest existing screenlet

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-2493.
--

Resolution: Cannot Reproduce

THis is not a problem anymore

 ECommerce - product detail: Centre screenlet drops below the lowest existing 
 screenlet
 --

 Key: OFBIZ-2493
 URL: https://issues.apache.org/jira/browse/OFBIZ-2493
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release Branch 09.04
Reporter: Torstein Hegbom
 Fix For: Release Branch 09.04

 Attachments: ecommerce-product-detail.patch, 
 order-product-detail.patch


 The centre screenlet seems to not to have enouch space (in the x-direction) 
 for the last screenlet added (product detail), and it drops below the lowest 
 existing screenlet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Anil Patel
+1

Thanks and Regards
Anil Patel
HotWax Media Inc
Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz

On Jan 20, 2011, at 9:59 PM, Jacopo Cappellato wrote:

 This is the vote thread to release a bug fix release for the 09.04 branch. 
 This bug fix release and will supersede the release Apache OFBiz 09.04 and 
 will be released as Apache OFBiz 09.04.01.
 
 The files can be downloaded from here:
 
 http://people.apache.org/~jacopoc/dist/
 
 (please help to test the zip file and its signatures).
 
 Vote:
 
 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release
 
 For more details about this process please read this 
 http://www.apache.org/foundation/voting.html
 
 Kind Regards,
 
 Jacopo
 



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Pierre Smits
+1

2011/1/20 Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com

 This is the vote thread to release a bug fix release for the 09.04 branch.
 This bug fix release and will supersede the release Apache OFBiz 09.04 and
 will be released as Apache OFBiz 09.04.01.

 The files can be downloaded from here:

 http://people.apache.org/~jacopoc/dist/http://people.apache.org/%7Ejacopoc/dist/

 (please help to test the zip file and its signatures).

 Vote:

 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release

 For more details about this process please read this
 http://www.apache.org/foundation/voting.html

 Kind Regards,

 Jacopo




Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Adrian Crum

+1

-Adrian

On 1/20/2011 8:29 AM, Jacopo Cappellato wrote:

This is the vote thread to release a bug fix release for the 09.04 branch. This 
bug fix release and will supersede the release Apache OFBiz 09.04 and will be 
released as Apache OFBiz 09.04.01.

The files can be downloaded from here:

http://people.apache.org/~jacopoc/dist/

(please help to test the zip file and its signatures).

Vote:

[ +1] release as Apache OFBiz 09.04.01
[ -1] do not release

For more details about this process please read this 
http://www.apache.org/foundation/voting.html

Kind Regards,

Jacopo




Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Ashish Vijaywargiya
+1

--
Ashish

On Thu, Jan 20, 2011 at 9:59 PM, Jacopo Cappellato 
jacopo.cappell...@hotwaxmedia.com wrote:

 This is the vote thread to release a bug fix release for the 09.04 branch.
 This bug fix release and will supersede the release Apache OFBiz 09.04 and
 will be released as Apache OFBiz 09.04.01.

 The files can be downloaded from here:

 http://people.apache.org/~jacopoc/dist/

 (please help to test the zip file and its signatures).

 Vote:

 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release

 For more details about this process please read this
 http://www.apache.org/foundation/voting.html

 Kind Regards,

 Jacopo




Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Bruno Busco
+1

2011/1/20 Ashish Vijaywargiya vijaywargiya.ash...@gmail.com

 +1

 --
 Ashish

 On Thu, Jan 20, 2011 at 9:59 PM, Jacopo Cappellato 
 jacopo.cappell...@hotwaxmedia.com wrote:

  This is the vote thread to release a bug fix release for the 09.04
 branch.
  This bug fix release and will supersede the release Apache OFBiz 09.04
 and
  will be released as Apache OFBiz 09.04.01.
 
  The files can be downloaded from here:
 
  http://people.apache.org/~jacopoc/dist/http://people.apache.org/%7Ejacopoc/dist/
 
  (please help to test the zip file and its signatures).
 
  Vote:
 
  [ +1] release as Apache OFBiz 09.04.01
  [ -1] do not release
 
  For more details about this process please read this
  http://www.apache.org/foundation/voting.html
 
  Kind Regards,
 
  Jacopo
 
 



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Jacques Le Roux

+1, I have checked the download + MD5 signature

Jacques

From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com
This is the vote thread to release a bug fix release for the 09.04 branch. This bug fix release and will supersede the release 
Apache OFBiz 09.04 and will be released as Apache OFBiz 09.04.01.


The files can be downloaded from here:

http://people.apache.org/~jacopoc/dist/

(please help to test the zip file and its signatures).

Vote:

[ +1] release as Apache OFBiz 09.04.01
[ -1] do not release

For more details about this process please read this 
http://www.apache.org/foundation/voting.html

Kind Regards,

Jacopo







Re: SIPS : external credit card payment (Atos Origin)

2011-01-20 Thread Jacques Le Roux

From: eric eric...@free.fr

Hi Jacques,

I have created my own french firm with another bank CIC-Crédit Mutuel
Their on-line payment is managed by EURO-INFORMATION.

I have succeeded to implement their demo payment.
I will told you when my french website works well and my address.

SIPS and EURO-INFORMATION have the same integration.
I have keeped my SIPS integration.

I'm available to help you.

Eric


Do you mean to create a patch? Else, as I already said in the Jira issue, I already implemented SIPS for a customer. That's not a 
big deal if you don't follow OFBiz way (payment method in a store). That's what I'd be interested of. In other word my interest is 
for the community not for my own needs... But I still wonder if SIPS can be embedded in OFBIz using payment method for 2 reasons: 
technical (I remember the DLL on Windows for SIPS) and especially license at the SIPS level (since as you said there are companies 
which bizness is to integrate SIPS for clients...)


Thanks

Jacques



On Thu, 2011-01-20 at 16:25 +0100, Jacques Le Roux wrote:


Hi Eric,

This is a rather old post (related to 
https://issues.apache.org/jira/browse/OFBIZ-2554) but I think it's worth to be 
revisited.
For instance see our concurrents in France
http://www.alatak.net/tutoriels-paiement-virtuemart-11/configuration-du-paiement-securise-sips-pour-joomla-15-et-virtuemart-11.html
http://www.magentocommerce.com/boards/viewthread/22044/P120/
http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-payment-systems/2443

Did you get some news? Else I will apprecaite a little help from the French community in order to commit this in OFBiz following 
the

regular practices for this kind of stuff (payment method in store)

Thanks

Jacques

From: Eric DE MAULDE eric...@free.fr
 Hi Jacques,

 I sent again emails to Sherlock's office (Le Crédit Lyonnais) and SIPS office 
(Atos Origin)
 Yesterday, LCL replied me :
 Le service de sécurisation sur Internet  Sherlock's commercialisé par LCL et 
développé sur la base d'une solution  SIPS
 personnalisée  ne peut être utilisé que par des commerçants LCL.
 Translation : Sherlock's Web securing service (marketed by LCL and developed 
with a customized SIPS system) just can be used by
 LCL merchants.

 On the phone, Atos told me several renting Web shop companies implement their 
system in standard. I think without the LCL
 certificate and logo, because the SOCIETE GENERALE markets this system too.

 For my part, I continue to improve my Sips implementation.
 And I'm waiting an answer from Atos to get a permission as in another renting 
Web shop.

 Jacques, tell me if you want further informations ...

 Eric




 Hi Eric,

 When you firtst talk about this I did not realise that you were spoking about Atos's SPIPS. I have also used this toolkit in 
 the
 past but I wonder now if we are able to put that in OFBiz. I looked for information about its licence, but found nothing yet. 
 In

 my experience SIPS is brought to you by a bank which is the real party you 
exchange with. Have you more informations ?

 Thanks

 Jacques

 From: Eric DE MAULDE eric...@free.fr
 Hi Jacques,

 Thanks for your help

 Here is my files tree :

 /applications/accounting/config/sips/certif.fr.0142930391 (binary)


 parmcom.0142930391 (full URLs to return and cancel page, auto response 
servlet ; currency, shop logo, payment means)

   certif..fr. 
0142930391-  (binary)

   pathfile (credit 
card logo URL, full path to these files in this
 directory)

   parmcom.sips (display properties, accepted card list, buyer 
 language

 code, bank logo, shop contry code, shop language code)



 /applications/accounting/lib/sips/apipayment.jar



 
/applications/accounting/src/org/accounting/thirdparty/sips/sipsRequestServlet.java(including the 
path to pathfile ; first
 method service) sipsResponseServlet.java (ditto) sipsAutoResponseServlet.java  
(ditto)Data :insert into
 PAYMENT_METHOD_TYPE (PAYMENT_METHOD_TYPE_ID, DESCRIPTION,DEFAULT_GL_ACCOUNT_ID) 
values ('EXT_SIPS', 'Sips', '122000')è Via
 /applications/accounting/data/AccountingTypeData.xmlinsert into 
PAYMENT_METHOD_TYPE_GL_ACCOUNT
 (PAYMENT_METHOD_TYPE_ID,ORGANIZATION_PARTY_ID, GL_ACCOUNT_ID) values 
('EXT_SIPS', 'Company','122500')è Via
 /applications/accounting/data/DemoGlSetupData.xml+ add directory and jar 
extension
 in/applications/accounting/ofbiz-component.xml+ translations+ changes in
 /applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
 and web.xml+ changes in /applications/accounting/build.xml+ add images in 
/framework//images/webapp/images/sips/... .gif+
 changes in ecommerce .ftl filesProblems :. Where can I save many different bank response codes (from my bank and AtosOrigin) 
 ?
 From these codes, I manage payment 

[jira] Closed: (OFBIZ-2554) European external payment : Sips of Atos Origin (Sherlocks, ...)

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-2554.
--

Resolution: Later

We will see in the future if we can generalize SIPS use in OFBiz, but I doubt...

 European external payment : Sips of Atos Origin (Sherlocks, ...)
 

 Key: OFBIZ-2554
 URL: https://issues.apache.org/jira/browse/OFBIZ-2554
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting, order, specialpurpose/ecommerce
Affects Versions: SVN trunk
 Environment: Linux Debian, trunk revision 779985
Reporter: Eric de Maulde
Assignee: Jacques Le Roux
Priority: Trivial
 Attachments: doc_sherlocks_JAVA.zip, 
 doc_sherlocks_PLUGIN_linux-2.6.9.zip, sherlocks_600_JAVA.tar, 
 sherlocks_600_PLUGIN_linux-2.6.9.tar, sips.patch


 Implementation of another external European payment : Sips of Atos Origin
 (this payment calls Sherlocks with the French bank LCL, Le Credit Lyonnais)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread risali...@gmail.com
+1

Marco

Il giorno 20/gen/2011, alle ore 17.29, Jacopo Cappellato ha scritto:

 This is the vote thread to release a bug fix release for the 09.04 branch. 
 This bug fix release and will supersede the release Apache OFBiz 09.04 and 
 will be released as Apache OFBiz 09.04.01.
 
 The files can be downloaded from here:
 
 http://people.apache.org/~jacopoc/dist/
 
 (please help to test the zip file and its signatures).
 
 Vote:
 
 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release
 
 For more details about this process please read this 
 http://www.apache.org/foundation/voting.html
 
 Kind Regards,
 
 Jacopo
 



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Erwan de FERRIERES

Le 20/01/2011 17:29, Jacopo Cappellato a écrit :

This is the vote thread to release a bug fix release for the 09.04 branch. This 
bug fix release and will supersede the release Apache OFBiz 09.04 and will be 
released as Apache OFBiz 09.04.01.

The files can be downloaded from here:

http://people.apache.org/~jacopoc/dist/

(please help to test the zip file and its signatures).

Vote:

[ +1] release as Apache OFBiz 09.04.01
[ -1] do not release

For more details about this process please read this 
http://www.apache.org/foundation/voting.html

Kind Regards,

Jacopo



+1

--
Erwan de FERRIERES
www.nereide.biz


[jira] Commented: (OFBIZ-2903) Can't login to webtools as admin after 1) commenting out Special Purpose Hot-Deploy 2) ant clean-all 2) ant run-install

2011-01-20 Thread Scott Gray (JIRA)

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

Scott Gray commented on OFBIZ-2903:
---

This works fine in the trunk and after a quick look at 9.04, I can't see how it 
could have been an issue there either...

 Can't login to webtools as admin after 1) commenting out Special Purpose  
 Hot-Deploy  2) ant clean-all 2) ant run-install
 --

 Key: OFBIZ-2903
 URL: https://issues.apache.org/jira/browse/OFBIZ-2903
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release Branch 09.04, SVN trunk
Reporter: Ruth Hoffman
Priority: Minor

 Can't login to webtools as admin after the following sequence of events:
 1) comment out Special Purpose  Hot Deploy application groups
 2) run ant clean-all
 3) run ant run-install
 Further:
 Running ant load-admin-user-login -D... to create the admin user does create 
 the admin user and allows for webtools login, but does not add the roles to 
 the admin user necessary to do perform at least some admin work (the only 
 thing tested was an attempt to create a data resource.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3273) If you try to use help after changing the status of an order in order view you get an error

2011-01-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-3273.
--

Resolution: Fixed
  Assignee: Jacques Le Roux

Fixed at r1061491. But I still wonder why it occurs for order view and not for 
order list, stats or other screens

  


 If you try to use help after changing the status of an order in order view 
 you get an error
 ---

 Key: OFBIZ-3273
 URL: https://issues.apache.org/jira/browse/OFBIZ-3273
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
 Fix For: SVN trunk


 The help page shows this URL
 https://localhost:8443/ordermgr/control/changeOrderStatus/showHelp?helpTopic=OrderEntry_orderviewportalPageId=id=undefined
 and this error message pop up
 The following required parameter is missing: [IN] [changeOrderStatus.orderId]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread BJ Freeman

+1
thanks will check in the next week.


=
BJ Freeman
Strategic Power Office with Supplier Automation  
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com  http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

Jacopo Cappellato sent the following on 1/20/2011 8:29 AM:


This is the vote thread to release a bug fix release for the 09.04 branch. This 
bug fix release and will supersede the release Apache OFBiz 09.04 and will be 
released as Apache OFBiz 09.04.01.

The files can be downloaded from here:

http://people.apache.org/~jacopoc/dist/

(please help to test the zip file and its signatures).

Vote:

[ +1] release as Apache OFBiz 09.04.01
[ -1] do not release

For more details about this process please read this 
http://www.apache.org/foundation/voting.html

Kind Regards,

Jacopo




Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Tim Ruppert
+1

Cheers,
Ruppert

On Jan 20, 2011, at 9:29 AM, Jacopo Cappellato wrote:

 This is the vote thread to release a bug fix release for the 09.04 branch. 
 This bug fix release and will supersede the release Apache OFBiz 09.04 and 
 will be released as Apache OFBiz 09.04.01.
 
 The files can be downloaded from here:
 
 http://people.apache.org/~jacopoc/dist/
 
 (please help to test the zip file and its signatures).
 
 Vote:
 
 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release
 
 For more details about this process please read this 
 http://www.apache.org/foundation/voting.html
 
 Kind Regards,
 
 Jacopo
 



Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread Sam Hamilton
+1 


On 21 Jan 2011, at 00:29, Jacopo Cappellato wrote:

 This is the vote thread to release a bug fix release for the 09.04 branch. 
 This bug fix release and will supersede the release Apache OFBiz 09.04 and 
 will be released as Apache OFBiz 09.04.01.
 
 The files can be downloaded from here:
 
 http://people.apache.org/~jacopoc/dist/
 
 (please help to test the zip file and its signatures).
 
 Vote:
 
 [ +1] release as Apache OFBiz 09.04.01
 [ -1] do not release
 
 For more details about this process please read this 
 http://www.apache.org/foundation/voting.html
 
 Kind Regards,
 
 Jacopo