[jira] [Created] (OFBIZ-9322) Remove all dependencies from OFBiz framework to plugins

2017-04-15 Thread Taher Alkhateeb (JIRA)
Taher Alkhateeb created OFBIZ-9322:
--

 Summary: Remove all dependencies from OFBiz framework to plugins
 Key: OFBIZ-9322
 URL: https://issues.apache.org/jira/browse/OFBIZ-9322
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Upcoming Release
Reporter: Taher Alkhateeb
Assignee: Taher Alkhateeb
Priority: Minor


The OFBiz [framework 
repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk] fails 
to build and run tests unless the [plugins 
repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk] is added 
first.

The reason for this failure is mostly due to dependencies of some tests defined 
in the framework on data that is defined in the ecommerce plugin.

The purpose of this JIRA is to completely remove all these dependencies and 
achieve a successful build of the framework using the command "./gradlew 
cleanAll loadDefault testIntegration"

This task requires multiple different approaches including:
- Moving some demo data from ecommerce to framework
- Moving some tests where relevant from framework to ecommerce
- Refactoring and/or removing some tests to disentangle the dependencies



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7322) Company Logo is missing at Print Pick Sheet PDF

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7322:


BTW, among many menials tasks, we should update this login in trunk ;)

> Company Logo is missing at Print Pick Sheet PDF 
> 
>
> Key: OFBIZ-7322
> URL: https://issues.apache.org/jira/browse/OFBIZ-7322
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Pawan Verma
>Priority: Minor
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-7322.patch
>
>
> Steps to regenerate:
> 1) Go to Facility component. Select a facility and submit (Facility for which 
> some orders are available in ready to pick status).
> 2) Now go to picking screen.
> 3) From the list of ready to pick orders try to print Pick sheet by clicking 
> on "Print Pick Sheet" button.
> 4) See the logo is missing in pdf.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9196) Regression: a commit between R15 and the Gradle switch uses/blocks the ports

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9196:


Fixed in R16 branch at r1791513, thanks Taher!

> Regression: a commit between R15 and the Gradle switch uses/blocks the ports
> 
>
> Key: OFBIZ-9196
> URL: https://issues.apache.org/jira/browse/OFBIZ-9196
> Project: OFBiz
>  Issue Type: Bug
>  Components: Gradle
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Release, 16.11.02
>
>
> We got an issue on Buildbot because of a Puppet misconfiguration which was 
> always using the port 8080. Pre-gradle OFBiz tests were still running fine on 
> Buildbot.
> Before the Puppet misconfiguration fix by infra (INFRA-13402), to bypass this 
> issue I tried last weekend to use portoffset in Gradle versions. From the 
> documentation, it's theoretically possible but does not work.
> Taher suggested, to get back to the previous behaviour were tests were not 
> using/blocking the 8080 port, and to have a look into Config.java...
> It's a regression because it was nice to not have ports blocked during tests, 
> as it was before Gradle. So you can use another (or more) OFBiz instance 
> while running tests, and vice-versa.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9196) Regression: a commit between R15 and the Gradle switch uses/blocks the ports

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-9196.
--
Resolution: Fixed

> Regression: a commit between R15 and the Gradle switch uses/blocks the ports
> 
>
> Key: OFBIZ-9196
> URL: https://issues.apache.org/jira/browse/OFBIZ-9196
> Project: OFBiz
>  Issue Type: Bug
>  Components: Gradle
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Release, 16.11.02
>
>
> We got an issue on Buildbot because of a Puppet misconfiguration which was 
> always using the port 8080. Pre-gradle OFBiz tests were still running fine on 
> Buildbot.
> Before the Puppet misconfiguration fix by infra (INFRA-13402), to bypass this 
> issue I tried last weekend to use portoffset in Gradle versions. From the 
> documentation, it's theoretically possible but does not work.
> Taher suggested, to get back to the previous behaviour were tests were not 
> using/blocking the 8080 port, and to have a look into Config.java...
> It's a regression because it was nice to not have ports blocked during tests, 
> as it was before Gradle. So you can use another (or more) OFBiz instance 
> while running tests, and vice-versa.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


OK it's from OFBIZ-7522 my bad :D

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, Image 001.png, OFBIZ-9225.patch, 
> OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Ha sorry I confused with another issue I guess. This is the image I was 
referring to 
!https://issues.apache.org/jira/secure/attachment/12812113/PR_1.png!

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, Image 001.png, OFBIZ-9225.patch, 
> OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Also I dont' quite understand why you uploaded !EditOrderQty.png!. How is it 
related with the issue at hand? Because it's used to create the configurable 
product?


> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, Image 001.png, OFBIZ-9225.patch, 
> OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Ah OK, I confused the ship group line and the quantity column :/ Maybe we could 
do a better UI and have the edit qty input field near the the ordered label ;)
What do you think?

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, Image 001.png, OFBIZ-9225.patch, 
> OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9225:
---
Attachment: Image 001.png

Yes of course but then?
!Image 001.png!

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, Image 001.png, OFBIZ-9225.patch, 
> OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9321) User should be notified with success message on Send Report by Mail from View Quote page

2017-04-15 Thread Aditya Sharma (JIRA)
Aditya Sharma created OFBIZ-9321:


 Summary: User should be notified with success message on Send 
Report by Mail from View Quote page
 Key: OFBIZ-9321
 URL: https://issues.apache.org/jira/browse/OFBIZ-9321
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Reporter: Aditya Sharma
Assignee: Aditya Sharma
Priority: Minor


Steps to regenerate:
1. Go to Order component (https://localhost:8443/ordermgr/control/main)
2. Click on Quotes submenu (directing to 
https://localhost:8443/ordermgr/control/FindQuote)
3. Click on Find button.
4. Click on any quoteId (directing to 
https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001)
5. Click on Send Report by Mail button. (directing to 
https://localhost:8443/ordermgr/control/EditQuoteReportMail?emailType=PRDS_QUO_CONFIRM"eId=CQ0001)
6. Fill SendTo, SendCC and Note and Click Submit button.
7. On success, user should be notified with success message as "Email is 
scheduled".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9320) User should be notified with success message on subscribing newsletter from ecommerce

2017-04-15 Thread Aditya Sharma (JIRA)
Aditya Sharma created OFBIZ-9320:


 Summary: User should be notified with success message on 
subscribing newsletter from ecommerce
 Key: OFBIZ-9320
 URL: https://issues.apache.org/jira/browse/OFBIZ-9320
 Project: OFBiz
  Issue Type: Improvement
  Components: ecommerce
Reporter: Aditya Sharma
Assignee: Aditya Sharma
Priority: Minor


Steps to regenerate:
1. Go to Ecommerce component (https://localhost:8443/ecommerce/control/main)
2. In Sign Up For Contact List section from the left panel, select contactList 
for Newsletter.
3. Fill out email and Click on subscribe button.
There is no success message displayed to end user stating success of the action.
At Service level, success message should also be there in the result.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9319) ScreenRenderException on sending report by mail from View Quote page

2017-04-15 Thread Aditya Sharma (JIRA)

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

Aditya Sharma updated OFBIZ-9319:
-
Attachment: screenshot-1.png

> ScreenRenderException on sending report by mail from View Quote page
> 
>
> Key: OFBIZ-9319
> URL: https://issues.apache.org/jira/browse/OFBIZ-9319
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> Steps to regenerate:
> 1. Go to Order component (https://localhost:8443/ordermgr/control/main)
> 2. Click on Quotes submenu (directing to 
> https://localhost:8443/ordermgr/control/FindQuote)
> 3. Click on Find button.
> 4. Click on any quoteId (directing to 
> https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001)
> 5. Click on Send Report by Mail button. (directing to 
> https://localhost:8443/ordermgr/control/EditQuoteReportMail?emailType=PRDS_QUO_CONFIRM"eId=CQ0001)
> 6. Fill SendTo, SendCC and Note and Click Submit button.
> It shows a ScreenRenderException.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-9225:
-

We have EditItems button on Actions section on View Order page. 

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9319) ScreenRenderException on sending report by mail from View Quote page

2017-04-15 Thread Aditya Sharma (JIRA)
Aditya Sharma created OFBIZ-9319:


 Summary: ScreenRenderException on sending report by mail from View 
Quote page
 Key: OFBIZ-9319
 URL: https://issues.apache.org/jira/browse/OFBIZ-9319
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 16.11
Reporter: Aditya Sharma
Assignee: Aditya Sharma
Priority: Minor


Steps to regenerate:
1. Go to Order component (https://localhost:8443/ordermgr/control/main)
2. Click on Quotes submenu (directing to 
https://localhost:8443/ordermgr/control/FindQuote)
3. Click on Find button.
4. Click on any quoteId (directing to 
https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001)
5. Click on Send Report by Mail button. (directing to 
https://localhost:8443/ordermgr/control/EditQuoteReportMail?emailType=PRDS_QUO_CONFIRM"eId=CQ0001)
6. Fill SendTo, SendCC and Note and Click Submit button.
It shows a ScreenRenderException.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Mmm I must say it's not still quite clear to me, how do you get there from an 
order view?

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Thanks Deepak,

I supposed it was in the order view, it's clear now :)

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9318) Create New Quote button is duplicated on View Quote page

2017-04-15 Thread Aditya Sharma (JIRA)
Aditya Sharma created OFBIZ-9318:


 Summary: Create New Quote button is duplicated on View Quote page
 Key: OFBIZ-9318
 URL: https://issues.apache.org/jira/browse/OFBIZ-9318
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 16.11
Reporter: Aditya Sharma
Assignee: Aditya Sharma
Priority: Minor
 Attachments: screenshot-1.png

Steps to regenerate:
1. Go to Order component (https://localhost:8443/ordermgr/control/main)
2. Click on Quotes submenu (directing to 
https://localhost:8443/ordermgr/control/FindQuote)
3. Click on Find button.
4. Click on any quoteId (directing to 
https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001)
5. Create New Quote button is duplicated.

With OFBIZ-7841, to make it consistent Create New Quote button added to menu 
bar so we can remove the other button.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9318) Create New Quote button is duplicated on View Quote page

2017-04-15 Thread Aditya Sharma (JIRA)

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

Aditya Sharma updated OFBIZ-9318:
-
Attachment: screenshot-1.png

> Create New Quote button is duplicated on View Quote page
> 
>
> Key: OFBIZ-9318
> URL: https://issues.apache.org/jira/browse/OFBIZ-9318
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> Steps to regenerate:
> 1. Go to Order component (https://localhost:8443/ordermgr/control/main)
> 2. Click on Quotes submenu (directing to 
> https://localhost:8443/ordermgr/control/FindQuote)
> 3. Click on Find button.
> 4. Click on any quoteId (directing to 
> https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001)
> 5. Create New Quote button is duplicated.
> With OFBIZ-7841, to make it consistent Create New Quote button added to menu 
> bar so we can remove the other button.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9303) Remove hard-coded success/error message variables set in service output

2017-04-15 Thread Devanshu Vyas (JIRA)

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

Devanshu Vyas updated OFBIZ-9303:
-
Attachment: OFBIZ-9303.patch

> Remove hard-coded success/error message variables set in service output 
> 
>
> Key: OFBIZ-9303
> URL: https://issues.apache.org/jira/browse/OFBIZ-9303
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-9303.patch
>
>
> I found that certain services in OFBiz set error/success message values in o 
> hard-codedly like:
> {code}
> result.put("errorMessage", errMsg);
> result.put("successMessage", message);
> {code}
> I think it shouldn't be set like this, as we have constants in ModelService 
> class for this purpose. 
> ModelService.ERROR_MESSAGE/ModelService.SUCCESS_MESSAGE should be used to set 
> the error and success messages, for in case we want to change the constant's 
> value, no services will be affected.
> {code}
> result.put(ModelService.ERROR_MESSAGE, errMsg);
> result.put(ModelService.SUCCESS_MESSAGE, errMsg);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9220) Employment Applications in Party manager does not list any record even if they exist.

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-9220.
---
   Resolution: Fixed
Fix Version/s: 16.11.02
   Upcoming Release

> Employment Applications in Party manager does not list any record even if 
> they exist.
> -
>
> Key: OFBIZ-9220
> URL: https://issues.apache.org/jira/browse/OFBIZ-9220
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Reporter: Aditya Sharma
>Assignee: Deepak Dixit
> Fix For: Upcoming Release, 16.11.02
>
> Attachments: OFBIZ-9220.patch
>
>
> Steps to reproduce:
> 1. Go to party manager.
> 2. Find party Company (or any party) and navigate to Employment Application 
> tab.
> 3. Now create Employment Application from Add Employment Applications. It 
> will show newly created Employment Application.
> 4. Navigate to Employment Application again, list is not updated with newly 
> created Employment Application (in fact it never has any Employment 
> Application listed even if it exists).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9220) Employment Applications in Party manager does not list any record even if they exist.

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-9220:
-

This has been done at 
Framework Trunk at r#1791490
Release 16.11 at r#r791492

Thanks Aditya Sharma for you contribution. 

> Employment Applications in Party manager does not list any record even if 
> they exist.
> -
>
> Key: OFBIZ-9220
> URL: https://issues.apache.org/jira/browse/OFBIZ-9220
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Reporter: Aditya Sharma
>Assignee: Deepak Dixit
> Attachments: OFBIZ-9220.patch
>
>
> Steps to reproduce:
> 1. Go to party manager.
> 2. Find party Company (or any party) and navigate to Employment Application 
> tab.
> 3. Now create Employment Application from Add Employment Applications. It 
> will show newly created Employment Application.
> 4. Navigate to Employment Application again, list is not updated with newly 
> created Employment Application (in fact it never has any Employment 
> Application listed even if it exists).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-9220) Employment Applications in Party manager does not list any record even if they exist.

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-9220:
---

Assignee: Deepak Dixit  (was: Aditya Sharma)

> Employment Applications in Party manager does not list any record even if 
> they exist.
> -
>
> Key: OFBIZ-9220
> URL: https://issues.apache.org/jira/browse/OFBIZ-9220
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Reporter: Aditya Sharma
>Assignee: Deepak Dixit
> Attachments: OFBIZ-9220.patch
>
>
> Steps to reproduce:
> 1. Go to party manager.
> 2. Find party Company (or any party) and navigate to Employment Application 
> tab.
> 3. Now create Employment Application from Add Employment Applications. It 
> will show newly created Employment Application.
> 4. Navigate to Employment Application again, list is not updated with newly 
> created Employment Application (in fact it never has any Employment 
> Application listed even if it exists).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-9251) Add support for 'set-if-null' and 'set-if-empty' attributes on screens for set element.

2017-04-15 Thread Aditya Sharma (JIRA)

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

Aditya Sharma reassigned OFBIZ-9251:


Assignee: Aditya Sharma

> Add support for 'set-if-null' and 'set-if-empty' attributes on screens for 
> set element.
> ---
>
> Key: OFBIZ-9251
> URL: https://issues.apache.org/jira/browse/OFBIZ-9251
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>
> "set-if-null" controls if field can be set to null and "set-if-empty" 
> controls if field can be set to an empty value. Both these attributes are 
> supported by "set" element of simple-method and similar support should be 
> there on the screen.
> As stated in the discussion:
> http://ofbiz.markmail.org/thread/hembr4hiabgwr7cs



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit updated OFBIZ-9225:

Attachment: EditOrderQty.png

Attached screen shot for edit order qty. 

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: EditOrderQty.png, OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9317) WorkEffort shows error on adding party with specific role to Timesheet.

2017-04-15 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9317:
-
Attachment: OFBIZ-9317.patch

Any party is associated to a Timesheet on specific role, hence it is necessary 
that party should be in that role first (PartyRole).
Added code which make sure the party should be in given role (i.e service call 
to ensurePartyRole).

> WorkEffort shows error on adding party with specific role to Timesheet. 
> 
>
> Key: OFBIZ-9317
> URL: https://issues.apache.org/jira/browse/OFBIZ-9317
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: OFBIZ-9317.patch, screenshot-1.png
>
>
> 1) Go to WorkEffort component.
> 2) Click on Timesheet tab 
> [https://localhost:8443/workeffort/control/FindTimesheet].
> 3) Click on Find button.
> 4) Choose any timesheet 
> [https://localhost:8443/workeffort/control/EditTimesheet?timesheetId=1]
> 5) Click on Parties Tab 
> [https://localhost:8443/workeffort/control/EditTimesheetRoles?timesheetId=1]
> 6) Choose any party from look up and click on Add.
> 7) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7522) Hide user inputs for Location/Lot# for fully issued components against production run task

2017-04-15 Thread Pierre Smits (JIRA)

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

Pierre Smits commented on OFBIZ-7522:
-

Apparently [~anujjain]/[~anuj.jain] is still working the issue. Let's see if we 
can get a response...

> Hide user inputs for Location/Lot# for fully issued components against 
> production run task
> --
>
> Key: OFBIZ-7522
> URL: https://issues.apache.org/jira/browse/OFBIZ-7522
> Project: OFBiz
>  Issue Type: Improvement
>  Components: manufacturing
>Affects Versions: 14.12.01, 15.12.01
>Reporter: Swapnil Shah
>Assignee: Anuj Jain
>Priority: Minor
> Attachments: OFBIZ-7522-A.patch, OFBIZ-7522.patch, PR_1.png
>
>
> Once any component item gets fully issued then also we allow user to enter 
> the location/lot# etc. under 'Materials Required By The Running Task' panel, 
> like we do for un-issued or partially issued components. 
> We can possible hide user selection and text entry against such fully issued 
> items and show it only if remaining to be issued qty > 0
> Please refer to attached screenshot for reference.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-04-15 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9316:
-
Attachment: OFBIZ-9316.patch

Screen displays the error for required parameter contactMechTypeId is missing. 
When contactMechId is empty the service creates a new contact mech by 
createPartyContactMech where the contactMechTypeId is validated properly. 
Hence, made the service(createWorkEffortContactMech) parameter 
contactMechTypeId as optional true that was set to false in 
[OFBIZ-9097|https://issues.apache.org/jira/browse/OFBIZ-9097].

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: OFBIZ-9316.patch, screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Sorry Deepak,

I tried that 1 hour ago, I see how to change price and ship group, but I don't 
find where to change the quantity :-o

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Release Branch 14.12, Release Branch 15.12, Upcoming 
> Release, 16.11.02
>
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-9225.
---
   Resolution: Fixed
Fix Version/s: Release Branch 14.12
   Release Branch 15.12
   16.11.02
   Upcoming Release

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Fix For: Upcoming Release, 16.11.02, Release Branch 15.12, 
> Release Branch 14.12
>
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-9225:
-

This has been committed at 
Framework Trunk at r#1791475
Release16.11 at r#1791476
Release15.12 at r#1791477
Release14.12 at r#1791478


Thanks Suraj Khurana for your contribution.


> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-9225:
-

Thanks Jacques,

We can change order item quantity from edit order item page.
https://ofbiz-vm2.apache.org:8443/ordermgr/control/editOrderItems?orderId=WSCO10003



> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-7120) Multisite support in specialpurpose/cmssite

2017-04-15 Thread Mohammed Rehan Khan (JIRA)

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

Mohammed Rehan Khan updated OFBIZ-7120:
---
Attachment: OFBIZ-7120-branch-16.11.patch
OFBIZ-7120-framework.patch

Hi Community,

After the implementation of new servlet filter for controller related logic, 
the multisite feature was not working properly due to URL modification. This 
control filter can not be applied to cmssite because that web application is 
intended to use dynamically publish URL.
So we can remove the control filter from web.xml of cmssite.

Thanks [~jacopoc] for discussing the possible solution on this issue.

Here are the updated patches. 


> Multisite support in specialpurpose/cmssite
> ---
>
> Key: OFBIZ-7120
> URL: https://issues.apache.org/jira/browse/OFBIZ-7120
> Project: OFBiz
>  Issue Type: New Feature
>  Components: cmssite
>Affects Versions: Trunk
>Reporter: Pranay Pandey
>Assignee: Mohammed Rehan Khan
> Fix For: 16.11.01
>
> Attachments: OFBIZ-7120-1.patch, OFBIZ-7120-1.patch, 
> OFBIZ-7120-2.patch, OFBIZ-7120-2.patch, OFBIZ-7120-branch-16.11.patch, 
> OFBIZ-7120-framework.patch
>
>
> Idea is to implement a WebSiteFilter in specialpurose/cmssite component which 
> can demonstrate OFBiz CMS ability to serve multiple websites with single 
> webapp. 
> To demonstrate WebSiteFilter usage, will also be adding sample website data, 
> in addition to the one we already have.
> Originally this idea and implementation is from [~lektran]. I will be 
> providing the patch for review and acceptance by the community.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Reopened] (OFBIZ-7120) Multisite support in specialpurpose/cmssite

2017-04-15 Thread Mohammed Rehan Khan (JIRA)

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

Mohammed Rehan Khan reopened OFBIZ-7120:

  Assignee: Mohammed Rehan Khan  (was: Pranay Pandey)

> Multisite support in specialpurpose/cmssite
> ---
>
> Key: OFBIZ-7120
> URL: https://issues.apache.org/jira/browse/OFBIZ-7120
> Project: OFBiz
>  Issue Type: New Feature
>  Components: cmssite
>Affects Versions: Trunk
>Reporter: Pranay Pandey
>Assignee: Mohammed Rehan Khan
> Fix For: 16.11.01
>
> Attachments: OFBIZ-7120-1.patch, OFBIZ-7120-1.patch, 
> OFBIZ-7120-2.patch, OFBIZ-7120-2.patch
>
>
> Idea is to implement a WebSiteFilter in specialpurose/cmssite component which 
> can demonstrate OFBiz CMS ability to serve multiple websites with single 
> webapp. 
> To demonstrate WebSiteFilter usage, will also be adding sample website data, 
> in addition to the one we already have.
> Originally this idea and implementation is from [~lektran]. I will be 
> providing the patch for review and acceptance by the community.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reassigned OFBIZ-9225:
--

Assignee: Deepak Dixit  (was: Jacques Le Roux)

Thanks Deepak, 

I did not find how to, I assign you back

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-7850) Special characters displays in From Date UI label field in forum screen

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-7850:
---
Issue Type: Improvement  (was: Bug)

> Special characters displays in From Date UI label field in forum screen
> ---
>
> Key: OFBIZ-7850
> URL: https://issues.apache.org/jira/browse/OFBIZ-7850
> Project: OFBiz
>  Issue Type: Improvement
>  Components: content
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12
>Reporter: Gopal Yadav
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
> Attachments: forums.png, OFBIZ-7850_Patch13_07.patch, 
> OFBIZ-7850_Patch14_12.patch, OFBIZ-7850_Patch15_12&Trunk.patch
>
>
> 1. Go to Find Forum group list page 
> (https://localhost:8443/content/control/findForumGroups)
> 2. Select one of the Forum from the available forum list.
> 3. On this Forum Group page, In Add Forum and List Forums section, the UI 
> label From Date Time displayed "From Date & Time", it should be corrected 
> to display From Date Time.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-7850) Special characters displays in From Date UI label field in forum screen

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-7850.
--
   Resolution: Implemented
Fix Version/s: Upcoming Release

Thanks Gopal,

Your patch is in trunk at revision 1791473.

> Special characters displays in From Date UI label field in forum screen
> ---
>
> Key: OFBIZ-7850
> URL: https://issues.apache.org/jira/browse/OFBIZ-7850
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12
>Reporter: Gopal Yadav
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
> Attachments: forums.png, OFBIZ-7850_Patch13_07.patch, 
> OFBIZ-7850_Patch14_12.patch, OFBIZ-7850_Patch15_12&Trunk.patch
>
>
> 1. Go to Find Forum group list page 
> (https://localhost:8443/content/control/findForumGroups)
> 2. Select one of the Forum from the available forum list.
> 3. On this Forum Group page, In Add Forum and List Forums section, the UI 
> label From Date Time displayed "From Date & Time", it should be corrected 
> to display From Date Time.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-7850) Special characters displays in From Date UI label field in forum screen

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reassigned OFBIZ-7850:
--

Assignee: Jacques Le Roux

> Special characters displays in From Date UI label field in forum screen
> ---
>
> Key: OFBIZ-7850
> URL: https://issues.apache.org/jira/browse/OFBIZ-7850
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12
>Reporter: Gopal Yadav
>Assignee: Jacques Le Roux
>Priority: Trivial
> Attachments: forums.png, OFBIZ-7850_Patch13_07.patch, 
> OFBIZ-7850_Patch14_12.patch, OFBIZ-7850_Patch15_12&Trunk.patch
>
>
> 1. Go to Find Forum group list page 
> (https://localhost:8443/content/control/findForumGroups)
> 2. Select one of the Forum from the available forum list.
> 3. On this Forum Group page, In Add Forum and List Forums section, the UI 
> label From Date Time displayed "From Date & Time", it should be corrected 
> to display From Date Time.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7827) Create billing account functionality not working on party profile

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7827:


Hi Arvind,

I can't reproduce, please specify the steps

> Create billing account functionality not working on party profile
> -
>
> Key: OFBIZ-7827
> URL: https://issues.apache.org/jira/browse/OFBIZ-7827
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Padmavati Rawat
>Assignee: Arvind Singh Tomar
> Attachments: errorinaddbilling.png, OFBIZ-7827_trunk.patch
>
>
> On party profile page when try to add billing account it throws error on 
> screen. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-9225:
-

Hi Jacques,

We can edit order item quantity from View Order page.

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9225:


Hi Shuraj,

This is interesting but please specify how you change the quantity

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-9303) Remove hard-coded success/error message variables set in service output

2017-04-15 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-9303:
---

Assignee: Deepak Dixit

> Remove hard-coded success/error message variables set in service output 
> 
>
> Key: OFBIZ-9303
> URL: https://issues.apache.org/jira/browse/OFBIZ-9303
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Deepak Dixit
>Priority: Minor
>
> I found that certain services in OFBiz set error/success message values in o 
> hard-codedly like:
> {code}
> result.put("errorMessage", errMsg);
> result.put("successMessage", message);
> {code}
> I think it shouldn't be set like this, as we have constants in ModelService 
> class for this purpose. 
> ModelService.ERROR_MESSAGE/ModelService.SUCCESS_MESSAGE should be used to set 
> the error and success messages, for in case we want to change the constant's 
> value, no services will be affected.
> {code}
> result.put(ModelService.ERROR_MESSAGE, errMsg);
> result.put(ModelService.SUCCESS_MESSAGE, errMsg);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reassigned OFBIZ-9225:
--

Assignee: Jacques Le Roux  (was: Deepak Dixit)

> Editing quantity of configurable products changes actual product 
> -
>
> Key: OFBIZ-9225
> URL: https://issues.apache.org/jira/browse/OFBIZ-9225
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, 16.11.01, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-9225.patch, OFBIZ-9225.patch
>
>
> Create an order by adding any configurable product.
> Try to edit the quantity of configurable product.
> Actual product changes in cart 
> Technical details:
> Quantity changes successfully but actual sellable product which is of 
> "AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-7835) Title of column fields are not aligned

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-7835.
--
   Resolution: Implemented
Fix Version/s: Upcoming Release

Thanks Aditi,

I checked FLorian's report, nothing more to do here. New Jiras can be created 
if needed

> Title of column fields are not aligned
> --
>
> Key: OFBIZ-7835
> URL: https://issues.apache.org/jira/browse/OFBIZ-7835
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Aditi Patidar
>Assignee: Aditi Patidar
>Priority: Minor
> Fix For: Upcoming Release
>
> Attachments: edit product facilities.png, list-content-meta-data.png
>
>
> Example issue given below, which exists at various places in other 
> applications too.
> Steps to regenerate issue:
> 1. Navigate to Catalog -> Products.
> 2. Browse the product.
> 3. Press 'Facilities' or 'Payment Types' or 'Meters' or 'Work Effort' or 
> 'Parties' tab to look UI issue.
> Refer the attached screenshot to view the UI issue on the edit of product 
> facilities. Same kind of UI issue exists at various places in other 
> applications too. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-8486) My Portal: Align column titles in list forms

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-8486.
--
   Resolution: Done
Fix Version/s: Upcoming Release

Thanks Aditi,

Your patch is in trunk at revision: 1791468  


> My Portal: Align column titles in list forms
> 
>
> Key: OFBIZ-8486
> URL: https://issues.apache.org/jira/browse/OFBIZ-8486
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: myportal
>Affects Versions: Trunk
>Reporter: Aditi Patidar
>Assignee: Aditi Patidar
>Priority: Minor
> Fix For: Upcoming Release
>
> Attachments: my portal.png, My-Portal-title-field-aligned.png, 
> OFBIZ-8486.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Issue Comment Deleted] (OFBIZ-7335) Production run party assignment's thruDate should be editable

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-7335:
---
Comment: was deleted

(was: As I was traveling yesterday, I didn't have the opportunity to do a 
search/find on the related issues and list them here.

These issues are:
* OFBIZ-5705
* OFBIZ-5851
* OFBIZ-5852
* OFBIZ-6097)

> Production run party assignment's thruDate should be editable
> -
>
> Key: OFBIZ-7335
> URL: https://issues.apache.org/jira/browse/OFBIZ-7335
> Project: OFBiz
>  Issue Type: Improvement
>  Components: manufacturing
>Affects Versions: Trunk
>Reporter: Amardeep Singh Jhajj
>Assignee: Amardeep Singh Jhajj
> Attachments: OFBIZ-7335.patch
>
>
> Currently, we don't have support to set thruDate for production run party 
> assignment. So, there should be a support of setting the thruDate if needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7664) Inconsistencies on the title and the label on button of create forms.

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7664:


Should we close or add new subtasks?

> Inconsistencies on the title and the label on button of create forms.
> -
>
> Key: OFBIZ-7664
> URL: https://issues.apache.org/jira/browse/OFBIZ-7664
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Rahul bhammarker
>Assignee: Rahul bhammarker
>Priority: Minor
>
> There are inconsistencies in the form title and the action label on the the 
> button of create forms such as Catalog > Products > New Product
> the form title is "Edit Product" and the button label is "Create Product". 
> There are various fomrs like this in other components.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7012) VAT tax are not recorded as separate line items in Invoice for products with VAT tax included in their price

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7012:


For instance a subtask OFBIZ-1463 ;)

> VAT tax are not recorded as separate line items in Invoice for products with 
> VAT tax included in their price
> 
>
> Key: OFBIZ-7012
> URL: https://issues.apache.org/jira/browse/OFBIZ-7012
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order
>Reporter: Divesh Dutta
>Assignee: Divesh Dutta
> Attachments: OFBIZ-7012.patch
>
>
> In countries like UK VAT system works. So in VAT system, VAT taxes are 
> included in product's price. So OFBiz have support of VAT tax where you can 
> include VAT in product's price itself. Here is the example data we create to 
> enable VAT calculations:
>  {code}
> 
>  
> 
>  
> 
>  
>  taxAuthGeoId="GBR" taxAuthPartyId="GB_TA"/>
>  
>  productStoreId="9000" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxAuthorityRateTypeId="VAT_TAX" taxPercentage="20.00" />
>  productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" 
> productStoreGroupId="_NA_" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxInPrice="Y" />
>  {code}
> When invoices are created, tax amount included in product's price is not 
> separated in new invoice line item. And when general ledger postings are 
> done, then tax amount is not posted in Liability account. So due to this 
> organizations have no way to figure out how much tax is to be paid to tax 
> authority. 
> Ideally, product's actual price (without VAT) should be recorded in revenue 
> account and tax should be recorded in liability account. 
> For doing this, when invoice is created, VAT amount should be separated and 
> created as new line item. 
> Recently we have worked for one of our client where we have fixed this issue 
> and enabled invoicing in OFBiz to record vat tax amount as separate line 
> items. [~lektran] has actively worked with us to finalize the solution design 
> and completing the implementation. [~ankush.upadhyay] is the developer who 
> worked on solution design. [~ankush.upadhyay] please provide the patch for 
> this issue. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7012) VAT tax are not recorded as separate line items in Invoice for products with VAT tax included in their price

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7012:


Should we wait or rather create another ticket?

> VAT tax are not recorded as separate line items in Invoice for products with 
> VAT tax included in their price
> 
>
> Key: OFBIZ-7012
> URL: https://issues.apache.org/jira/browse/OFBIZ-7012
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order
>Reporter: Divesh Dutta
>Assignee: Divesh Dutta
> Attachments: OFBIZ-7012.patch
>
>
> In countries like UK VAT system works. So in VAT system, VAT taxes are 
> included in product's price. So OFBiz have support of VAT tax where you can 
> include VAT in product's price itself. Here is the example data we create to 
> enable VAT calculations:
>  {code}
> 
>  
> 
>  
> 
>  
>  taxAuthGeoId="GBR" taxAuthPartyId="GB_TA"/>
>  
>  productStoreId="9000" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxAuthorityRateTypeId="VAT_TAX" taxPercentage="20.00" />
>  productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" 
> productStoreGroupId="_NA_" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxInPrice="Y" />
>  {code}
> When invoices are created, tax amount included in product's price is not 
> separated in new invoice line item. And when general ledger postings are 
> done, then tax amount is not posted in Liability account. So due to this 
> organizations have no way to figure out how much tax is to be paid to tax 
> authority. 
> Ideally, product's actual price (without VAT) should be recorded in revenue 
> account and tax should be recorded in liability account. 
> For doing this, when invoice is created, VAT amount should be separated and 
> created as new line item. 
> Recently we have worked for one of our client where we have fixed this issue 
> and enabled invoicing in OFBiz to record vat tax amount as separate line 
> items. [~lektran] has actively worked with us to finalize the solution design 
> and completing the implementation. [~ankush.upadhyay] is the developer who 
> worked on solution design. [~ankush.upadhyay] please provide the patch for 
> this issue. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7385) Allow user to select multiple options in "Sales By Store" report from basic search criteria while generating report

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7385:


What is the status here?

> Allow user to select multiple options in "Sales By Store" report from basic 
> search criteria while generating report
> ---
>
> Key: OFBIZ-7385
> URL: https://issues.apache.org/jira/browse/OFBIZ-7385
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: 16.11.01
>Reporter: Swapnil Shah
>Assignee: Mohammad Kathawala
> Attachments: OFBIZ-7385.patch, Salebystore.png
>
>
> Currently system allow user to select any specific search criteria link and 
> hence report is generated only based on any one given selected criteria. 
> We can add the feature for generating single report based on multiple values 
> (possibly via checkbox?) within basic search criteria in this report namely:
> 1) Product Store
> 2) Order Status
> and show the results based on all the selected values. Please refer attached 
> screenshot



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-7522) Hide user inputs for Location/Lot# for fully issued components against production run task

2017-04-15 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7522:


Should we not close here?

> Hide user inputs for Location/Lot# for fully issued components against 
> production run task
> --
>
> Key: OFBIZ-7522
> URL: https://issues.apache.org/jira/browse/OFBIZ-7522
> Project: OFBiz
>  Issue Type: Improvement
>  Components: manufacturing
>Affects Versions: 14.12.01, 15.12.01
>Reporter: Swapnil Shah
>Assignee: Anuj Jain
>Priority: Minor
> Attachments: OFBIZ-7522-A.patch, OFBIZ-7522.patch, PR_1.png
>
>
> Once any component item gets fully issued then also we allow user to enter 
> the location/lot# etc. under 'Materials Required By The Running Task' panel, 
> like we do for un-issued or partially issued components. 
> We can possible hide user selection and text entry against such fully issued 
> items and show it only if remaining to be issued qty > 0
> Please refer to attached screenshot for reference.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)