[jira] [Commented] (OFBIZ-11901) Provide OOTB support to calculate distance between two geo points

2020-09-26 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17202572#comment-17202572
 ] 

Ravi Lodhi commented on OFBIZ-11901:


Hello [~surajk],

The patch looks good to me. Thanks for implementing this.

> Provide OOTB support to calculate distance between two geo points
> -
>
> Key: OFBIZ-11901
> URL: https://issues.apache.org/jira/browse/OFBIZ-11901
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-11901.patch
>
>
> Though there are many third party capabilities available in the form of 
> API's, this can easily be calculated within OFBiz as well.
> This method will be providing direct spatial distance between two geo points.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Affects Version/s: Release Branch 17.12
   Release Branch 18.12

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186306#comment-17186306
 ] 

Ravi Lodhi edited comment on OFBIZ-11970 at 8/28/20, 11:40 AM:
---

While working on this ticket I found one more issue while adding the product 
"Giant Widget with variant explosion" into the cart.

Issue-2: Steps to regenerate:
 # Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 # Select the "Giant Widget with variant explosion" from the Popular Categories 
section on the home page. You will be redirected to the product detail page. 
 # On product detail page select color and size(variant) an ajax request is 
triggered to render the Unit of Measurement dropdown. Dropdown gets added 
successfully.
 # Select the options and then click on Add To Cart button. The product will 
get added successfully but the screen just rendered with the "Unit of 
Measurement" dropdown only. See the attached image for the same. 


was (Author: lodhiravi):
While working on this ticket I found one more issue while adding the product 
"Giant Widget with variant explosion" into the cart.

Steps:
 # Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 # Select the "Giant Widget with variant explosion" from the Popular Categories 
section on the home page. You will be redirected to the product detail page. 
 # On product detail page select color and size(variant) an ajax request is 
triggered to render the Unit of Measurement dropdown. Dropdown gets added 
successfully.
 # Select the options and then click on Add To Cart button. The product will 
get added successfully but the screen just rendered with the "Unit of 
Measurement" dropdown only. See the attached image for the same. 

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Issue-1: Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
>  2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
>  3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
>  4. Product is not getting added in cart.
> Error on browser console:
> {code:java}
> getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' 
> of undefined
>  at addItem (getJs?name=ProductDetail:52)
>  at :1:12
> addItem @ getJs?name=ProductDetail:52
> (anonymous) @ VM1370:1
> {code}
>  
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Description: 
Steps to regenerate:

1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 2. Select the "Giant Widget with feature explosion" from the Popular 
Categories section on home page. You will be redirected to product detail page.
 3. Select color and size from the respective dropdowns and click on Add To 
Cart button.
 4. Product is not getting added in cart.

Error on browser console:

{code}

getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of 
undefined
 at addItem (getJs?name=ProductDetail:52)
 at :1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1

{code} 

 

Expected: Product should be added successfully.

 

  was:
Steps to regenerate:


1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
2. Select the "Giant Widget with feature explosion" from the Popular Categories 
section on home page. You will be redirected to product detail page.
3. Select color and size from the respective dropdowns and click on Add To Cart 
button.
4. Product is not getting added in cart.

 Error on browser console:
{code}
getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of 
undefined
at addItem (getJs?name=ProductDetail:52)
at :1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1
{code}

Expected: Product should be added successfully.

 


> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
>  2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
>  3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
>  4. Product is not getting added in cart.
> Error on browser console:
> {code}
> getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' 
> of undefined
>  at addItem (getJs?name=ProductDetail:52)
>  at :1:12
> addItem @ getJs?name=ProductDetail:52
> (anonymous) @ VM1370:1
> {code} 
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Description: 
Steps to regenerate:


1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
2. Select the "Giant Widget with feature explosion" from the Popular Categories 
section on home page. You will be redirected to product detail page.
3. Select color and size from the respective dropdowns and click on Add To Cart 
button.
4. Product is not getting added in cart.

 Error on browser console:
{code}
getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of 
undefined
at addItem (getJs?name=ProductDetail:52)
at :1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1
{code}

Expected: Product should be added successfully.

 

  was:
Steps to regenerate:


1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
2. Select the "Giant Widget with feature explosion" from the Popular Categories 
section on home page. You will be redirected to product detail page.
3. Select color and size from the respective dropdowns and click on Add To Cart 
button.
4. Product is not getting added in cart.

 

Expected: Product should be added successfully.

 


> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  Error on browser console:
> {code}
> getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' 
> of undefined
> at addItem (getJs?name=ProductDetail:52)
> at :1:12
> addItem @ getJs?name=ProductDetail:52
> (anonymous) @ VM1370:1
> {code}
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186481#comment-17186481
 ] 

Ravi Lodhi commented on OFBIZ-11970:


Thanks [~surajk] for pointing this out.

I checked on release18.12 and release17.12 branch and found that issue #2 
persists on both the release branch. Interestingly Issue #1 seems to be working 
fine on both the release branch irrespective of incorrect markup.

Anyway, the fix(markup correction) for issue #1 won't affect anything if we 
backport it on the release18.12 and release17.12.

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Description: 
Issue-1: Steps to regenerate:

1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 2. Select the "Giant Widget with feature explosion" from the Popular 
Categories section on home page. You will be redirected to product detail page.
 3. Select color and size from the respective dropdowns and click on Add To 
Cart button.
 4. Product is not getting added in cart.

Error on browser console:
{code:java}
getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of 
undefined
 at addItem (getJs?name=ProductDetail:52)
 at :1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1

{code}
 

 

Expected: Product should be added successfully.

 

  was:
Steps to regenerate:

1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 2. Select the "Giant Widget with feature explosion" from the Popular 
Categories section on home page. You will be redirected to product detail page.
 3. Select color and size from the respective dropdowns and click on Add To 
Cart button.
 4. Product is not getting added in cart.

Error on browser console:

{code}

getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of 
undefined
 at addItem (getJs?name=ProductDetail:52)
 at :1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1

{code} 

 

Expected: Product should be added successfully.

 


> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Issue-1: Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
>  2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
>  3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
>  4. Product is not getting added in cart.
> Error on browser console:
> {code:java}
> getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' 
> of undefined
>  at addItem (getJs?name=ProductDetail:52)
>  at :1:12
> addItem @ getJs?name=ProductDetail:52
> (anonymous) @ VM1370:1
> {code}
>  
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186317#comment-17186317
 ] 

Ravi Lodhi commented on OFBIZ-11970:


I have fixed both the issues in a single PR- 
[https://github.com/apache/ofbiz-plugins/pull/41]
 # The first issue was due to incorrect markup.
 # The second issue was due to ajax request and response view of the additem 
request. In additem request last saved view or the view of the last request is 
rendered on successful operation and in this case the last request/view is the 
one which is used to render UOM dropdown.

 

 

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11970:
--

Assignee: (was: Ravi Lodhi)

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Attachment: addToCartProductWithVariantExplosionError.png

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186306#comment-17186306
 ] 

Ravi Lodhi edited comment on OFBIZ-11970 at 8/28/20, 6:33 AM:
--

While working on this ticket I found one more issue while adding the product 
"Giant Widget with variant explosion" into the cart.

Steps:
 # Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 # Select the "Giant Widget with variant explosion" from the Popular Categories 
section on the home page. You will be redirected to the product detail page. 
 # On product detail page select color and size(variant) an ajax request is 
triggered to render the Unit of Measurement dropdown. Dropdown gets added 
successfully.
 # Select the options and then click on Add To Cart button. The product will 
get added successfully but the screen just rendered with the "Unit of 
Measurement" dropdown only. See the attached image for the same. 


was (Author: lodhiravi):
While working on this ticket I found one more issue while adding the product 
"Giant Widget with variant explosion" into the cart.

Steps:
 # Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 # Select the "Giant Widget with variant explosion" from the Popular Categories 
section on the home page. You will be redirected to the product detail page. 
!addToCartProductWithVariantExplosionError.png!
 # On product detail page select color and size(variant) an ajax request is 
triggered to render the Unit of Measurement dropdown. Dropdown gets added 
successfully.
 # Select the options and then click on Add To Cart button. The product will 
get added successfully but the screen just rendered with the "Unit of 
Measurement" dropdown only.  

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Attachment: (was: addToCartProductWithVariantExplosionError.png)

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11970:
---
Attachment: addToCartProductWithVariantExplosionError.png

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17186306#comment-17186306
 ] 

Ravi Lodhi commented on OFBIZ-11970:


While working on this ticket I found one more issue while adding the product 
"Giant Widget with variant explosion" into the cart.

Steps:
 # Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 # Select the "Giant Widget with variant explosion" from the Popular Categories 
section on the home page. You will be redirected to the product detail page. 
!addToCartProductWithVariantExplosionError.png!
 # On product detail page select color and size(variant) an ajax request is 
triggered to render the Unit of Measurement dropdown. Dropdown gets added 
successfully.
 # Select the options and then click on Add To Cart button. The product will 
get added successfully but the screen just rendered with the "Unit of 
Measurement" dropdown only.  

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-27 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11970:
--

Assignee: Ravi Lodhi

> Add to cart is not working for products with selectable features
> 
>
> Key: OFBIZ-11970
> URL: https://issues.apache.org/jira/browse/OFBIZ-11970
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
>
> Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
> 2. Select the "Giant Widget with feature explosion" from the Popular 
> Categories section on home page. You will be redirected to product detail 
> page.
> 3. Select color and size from the respective dropdowns and click on Add To 
> Cart button.
> 4. Product is not getting added in cart.
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11970) Add to cart is not working for products with selectable features

2020-08-22 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11970:
--

 Summary: Add to cart is not working for products with selectable 
features
 Key: OFBIZ-11970
 URL: https://issues.apache.org/jira/browse/OFBIZ-11970
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: Trunk
Reporter: Ravi Lodhi


Steps to regenerate:


1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
2. Select the "Giant Widget with feature explosion" from the Popular Categories 
section on home page. You will be redirected to product detail page.
3. Select color and size from the respective dropdowns and click on Add To Cart 
button.
4. Product is not getting added in cart.

 

Expected: Product should be added successfully.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11911) Error in Quick Receive Purchase Order process

2020-07-25 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11911:
--

Assignee: (was: Ravi Lodhi)

> Error in Quick Receive Purchase Order process
> -
>
> Key: OFBIZ-11911
> URL: https://issues.apache.org/jira/browse/OFBIZ-11911
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: QuickReceivePOError.png
>
>
> Quick Receive Purchase Order is not working.
> Steps to regenerate-
>  # Create a PO by visiting 
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry] if there is 
> no PO available to receive.
>  # Approve the PO. Now Quick Receive Purchase Order button appears.
>  # Click on that button. Error appears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11911) Error in Quick Receive Purchase Order process

2020-07-25 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164770#comment-17164770
 ] 

Ravi Lodhi commented on OFBIZ-11911:


Fixed the typo. Here is the PR - 
[https://github.com/apache/ofbiz-framework/pull/219]

> Error in Quick Receive Purchase Order process
> -
>
> Key: OFBIZ-11911
> URL: https://issues.apache.org/jira/browse/OFBIZ-11911
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: QuickReceivePOError.png
>
>
> Quick Receive Purchase Order is not working.
> Steps to regenerate-
>  # Create a PO by visiting 
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry] if there is 
> no PO available to receive.
>  # Approve the PO. Now Quick Receive Purchase Order button appears.
>  # Click on that button. Error appears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11911) Error in Quick Receive Purchase Order process

2020-07-25 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11911:
---
Attachment: QuickReceivePOError.png

> Error in Quick Receive Purchase Order process
> -
>
> Key: OFBIZ-11911
> URL: https://issues.apache.org/jira/browse/OFBIZ-11911
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: QuickReceivePOError.png
>
>
> Quick Receive Purchase Order is not working.
> Steps to regenerate-
>  # Create a PO by visiting 
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry] if there is 
> no PO available to receive.
>  # Approve the PO. Now Quick Receive Purchase Order button appears.
>  # Click on that button. Error appears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11911) Error in Quick Receive Purchase Order process

2020-07-24 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11911:
--

 Summary: Error in Quick Receive Purchase Order process
 Key: OFBIZ-11911
 URL: https://issues.apache.org/jira/browse/OFBIZ-11911
 Project: OFBiz
  Issue Type: Bug
  Components: order, product/facility
Affects Versions: Trunk
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi


Quick Receive Purchase Order is not working.

Steps to regenerate-
 # Create a PO by visiting 
[https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry] if there is 
no PO available to receive.
 # Approve the PO. Now Quick Receive Purchase Order button appears.
 # Click on that button. Error appears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164744#comment-17164744
 ] 

Ravi Lodhi edited comment on OFBIZ-11909 at 7/25/20, 4:47 AM:
--

While working on this ticket two issues are found-
 # ClassCastException due to GString to String conversion.
 # After resolving the first one found another issue where the product is 
getting received two times on a single receive. Whether using Product Receiving 
or PO receiving.

It seems these issues were introduced while converting receiveInventoryProduct 
service from minilang(xml) to DSL groovy.

 

Fixed the issue in the PR - [https://github.com/apache/ofbiz-framework/pull/218]

Thanks! 


was (Author: lodhiravi):
While working on this ticket two issues are found-
 # ClassCastException due to GString to String conversion.
 # After resolving the first one found another issue where the product is 
getting received two times on a single receive. Whether using Product Receiving 
or PO receiving.

These issues were introduced while converting receiveInventoryProduct service 
from minilang(xml) to DSL groovy.

 

Fixed the issue in the PR - [https://github.com/apache/ofbiz-framework/pull/218]

Thanks! 

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11909:
--

Assignee: (was: Ravi Lodhi)

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164744#comment-17164744
 ] 

Ravi Lodhi commented on OFBIZ-11909:


While working on this ticket two issues are found-
 # ClassCastException due to GString to String conversion.
 # After resolving the first one found another issue where the product is 
getting received two times on a single receive. Whether using Product Receiving 
or PO receiving.

These issues were introduced while converting receiveInventoryProduct service 
from minilang(xml) to DSL groovy.

 

Fixed the issue in the PR - [https://github.com/apache/ofbiz-framework/pull/218]

Thanks! 

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11909:
---
Issue Type: Bug  (was: Task)

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11909:
---
Environment: (was: Steps to regenerate -
1. Log on to Facility application 
(https://demo-trunk.ofbiz.apache.org/facility/control/main).
2. Select the facility (I used Web Store Warehouse the default one) and submit.
3. Now from this Edit Facility page click on the Receive Inventory button from 
the top button bar.
4. Select Purchase Order Number(You can create one purchase order if there is 
no PO to receive) and click on Receive Product(s) button.
5. Select the radio button to receive the entire PO and click on the Receive 
Selected Shipment button.
6. By default, all the products of the PO come selected with the required 
detail to receive. So no need to alter anything. Now click on Receive Selected 
Product(s) button.
7. The error message should appear.)

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Task
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11909:
---
Description: 
Steps to regenerate -
1. Log on to Facility application 
(https://demo-trunk.ofbiz.apache.org/facility/control/main).
2. Select the facility (I used Web Store Warehouse the default one) and submit.
3. Now from this Edit Facility page click on the Receive Inventory button from 
the top button bar.
4. Select Purchase Order Number(You can create one purchase order if there is 
no PO to receive) and click on Receive Product(s) button.
5. Select the radio button to receive the entire PO and click on the Receive 
Selected Shipment button.
6. By default, all the products of the PO come selected with the required 
detail to receive. So no need to alter anything. Now click on Receive Selected 
Product(s) button.
7. The error message should appear.

> Error while receiving the purchase order
> 
>
> Key: OFBIZ-11909
> URL: https://issues.apache.org/jira/browse/OFBIZ-11909
> Project: OFBiz
>  Issue Type: Task
>  Components: product/facility
>Affects Versions: Trunk
> Environment: Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Major
> Attachments: ReceivePOError.png
>
>
> Steps to regenerate -
> 1. Log on to Facility application 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main).
> 2. Select the facility (I used Web Store Warehouse the default one) and 
> submit.
> 3. Now from this Edit Facility page click on the Receive Inventory button 
> from the top button bar.
> 4. Select Purchase Order Number(You can create one purchase order if there is 
> no PO to receive) and click on Receive Product(s) button.
> 5. Select the radio button to receive the entire PO and click on the Receive 
> Selected Shipment button.
> 6. By default, all the products of the PO come selected with the required 
> detail to receive. So no need to alter anything. Now click on Receive 
> Selected Product(s) button.
> 7. The error message should appear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11909) Error while receiving the purchase order

2020-07-24 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11909:
--

 Summary: Error while receiving the purchase order
 Key: OFBIZ-11909
 URL: https://issues.apache.org/jira/browse/OFBIZ-11909
 Project: OFBiz
  Issue Type: Task
  Components: product/facility
Affects Versions: Trunk
 Environment: Steps to regenerate -
1. Log on to Facility application 
(https://demo-trunk.ofbiz.apache.org/facility/control/main).
2. Select the facility (I used Web Store Warehouse the default one) and submit.
3. Now from this Edit Facility page click on the Receive Inventory button from 
the top button bar.
4. Select Purchase Order Number(You can create one purchase order if there is 
no PO to receive) and click on Receive Product(s) button.
5. Select the radio button to receive the entire PO and click on the Receive 
Selected Shipment button.
6. By default, all the products of the PO come selected with the required 
detail to receive. So no need to alter anything. Now click on Receive Selected 
Product(s) button.
7. The error message should appear.
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi
 Attachments: ReceivePOError.png





--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OFBIZ-11901) Provide OOTB support to calculate distance between two geo points

2020-07-22 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162577#comment-17162577
 ] 

Ravi Lodhi edited comment on OFBIZ-11901 at 7/22/20, 7:58 AM:
--

+1 [~surajk] ,

The great circle method can be chosen for this. First, convert the latitude and 
longitude values from decimal degrees to radians and then using the formula 
given below, the distance between two geo points can be calculated easily.
{code:java}
Formula: 
Earth radius, r = 3963 //in miles 
//or
Earth radius, r = 6378.8 // in kilometers

Distance, d = r * arccos[(sin(fromLatitude) * sin(toLatitude)) + 
cos(fromLatitude) * cos(toLatitude) * cos(toLongitude – fromLongitude)]{code}
 


was (Author: lodhiravi):
+1 [~surajk] ,

The great circle method can be chosen for this. First, convert the latitude and 
longitude values from decimal degrees to radians and then using the formula 
given below, the distance between two geo points can be calculated easily.
{code:java}
Formula: 
Earth radius, r = 3963 //in miles 
//or
Earth radius, r = 6378.8 // in kilometers

Distance, d = 3963.0 * arccos[(sin(fromLatitude) * sin(toLatitude)) + 
cos(fromLatitude) * cos(toLatitude) * cos(toLongitude – fromLongitude)]{code}
 

> Provide OOTB support to calculate distance between two geo points
> -
>
> Key: OFBIZ-11901
> URL: https://issues.apache.org/jira/browse/OFBIZ-11901
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
>
> Though there are many third party capabilities available in the form of 
> API's, this can easily be calculated within OFBiz as well.
> This method will be providing direct spatial distance between two geo points.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11901) Provide OOTB support to calculate distance between two geo points

2020-07-22 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162577#comment-17162577
 ] 

Ravi Lodhi commented on OFBIZ-11901:


+1 [~surajk] ,

The great circle method can be chosen for this. First, convert the latitude and 
longitude values from decimal degrees to radians and then using the formula 
given below, the distance between two geo points can be calculated easily.
{code:java}
Formula: 
Earth radius, r = 3963 //in miles 
//or
Earth radius, r = 6378.8 // in kilometers

Distance, d = 3963.0 * arccos[(sin(fromLatitude) * sin(toLatitude)) + 
cos(fromLatitude) * cos(toLatitude) * cos(toLongitude – fromLongitude)]{code}
 

> Provide OOTB support to calculate distance between two geo points
> -
>
> Key: OFBIZ-11901
> URL: https://issues.apache.org/jira/browse/OFBIZ-11901
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
>
> Though there are many third party capabilities available in the form of 
> API's, this can easily be calculated within OFBiz as well.
> This method will be providing direct spatial distance between two geo points.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11697) 'New Employment' widget(s) allows party-groups to be selects as the employee

2020-06-27 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146897#comment-17146897
 ] 

Ravi Lodhi commented on OFBIZ-11697:


Added employee lookup to address this issue. Here is the PR for the same-

[https://github.com/apache/ofbiz-framework/pull/210]

> 'New Employment' widget(s) allows party-groups to be selects as the employee
> 
>
> Key: OFBIZ-11697
> URL: https://issues.apache.org/jira/browse/OFBIZ-11697
> Project: OFBiz
>  Issue Type: Bug
>  Components: humanres
>Affects Versions: 17.12.03, Trunk
>Reporter: Pierre Smits
>Priority: Major
>  Labels: employment
> Attachments: image-2020-05-13-13-21-57-713.png
>
>
> See image. This should only be possible for parties with partytypeId="PERSON" 
> and roleTypeID="EMPLOYEE"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2020-05-23 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17114744#comment-17114744
 ] 

Ravi Lodhi commented on OFBIZ-11204:


Hello Team,

I tried to test the mentioned fix by backporting to release17.12 and 
release18.12 branch and found that the error still appears. 

To test the changes I have created a test service with the *semaphore* 
attribute set to *wait* in the service definition. I called this service 
asynchronously from a loop to create a large number of  JobSandbox records (I 
called that service 100,000 times in a loop). Once the async jobs start 
executing I closely watched the console logs.

Though the frequency was low, still that error (Failure in create operation for 
entity ServiceSemaphore) comes during the execution.

> Remove unwanted error log by `ServiceSemaphore` waiting process
> ---
>
> Key: OFBIZ-11204
> URL: https://issues.apache.org/jira/browse/OFBIZ-11204
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-11204.patch, OFBIZ-11204.patch
>
>
> When a lot of semaphore configured service instances are running in a short 
> period, multiple errors of this type are logged :
> {code:none}
> // | 2019-09-19 14:47:44.000 | 2019-09-19 16:47:44,692 |OFBiz-JobQueue-2 
> |GenericDelegator  |E| Failure in create operation for entity 
> [ServiceSemaphore]: org.apache.ofbiz.entity.GenericEntityException: Error 
> while inserting: [GenericEntity:ServiceSemaphore][createdStamp,2019-09-19 
> 16:47:44.678(java.sql.Timestamp)][createdTxStamp,2019-09-19 
> 16:47:44.678(java.sql.Timestamp)][lastUpdatedStamp,2019-09-19 
> 16:47:44.678(java.sql.Timestamp)][lastUpdatedTxStamp,2019-09-19 
> 16:47:44.678(java.sql.Timestamp)][lockThread,OFBiz-JobQueue-2(java.lang.String)][lockTime,2019-09-19
>  
> 16:47:44.676(java.sql.Timestamp)][lockedByInstanceId,emb-ofbiz-prd-technical-asg-20171209-01-eu-west-1b(java.lang.String)][serviceName,xxx(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> public.SERVICE_SEMAPHORE (SERVICE_NAME, LOCKED_BY_INSTANCE_ID, LOCK_THREAD, 
> LOCK_TIME, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, 
> CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (ERROR: duplicate key value 
> violates unique constraint "pk_service_semaphore"   Detail: Key 
> (service_name)=(xxx) already exists.)). Rolling back transaction. 
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>  |
> | 2019-09-19 14:47:44.000 | 2019-09-19 

[jira] [Updated] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-11 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11504:
---
Attachment: OFBIZ-11504_DemoTrunk.patch

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png, OFBIZ-11504_DemoTrunk.patch
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-11 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11504:
---
Attachment: (was: OFBIZ-11382_Trunk.patch)

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png, OFBIZ-11504_DemoTrunk.patch
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-11 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17105090#comment-17105090
 ] 

Ravi Lodhi commented on OFBIZ-11504:


I have uploaded a patch for [https://demo-trunk.ofbiz.apache.org/] instance. If 
it looks good I will provide the same for demo-stable. Thanks!

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png, OFBIZ-11382_Trunk.patch
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-11 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17105086#comment-17105086
 ] 

Ravi Lodhi commented on OFBIZ-11504:


Hi Jacques,

I was thinking of reading the mentioned newly added property using 
EntityUtilProperties class methods to read so that we can modify it from DB but 
yes we need to pass delegator to makeSolrWebappUrl().  I am setting it in the 
solrconfig.properties only. 

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png, OFBIZ-11382_Trunk.patch
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-11 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11504:
---
Attachment: OFBIZ-11382_Trunk.patch

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png, OFBIZ-11382_Trunk.patch
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-09 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17103319#comment-17103319
 ] 

Ravi Lodhi commented on OFBIZ-11504:


Hi Jacques,

I have tested the Solr connection by writing custom code in groovy and 
executing it from programmable export tab. I just replaced the 
solrWebappDomainName from localhost to demo-trunk.ofbiz.apache.org. This forms 
the below url as per the current implementation-

[https://demo-trunk.ofbiz.apache.org:8443/solr]

The above url is giving "Connection Refused" error just because of the port as 
domain already includes it. It's working fine with this url - 
[https://demo-trunk.ofbiz.apache.org/solr|https://demo-trunk.ofbiz.apache.org:8443/solr]

There is code in SolrUtil class to set the port (default to same as OFBiz 
server) -

if (UtilValidate.isNotEmpty(solrWebappPortOverride)) {
 solrPort = solrWebappPortOverride;
} else {
 solrPort = UtilProperties.getPropertyValue("url", 
("https".equals(solrWebappProtocol) ? "port.https" : "port.http"), 
("https".equals(solrWebappProtocol) ? "8443" : "8080"));
}

I have tried to change the port for Solr by setting solrWebappPortOverride 
property. But it's not working. Even after changing the port, it was running on 
the same port as OFBiz.  But that is a different issue.

 

So how should I proceed now? 
Should we introduce one new property say completeSolrUrl which contains full 
path like this 
[https://demo-trunk.ofbiz.apache.org/solr|https://demo-trunk.ofbiz.apache.org:8443/solr]
  and the EntityUtilProperties to read the same. So that it can be modified 
from DB. Then modification in makeSolrWebappUrl() method of SolrUtil class to 
give preference to completeSolrUrl if set.

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-09 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17103236#comment-17103236
 ] 

Ravi Lodhi commented on OFBIZ-11504:


Hi Jacques,

Thanks for providing this detail. I will look into it and will provide the 
patch.

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-05-09 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11504:
--

Assignee: Ravi Lodhi

> Solr Configuration Problem on Demo Instance
> ---
>
> Key: OFBIZ-11504
> URL: https://issues.apache.org/jira/browse/OFBIZ-11504
> Project: OFBiz
>  Issue Type: Bug
>  Components: solr
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
> DemoTrunkRebuildSolrIndexError.png
>
>
> Unable to build Solr Index on demo-trunk and demo-stable instances.
>  
> *Demo Trunk:* Getting connection error while running *rebuildSolrIndex* 
> service from webtools on 
> [demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
> instance. Below is the error message-
>  
> {code:java}
> org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
> [localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
>  
> *Demo Stable:* I also tried running the same service from webtools on 
> [demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService]
>  instance and getting below error-
>  
>  
> {code:java}
> javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not 
> match the certificate subject provided by the peer 
> (CN=demo-old.ofbiz.apache.org). Please find the attached screenshots for the 
> same.{code}
>  
>  
> It seems like some configurations are missing for solr plugins on these demo 
> instances.
> Please find attached the error logs from demo-trunk instance as shared by 
> [~jleroux]. Thanks Jacques for providing the error logs from the instance.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11619) Move Framework Stack, Base Application Stack and Plugin Stack wiki pages to Wiki Attic

2020-04-28 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17094388#comment-17094388
 ] 

Ravi Lodhi commented on OFBIZ-11619:


Let me know if anything else needs to care of while moving these docs to Wiki 
Attic. One thing that I notice that some README.md files contain references to 
these docs. So I should remove that. If anything else please let me know. I 
will wait for some days before moving these docs to wiki attic and if there is 
no concern I will move these docs to wiki attic.

Thanks!

> Move Framework Stack, Base Application Stack and Plugin Stack wiki pages to 
> Wiki Attic
> --
>
> Key: OFBIZ-11619
> URL: https://issues.apache.org/jira/browse/OFBIZ-11619
> Project: OFBiz
>  Issue Type: Task
>  Components: Attic
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
>
> There are some documents on OFBiz Wiki that are hard to maintain and at the 
> same time won't seem to be worth maintaining the way they are currently. So 
> it's better to move these pages to OFBiz Wiki Attic.
> Below are some of them-
> *Framework Stack* - 
> [https://cwiki.apache.org/confluence/display/OFBIZ/Framework+stack]
> *Framework Stack's Child pages* - 
> 1) [https://cwiki.apache.org/confluence/display/OFBIZ/System+Administration]
>  
> *Base Application Stack* - 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Base+Application+stack]
> *Base Application Stack's Child Pages-*
> 1)[ 
> https://cwiki.apache.org/confluence/display/OFBENDUSER/Financial+Accounting+and+Reporting|https://cwiki.apache.org/confluence/display/OFBENDUSER/Financial+Accounting+and+Reporting]
> 2) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Extending+the+common+component]
> 3) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Content+Management]
> 4) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Datamodel]
> 5) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Human+Resource+Management]
> 6) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Manufacturing+Management]
> 7) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Marketing+Communications+and+SalesForce+Automation]
> 8) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Order+Management]
> 9) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Party+management]
> 10) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Product+management]
> 11) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Extending+the+security+component]
> 12) 
> [https://cwiki.apache.org/confluence/display/OFBENDUSER/Work+Effort+Management]
>  
> *Plugin Stack* - 
> [https://cwiki.apache.org/confluence/display/OFBIZ/Plugins+stack] 
> *Plugin Stack's Child Pages -* 
> 1) [https://cwiki.apache.org/confluence/display/OFBIZ/Asset+Management]
> 2) [https://cwiki.apache.org/confluence/display/OFBIZ/Business+Intelligence]
> 3) [https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports]
> 4) [https://cwiki.apache.org/confluence/display/OFBIZ/Google+Base+Integration]
> 5) [https://cwiki.apache.org/confluence/display/OFBIZ/Enhanced+Indexing]
> 6) [https://cwiki.apache.org/confluence/display/OFBIZ/User+Self+Service]
> 7) [https://cwiki.apache.org/confluence/display/OFBIZ/Project+Management]
> 8) [https://cwiki.apache.org/confluence/display/OFBIZ/Scrum+Management]
> 9) [https://cwiki.apache.org/confluence/display/OFBIZ/Search+Integration] 
>  
> The objective here is to move all the above-mentioned pages to wiki attic if 
> there is no concern.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11619) Move Framework Stack, Base Application Stack and Plugin Stack wiki pages to Wiki Attic

2020-04-28 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11619:
--

 Summary: Move Framework Stack, Base Application Stack and Plugin 
Stack wiki pages to Wiki Attic
 Key: OFBIZ-11619
 URL: https://issues.apache.org/jira/browse/OFBIZ-11619
 Project: OFBiz
  Issue Type: Task
  Components: Attic
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi


There are some documents on OFBiz Wiki that are hard to maintain and at the 
same time won't seem to be worth maintaining the way they are currently. So 
it's better to move these pages to OFBiz Wiki Attic.

Below are some of them-

*Framework Stack* - 
[https://cwiki.apache.org/confluence/display/OFBIZ/Framework+stack]

*Framework Stack's Child pages* - 

1) [https://cwiki.apache.org/confluence/display/OFBIZ/System+Administration]

 

*Base Application Stack* - 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Base+Application+stack]

*Base Application Stack's Child Pages-*

1)[ 
https://cwiki.apache.org/confluence/display/OFBENDUSER/Financial+Accounting+and+Reporting|https://cwiki.apache.org/confluence/display/OFBENDUSER/Financial+Accounting+and+Reporting]

2) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Extending+the+common+component]

3) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Content+Management]

4) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Datamodel]

5) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Human+Resource+Management]

6) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Manufacturing+Management]

7) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Marketing+Communications+and+SalesForce+Automation]

8) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Order+Management]

9) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Party+management]

10) [https://cwiki.apache.org/confluence/display/OFBENDUSER/Product+management]

11) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Extending+the+security+component]

12) 
[https://cwiki.apache.org/confluence/display/OFBENDUSER/Work+Effort+Management]

 

*Plugin Stack* - 
[https://cwiki.apache.org/confluence/display/OFBIZ/Plugins+stack] 

*Plugin Stack's Child Pages -* 

1) [https://cwiki.apache.org/confluence/display/OFBIZ/Asset+Management]

2) [https://cwiki.apache.org/confluence/display/OFBIZ/Business+Intelligence]

3) [https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports]

4) [https://cwiki.apache.org/confluence/display/OFBIZ/Google+Base+Integration]

5) [https://cwiki.apache.org/confluence/display/OFBIZ/Enhanced+Indexing]

6) [https://cwiki.apache.org/confluence/display/OFBIZ/User+Self+Service]

7) [https://cwiki.apache.org/confluence/display/OFBIZ/Project+Management]

8) [https://cwiki.apache.org/confluence/display/OFBIZ/Scrum+Management]

9) [https://cwiki.apache.org/confluence/display/OFBIZ/Search+Integration] 

 

The objective here is to move all the above-mentioned pages to wiki attic if 
there is no concern.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11607) Enhance Groovy and Simple Event Handler to support transaction timout

2020-04-25 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11607:
--

Assignee: (was: Ravi Lodhi)

> Enhance Groovy and Simple Event Handler to support transaction timout
> -
>
> Key: OFBIZ-11607
> URL: https://issues.apache.org/jira/browse/OFBIZ-11607
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Minor
>
> When we call an event (java, groovy or simple), and if it takes a too long 
> time we got a transaction timeout error. Support to set a non-default 
> transaction-timeout for an event is already added in 
> [OFBIZ-8160|https://issues.apache.org/jira/browse/OFBIZ-8160].
> JavaEventHandler is already enhanced to honor that transaction timeout. This 
> effort is to enhance GroovyEventHandler and SimpleEventHandler to consider 
> the transaction timeout set via event tag of the controller entry if provided 
> otherwise it will work with the default transaction timeout.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11607) Enhance Groovy and Simple Event Handler to support transaction timout

2020-04-25 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11607:
---
Affects Version/s: (was: 17.12.02)
   (was: 16.11.07)
   (was: 18.12.01)

> Enhance Groovy and Simple Event Handler to support transaction timout
> -
>
> Key: OFBIZ-11607
> URL: https://issues.apache.org/jira/browse/OFBIZ-11607
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
>
> When we call an event (java, groovy or simple), and if it takes a too long 
> time we got a transaction timeout error. Support to set a non-default 
> transaction-timeout for an event is already added in 
> [OFBIZ-8160|https://issues.apache.org/jira/browse/OFBIZ-8160].
> JavaEventHandler is already enhanced to honor that transaction timeout. This 
> effort is to enhance GroovyEventHandler and SimpleEventHandler to consider 
> the transaction timeout set via event tag of the controller entry if provided 
> otherwise it will work with the default transaction timeout.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11607) Enhance Groovy and Simple Event Handler to support transaction timout

2020-04-25 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17092159#comment-17092159
 ] 

Ravi Lodhi commented on OFBIZ-11607:


Here is the PR for trunk- [https://github.com/apache/ofbiz-framework/pull/77]

> Enhance Groovy and Simple Event Handler to support transaction timout
> -
>
> Key: OFBIZ-11607
> URL: https://issues.apache.org/jira/browse/OFBIZ-11607
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: 16.11.07, 18.12.01, 17.12.02, Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
>
> When we call an event (java, groovy or simple), and if it takes a too long 
> time we got a transaction timeout error. Support to set a non-default 
> transaction-timeout for an event is already added in 
> [OFBIZ-8160|https://issues.apache.org/jira/browse/OFBIZ-8160].
> JavaEventHandler is already enhanced to honor that transaction timeout. This 
> effort is to enhance GroovyEventHandler and SimpleEventHandler to consider 
> the transaction timeout set via event tag of the controller entry if provided 
> otherwise it will work with the default transaction timeout.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11607) Enhance Groovy and Simple Event Handler to support transaction timout

2020-04-25 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11607:
--

 Summary: Enhance Groovy and Simple Event Handler to support 
transaction timout
 Key: OFBIZ-11607
 URL: https://issues.apache.org/jira/browse/OFBIZ-11607
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Trunk, 17.12.02, 16.11.07, 18.12.01
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi


When we call an event (java, groovy or simple), and if it takes a too long time 
we got a transaction timeout error. Support to set a non-default 
transaction-timeout for an event is already added in 
[OFBIZ-8160|https://issues.apache.org/jira/browse/OFBIZ-8160].

JavaEventHandler is already enhanced to honor that transaction timeout. This 
effort is to enhance GroovyEventHandler and SimpleEventHandler to consider the 
transaction timeout set via event tag of the controller entry if provided 
otherwise it will work with the default transaction timeout.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11504) Solr Configuration Problem on Demo Instance

2020-03-27 Thread Ravi Lodhi (Jira)
Ravi Lodhi created OFBIZ-11504:
--

 Summary: Solr Configuration Problem on Demo Instance
 Key: OFBIZ-11504
 URL: https://issues.apache.org/jira/browse/OFBIZ-11504
 Project: OFBiz
  Issue Type: Bug
  Components: solr
Affects Versions: Trunk
Reporter: Ravi Lodhi
 Attachments: DemoStableRebuildSolrIndex.png, DemoTrunkErrorLogs.txt, 
DemoTrunkRebuildSolrIndexError.png

Unable to build Solr Index on demo-trunk and demo-stable instances.
 
*Demo Trunk:* Getting connection error while running *rebuildSolrIndex* service 
from webtools on 
[demo-trunk|https://demo-trunk.ofbiz.apache.org/webtools/control/runService] 
instance. Below is the error message-
 
{code:java}
org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 
[localhost/127.0.0.1] failed: Connection refused (Connection refused){code}
 
*Demo Stable:* I also tried running the same service from webtools on 
[demo-stable|https://demo-stable.ofbiz.apache.org/webtools/control/runService] 
instance and getting below error-
 
 
{code:java}
javax.net.ssl.SSLPeerUnverifiedException: Host name 'localhost' does not match 
the certificate subject provided by the peer (CN=demo-old.ofbiz.apache.org). 
Please find the attached screenshots for the same.{code}
 
 
It seems like some configurations are missing for solr plugins on these demo 
instances.
Please find attached the error logs from demo-trunk instance as shared by 
[~jleroux]. Thanks Jacques for providing the error logs from the instance.
 
 
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11382) Convert getContentAndDataResource service from mini-lang to groovy DSL

2020-02-22 Thread Ravi Lodhi (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042492#comment-17042492
 ] 

Ravi Lodhi commented on OFBIZ-11382:


I have attached the patch to convert getContentAndDataResource service from 
mini-lang to groovy DSL.

> Convert getContentAndDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11382
> URL: https://issues.apache.org/jira/browse/OFBIZ-11382
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: OFBIZ-11382_Trunk.patch
>
>
> Convert getContentAndDataResource service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11382) Convert getContentAndDataResource service from mini-lang to groovy DSL

2020-02-22 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi updated OFBIZ-11382:
---
Attachment: OFBIZ-11382_Trunk.patch

> Convert getContentAndDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11382
> URL: https://issues.apache.org/jira/browse/OFBIZ-11382
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: OFBIZ-11382_Trunk.patch
>
>
> Convert getContentAndDataResource service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11382) Convert getContentAndDataResource service from mini-lang to groovy DSL

2020-02-22 Thread Ravi Lodhi (Jira)


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

Ravi Lodhi reassigned OFBIZ-11382:
--

Assignee: Ravi Lodhi  (was: Devanshu Vyas)

> Convert getContentAndDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11382
> URL: https://issues.apache.org/jira/browse/OFBIZ-11382
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Ravi Lodhi
>Priority: Minor
>
> Convert getContentAndDataResource service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11118) Error rendering template on Sales Order : Order Entry Payment Settings page

2019-06-22 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-8:
---
Description: 
Steps to reproduce-
 1) Log in to order manager and navigate to order entry page 
([https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry]).
2) Select any customer and continue.
 3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank and 
continue.
 4) Add the product(s) to order and click on the *Finalize Order* link.
 5) Add/Select Ship-To Settings and continue.
 6) Select a shipping method and continue.
 7) Add Order Terms if any and continue. 
 8) The following error will appear on Sales Order: Order Entry Payment 
Settings page -
{noformat}
Error rendering included template at location 
[component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]: 
freemarker.template.TemplateNotFoundException: Template not found for name 
"component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl". 
The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 = 
org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
 loader2 = StringTemplateLoader(Map { })). 
{noformat}

  was:
Steps to reproduce-
 1) Log in to order manager and navigate to order entry page 
(https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry).
 ]2) Select any customer and continue.
 3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank and 
continue.
 4) Add the product(s) to order and click on the *Finalize Order* link.
 5) Add/Select Ship-To Settings and continue.
 6) Select a shipping method and continue.
 7) Add Order Terms if any and continue. 
 8) The following error will appear on Sales Order: Order Entry Payment 
Settings page -
{noformat}
Error rendering included template at location 
[component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]: 
freemarker.template.TemplateNotFoundException: Template not found for name 
"component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl". 
The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 = 
org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
 loader2 = StringTemplateLoader(Map { })). 
{noformat}


> Error rendering template on Sales Order : Order Entry Payment Settings page
> ---
>
> Key: OFBIZ-8
> URL: https://issues.apache.org/jira/browse/OFBIZ-8
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Ravi Lodhi
>Priority: Minor
> Attachments: OrderEntryPaymentSetttingsError.png
>
>
> Steps to reproduce-
>  1) Log in to order manager and navigate to order entry page 
> ([https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry]).
> 2) Select any customer and continue.
>  3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank 
> and continue.
>  4) Add the product(s) to order and click on the *Finalize Order* link.
>  5) Add/Select Ship-To Settings and continue.
>  6) Select a shipping method and continue.
>  7) Add Order Terms if any and continue. 
>  8) The following error will appear on Sales Order: Order Entry Payment 
> Settings page -
> {noformat}
> Error rendering included template at location 
> [component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]:
>  freemarker.template.TemplateNotFoundException: Template not found for name 
> "component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl".
>  The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 
> = 
> org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
>  loader2 = StringTemplateLoader(Map { })). 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-11118) Error rendering template on Sales Order : Order Entry Payment Settings page

2019-06-22 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-8:
---
Description: 
Steps to reproduce-
 1) Log in to order manager and navigate to order entry page 
(https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry).
 ]2) Select any customer and continue.
 3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank and 
continue.
 4) Add the product(s) to order and click on the *Finalize Order* link.
 5) Add/Select Ship-To Settings and continue.
 6) Select a shipping method and continue.
 7) Add Order Terms if any and continue. 
 8) The following error will appear on Sales Order: Order Entry Payment 
Settings page -
{noformat}
Error rendering included template at location 
[component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]: 
freemarker.template.TemplateNotFoundException: Template not found for name 
"component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl". 
The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 = 
org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
 loader2 = StringTemplateLoader(Map { })). 
{noformat}

  was:
Steps to reproduce-
1) Log in to order manager and navigate to order entry page 
([https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry).
]2) Select any customer and continue.
3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank and 
continue.
4) Add the product(s) to order and click on the *Finalize Order* link.
5) Add/Select Ship-To Settings and continue.
6) Select a shipping method and continue.
7) Add Order Terms if any and continue. 
8) The following error will appear on Sales Order: Order Entry Payment Settings 
page -
{noformat}
Error rendering included template at location 
[component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]: 
freemarker.template.TemplateNotFoundException: Template not found for name 
"component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl". 
The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 = 
org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
 loader2 = StringTemplateLoader(Map { })). 
{noformat}


> Error rendering template on Sales Order : Order Entry Payment Settings page
> ---
>
> Key: OFBIZ-8
> URL: https://issues.apache.org/jira/browse/OFBIZ-8
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Ravi Lodhi
>Priority: Minor
> Attachments: OrderEntryPaymentSetttingsError.png
>
>
> Steps to reproduce-
>  1) Log in to order manager and navigate to order entry page 
> (https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry).
>  ]2) Select any customer and continue.
>  3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank 
> and continue.
>  4) Add the product(s) to order and click on the *Finalize Order* link.
>  5) Add/Select Ship-To Settings and continue.
>  6) Select a shipping method and continue.
>  7) Add Order Terms if any and continue. 
>  8) The following error will appear on Sales Order: Order Entry Payment 
> Settings page -
> {noformat}
> Error rendering included template at location 
> [component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]:
>  freemarker.template.TemplateNotFoundException: Template not found for name 
> "component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl".
>  The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 
> = 
> org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
>  loader2 = StringTemplateLoader(Map { })). 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-11118) Error rendering template on Sales Order : Order Entry Payment Settings page

2019-06-22 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-8:
--

 Summary: Error rendering template on Sales Order : Order Entry 
Payment Settings page
 Key: OFBIZ-8
 URL: https://issues.apache.org/jira/browse/OFBIZ-8
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 16.11
Reporter: Ravi Lodhi
 Attachments: OrderEntryPaymentSetttingsError.png

Steps to reproduce-
1) Log in to order manager and navigate to order entry page 
([https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry).
]2) Select any customer and continue.
3) Enter Order Currency, Agreements, and Ship Dates or just leave as blank and 
continue.
4) Add the product(s) to order and click on the *Finalize Order* link.
5) Add/Select Ship-To Settings and continue.
6) Select a shipping method and continue.
7) Add Order Terms if any and continue. 
8) The following error will appear on Sales Order: Order Entry Payment Settings 
page -
{noformat}
Error rendering included template at location 
[component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl]: 
freemarker.template.TemplateNotFoundException: Template not found for name 
"component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl". 
The name was interpreted by this TemplateLoader: MultiTemplateLoader(loader1 = 
org.apache.ofbiz.base.util.template.FreeMarkerWorker$FlexibleTemplateLoader@2831db0,
 loader2 = StringTemplateLoader(Map { })). 
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10525) Print PDF function @ ViewFacilityInventoryByProduct generates flawed report

2019-06-22 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870176#comment-16870176
 ] 

Ravi Lodhi commented on OFBIZ-10525:


Hi [~pierresmits], thanks for pointing this out. It was added mistakenly. 
Removed the fix version.

> Print PDF function @ ViewFacilityInventoryByProduct generates flawed report
> ---
>
> Key: OFBIZ-10525
> URL: https://issues.apache.org/jira/browse/OFBIZ-10525
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Pierre Smits
>Priority: Major
> Attachments: ViewFacilityInventoryByProductReport.pdf, 
> ViewFacilityInventoryByProductReport_Latest_Trunk.pdf
>
>
> When  clicking on the 'Print (PDF) button - without any filtering applied - a 
> report is shown with code statements for:
>  * product type
>  * supplier
>  * status 
> See attached pdf



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10525) Print PDF function @ ViewFacilityInventoryByProduct generates flawed report

2019-06-22 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-10525:
---
Fix Version/s: (was: Release Branch 16.11)
   (was: Trunk)

> Print PDF function @ ViewFacilityInventoryByProduct generates flawed report
> ---
>
> Key: OFBIZ-10525
> URL: https://issues.apache.org/jira/browse/OFBIZ-10525
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Pierre Smits
>Priority: Major
> Attachments: ViewFacilityInventoryByProductReport.pdf, 
> ViewFacilityInventoryByProductReport_Latest_Trunk.pdf
>
>
> When  clicking on the 'Print (PDF) button - without any filtering applied - a 
> report is shown with code statements for:
>  * product type
>  * supplier
>  * status 
> See attached pdf



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OFBIZ-10525) Print PDF function @ ViewFacilityInventoryByProduct generates flawed report

2019-06-22 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi resolved OFBIZ-10525.

   Resolution: Cannot Reproduce
Fix Version/s: Release Branch 16.11

Followed the given steps on Trunk and Release-16.11 but unable to reproduce.

> Print PDF function @ ViewFacilityInventoryByProduct generates flawed report
> ---
>
> Key: OFBIZ-10525
> URL: https://issues.apache.org/jira/browse/OFBIZ-10525
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Release Branch 16.11, Trunk
>
> Attachments: ViewFacilityInventoryByProductReport.pdf, 
> ViewFacilityInventoryByProductReport_Latest_Trunk.pdf
>
>
> When  clicking on the 'Print (PDF) button - without any filtering applied - a 
> report is shown with code statements for:
>  * product type
>  * supplier
>  * status 
> See attached pdf



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10525) Print PDF function @ ViewFacilityInventoryByProduct generates flawed report

2019-06-22 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870150#comment-16870150
 ] 

Ravi Lodhi commented on OFBIZ-10525:


The issue no longer exists. I have checked it over 
[https://demo-trunk.ofbiz.apache.org|https://demo-trunk.ofbiz.apache.org/] 
instance. Please see attached the 
ViewFacilityInventoryByProductReport_Latest_Trunk.pdf file.

> Print PDF function @ ViewFacilityInventoryByProduct generates flawed report
> ---
>
> Key: OFBIZ-10525
> URL: https://issues.apache.org/jira/browse/OFBIZ-10525
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Trunk
>
> Attachments: ViewFacilityInventoryByProductReport.pdf, 
> ViewFacilityInventoryByProductReport_Latest_Trunk.pdf
>
>
> When  clicking on the 'Print (PDF) button - without any filtering applied - a 
> report is shown with code statements for:
>  * product type
>  * supplier
>  * status 
> See attached pdf



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10525) Print PDF function @ ViewFacilityInventoryByProduct generates flawed report

2019-06-22 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-10525:
---
Attachment: ViewFacilityInventoryByProductReport_Latest_Trunk.pdf

> Print PDF function @ ViewFacilityInventoryByProduct generates flawed report
> ---
>
> Key: OFBIZ-10525
> URL: https://issues.apache.org/jira/browse/OFBIZ-10525
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Trunk
>
> Attachments: ViewFacilityInventoryByProductReport.pdf, 
> ViewFacilityInventoryByProductReport_Latest_Trunk.pdf
>
>
> When  clicking on the 'Print (PDF) button - without any filtering applied - a 
> report is shown with code statements for:
>  * product type
>  * supplier
>  * status 
> See attached pdf



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10824) Error on Find Party screen

2019-05-29 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851528#comment-16851528
 ] 

Ravi Lodhi commented on OFBIZ-10824:


Hello [~rohit.hukkeri], 

Thanks for looking into it. I have checked it on trunk and the issue still 
exists.

Let me share some more clear steps to reproduce it.

1) Just create one new party.
2) Make sure to add postal address and telecom number for this party. Now go to 
Find Party screen and search for the newly created party with the added detail.
3) First Select Postal radio button and enter postal address detail that you 
added earlier for this party (enter value for atleast one of these fields: 
address1, address2, city, state, postal code) and click on search button. That 
newly created party should come in search result.
4) Now Select Telecom radio button and enter telecom detail that you added for 
this party earlier(enter value for atleast one of these fields: country code, 
area code or cotanct number) and click on search button.
5) The error will be displayed.

Thanks!

 

> Error on Find Party screen
> --
>
> Key: OFBIZ-10824
> URL: https://issues.apache.org/jira/browse/OFBIZ-10824
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Pawan Verma
>Priority: Minor
> Attachments: Error_Parties_Screen.png
>
>
> Getting error on Find Party screen while searching. Find the attached 
> screenshot for the same.
> Steps to regenerate:
> 1) Login to party manager and go to Parties screen.
> 2) Now search parties by the postal address detail by selecting Postal radio 
> button(Contact Information option).
> 3) Search results work fine.
> 4) Now search parties by telecom detail by selecting the Telecom radio button.
> 5) The error will be displayed.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10984) User can create Incoming shipment with wrong status

2019-04-27 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-10984:
--

 Summary: User can create Incoming shipment with wrong status
 Key: OFBIZ-10984
 URL: https://issues.apache.org/jira/browse/OFBIZ-10984
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Trunk
Reporter: Ravi Lodhi


User can create Incoming Purchase Shipment with wrong status e.g. Input (Status 
to track Outbound shipments)

Steps to reproduce:

1. Login to facility component 
[https://demo-trunk.ofbiz.apache.org/facility/control/main
]2. Go to  Shipments screen 
(https://demo-trunk.ofbiz.apache.org/facility/control/FindShipment) 
3. Click on New Shipment button to create a new Shipment.
4. Here all the statuses displayed are of outbound shipments but the user can 
also select any incoming shipment type from Shipment type ID dropdown it can be 
"Incoming Shipment", "Incoming Purchase Shipment" etc.
5. Select any status and Shipment type ID as "Incoming Purchase Shipment".
6. Shipment get's created successfully.

 

 

As per my knowledge, there is a different set of status to track the incoming 
and outgoing shipment. Here is the list of shipment status for the reference.
*Outbound Shipment Status:*
{code:java}







{code}




*Inbound Shipment Status:*
{code:java}



{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10885) Blank page appears after using Tell-A-Friend functionality while adding item to cart

2019-03-30 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-10885:
--

 Summary: Blank page appears after using Tell-A-Friend 
functionality while adding item to cart
 Key: OFBIZ-10885
 URL: https://issues.apache.org/jira/browse/OFBIZ-10885
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: Trunk
Reporter: Ravi Lodhi


Steps to reproduce:
1) Go to [https://demo-trunk.ofbiz.apache.org/ecomseo
]2) Click on any products from the Popular categories section. I clicked on 
Tiny Gizmo.
3) You will be redirected to the product detail page. You can see a link 
"Tell-A-Friend" just below the product's pricing detail.
4) Click on "Tell-A-Friend" link. A model will appear. Fill the necessary 
detail and submit the form.
5) Now add that item into the cart by clicking the "Add To Cart" button.
6) A blank page with a message "Tell A Friend Sorry" appears.

Expected: User should be redirected to the same product detail page after 
successfully adding an item.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10827) 404 error while creating new contact information from checkout page

2019-01-30 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-10827:
--

 Summary: 404 error while creating new contact information from 
checkout page
 Key: OFBIZ-10827
 URL: https://issues.apache.org/jira/browse/OFBIZ-10827
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: Trunk
Reporter: Ravi Lodhi


Steps to regenerate:
1) Register as a new customer or log in using valid customer credentials on 
e-commerce ([https://demo-trunk.ofbiz.apache.org/ecommerce).]
2) Add any item to cart. (I added GZ-1000 (Tiny Gizmo)
3) After adding the item click on "View Cart" from top of the screen. Shopping 
cart detail will be displayed.
4) Click on the Checkout button. A screen will appear to select shipping 
address and other detail.
5) Click on New Address link from the "Where shall we ship it?" section. A 
screen with the name "Create New Contact Information" appears.
6) Now click on the "Go Back" button to go back to the previous page. 404 error 
appears with the message "The requested URL 
/ecommerce/control/checkoutshippingaddress was not found on this server."

 

 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10824) Error on Find Party screen

2019-01-29 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-10824:
---
Priority: Minor  (was: Major)

> Error on Find Party screen
> --
>
> Key: OFBIZ-10824
> URL: https://issues.apache.org/jira/browse/OFBIZ-10824
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Minor
> Attachments: Error_Parties_Screen.png
>
>
> Getting error on Find Party screen while searching. Find the attached 
> screenshot for the same.
> Steps to regenerate:
> 1) Login to party manager and go to Parties screen.
> 2) Now search parties by the postal address detail by selecting Postal radio 
> button(Contact Information option).
> 3) Search results work fine.
> 4) Now search parties by telecom detail by selecting the Telecom radio button.
> 5) The error will be displayed.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10824) Error on Find Party screen

2019-01-29 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-10824:
--

 Summary: Error on Find Party screen
 Key: OFBIZ-10824
 URL: https://issues.apache.org/jira/browse/OFBIZ-10824
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Ravi Lodhi
 Attachments: Error_Parties_Screen.png

Getting error on Find Party screen while searching. Find the attached 
screenshot for the same.

Steps to regenerate:

1) Login to party manager and go to Parties screen.
2) Now search parties by the postal address detail by selecting Postal radio 
button(Contact Information option).
3) Search results work fine.
4) Now search parties by telecom detail by selecting the Telecom radio button.
5) The error will be displayed.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-10538) Promised Datetime & Current Promised Date values not getting updated in OISGIR Entity

2018-11-24 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1065#comment-1065
 ] 

Ravi Lodhi edited comment on OFBIZ-10538 at 11/24/18 8:21 AM:
--

I was looking into this, here are my findings,

In the create order process OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields are set by 
reserveOrderItemInventory service which is called from 
reserveProductInventoryByFacility service. 

While updating "Ship Before Date" from order detail page, it just updates the 
OrderItemShipGroup.shipByDate by calling the service updateOrderItemShipGroup. 
OrderItem.shipBeforeDate, OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields doesn't get updated.


was (Author: lodhiravi):
I was looking into this, here are my findings,

In the create order process OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields are set by 
reserverOrderItemInventory service which is called from 
reserveProductInventoryByFacility service. 

While updating "Ship Before Date" from order detail page, it just updates the 
OrderItemShipGroup.shipByDate by calling the service updateOrderItemShipGroup. 
OrderItem.shipBeforeDate, OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields doesn't get updated.

> Promised Datetime & Current Promised Date values not getting updated in 
> OISGIR Entity
> -
>
> Key: OFBIZ-10538
> URL: https://issues.apache.org/jira/browse/OFBIZ-10538
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, product
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Priority: Major
>
> While creating the sales order from the backend, if we set the 'Ship Before 
> Date' it will be stored in OrderItemShipGroup.shipByDate field and same will 
> be propagated to OrderItemShipGrpInvRes.promisedDateTime and 
> OrderItemShipGrpInvRes.currentPromisedDate fields.
>   
>  On updating the 'Ship Before Date' from the order view page later, the 
> promisedDateTime and currentPromisedDate get updated in OrderItemShipGroup 
> entity but remains the same in OrderItemShipGroupInvRes entity. 
>   
>  As OrderItemShipGrpInvRes.promisedDateTime & 
> OrderItemShipGrpInvRes.currentPromisedDate are being used in many services 
> like 'getOrderItemShipGroupEstimatedShipDate', 'getItemBackOrderedQuantity', 
> 'reserveProductInventory' etc., we should also update these on updating the 
> 'Ship Before Date' from the order overview page. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10538) Promised Datetime & Current Promised Date values not getting updated in OISGIR Entity

2018-10-27 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1065#comment-1065
 ] 

Ravi Lodhi commented on OFBIZ-10538:


I was looking into this, here are my findings,

In the create order process OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields are set by 
reserverOrderItemInventory service which is called from 
reserveProductInventoryByFacility service. 

While updating "Ship Before Date" from order detail page, it just updates the 
OrderItemShipGroup.shipByDate by calling the service updateOrderItemShipGroup. 
OrderItem.shipBeforeDate, OrderItemShipGrpInvRes.promisedDateTime and 
OrderItemShipGrpInvRes.currentPromisedDate fields doesn't get updated.

> Promised Datetime & Current Promised Date values not getting updated in 
> OISGIR Entity
> -
>
> Key: OFBIZ-10538
> URL: https://issues.apache.org/jira/browse/OFBIZ-10538
> Project: OFBiz
>  Issue Type: Bug
>  Components: order, product
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Priority: Major
>
> While creating the sales order from the backend, if we set the 'Ship Before 
> Date' it will be stored in OrderItemShipGroup.shipByDate field and same will 
> be propagated to OrderItemShipGrpInvRes.promisedDateTime and 
> OrderItemShipGrpInvRes.currentPromisedDate fields.
>   
>  On updating the 'Ship Before Date' from the order view page later, the 
> promisedDateTime and currentPromisedDate get updated in OrderItemShipGroup 
> entity but remains the same in OrderItemShipGroupInvRes entity. 
>   
>  As OrderItemShipGrpInvRes.promisedDateTime & 
> OrderItemShipGrpInvRes.currentPromisedDate are being used in many services 
> like 'getOrderItemShipGroupEstimatedShipDate', 'getItemBackOrderedQuantity', 
> 'reserveProductInventory' etc., we should also update these on updating the 
> 'Ship Before Date' from the order overview page. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-9900) Unable to create event in SFA component

2018-10-27 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665992#comment-16665992
 ] 

Ravi Lodhi commented on OFBIZ-9900:
---

OFBIZ-10583 is the duplicate ticket of this. Can close at least one of them.

 

 

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-9900) Unable to create event in SFA component

2018-10-27 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-9900:
--
Affects Version/s: Trunk

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-9900) Unable to create event in SFA component

2018-10-27 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665950#comment-16665950
 ] 

Ravi Lodhi edited comment on OFBIZ-9900 at 10/27/18 6:29 AM:
-

EditEvent form extends EditCalEvent form and both the form have statusId field. 
EditCalEvent adds this field when the 'use-when' condition is true and form 
renderer doesn't merge fields with the same name if the use-when attribute is 
used.  Due to this when creating a new event, the list gets passed in the 
String field statusId of workEffortPartyAssignment entity. This is causing the 
error.

Need to think on the merging of form field on extending forms. But in the 
current functionality removing the statusId field from the EditEvent form 
resolve the issue as this field gets added from its parent. Provided the patch 
for the same.

Lookup used for selecting "To Party Id" is a generic party lookup but the 
Create Event process required the parties having CAL_OWNER role. If the party 
have that role everything will work fine.

 

Thanks!

 


was (Author: lodhiravi):
EditEvent form extends EditCalEvent form and both the form have statusId field. 
EditCalEvent adds this field when the 'use-when' condition is true and form 
renderer doesn't merge fields with the same name if the use-when attribute is 
used.  Due to this when creating a new event, the list gets passed in the 
String field statusId of workEffortPartyAssignment entity. This is causing the 
error.

Need to think on the merging of form field on extending forms. But in the 
current functionality removing the statusId field from the EditEvent form 
resolve the issue as this field gets added from its parent. Provided the patch 
for the same.

Thanks!

 

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-9900) Unable to create event in SFA component

2018-10-27 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665950#comment-16665950
 ] 

Ravi Lodhi commented on OFBIZ-9900:
---

EditEvent form extends EditCalEvent form and both the form have statusId field. 
EditCalEvent adds this field when the 'use-when' condition is true and form 
renderer doesn't merge fields with the same name if the use-when attribute is 
used.  Due to this when creating a new event, the list gets passed in the 
String field statusId of workEffortPartyAssignment entity. This is causing the 
error.

Need to think on the merging of form field on extending forms. But in the 
current functionality removing the statusId field from the EditEvent form 
resolve the issue as this field gets added from its parent. Provided the patch 
for the same.

Thanks!

 

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-9900) Unable to create event in SFA component

2018-10-26 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-9900:
--
Fix Version/s: Trunk
   Release Branch 16.11

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-9900) Unable to create event in SFA component

2018-10-26 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-9900:
--
Fix Version/s: (was: Release Branch 16.11)

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: Trunk
>
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-9900) Unable to create event in SFA component

2018-10-26 Thread Ravi Lodhi (JIRA)


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

Ravi Lodhi updated OFBIZ-9900:
--
Attachment: OFBIZ-9900-Trunk.patch

> Unable to create event in SFA component
> ---
>
> Key: OFBIZ-9900
> URL: https://issues.apache.org/jira/browse/OFBIZ-9900
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Attachments: OFBIZ-9900-Trunk.patch
>
>
> Steps-
> 1) Open URL 
> https://demo-trunk.ofbiz.apache.org/sfa/control/createWorkEffortAndPartyAssign
> 2) In SFA component, create an event by clicking on "Create new".
> 3) Fill in the information with name and select "To party id" (except admin).
> Expected: Event should be successfully created
> Actual: Unable to create event



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10238) Last 3 Months Sales Report not Working

2018-09-22 Thread Ravi Lodhi (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16624595#comment-16624595
 ] 

Ravi Lodhi commented on OFBIZ-10238:


h3. The empty report was due to the empty BI database. This report requires to 
feed the BI database. Then only new approved orders will be taken into account 
and it is already mentioned on top of the page. I have just executed 
*"quickInitDataWarehouse"* to feed the data and now able to generate the report.

> Last 3 Months Sales Report not Working 
> ---
>
> Key: OFBIZ-10238
> URL: https://issues.apache.org/jira/browse/OFBIZ-10238
> Project: OFBiz
>  Issue Type: Bug
> Environment: demo-trunk.ofbiz.apache.org/
>Reporter: Aayush jain
>Priority: Major
> Attachments: 
> screencapture-demo-trunk-ofbiz-apache-org-ordermgr-control-Last3MonthsSalesReport-pdf-1519472089670.png
>
>
> Steps:
>  # Open URL 
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/OrderPurchaseReportOptions]
>  # Navigate to Last 3 Months Sales Report
>  # Click on Run Button
> Actual: No data found, displaying an Empty Report
>  
> Kindly refer attachment for the same. Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-8152) Error on Sorting from Child Communication Events section on Communication Event page

2016-09-06 Thread Ravi Lodhi (JIRA)

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

Ravi Lodhi updated OFBIZ-8152:
--
Assignee: Ravi Lodhi

> Error on Sorting from Child Communication Events section on Communication 
> Event page
> 
>
> Key: OFBIZ-8152
> URL: https://issues.apache.org/jira/browse/OFBIZ-8152
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
>
> Steps To Regenerate:
> 1) Go to Party component -> Find Communications
> 2) Go to Detail page of any Communication event having Child Communication 
> Events.
> 3) Try to sort from Child Communication Events section and see the error at 
> the bottom of the page.
> {code}
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://party/widget/partymgr/CommunicationEventScreens.xml#ViewCommunicationEvent]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: Roll back 
> error, could not commit transaction, was rolled back instead because of: 
> Error in Service [executeFind]: Error running Find on the 
> CustRequestAndCommEvent entity: Field with name subject not found in the 
> CustRequestAndCommEvent Entity (Roll back error, could not commit 
> transaction, was rolled back instead because of: Error in Service 
> [executeFind]: Error running Find on the CustRequestAndCommEvent entity: 
> Field with name subject not found in the CustRequestAndCommEvent Entity)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8152) Error on Sorting from Child Communication Events section on Communication Event page

2016-09-06 Thread Ravi Lodhi (JIRA)

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

Ravi Lodhi updated OFBIZ-8152:
--
Assignee: (was: Ravi Lodhi)

> Error on Sorting from Child Communication Events section on Communication 
> Event page
> 
>
> Key: OFBIZ-8152
> URL: https://issues.apache.org/jira/browse/OFBIZ-8152
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Priority: Minor
>
> Steps To Regenerate:
> 1) Go to Party component -> Find Communications
> 2) Go to Detail page of any Communication event having Child Communication 
> Events.
> 3) Try to sort from Child Communication Events section and see the error at 
> the bottom of the page.
> {code}
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://party/widget/partymgr/CommunicationEventScreens.xml#ViewCommunicationEvent]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: Roll back 
> error, could not commit transaction, was rolled back instead because of: 
> Error in Service [executeFind]: Error running Find on the 
> CustRequestAndCommEvent entity: Field with name subject not found in the 
> CustRequestAndCommEvent Entity (Roll back error, could not commit 
> transaction, was rolled back instead because of: Error in Service 
> [executeFind]: Error running Find on the CustRequestAndCommEvent entity: 
> Field with name subject not found in the CustRequestAndCommEvent Entity)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8152) Error on Sorting from Child Communication Events section on Communication Event page

2016-09-06 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-8152:
-

 Summary: Error on Sorting from Child Communication Events section 
on Communication Event page
 Key: OFBIZ-8152
 URL: https://issues.apache.org/jira/browse/OFBIZ-8152
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi
Priority: Minor


Steps To Regenerate:
1) Go to Party component -> Find Communications
2) Go to Detail page of any Communication event having Child Communication 
Events.
3) Try to sort from Child Communication Events section and see the error at the 
bottom of the page.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8151) Update Party Invitation does not honour "To Name" field

2016-09-06 Thread Ravi Lodhi (JIRA)

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

Ravi Lodhi updated OFBIZ-8151:
--
Attachment: OFBIZ-8151_trunk.patch

> Update Party Invitation does not honour "To Name" field
> ---
>
> Key: OFBIZ-8151
> URL: https://issues.apache.org/jira/browse/OFBIZ-8151
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
>Priority: Minor
> Attachments: OFBIZ-8151_trunk.patch
>
>
> Steps To Regenerate:
> 1) Login to Party component.
> 2) Navigate to Invitation screen and create a new Party Invitation. Do not 
> leave To Name field empty. Invitation gets created successfully.
> 3) Now update that party invitation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8151) Update Party Invitation does not honour "To Name" field

2016-09-06 Thread Ravi Lodhi (JIRA)
Ravi Lodhi created OFBIZ-8151:
-

 Summary: Update Party Invitation does not honour "To Name" field
 Key: OFBIZ-8151
 URL: https://issues.apache.org/jira/browse/OFBIZ-8151
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Trunk
Reporter: Ravi Lodhi
Assignee: Ravi Lodhi
Priority: Minor


Steps To Regenerate:
1) Login to Party component.
2) Navigate to Invitation screen and create a new Party Invitation. Do not 
leave To Name field empty. Invitation gets created successfully.
3) Now update that party invitation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7830) Upload Communication Content functionality is not working from the Internal Note creation screen

2016-08-27 Thread Ravi Lodhi (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441361#comment-15441361
 ] 

Ravi Lodhi commented on OFBIZ-7830:
---

Thanks for looking into this. There are separate sections to store information 
related to communication event (Subject, content etc) and for uploading 
content. So I think there is no need to subject, content etc. when uploading 
content.

Uploaded patch to fix this.

> Upload Communication Content functionality is not working from the Internal 
> Note creation screen
> 
>
> Key: OFBIZ-7830
> URL: https://issues.apache.org/jira/browse/OFBIZ-7830
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
> Attachments: OFBIZ-7830_trunk.patch
>
>
> 1) Go to Party component.
> 2) Navigate to My Communication page.
> 3) Go to create New Internal Note screen.
> 4) Here under Communication Content section, try to upload any content.
> Not be able to upload any content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-7830) Upload Communication Content functionality is not working from the Internal Note creation screen

2016-08-27 Thread Ravi Lodhi (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441361#comment-15441361
 ] 

Ravi Lodhi edited comment on OFBIZ-7830 at 8/27/16 11:56 AM:
-

Thanks for looking into this. There are separate sections to store information 
related to communication event (Subject, content etc) and for uploading 
content. So I think there is no need to save subject, content etc. when 
uploading content.

Uploaded patch to fix this.


was (Author: lodhiravi):
Thanks for looking into this. There are separate sections to store information 
related to communication event (Subject, content etc) and for uploading 
content. So I think there is no need to subject, content etc. when uploading 
content.

Uploaded patch to fix this.

> Upload Communication Content functionality is not working from the Internal 
> Note creation screen
> 
>
> Key: OFBIZ-7830
> URL: https://issues.apache.org/jira/browse/OFBIZ-7830
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
> Attachments: OFBIZ-7830_trunk.patch
>
>
> 1) Go to Party component.
> 2) Navigate to My Communication page.
> 3) Go to create New Internal Note screen.
> 4) Here under Communication Content section, try to upload any content.
> Not be able to upload any content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-7628) Add Communication Event Roles functionality is not working

2016-08-27 Thread Ravi Lodhi (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15441308#comment-15441308
 ] 

Ravi Lodhi edited comment on OFBIZ-7628 at 8/27/16 11:27 AM:
-

The problem comes from a javascript error. The form used to add communication 
event role (AddEventRole) from the "Internal Noes" screen and the location 
listed above was using "EditEmail" form to save communication-related 
information when adding communication event role and that form is available in 
OFBiz but not on that particular screen.

There are separate sections to save communication event related information 
(subject, content etc) and to add communication event role. So I think there is 
no need to save subject, content etc. when adding communication event role.


was (Author: lodhiravi):
The problem comes from a javascript error. The form used to add communication 
event role (AddEventRole) from the "Internal Noes" screen was using "EditEmail" 
form to save communication-related information when adding communication event 
role and that form is available in OFBiz but not on that particular screen.

There are separate sections to save communication event related information 
(subject, content etc) and to add communication event role. So I think there is 
no need to save subject, content etc. when adding communication event role.

> Add Communication Event Roles functionality is not working
> --
>
> Key: OFBIZ-7628
> URL: https://issues.apache.org/jira/browse/OFBIZ-7628
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
> Attachments: AddCommunicationRole.png, OFBIZ-7628_trunk.patch
>
>
> Steps to regenerate:
> 1) Go to Party component.
> 2) Then go to Communication page. Find ant communication and go to detail 
> page.
> 3) Now go to Role(s) screen.
> 4) Try to add any role from the "Communication Event Roles" section. "Add 
> Role" link is not working.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7628) Add Communication Event Roles functionality is not working

2016-08-27 Thread Ravi Lodhi (JIRA)

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

Ravi Lodhi updated OFBIZ-7628:
--
Attachment: OFBIZ-7628_trunk.patch

> Add Communication Event Roles functionality is not working
> --
>
> Key: OFBIZ-7628
> URL: https://issues.apache.org/jira/browse/OFBIZ-7628
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Ravi Lodhi
>Assignee: Ravi Lodhi
> Attachments: AddCommunicationRole.png, OFBIZ-7628_trunk.patch
>
>
> Steps to regenerate:
> 1) Go to Party component.
> 2) Then go to Communication page. Find ant communication and go to detail 
> page.
> 3) Now go to Role(s) screen.
> 4) Try to add any role from the "Communication Event Roles" section. "Add 
> Role" link is not working.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)