[jira] [Updated] (OFBIZ-9362) Screen rendering error on ViewForumMessage page

2017-07-08 Thread priya sharma (JIRA)

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

priya sharma updated OFBIZ-9362:

Attachment: OFBIz-9362.patch

1) Adding proper null check in the service in RenderSubContentCache.java, to 
avoid null pointer exceptions.
2) Removed the dataTemplateTypeId attribute from the TEMPLATE_TEXT_ONLY data 
resource for forum.

The issue has been resolved. Please verify and let me know in case of any 
concerns.

> Screen rendering error on ViewForumMessage page
> ---
>
> Key: OFBIZ-9362
> URL: https://issues.apache.org/jira/browse/OFBIZ-9362
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Aditya Sharma
>Priority: Trivial
> Attachments: OFBIz-9362.patch
>
>
> Steps to reproduce:
> 1. Go to Ecommerce component 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/main)
> 2. Click on Gizmos from Browse Forum 
> section.(https://demo-trunk.ofbiz.apache.org/ecommerce/control/showforum?forumId=GIZMOS)
> 3. Click on View button 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/ViewForumMessage?forumId=GIZMOS&responseContentId=thread10021&threadContentId=thread10021),
>  the message box shows an error message with ScreenRendererException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9459) Wrong screen redirection after adding note on Lead profile screen

2017-07-08 Thread priya sharma (JIRA)

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

priya sharma updated OFBIZ-9459:

Attachment: OFBIZ-9459.patch

Resolved the issue by directing the response to backHome request, as 
viewprofile request uses save-home-view attribute.Thus home can be relocated 
and the request can be directed accordingly.

> Wrong screen redirection after adding note on Lead profile screen
> -
>
> Key: OFBIZ-9459
> URL: https://issues.apache.org/jira/browse/OFBIZ-9459
> Project: OFBiz
>  Issue Type: Bug
>  Components: marketing
>Reporter: Jagpreet Kaur
> Attachments: Create Note.png, OFBIZ-9459.patch, Screenredirection.png
>
>
> 1) Go to SFA component.
> 2) Click on Leads tab 
> [https://demo-trunk-ofbiz.apache.org:8443/sfa/control/FindLeads|https://demo-trunk-ofbiz.apache.org:8443/sfa/control/FindLeads].
> 3) Choose any partyId from All Lead list, you will be navigated to Lead 
> profile. 
> [https://demo-trunk-ofbiz.apache.org:8443/sfa/control/viewprofile?roleTypeId=LEAD&partyId=DemoLead|https://demo-trunk-ofbiz.apache.org:8443/sfa/control/viewprofile?roleTypeId=LEAD&partyId=DemoLead]
> 4) Click on "Create New" button in the Notes section.
> 5) Add the Note content.
> 6) Click on "Save Button".
> View redirection should be profile but it shows the blank screen.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-8323) can enter empty content for product facility

2017-07-09 Thread priya sharma (JIRA)

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

priya sharma commented on OFBIZ-8323:
-

Hello Wai,

Actually when you click the add button, facility field contains the first value 
in the dropdown box and the same is being submitted with the form. So the 
content is not empty.

But yes I do see that when the same facility is added again error and success 
message are seen simultaneously. Perhaps we can look into that issue.

Regards!

> can enter empty content for product facility
> 
>
> Key: OFBIZ-8323
> URL: https://issues.apache.org/jira/browse/OFBIZ-8323
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk
>Reporter: Wai
>
> -go to 
> https://localhost:8443/catalog/control/EditProductFacilities?productId=WG-9943
> -click on add button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9131) Error changing the state of a lead

2017-07-21 Thread priya sharma (JIRA)

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

priya sharma reassigned OFBIZ-9131:
---

Assignee: priya sharma

> Error changing the state of a lead
> --
>
> Key: OFBIZ-9131
> URL: https://issues.apache.org/jira/browse/OFBIZ-9131
> Project: OFBiz
>  Issue Type: Bug
>  Components: Demo
>Affects Versions: Release Branch 13.07
> Environment: DEMO
>Reporter: Lisardo de Jesús Bohórquez Bedoya
>Assignee: priya sharma
> Attachments: ERROR STATE CHANGE OF A LEAD.docx
>
>
> After creating a LEAD, it is generated in the Assigned state, then I enter 
> the lead, I change the state (for example to the "Active" state) and I CLICK 
> save, but the action does not execute and the following error is generated.
> Error Calling event: org.ofbiz.webapp.event.EventHandler.Exception: Service 
> invocation error (Could not commit transaction for service [updatePerson] 
> call: Roll back error, could not commit transaction, was rolled back instead 
> because of: Error in service [SetPartyStatus]: Cannot change party status 
> from LEAD_ASSIGNED to PARTY_ENABLED)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9362) Screen rendering error on ViewForumMessage page

2017-07-21 Thread priya sharma (JIRA)

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

priya sharma commented on OFBIZ-9362:
-

Thanks for the update.
I'll come up with a better fix.

> Screen rendering error on ViewForumMessage page
> ---
>
> Key: OFBIZ-9362
> URL: https://issues.apache.org/jira/browse/OFBIZ-9362
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Aditya Sharma
>Priority: Trivial
> Attachments: OFBIz-9362.patch
>
>
> Steps to reproduce:
> 1. Go to Ecommerce component 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/main)
> 2. Click on Gizmos from Browse Forum 
> section.(https://demo-trunk.ofbiz.apache.org/ecommerce/control/showforum?forumId=GIZMOS)
> 3. Click on View button 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/ViewForumMessage?forumId=GIZMOS&responseContentId=thread10021&threadContentId=thread10021),
>  the message box shows an error message with ScreenRendererException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9131) Error changing the state of a lead

2017-07-22 Thread priya sharma (JIRA)

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

priya sharma commented on OFBIZ-9131:
-

Following are the findings on the issue :

- When user creates a lead, passing the first name and last name only. Person 
is created with the role "LEAD" and with party status as LEAD_ASSIGNED.
- The cause of reported error is that there is no data for transition from 
LEAD_ASSIGNED status to PARTY_ENABLED status in STATUS_VALID_CHANGE entity.
- STATUS_VALID_CHANGE entity contains data for transition from LEAD_ASSIGNED to 
LEAD_QUALIFIED, LEAD_ASSIGNED to LEAD_CONVERTED and LEAD_ASSIGNED to 
PARTY_DISABLED.


I'm not providing the patch for it as it seems the enabled and disabled 
statuses of type PARTY_STATUS are put intentionally in the code. Thus I request 
to community to suggest if we can proceed with the solution I proposed or we 
should add more valid changes for LEAD_ASSIGNED and proceed accordingly?


> Error changing the state of a lead
> --
>
> Key: OFBIZ-9131
> URL: https://issues.apache.org/jira/browse/OFBIZ-9131
> Project: OFBiz
>  Issue Type: Bug
>  Components: Demo
>Affects Versions: Release Branch 13.07
> Environment: DEMO
>Reporter: Lisardo de Jesús Bohórquez Bedoya
>Assignee: priya sharma
> Attachments: ERROR STATE CHANGE OF A LEAD.docx
>
>
> After creating a LEAD, it is generated in the Assigned state, then I enter 
> the lead, I change the state (for example to the "Active" state) and I CLICK 
> save, but the action does not execute and the following error is generated.
> Error Calling event: org.ofbiz.webapp.event.EventHandler.Exception: Service 
> invocation error (Could not commit transaction for service [updatePerson] 
> call: Roll back error, could not commit transaction, was rolled back instead 
> because of: Error in service [SetPartyStatus]: Cannot change party status 
> from LEAD_ASSIGNED to PARTY_ENABLED)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9517) Error while Stock Move

2017-07-22 Thread priya sharma (JIRA)

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

priya sharma reassigned OFBIZ-9517:
---

Assignee: priya sharma

> Error while Stock Move
> --
>
> Key: OFBIZ-9517
> URL: https://issues.apache.org/jira/browse/OFBIZ-9517
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Padmavati Rawat
>Assignee: priya sharma
>
> Steps:
> 1. Go to Facility Tab
> 2. Select Web Store Warehouse.
> 3. Navigate to Move Stock.
> 4. The error is shown on screen. See error log below.
> {code:java}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/FacilityScreens.xml#PickMoveStock]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null) (Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null))
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9517) Error while Stock Move

2017-07-22 Thread priya sharma (JIRA)

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

priya sharma commented on OFBIZ-9517:
-

Unable to regenerate the issue with the steps mentioned above.
Hence we can close this ticket.

> Error while Stock Move
> --
>
> Key: OFBIZ-9517
> URL: https://issues.apache.org/jira/browse/OFBIZ-9517
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Padmavati Rawat
>Assignee: priya sharma
>
> Steps:
> 1. Go to Facility Tab
> 2. Select Web Store Warehouse.
> 3. Navigate to Move Stock.
> 4. The error is shown on screen. See error log below.
> {code:java}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/FacilityScreens.xml#PickMoveStock]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null) (Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null))
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2017-08-22 Thread priya sharma (JIRA)

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

priya sharma reassigned OFBIZ-9609:
---

Assignee: priya sharma

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: priya sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9612) Documentation: Order Fulfillment User Stories, Use Cases and Test Cases

2017-08-22 Thread priya sharma (JIRA)

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

priya sharma reassigned OFBIZ-9612:
---

Assignee: priya sharma

> Documentation: Order Fulfillment User Stories, Use Cases and Test Cases
> ---
>
> Key: OFBIZ-9612
> URL: https://issues.apache.org/jira/browse/OFBIZ-9612
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: priya sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment business process user stories, use cases and test cases to 
> be documented.
> *Doc Content*:
> Every Order Fulfillment business activity to be covered under below-given 
> headings-
> - User Story (Write, if doesn't exist already OR review and refine as 
> required)
> - Use Cases (Write, if don't exist already OR review and refine as required)
> - Test Cases (Write, if don't exist already OR review and refine as required. 
> Verify every test case and mark it with appropriate status- PASS, FAIL).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2017-08-26 Thread Priya Sharma (JIRA)

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

Priya Sharma commented on OFBIZ-9609:
-

Here is the document link 
[https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview].
Started with the documentation added overview, business purpose and diagrams 
for order fulfillment and picking processes.

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: Priya Sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2017-08-26 Thread Priya Sharma (JIRA)

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

Priya Sharma commented on OFBIZ-9609:
-

Shall proceed with Packing and Shipping processes in the next round of effort.

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: Priya Sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2017-08-26 Thread Priya Sharma (JIRA)

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

Priya Sharma edited comment on OFBIZ-9609 at 8/26/17 12:04 PM:
---

Here is the document link 
[https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview].
Started with the documentation, added overview, business purpose and diagrams 
for order fulfillment and picking processes.


was (Author: priya.sharma.9362):
Here is the document link 
[https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview].
Started with the documentation added overview, business purpose and diagrams 
for order fulfillment and picking processes.

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: Priya Sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2017-08-26 Thread Priya Sharma (JIRA)

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

Priya Sharma edited comment on OFBIZ-9609 at 8/26/17 12:42 PM:
---

Here is the document link [https://cwiki.apache.org/confluence/x/DpNjB].
Started with the documentation, added overview, business purpose and diagrams 
for order fulfillment and picking processes.


was (Author: priya.sharma.9362):
Here is the document link 
[https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview].
Started with the documentation, added overview, business purpose and diagrams 
for order fulfillment and picking processes.

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Assignee: Priya Sharma
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-09-22 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: Priya Sharma

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Assignee: Priya Sharma
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-09-22 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: (was: Priya Sharma)

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-10-26 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: Priya Sharma

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Assignee: Priya Sharma
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-10-26 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: (was: Priya Sharma)

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-10-26 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: Priya Sharma

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Assignee: Priya Sharma
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OFBIZ-9912) Force complete Purchase Order button throws error

2017-10-28 Thread Priya Sharma (JIRA)
Priya Sharma created OFBIZ-9912:
---

 Summary: Force complete Purchase Order button throws error
 Key: OFBIZ-9912
 URL: https://issues.apache.org/jira/browse/OFBIZ-9912
 Project: OFBiz
  Issue Type: Bug
 Environment: https://demo-trunk.ofbiz.apache.org/facility
Reporter: Priya Sharma


1) Create a Purchase order.
2) Create shipment for it.
3) Click on receive against PO button 
[https://demo-trunk.ofbiz.apache.org/facility/control/ReceiveInventoryAgainstPurchaseOrder?shipmentId=10024&purchaseOrderId=10040]
4) Click on the force complete PO button, error is thrown.
[https://demo-trunk.ofbiz.apache.org/facility/control/completePurchaseOrder?orderId=10040&facilityId=WebStoreWarehouse&shipmentId=10024]





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9912) Force complete Purchase Order button throws error

2017-10-28 Thread Priya Sharma (JIRA)

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

Priya Sharma updated OFBIZ-9912:

Attachment: Force-receive-PO.png

> Force complete Purchase Order button throws error
> -
>
> Key: OFBIZ-9912
> URL: https://issues.apache.org/jira/browse/OFBIZ-9912
> Project: OFBiz
>  Issue Type: Bug
> Environment: https://demo-trunk.ofbiz.apache.org/facility
>Reporter: Priya Sharma
> Attachments: Force-receive-PO.png
>
>
> 1) Create a Purchase order.
> 2) Create shipment for it.
> 3) Click on receive against PO button 
> [https://demo-trunk.ofbiz.apache.org/facility/control/ReceiveInventoryAgainstPurchaseOrder?shipmentId=10024&purchaseOrderId=10040]
> 4) Click on the force complete PO button, error is thrown.
> [https://demo-trunk.ofbiz.apache.org/facility/control/completePurchaseOrder?orderId=10040&facilityId=WebStoreWarehouse&shipmentId=10024]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OFBIZ-9915) Error printing Return PDF

2017-10-28 Thread Priya Sharma (JIRA)
Priya Sharma created OFBIZ-9915:
---

 Summary: Error printing Return PDF
 Key: OFBIZ-9915
 URL: https://issues.apache.org/jira/browse/OFBIZ-9915
 Project: OFBiz
  Issue Type: Bug
  Components: order
 Environment: https://demo-trunk.ofbiz.apache.org/ordermgr/
Reporter: Priya Sharma


1) Navigate to view return screen 
[https://demo-trunk.ofbiz.apache.org/ordermgr/control/returnMain?returnId=10007]
2) Select any return.
3) Click on the PDF button, redirected to another tab but error message is 
returned.
https://demo-trunk.ofbiz.apache.org/ordermgr/control/return.pdf?returnId=10007



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9915) Error printing Return PDF

2017-10-28 Thread Priya Sharma (JIRA)

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

Priya Sharma updated OFBIZ-9915:

Attachment: return-pdf.png

> Error printing Return PDF
> -
>
> Key: OFBIZ-9915
> URL: https://issues.apache.org/jira/browse/OFBIZ-9915
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
> Environment: https://demo-trunk.ofbiz.apache.org/ordermgr/
>Reporter: Priya Sharma
> Attachments: return-pdf.png
>
>
> 1) Navigate to view return screen 
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/returnMain?returnId=10007]
> 2) Select any return.
> 3) Click on the PDF button, redirected to another tab but error message is 
> returned.
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/return.pdf?returnId=10007



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9517) Error while Stock Move

2017-11-10 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-9517:
---

Assignee: (was: Priya Sharma)

> Error while Stock Move
> --
>
> Key: OFBIZ-9517
> URL: https://issues.apache.org/jira/browse/OFBIZ-9517
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Padmavati Rawat
>
> Steps:
> 1. Go to Facility Tab
> 2. Select Web Store Warehouse.
> 3. Navigate to Move Stock.
> 4. The error is shown on screen. See error log below.
> {code:java}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/FacilityScreens.xml#PickMoveStock]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null) (Error rendering 
> screen 
> [component://product/widget/facility/CommonScreens.xml#CommonFacilityDecorator]:
>  org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null (The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in Service 
> [findStockMovesNeeded]: Cannot compare: r-value is null))
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OFBIZ-10015) Unable to create inventory item label

2017-11-25 Thread Priya Sharma (JIRA)
Priya Sharma created OFBIZ-10015:


 Summary: Unable to create inventory item label
 Key: OFBIZ-10015
 URL: https://issues.apache.org/jira/browse/OFBIZ-10015
 Project: OFBiz
  Issue Type: Bug
Reporter: Priya Sharma
 Fix For: Trunk


1) Navigate to 
[https://demo-trunk.ofbiz.apache.org/facility/control/createInventoryItemLabel]
2) Try to create a new record.
3) No value is shown in the drop-down for the inventory item label type field.
 thus an exception is thrown by the service.

Info: There is no data in the InventoryItemLabelType entity, I believe that is 
the cause of this issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-10015) Unable to create inventory item label

2017-11-25 Thread Priya Sharma (JIRA)

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

Priya Sharma updated OFBIZ-10015:
-
Attachment: Screenshot from 2017-11-25 15-03-57.png

Screenshot Attached

> Unable to create inventory item label
> -
>
> Key: OFBIZ-10015
> URL: https://issues.apache.org/jira/browse/OFBIZ-10015
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Priya Sharma
> Fix For: Trunk
>
> Attachments: Screenshot from 2017-11-25 15-03-57.png
>
>
> 1) Navigate to 
> [https://demo-trunk.ofbiz.apache.org/facility/control/createInventoryItemLabel]
> 2) Try to create a new record.
> 3) No value is shown in the drop-down for the inventory item label type field.
>  thus an exception is thrown by the service.
> Info: There is no data in the InventoryItemLabelType entity, I believe that 
> is the cause of this issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OFBIZ-10115) Error on view AcctngTrans Pdf screen

2017-12-23 Thread Priya Sharma (JIRA)
Priya Sharma created OFBIZ-10115:


 Summary: Error on view AcctngTrans Pdf screen
 Key: OFBIZ-10115
 URL: https://issues.apache.org/jira/browse/OFBIZ-10115
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
 Environment: https://demo-trunk.ofbiz.apache.org/accounting/
Reporter: Priya Sharma
 Attachments: Acctng-Trans.png, error.png

1) Create a new outgoing payment
2) Update the status to 'sent'.
3) Try clicking on the "Acctg Trans Entries PDF" button, an error is thrown.

[https://demo-trunk.ofbiz.apache.org/accounting/control/setPaymentStatus]




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2019-03-08 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10536:
--

Hi Jacques,

As per my exploration, when we select Black, 3-wheel gizmo, the product Id is 
*WG-9943-B3,* which hold valid associations of type *ALTERNATIVE_PACKAGE* in 
the ProductAssoc.

Which seems to be working fine to show the unit of measurement dropdown in this 
case as per the code in "ProductUomDropDownOnly.groovy"

The final selection ends up in the selection of the product *WG-9943-B3-BX2* 
(having a valid QuantityUom OTH_box)

Please correct me if I have mistaken somewhere.

P.S. Can you specify which condition of the product makes it mandatory to 
display this dropdown, or why you feel that it should not be present here (just 
for my understanding)

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Image 002.png, OFBIZ-10536.patch, 
> OFBIZ-10536_16-11.patch, Screenshot from 2018-12-24 17-37-07.png
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Assigned] (OFBIZ-10426) When creating blog or forums, it failed to save

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10426:


Assignee: (was: Priya Sharma)

> When creating blog or forums, it failed to save
> ---
>
> Key: OFBIZ-10426
> URL: https://issues.apache.org/jira/browse/OFBIZ-10426
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Priority: Major
> Attachments: blog-error.png
>
>
> Create a blog or forum and click save button, it will popup with error 
> message. The reason is because the mapKey passed from front end cannot be 
> handled by the service. The solution is not to pass the mapKey to the service.
> Steps:  
> 1) navigate to 
> [https://demo-trunk.ofbiz.apache.org/content/control/blogContent?blogContentId=BLOGROOTBIGAL|http://example.com]
> 2) create a new article  
> [https://demo-trunk.ofbiz.apache.org/content/control/EditBlogArticle?blogContentId=BLOGROOTBIGAL|http://example.com/]
>  
> ERROR: Could not complete the Post a new Content article Entry 
> [file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent|file:///Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent]
>  process [problem invoking the [createTextContent] service with the map named 
> [createText] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2018-06-01 
> 21:38:24.088(java.sql.Timestamp)][createdTxStamp,2018-06-01 
> 21:38:24.086(java.sql.Timestamp)][currentPassword,
> {SHA}
> 47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Asia/Shanghai(java.lang.String)][lastUpdatedStamp,2018-06-02
>  03:00:52.632(java.sql.Timestamp)][lastUpdatedTxStamp,2018-06-02 
> 03:00:52.632(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,0(java.lang.Long)][userLdapDn,null()][userLoginId,admin(java.lang.String)],
>  textData=hello, dataTemplateTypeId=NONE, mapKey=MAIN, contentIdFrom=ASK, 
> description=hello, partyId=admin, locale=en_US, 
> dataResourceTypeId=ELECTRONIC_TEXT, contentName=hell world}]: Unknown 
> parameter found: [createTextContent.contentIdFrom]Unknown parameter found: 
> [createTextContent.mapKey]]
>  



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


[jira] [Assigned] (OFBIZ-10791) Unable to add product in order

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10791:


Assignee: Priya Sharma

> Unable to add product in order
> --
>
> Key: OFBIZ-10791
> URL: https://issues.apache.org/jira/browse/OFBIZ-10791
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Praveen Sharma
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Screenshot from 2019-03-09 11-05-31.png, Screenshot from 
> 2019-03-09 11-06-20.png, Screenshot from 2019-03-09 11-06-36.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/main]
>  # Click on order entry
>  # Set customer and click on continue
>  # Click continue on Enter Order Currency, Agreements, and Ship Dates page 
> (Please refer attachment: 2-Continue)
>  # Try to add product from Quick Lookup.
> Actual: Unable to add product for order.



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


[jira] [Commented] (OFBIZ-10791) Unable to add product in order

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10791:
--

Hello All,

The above-mentioned issue is generated for the product ID: BoatRowSimple, which 
is of type ASSET_USAGE

and hence the ShoppingCartItem returns this error as the (reservStart) 
reservation start date is not passed to it when adding the item to cart.

 

My proposal towards the resolution is - The Desired Delivery Date should be 
considered as the reservStart date if not provided explicitly in the parameters.

Looking forward to responses.

> Unable to add product in order
> --
>
> Key: OFBIZ-10791
> URL: https://issues.apache.org/jira/browse/OFBIZ-10791
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Praveen Sharma
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Screenshot from 2019-03-09 11-05-31.png, Screenshot from 
> 2019-03-09 11-06-20.png, Screenshot from 2019-03-09 11-06-36.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/main]
>  # Click on order entry
>  # Set customer and click on continue
>  # Click continue on Enter Order Currency, Agreements, and Ship Dates page 
> (Please refer attachment: 2-Continue)
>  # Try to add product from Quick Lookup.
> Actual: Unable to add product for order.



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


[jira] [Commented] (OFBIZ-10791) Unable to add product in order

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10791:
--

Thanks for the reply, [~pfm.smits].

Yes, that's an interesting use case, I am positive that reserveEnd date should 
also be incorporated.

So should we handle these type of products separately, as an end date would not 
make much sense for a Finished good, what do you think?

> Unable to add product in order
> --
>
> Key: OFBIZ-10791
> URL: https://issues.apache.org/jira/browse/OFBIZ-10791
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Praveen Sharma
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Screenshot from 2019-03-09 11-05-31.png, Screenshot from 
> 2019-03-09 11-06-20.png, Screenshot from 2019-03-09 11-06-36.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/main]
>  # Click on order entry
>  # Set customer and click on continue
>  # Click continue on Enter Order Currency, Agreements, and Ship Dates page 
> (Please refer attachment: 2-Continue)
>  # Try to add product from Quick Lookup.
> Actual: Unable to add product for order.



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


[jira] [Comment Edited] (OFBIZ-10791) Unable to add product in order

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-10791 at 3/9/19 12:21 PM:
---

Thanks for the reply, [~pfm.smits].

Yes, that's an interesting use case, I am positive that reserveEnd date should 
also be incorporated.

So should we handle these type of products separately, as an end date would not 
make much sense for a Finished good, what do you think?

Or it could be shown as disabled for other products.


was (Author: priya.sharma.9362):
Thanks for the reply, [~pfm.smits].

Yes, that's an interesting use case, I am positive that reserveEnd date should 
also be incorporated.

So should we handle these type of products separately, as an end date would not 
make much sense for a Finished good, what do you think?

> Unable to add product in order
> --
>
> Key: OFBIZ-10791
> URL: https://issues.apache.org/jira/browse/OFBIZ-10791
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Praveen Sharma
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Screenshot from 2019-03-09 11-05-31.png, Screenshot from 
> 2019-03-09 11-06-20.png, Screenshot from 2019-03-09 11-06-36.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/main]
>  # Click on order entry
>  # Set customer and click on continue
>  # Click continue on Enter Order Currency, Agreements, and Ship Dates page 
> (Please refer attachment: 2-Continue)
>  # Try to add product from Quick Lookup.
> Actual: Unable to add product for order.



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


[jira] [Assigned] (OFBIZ-10858) Last Categories section is blank

2019-03-09 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10858:


Assignee: Priya Sharma

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Critical
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Commented] (OFBIZ-10791) Unable to add product (of ASSET_USAGE type) in order

2019-03-10 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10791:
--

Agreed Pierre. Let's take up the first case and start the analysis and testing 
of the above-mentioned scenarios I will also prepare a document if needed.

Thanks for the guidance, will definitely need your insights going forward. 

> Unable to add product (of ASSET_USAGE type) in order
> 
>
> Key: OFBIZ-10791
> URL: https://issues.apache.org/jira/browse/OFBIZ-10791
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Praveen Sharma
>Assignee: Priya Sharma
>Priority: Major
>  Labels: ASSET_USAGE, CONTRACT_RENEWAL, PURCHASE_RENTAL, 
> SALES_RENTAL
> Attachments: Screenshot from 2019-03-09 11-05-31.png, Screenshot from 
> 2019-03-09 11-06-20.png, Screenshot from 2019-03-09 11-06-36.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/main]
>  # Click on order entry
>  # Set customer and click on continue
>  # Click continue on Enter Order Currency, Agreements, and Ship Dates page 
> (Please refer attachment: 2-Continue)
>  # Try to add product from Quick Lookup.
> Actual: Unable to add product for order.



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


[jira] [Commented] (OFBIZ-2954) Service to get the party postal address

2019-03-12 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-2954:
-

Hello All, 
I am trying to use this service to fetch the party address for a third party 
API, and since the "auth" is set as false in the service definition, I am not 
sending the userLogin in the service context. And it should work in my opinion.

But unfortunately, the service returns the error as -
{code:java}
Error in Service [getPartyPostalAddress]: You must be logged in to complete the 
[Get the postal address of the party] process.
 [java] 2019-03-12 15:12:09,884 |http-nio-8443-exec-5 |TransactionUtil |W| 
Calling transaction setRollbackOnly; this stack trace shows where this is 
happening:
 [java] java.lang.Exception: Error in Service [getPartyPostalAddress]: You must 
be logged in to complete the [Get the postal address of the party] 
process.{code}

> Service to get the party postal address
> ---
>
> Key: OFBIZ-2954
> URL: https://issues.apache.org/jira/browse/OFBIZ-2954
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Abdullah Shaikh
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-2954_Service to get the party postal 
> address.patch, OFBIZ-2954_Service to get the party postal address.patch
>
>
> There are services to get the party telephone (getPartyTelephone) & email 
> (getPartyEmail), but no service to get the party postal address.
> We should have a getPartyPostalAddress service, therefore, I have attached a 
> patch for the service.



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


[jira] [Comment Edited] (OFBIZ-2954) Service to get the party postal address

2019-03-12 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-2954 at 3/12/19 10:03 AM:
---

Hello All, 
 I am trying to use this service to fetch the party address for a third party 
API, and since the "auth" is set as false in the service definition, I am not 
sending the userLogin in the service context. And it should work in my opinion.

But unfortunately, the service returns the error as -
{code:java}
Error in Service [getPartyPostalAddress]: You must be logged in to complete the 
[Get the postal address of the party] process.
 [java] 2019-03-12 15:12:09,884 |http-nio-8443-exec-5 |TransactionUtil |W| 
Calling transaction setRollbackOnly; this stack trace shows where this is 
happening:
 [java] java.lang.Exception: Error in Service [getPartyPostalAddress]: You must 
be logged in to complete the [Get the postal address of the party] 
process.{code}
P.S. on explicitly adding the attribute login-required="false" in the simple 
service implementation, it works fine.

It would be great if someone can help me with this.


was (Author: priya.sharma.9362):
Hello All, 
I am trying to use this service to fetch the party address for a third party 
API, and since the "auth" is set as false in the service definition, I am not 
sending the userLogin in the service context. And it should work in my opinion.

But unfortunately, the service returns the error as -
{code:java}
Error in Service [getPartyPostalAddress]: You must be logged in to complete the 
[Get the postal address of the party] process.
 [java] 2019-03-12 15:12:09,884 |http-nio-8443-exec-5 |TransactionUtil |W| 
Calling transaction setRollbackOnly; this stack trace shows where this is 
happening:
 [java] java.lang.Exception: Error in Service [getPartyPostalAddress]: You must 
be logged in to complete the [Get the postal address of the party] 
process.{code}

> Service to get the party postal address
> ---
>
> Key: OFBIZ-2954
> URL: https://issues.apache.org/jira/browse/OFBIZ-2954
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Abdullah Shaikh
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-2954_Service to get the party postal 
> address.patch, OFBIZ-2954_Service to get the party postal address.patch
>
>
> There are services to get the party telephone (getPartyTelephone) & email 
> (getPartyEmail), but no service to get the party postal address.
> We should have a getPartyPostalAddress service, therefore, I have attached a 
> patch for the service.



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


[jira] [Commented] (OFBIZ-2954) Service to get the party postal address

2019-03-12 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-2954:
-

Thanks, Jacques. I will do that.

IMO the cause is perhaps that the simple method considers the default value for 
the "loginRequired" parameter as true until explicitly declared with the 
service as false.

 
{code:java}
loginRequired = 
!"false".equals(simpleMethodElement.getAttribute("login-required"));
{code}
So we could add this attribute in this service if we wish to allow execution 
without login.

> Service to get the party postal address
> ---
>
> Key: OFBIZ-2954
> URL: https://issues.apache.org/jira/browse/OFBIZ-2954
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Abdullah Shaikh
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-2954_Service to get the party postal 
> address.patch, OFBIZ-2954_Service to get the party postal address.patch
>
>
> There are services to get the party telephone (getPartyTelephone) & email 
> (getPartyEmail), but no service to get the party postal address.
> We should have a getPartyPostalAddress service, therefore, I have attached a 
> patch for the service.



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


[jira] [Comment Edited] (OFBIZ-2954) Service to get the party postal address

2019-03-12 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-2954 at 3/12/19 12:30 PM:
---

Thanks, Jacques. I will do that.

IMO the cause is perhaps that the simple method considers the default value for 
the "loginRequired" parameter as true until explicitly declared with the 
service as false.

 As per the following code in the SimpleMethod.java
{code:java}
loginRequired = 
!"false".equals(simpleMethodElement.getAttribute("login-required"));
{code}
 

So we could add this attribute in this service if we wish to allow execution 
without login.


was (Author: priya.sharma.9362):
Thanks, Jacques. I will do that.

IMO the cause is perhaps that the simple method considers the default value for 
the "loginRequired" parameter as true until explicitly declared with the 
service as false.

 
{code:java}
loginRequired = 
!"false".equals(simpleMethodElement.getAttribute("login-required"));
{code}
So we could add this attribute in this service if we wish to allow execution 
without login.

> Service to get the party postal address
> ---
>
> Key: OFBIZ-2954
> URL: https://issues.apache.org/jira/browse/OFBIZ-2954
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Abdullah Shaikh
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-2954_Service to get the party postal 
> address.patch, OFBIZ-2954_Service to get the party postal address.patch
>
>
> There are services to get the party telephone (getPartyTelephone) & email 
> (getPartyEmail), but no service to get the party postal address.
> We should have a getPartyPostalAddress service, therefore, I have attached a 
> patch for the service.



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


[jira] [Commented] (OFBIZ-10858) Last Categories section is blank

2019-06-05 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10858:
--

Hi Jacopo, 

As per the initial observation, the issue persists for some specific categories 
like Dropship Products, Account Activation and Services.

For all other categories, the last categories section is populated correctly. 
So there could be some issue with the data.

Will get back with more details soon. Thanks.

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Assigned] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2019-06-21 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10643:


Assignee: Priya Sharma

> Google reCAPTCHA in E-Commerce Application
> --
>
> Key: OFBIZ-10643
> URL: https://issues.apache.org/jira/browse/OFBIZ-10643
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Reporter: Deepak Nigam
>Assignee: Priya Sharma
>Priority: Major
>
> Google reCAPTCHA is a security feature that protects websites forms from spam 
> entries while letting real people pass through with ease. It can be used for 
> login, registration, password recovery, comments, popular contact forms, etc.
> Users are required to confirm that they are not a robot before the form can 
> be submitted. It’s easy for people and hard for bots. 
>  
> For more information about Google reCAPTCHA, please visit 
> [here|https://developers.google.com/recaptcha/].
>  
> I think this feature will be useful for OFBiz e-commerce also.



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


[jira] [Commented] (OFBIZ-10858) Last Categories section is blank

2019-06-22 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10858:
--

Hi Jacopo,

It seems like it is due to missing data, that these categories are not being 
displayed in the last viewed section. 

The categories in question namely - 

1) Dropship Products (dropShip)

2) Account Activation (FA-100)

3) Services (SERV-001)

These categories do not have associated content with the type CATEGORY_NAME and 
hence the blank space is displayed. 
I am adding the patch with the responsible data.

Someone please verify the French tranlation for the description and update as 
needed.

This should fix the issue.

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Updated] (OFBIZ-10858) Last Categories section is blank

2019-06-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10858:
-
Attachment: OFBIZ-10858.patch

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Commented] (OFBIZ-10858) Last Categories section is blank

2019-06-22 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10858:
--

Though it is interesting to note that I am unable to map this behavior on 
[https://demo-stable.ofbiz.apache.org/ecommerce|https://demo-stable.ofbiz.apache.org/ecommerce/]

The above-mentioned categories never appear in the last search categories 
section. This also raises the question as to which behavior is desired.

Please provide your views.

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Comment Edited] (OFBIZ-10858) Last Categories section is blank

2019-06-22 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-10858 at 6/22/19 1:24 PM:
---

Though it is interesting to note that I am unable to map this behavior on 
[https://demo-stable.ofbiz.apache.org/ecommerce|https://demo-stable.ofbiz.apache.org/ecommerce/]

The above-mentioned categories never appear in the last search categories 
section, neither the empty bullet is displayed. This also raises the question 
as to which behavior is desired.

Please provide your views.


was (Author: priya.sharma.9362):
Though it is interesting to note that I am unable to map this behavior on 
[https://demo-stable.ofbiz.apache.org/ecommerce|https://demo-stable.ofbiz.apache.org/ecommerce/]

The above-mentioned categories never appear in the last search categories 
section. This also raises the question as to which behavior is desired.

Please provide your views.

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Commented] (OFBIZ-10858) Last Categories section is blank

2019-06-22 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10858:
--

Sorry for the misinterpretation, the issue does exist on the stable branch as 
well, it's only that we can't catch it since the empty bullet is not displayed. 
I will provide the patch for the stable branch as well.

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Commented] (OFBIZ-10858) Last Categories section is blank

2019-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10858:
--

Thanks, [~jacques.le.roux] , that was probably a copy paste error at my end.

Even the Data Resource id for the "Services" content was wrong, I have fixed it 
in the updated patch for trunk.

Providing patch for the stable branch as well. Please verify.

 

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Updated] (OFBIZ-10858) Last Categories section is blank

2019-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10858:
-
Attachment: OFBIZ-10858-stable.patch

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858-1.patch, OFBIZ-10858-stable.patch, 
> OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Updated] (OFBIZ-10858) Last Categories section is blank

2019-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10858:
-
Attachment: OFBIZ-10858-1.patch

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858-1.patch, OFBIZ-10858-stable.patch, 
> OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Comment Edited] (OFBIZ-10858) Last Categories section is blank

2019-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-10858 at 6/24/19 4:46 AM:
---

Thanks, [~jacques.le.roux] , that was probably a copy paste error at my end.

Even the Data Resource id for the "Services" content was wrong, I have fixed it 
in the updated patch for trunk. [^OFBIZ-10858-1.patch]

Providing patch for the stable branch as well. Please verify. 
[^OFBIZ-10858-stable.patch]

 


was (Author: priya.sharma.9362):
Thanks, [~jacques.le.roux] , that was probably a copy paste error at my end.

Even the Data Resource id for the "Services" content was wrong, I have fixed it 
in the updated patch for trunk.

Providing patch for the stable branch as well. Please verify.

 

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Assignee: Priya Sharma
>Priority: Major
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858-1.patch, OFBIZ-10858-stable.patch, 
> OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2019-07-27 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10643:
--

Hello Everyone, 
I would like to volunteer in proceeding with this task, keeping in mind the 
discussion done so far.

Initially, I have explored these documents and would like to share the plan 
with the community
 * We will keep this feature configurable, the default behavior will be disabled
 * We will pick the screens and forms where we need Recaptcha
 * Will utilize the Recaptcha rendering process explained 
[here|[https://developers.google.com/recaptcha/docs/display]]  
 * Will utilize the token verification process explained 
[here|[https://developers.google.com/recaptcha/docs/verify]], for verifying the 
token on the client-side (and server-side, if needed)

Q. I would like to know which Recaptcha version are we planning to integrate, 
should this also be configurable or we should go with the latest version?

Please share your views or concern if any.

> Google reCAPTCHA in E-Commerce Application
> --
>
> Key: OFBIZ-10643
> URL: https://issues.apache.org/jira/browse/OFBIZ-10643
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Reporter: Deepak Nigam
>Assignee: Priya Sharma
>Priority: Major
>
> Google reCAPTCHA is a security feature that protects websites forms from spam 
> entries while letting real people pass through with ease. It can be used for 
> login, registration, password recovery, comments, popular contact forms, etc.
> Users are required to confirm that they are not a robot before the form can 
> be submitted. It’s easy for people and hard for bots. 
>  
> For more information about Google reCAPTCHA, please visit 
> [here|https://developers.google.com/recaptcha/].
>  
> I think this feature will be useful for OFBiz e-commerce also.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2019-08-23 Thread Priya Sharma (Jira)


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

Priya Sharma updated OFBIZ-10643:
-
Sprint: OFBiz Community Day (Aug 2019)

> Google reCAPTCHA in E-Commerce Application
> --
>
> Key: OFBIZ-10643
> URL: https://issues.apache.org/jira/browse/OFBIZ-10643
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Reporter: Deepak Nigam
>Assignee: Priya Sharma
>Priority: Major
>
> Google reCAPTCHA is a security feature that protects websites forms from spam 
> entries while letting real people pass through with ease. It can be used for 
> login, registration, password recovery, comments, popular contact forms, etc.
> Users are required to confirm that they are not a robot before the form can 
> be submitted. It’s easy for people and hard for bots. 
>  
> For more information about Google reCAPTCHA, please visit 
> [here|https://developers.google.com/recaptcha/].
>  
> I think this feature will be useful for OFBiz e-commerce also.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Assigned] (OFBIZ-11189) Sales invoice Invoice with no line item shows error in the invoice overview

2019-09-19 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-11189:


Assignee: Priya Sharma

> Sales invoice Invoice with no line item shows error in the invoice overview
> ---
>
> Key: OFBIZ-11189
> URL: https://issues.apache.org/jira/browse/OFBIZ-11189
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
>Reporter: Pierre Smits
>Assignee: Priya Sharma
>Priority: Major
>  Labels: invoice
>
> When setting the status of an sales invoice, when it has no line item 
> associated with it, the overview page of the invoice throws an error in the 
> transaction segment.
> {code:java}
> ACTUAL ERROR rendering error page [/error/error.jsp], but here is the error 
> text: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://accounting/widget/InvoiceScreens.xml#invoiceOverview]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://accounting/widget/InvoiceScreens.xml#CommonInvoiceDecorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://accounting/widget/CommonScreens.xml#main-decorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
> java.lang.RuntimeException: Error rendering included form named 
> [AcctgTransAndEntries] at location 
> [component://accounting/widget/InvoiceForms.xml]: 
> java.lang.IllegalArgumentException: Error getting value from the database for 
> display of field [acctgTransTypeId] on form [AcctgTransAndEntries]: 
> org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in 
> simple-method [Create a list with information on payment due dates and 
> amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 464null (The current transaction is 
> marked for rollback, not beginning a new transaction and aborting current 
> operation; the rollbackOnly was caused by: Error in simple-method [Create a 
> list with information on payment due dates and amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 
> 464null)java.lang.IllegalArgumentException: Error getting value from the 
> database for display of field [acctgTransTypeId] on form 
> [AcctgTransAndEntries]: org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in 
> simple-method [Create a list with information on payment due dates and 
> amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 464null (The current transaction is 
> marked for rollback, not beginning a new transaction and aborting current 
> operation; the rollbackOnly was caused by: Error in simple-method [Create a 
> list with information on payment due dates and amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.1

[jira] [Assigned] (OFBIZ-5441) URLs in PDF files are not handled correctly

2019-09-23 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-5441:
---

Assignee: Priya Sharma

> URLs in PDF files are not handled correctly
> ---
>
> Key: OFBIZ-5441
> URL: https://issues.apache.org/jira/browse/OFBIZ-5441
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
>
> When a PDF file contains a reference to a promotion like when you buy a 
> WG-5569 (Tiny Chrome Widget) and get a free WG- (Micro Chrome Widget). 
> You end with a corresponding invoice containing < your favorite widgets and gizmos and get a free  href="/ecommerce/control/product?category_id=20111&product_id=WG-">Micro
>  Chrome Widget!>> instead of a real link. 
> It's possible to generare a link in a PDF with FOP, we need to
> # dynamically define a fop.base using a ftl transform refs: 
> http://xmlgraphics.apache.org/fop/0.95/configuration.html#general-elements 
> http://xmlgraphics.apache.org/fop/faq.html#MalformedURL
> # here is an example from ProductionRun.fo.ftl
> {code}
> 
>  external-destination="<@ofbizContentUrl>/content/control/ViewBinaryDataResource?dataResourceId=${productionRunContent.drDataResourceId}">${uiLabelMap.CommonView}
> 
> {code}



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


[jira] [Assigned] (OFBIZ-10111) The child event added is not listed in the Child Work Efforts. While if we add an existing event it is listed in the WorkEffort component

2019-09-24 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-10111:


Assignee: Priya Sharma

> The child event added is not listed in the Child Work Efforts. While if we 
> add an existing event it is listed in the WorkEffort component
> -
>
> Key: OFBIZ-10111
> URL: https://issues.apache.org/jira/browse/OFBIZ-10111
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10111.patch, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL [https://demo-trunk.ofbiz.apache.org/sfa/control/Events]
> 2) Click on the event created.
> 3) To create the child events, click on the "Children" button.
> 4) Click on "Add New WorkEffort Child" button. Create a new child event. Fill 
> in the details of the child events. Click on the Save button.
> Actual: The child event added is not listed in the Child Work Efforts. While 
> if we add an existing event it is listed.
> 5) Open URL 
> [https://demo-trunk.ofbiz.apache.org/workeffort/control/AddWorkEffortAndAssoc?workEffortIdFrom=10001]
> 6) "Enter an existing workEffortId below, OR enter the WorkEffort Details 
> below" label is repeated twice.
> Note: ScreenShot Attached.
>  



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


[jira] [Assigned] (OFBIZ-10863) Field 'govAgencyPartyId' shows all parties, not just Government Agencies

2019-09-26 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-10863:


Assignee: Priya Sharma

> Field 'govAgencyPartyId' shows all parties, not just Government Agencies
> 
>
> Key: OFBIZ-10863
> URL: https://issues.apache.org/jira/browse/OFBIZ-10863
> Project: OFBiz
>  Issue Type: Bug
>  Components: assetmaint
>Affects Versions: Trunk, 17.12.01, Release Branch 16.11, 16.11.04, 
> 16.11.05, 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Priya Sharma
>Priority: Major
>  Labels: asset, registration
>
> The field govAgencyPartyId in the AddFixedAssetRegistration form shows all 
> parties through the 
> lookup target-form-name="LookupPartyName function.
> This should be limited to those parties that qualify with the constraint.



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


[jira] [Commented] (OFBIZ-10863) Field 'govAgencyPartyId' shows all parties, not just Government Agencies

2019-09-26 Thread Priya Sharma (Jira)


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

Priya Sharma commented on OFBIZ-10863:
--

Hello [~pierresmits]


Could you please help me understand what solution are we looking for, as the 
service (createFixedAssetRegistration) does not impose any restrictions on the 
Party for the registration. And hence all the parties are available in the 
lookup.

Q- Are we looking to impose a role-based restriction?

 

Also, the service allows one to register the same asset to different people, at 
the same time frame, is this a valid case?

> Field 'govAgencyPartyId' shows all parties, not just Government Agencies
> 
>
> Key: OFBIZ-10863
> URL: https://issues.apache.org/jira/browse/OFBIZ-10863
> Project: OFBiz
>  Issue Type: Bug
>  Components: assetmaint
>Affects Versions: Trunk, 17.12.01, Release Branch 16.11, 16.11.04, 
> 16.11.05, 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Priya Sharma
>Priority: Major
>  Labels: asset, registration
>
> The field govAgencyPartyId in the AddFixedAssetRegistration form shows all 
> parties through the 
> lookup target-form-name="LookupPartyName function.
> This should be limited to those parties that qualify with the constraint.



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


[jira] [Commented] (OFBIZ-9330) Critical Fields Cannot Be Entered (Blocks WebPOS Use, Possibly Others)

2019-09-26 Thread Priya Sharma (Jira)


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

Priya Sharma commented on OFBIZ-9330:
-

Hi [~LinuxDevice],

Thank you so much for the detailed explanation.

I would like to help you set up a facility :

1) Please navigate to facility manager  from the top controls 
[Facility|https://demo-trunk.ofbiz.apache.org/facility/control/main?externalLoginKey=EL7387cc48-b32c-48a6-b646-198b1c46c101]

2) Create a new facility using the 
[create|https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility] 
button  under Facility Manager

3) Enter all the details and the facility name of your choice.

You can then use this facility Id wherever you need.

 

Hope this helps, Happy learning!

 

> Critical Fields Cannot Be Entered (Blocks WebPOS Use, Possibly Others)
> --
>
> Key: OFBIZ-9330
> URL: https://issues.apache.org/jira/browse/OFBIZ-9330
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 16.11.01
> Environment: Testing under Linux/Fedora/PostgreSQL, but issue is 
> agnostic to all of those.
>Reporter: Dan Stimits
>Priority: Major
>
> On a clean OfBiz install (e.g., in the case of using PostgreSQL I drop all 
> tables and run "./gradlew 'ofbiz --load-data readers=seed'", or even 
> "./gradew 'ofbiz --load-data readers=seed,seed-initial'", followed by adding 
> admin) I am attempting to bring up a WebPOS for an actual store without using 
> the sample data (sample data should not be in any audit trail, it's a bad 
> idea).
> The following will detail steps, but the short story is that WebPOS cannot be 
> opened until there is a POS terminal; a POS terminal cannot be added until 
> there is a store (and perhaps not even then); a store cannot be added until 
> there is an inventory facility; various facilities can be added, but none 
> which qualify to fulfill "Inventory Facility Id". Perhaps the loss of 
> interface to create these things was unnoticed due to having sample data (try 
> to create the store and terminals manually which sample data would have).
> h3. The Long Steps (on a clean install with seed and seed-initial plus admin 
> and no other additions):
> ./gradlew ofbiz
>  
> Under the setup app I create Company (requires admin password update first, 
> Party Id "Company" created by manually typing in info of a real company):
> https://localhost:8443/ofbizsetup/control/initialsetup
>  
> Go to Catalog Manager->Stores, click New Product Store. *"Primary Store Group 
> Id"* can't be selected or entered ("Not Applicable [_NA_]" is all that is 
> there), the drop-down is empty other than "Not Applicable" (so I pick Not 
> Applicable). Set Store Name to "Main Store". It isn't a demo store, and I 
> don't know what the effect is, but I pick drop-down of "Is Demo Store" as 
> "N". Everything else is unmodified and default. Click Update. Error rejects 
> adding the store: "Inventory Facility Id Required".
>  
> Summary 1: Store cannot be added via Catalog Manager until an *Inventory 
> Facility Id* is created.
>  
> I switch now to Applications->Facility Manager. "Main" or "Facilities" is 
> only for searching, not for adding a Facility. This is where the prior email 
> reply mentions to do this under Asset Management, but Asset 
> Management->Facility is also only for searching, not for creating a Facility. 
> Perhaps it is a Fixed Asset?
>  
> Summary 2: The required *Facility Id* of Summary 1 cannot be added under 
> Applications->Facility Manager. Asset Management->Facility is also a search 
> mechanism, and cannot be used to add the required facility.
>  
> Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate", 
> "Property", or "Other"? Real Estate is chosen since it is most descriptive 
> (Property might be a tract of land, Real Estate is more specific since it 
> implies a building on the land). When I get to RoleType ID I am convinced 
> this is not the correct place to create a facility.
>  
> Summary 3: I can add a new fixed asset, but it does not seem to give me a 
> *Facility Id*. Perhaps I missed a detail.
>  
> Under Applications->Facility Manager->Facility Groups I can click "New 
> Group". The only part I can logically add is Facility Group Name, and I add 
> "Retail Facility" in that text entry box. This fails. Although nothing is 
> marked as mandatory, submitting this requires a currently missing parameter, 
> *"createFacilityGroup.facilityGroupTypeId"*. I don't really know if the 
> Facility type is Management Structure, or if it is Pricing Group, but it 
> seems Management Structure is more logical for a structure serving a 
> store...I pick this. It works, I now have a Management Structure with 
> Facility Group Name "Reta

[jira] [Commented] (OFBIZ-9330) Critical Fields Cannot Be Entered (Blocks WebPOS Use, Possibly Others)

2019-09-26 Thread Priya Sharma (Jira)


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

Priya Sharma commented on OFBIZ-9330:
-

You are right [~jleroux].

Hey [~LinuxDevice], Please subscribe to our mailing lists for quick resolution 
of your queries and better guidance.

Here is the [link|[https://ofbiz.apache.org/mailing-lists.html]].

> Critical Fields Cannot Be Entered (Blocks WebPOS Use, Possibly Others)
> --
>
> Key: OFBIZ-9330
> URL: https://issues.apache.org/jira/browse/OFBIZ-9330
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 16.11.01
> Environment: Testing under Linux/Fedora/PostgreSQL, but issue is 
> agnostic to all of those.
>Reporter: Dan Stimits
>Priority: Major
>
> On a clean OfBiz install (e.g., in the case of using PostgreSQL I drop all 
> tables and run "./gradlew 'ofbiz --load-data readers=seed'", or even 
> "./gradew 'ofbiz --load-data readers=seed,seed-initial'", followed by adding 
> admin) I am attempting to bring up a WebPOS for an actual store without using 
> the sample data (sample data should not be in any audit trail, it's a bad 
> idea).
> The following will detail steps, but the short story is that WebPOS cannot be 
> opened until there is a POS terminal; a POS terminal cannot be added until 
> there is a store (and perhaps not even then); a store cannot be added until 
> there is an inventory facility; various facilities can be added, but none 
> which qualify to fulfill "Inventory Facility Id". Perhaps the loss of 
> interface to create these things was unnoticed due to having sample data (try 
> to create the store and terminals manually which sample data would have).
> h3. The Long Steps (on a clean install with seed and seed-initial plus admin 
> and no other additions):
> ./gradlew ofbiz
>  
> Under the setup app I create Company (requires admin password update first, 
> Party Id "Company" created by manually typing in info of a real company):
> https://localhost:8443/ofbizsetup/control/initialsetup
>  
> Go to Catalog Manager->Stores, click New Product Store. *"Primary Store Group 
> Id"* can't be selected or entered ("Not Applicable [_NA_]" is all that is 
> there), the drop-down is empty other than "Not Applicable" (so I pick Not 
> Applicable). Set Store Name to "Main Store". It isn't a demo store, and I 
> don't know what the effect is, but I pick drop-down of "Is Demo Store" as 
> "N". Everything else is unmodified and default. Click Update. Error rejects 
> adding the store: "Inventory Facility Id Required".
>  
> Summary 1: Store cannot be added via Catalog Manager until an *Inventory 
> Facility Id* is created.
>  
> I switch now to Applications->Facility Manager. "Main" or "Facilities" is 
> only for searching, not for adding a Facility. This is where the prior email 
> reply mentions to do this under Asset Management, but Asset 
> Management->Facility is also only for searching, not for creating a Facility. 
> Perhaps it is a Fixed Asset?
>  
> Summary 2: The required *Facility Id* of Summary 1 cannot be added under 
> Applications->Facility Manager. Asset Management->Facility is also a search 
> mechanism, and cannot be used to add the required facility.
>  
> Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate", 
> "Property", or "Other"? Real Estate is chosen since it is most descriptive 
> (Property might be a tract of land, Real Estate is more specific since it 
> implies a building on the land). When I get to RoleType ID I am convinced 
> this is not the correct place to create a facility.
>  
> Summary 3: I can add a new fixed asset, but it does not seem to give me a 
> *Facility Id*. Perhaps I missed a detail.
>  
> Under Applications->Facility Manager->Facility Groups I can click "New 
> Group". The only part I can logically add is Facility Group Name, and I add 
> "Retail Facility" in that text entry box. This fails. Although nothing is 
> marked as mandatory, submitting this requires a currently missing parameter, 
> *"createFacilityGroup.facilityGroupTypeId"*. I don't really know if the 
> Facility type is Management Structure, or if it is Pricing Group, but it 
> seems Management Structure is more logical for a structure serving a 
> store...I pick this. It works, I now have a Management Structure with 
> Facility Group Name "Retail Facility". I don't have a *Facility Id*.
>  
> Summary 4: I can add a Facility Group, but I'm unsure how to use this to 
> create a Facility. I don't  believe this is the right approach.
> There is no clear way to satisfy creation of the entire series of 
> prerequisites...I'm guessing that interfaces to do this were dropped at some 
> point and it wasn't noticed. To illustrate testing I 

[jira] [Commented] (OFBIZ-11189) Sales invoice Invoice with no line item shows error in the invoice overview

2019-09-27 Thread Priya Sharma (Jira)


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

Priya Sharma commented on OFBIZ-11189:
--

Hello [~pierresmits]

I am unable to regenerate this issue on the stable branch. Count you please 
provide more information about it.

The steps I followed were:

1) I created a new sales invoice without any items 
[here|[https://demo-stable.ofbiz.apache.org/accounting/control/newInvoice]]

2) Changes the status to various options avialable (ready, in progress, paid)

3) The status was updated succesfully.

 

Did I miss anything or need to follow some additional steps to re-generate the 
issue?

> Sales invoice Invoice with no line item shows error in the invoice overview
> ---
>
> Key: OFBIZ-11189
> URL: https://issues.apache.org/jira/browse/OFBIZ-11189
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
>Reporter: Pierre Smits
>Assignee: Priya Sharma
>Priority: Major
>  Labels: invoice
>
> When setting the status of an sales invoice, when it has no line item 
> associated with it, the overview page of the invoice throws an error in the 
> transaction segment.
> {code:java}
> ACTUAL ERROR rendering error page [/error/error.jsp], but here is the error 
> text: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://accounting/widget/InvoiceScreens.xml#invoiceOverview]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen 
> [component://accounting/widget/InvoiceScreens.xml#CommonInvoiceDecorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://accounting/widget/CommonScreens.xml#main-decorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
> java.lang.RuntimeException: Error rendering included form named 
> [AcctgTransAndEntries] at location 
> [component://accounting/widget/InvoiceForms.xml]: 
> java.lang.IllegalArgumentException: Error getting value from the database for 
> display of field [acctgTransTypeId] on form [AcctgTransAndEntries]: 
> org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in 
> simple-method [Create a list with information on payment due dates and 
> amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 464null (The current transaction is 
> marked for rollback, not beginning a new transaction and aborting current 
> operation; the rollbackOnly was caused by: Error in simple-method [Create a 
> list with information on payment due dates and amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 
> 464null)java.lang.IllegalArgumentException: Error getting value from the 
> database for display of field [acctgTransTypeId] on form 
> [AcctgTransAndEntries]: org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in 
> simple-method [Create a list with information on payment due dates and 
> amounts for the invoice 
> [file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml#getInvoicePaymentInfoList]]:
>  Error running the simple-method: java.lang.reflect.InvocationTargetException 
> (null) Method = getInvoicePaymentInfoList, File = 
> file:/home/ofbizDemo/branch16.11/applications/accounting/minilang/payment/PaymentServices.xml,
>  Element = , Line 464null (The current transaction is

[jira] [Assigned] (OFBIZ-10858) Last Categories section is blank

2019-09-30 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-10858:


Assignee: (was: Priya Sharma)

> Last Categories section is blank 
> -
>
> Key: OFBIZ-10858
> URL: https://issues.apache.org/jira/browse/OFBIZ-10858
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: 16.11.05
>Reporter: Rashi Dhagat
>Priority: Major
> Fix For: 17.12.01, 16.11.06, 18.12.01
>
> Attachments: LastCategories1.jpg, LastCategoriesRefreshed.jpg, 
> LastCategories_1strow.jpg, OFBIZ-10858-1.patch, OFBIZ-10858-stable.patch, 
> OFBIZ-10858.patch
>
>
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Refresh the page
> *Actual:*
> 1. Last Categories is blank
> 2. If we refresh the page then only the search category visible with the last 
> row blank with a bullet.
> Issue 1:
> 1. Open [https://demo-trunk.ofbiz.apache.org/ecomseo]
> 2. Click on a category from the Categories section
> 3. Again, open the [https://demo-trunk.ofbiz.apache.org/ecomseo] in the new 
> tab
> *Actual:* 1st row is blank with searched categories



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


[jira] [Assigned] (OFBIZ-11227) Can't print orders at Find Order screen

2019-09-30 Thread Priya Sharma (Jira)


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

Priya Sharma reassigned OFBIZ-11227:


Assignee: Priya Sharma

> Can't print orders at Find Order screen
> ---
>
> Key: OFBIZ-11227
> URL: https://issues.apache.org/jira/browse/OFBIZ-11227
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
>
> As mentioned in OFBIZ-10972 some printers might not print orders. The error 
> is:
> {noformat}
> 2019-09-30 19:07:47,314 |OFBiz-JobQueue-1 |ContentUrlTag 
> |W| Request was null in appendContentPrefix; this probably means this was 
> used where it shouldn't be, like using ofbizContentUrl in a screen rendered 
> through a
> service; using best-bet behavior: standard prefix from url.properties (no 
> WebSite or security setting known)
> 2019-09-30 19:07:47,322 |OFBiz-JobQueue-1 |ScreenFactory 
> |I| Got 42 screens in 0.008s from: 
> file:/C:/projectsASF/ofbiz/applications/party/widget/partymgr/PartyScreens.xml
> 2019-09-30 19:07:47,322 |OFBiz-JobQueue-1 |UtilProperties
> |W| Error converting String "" to Integer; using defaultNumber 60.
> 2019-09-30 19:07:47,352 |OFBiz-JobQueue-1 |FOP   
> |D| target-resolution set to: 72.0dpi (px2mm=0.3528)
> 2019-09-30 19:07:47,353 |OFBiz-JobQueue-1 |FOP   
> |D| User configuration found for MIME type application/pdf
> 2019-09-30 19:07:47,353 |OFBiz-JobQueue-1 |FOP   
> |D| User configuration found for MIME type application/pdf
> 2019-09-30 19:07:47,479 |OFBiz-JobQueue-1 |FOUserAgent   
> |W| Font "NotoSans,normal,700" not found. Substituting with 
> "NotoSans,normal,400".
> 2019-09-30 19:07:47,506 |OFBiz-JobQueue-1 |FOUserAgent   
> |W| The contents of fo:region-before on page 1 exceed the available area in 
> the block-progression direction by 19200 millipoints. (See position 28:58)
> 2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |OutputServices
> |I| Using printer: Samsung ML-2160 Series
> 2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |ObjectType
> |E| null
> java.lang.ClassNotFoundException: No converter found for 
> javax.print.DocFlavor$INPUT_STREAM->java.lang.String
> at 
> org.apache.ofbiz.base.conversion.Converters.getConverter(Converters.java:84) 
> ~[main/:?]
> at 
> org.apache.ofbiz.base.util.ObjectType.simpleTypeOrObjectConvert(ObjectType.java:331)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:442)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.string.FlexibleStringExpander$Elements.get(FlexibleStringExpander.java:630)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:435)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:172)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:145)
>  [main/:?]
> at 
> org.apache.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:681) 
> [main/:?]
> at 
> org.apache.ofbiz.content.output.OutputServices.sendPrintFromScreen(OutputServices.java:169)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_202]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_202]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_202]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_202]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:417)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88)
>  [main/:?]
> at 
> org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
>  [main/:?]
> at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) 
> [main/:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.

[jira] [Assigned] (OFBIZ-10309) HTTP Status 500 – Internal Server Error on InvoiceAcctgTransEntriesPdf

2018-03-23 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-10309:


Assignee: Priya Sharma

> HTTP Status 500 – Internal Server Error on InvoiceAcctgTransEntriesPdf
> --
>
> Key: OFBIZ-10309
> URL: https://issues.apache.org/jira/browse/OFBIZ-10309
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Aayush jain
>Assignee: Priya Sharma
>Priority: Major
>
> Steps:
> 1. Open URL 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
> 2. Navigate to Find Invoices
> 3. Click on Any Invoice id
> 4. Click on AcctgTransEntriesPdf
>  
> Actual Result:
> HTTP Status 500 – Internal Server Error Type Status Report Message ERROR 
> rendering error page [/error/error.jsp], but here is the error text: 
> org.eclipse.birt.report.engine.api.EngineException: Error happened while 
> running the report. Description The server encountered an unexpected 
> condition that prevented it from fulfilling the request. Apache Tomcat/8.5.24
> Expected Result:
> AcctgTransEntriesPdf button should work as expected.
> Thanks in Advance!
>  



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


[jira] [Assigned] (OFBIZ-10309) HTTP Status 500 – Internal Server Error on InvoiceAcctgTransEntriesPdf

2018-03-24 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-10309:


Assignee: (was: Priya Sharma)

> HTTP Status 500 – Internal Server Error on InvoiceAcctgTransEntriesPdf
> --
>
> Key: OFBIZ-10309
> URL: https://issues.apache.org/jira/browse/OFBIZ-10309
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Aayush jain
>Priority: Major
>
> Steps:
> 1. Open URL 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
> 2. Navigate to Find Invoices
> 3. Click on Any Invoice id
> 4. Click on AcctgTransEntriesPdf
>  
> Actual Result:
> HTTP Status 500 – Internal Server Error Type Status Report Message ERROR 
> rendering error page [/error/error.jsp], but here is the error text: 
> org.eclipse.birt.report.engine.api.EngineException: Error happened while 
> running the report. Description The server encountered an unexpected 
> condition that prevented it from fulfilling the request. Apache Tomcat/8.5.24
> Expected Result:
> AcctgTransEntriesPdf button should work as expected.
> Thanks in Advance!
>  



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


[jira] [Assigned] (OFBIZ-10381) Issue with Update Currency UOM at Edit Invoice

2018-04-28 Thread Priya Sharma (JIRA)

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

Priya Sharma reassigned OFBIZ-10381:


Assignee: Priya Sharma

> Issue with Update Currency UOM at Edit Invoice
> --
>
> Key: OFBIZ-10381
> URL: https://issues.apache.org/jira/browse/OFBIZ-10381
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ap/control/invoiceOverview?invoiceId=demo10001
>Reporter: Aayush jain
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: UOM_issue.png
>
>
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/ap/control/editInvoice?invoiceId=demo10001
> 2. Navigate to report section
> 3. Navigate to Edit Invoice and change the currency for USD and INR
> 4. Click on Update button
> 5. Again Navigate to reports section and click on invoice id which was updated
> 6. Navigate to Items section and check for UOM and Unit price
> Actual Result:
> UOM is still displayed as USD and unit price changes to Indian rupees
> Expected Result:
> It should work as per currency, UOM and Price should be displayed properly 
> i.e for Indian rupee INR and Rupee symbol 



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


[jira] [Assigned] (OFBIZ-10425) When check out after input billing information, it's displayed as java object

2018-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10425:


Assignee: Priya Sharma

> When check out after input billing information, it's displayed as java object
> -
>
> Key: OFBIZ-10425
> URL: https://issues.apache.org/jira/browse/OFBIZ-10425
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: Screen Shot 2018-06-02 at 2.55.33 AM.png
>
>
> When check out after input billing information, it's displayed as java object



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


[jira] [Updated] (OFBIZ-10425) When check out after input billing information, it's displayed as java object

2018-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10425:
-
Attachment: OFBIZ-10425.patch

> When check out after input billing information, it's displayed as java object
> -
>
> Key: OFBIZ-10425
> URL: https://issues.apache.org/jira/browse/OFBIZ-10425
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: OFBIZ-10425.patch, Screen Shot 2018-06-02 at 2.55.33 
> AM.png
>
>
> When check out after input billing information, it's displayed as java object



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


[jira] [Commented] (OFBIZ-10425) When check out after input billing information, it's displayed as java object

2018-06-23 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10425:
--

Hello,

The issue was caused due to an error in the JS that populates this data on the 
screen.

Please verify the fix in the patch uploaded.

Thanks!

> When check out after input billing information, it's displayed as java object
> -
>
> Key: OFBIZ-10425
> URL: https://issues.apache.org/jira/browse/OFBIZ-10425
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: OFBIZ-10425.patch, Screen Shot 2018-06-02 at 2.55.33 
> AM.png
>
>
> When check out after input billing information, it's displayed as java object



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


[jira] [Assigned] (OFBIZ-10426) When creating blog or forums, it failed to save

2018-07-28 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10426:


Assignee: Priya Sharma

> When creating blog or forums, it failed to save
> ---
>
> Key: OFBIZ-10426
> URL: https://issues.apache.org/jira/browse/OFBIZ-10426
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Major
>
> Create a blog or forum and click save button, it will popup with error 
> message. The reason is because the mapKey passed from front end cannot be 
> handled by the service. The solution is not to pass the mapKey to the service.
>  
>  
> ERROR: Could not complete the Post a new Content article Entry 
> [file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent]
>  process [problem invoking the [createTextContent] service with the map named 
> [createText] containing 
> [\{userLogin=[GenericEntity:UserLogin][createdStamp,2018-06-01 
> 21:38:24.088(java.sql.Timestamp)][createdTxStamp,2018-06-01 
> 21:38:24.086(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Asia/Shanghai(java.lang.String)][lastUpdatedStamp,2018-06-02
>  03:00:52.632(java.sql.Timestamp)][lastUpdatedTxStamp,2018-06-02 
> 03:00:52.632(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,0(java.lang.Long)][userLdapDn,null()][userLoginId,admin(java.lang.String)],
>  textData=hello, dataTemplateTypeId=NONE, mapKey=MAIN, contentIdFrom=ASK, 
> description=hello, partyId=admin, locale=en_US, 
> dataResourceTypeId=ELECTRONIC_TEXT, contentName=hell world}]: Unknown 
> parameter found: [createTextContent.contentIdFrom]Unknown parameter found: 
> [createTextContent.mapKey]]
>  



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


[jira] [Assigned] (OFBIZ-9612) Documentation: Order Fulfillment User Stories, Use Cases and Test Cases

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-9612:
---

Assignee: (was: Priya Sharma)

> Documentation: Order Fulfillment User Stories, Use Cases and Test Cases
> ---
>
> Key: OFBIZ-9612
> URL: https://issues.apache.org/jira/browse/OFBIZ-9612
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Priority: Major
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment business process user stories, use cases and test cases to 
> be documented.
> *Doc Content*:
> Every Order Fulfillment business activity to be covered under below-given 
> headings-
> - User Story (Write, if doesn't exist already OR review and refine as 
> required)
> - Use Cases (Write, if don't exist already OR review and refine as required)
> - Test Cases (Write, if don't exist already OR review and refine as required. 
> Verify every test case and mark it with appropriate status- PASS, FAIL).



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


[jira] [Assigned] (OFBIZ-9609) Documentation: Order Fulfillment Process Overview

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-9609:
---

Assignee: (was: Priya Sharma)

> Documentation: Order Fulfillment Process Overview
> -
>
> Key: OFBIZ-9609
> URL: https://issues.apache.org/jira/browse/OFBIZ-9609
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sonal Patwari
>Priority: Major
>  Labels: BPRB, Fulfillment, OBPRB, Order
>
> Order Fulfillment process overview to be documented.
> *Doc Content*: 
> Every Order fulfillment business activity to be covered with below-given 
> headings-
> - Process Overview
> - Business Purpose (significance of having efficient Order fulfillment 
> capabilities in real world)
> - Activity Diagrams (Level-1,2, and 3 as applicable to demonstrate the 
> process flow)



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


[jira] [Updated] (OFBIZ-10426) When creating blog or forums, it failed to save

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10426:
-
Description: 
Create a blog or forum and click save button, it will popup with error message. 
The reason is because the mapKey passed from front end cannot be handled by the 
service. The solution is not to pass the mapKey to the service.

Steps:  

1) navigate to 
[https://demo-trunk.ofbiz.apache.org/content/control/blogContent?blogContentId=BLOGROOTBIGAL|http://example.com]

2) create a new article  
[https://demo-trunk.ofbiz.apache.org/content/control/EditBlogArticle?blogContentId=BLOGROOTBIGAL|http://example.com/]

 

ERROR: Could not complete the Post a new Content article Entry 
[file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent|file:///Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent]
 process [problem invoking the [createTextContent] service with the map named 
[createText] containing 
[{userLogin=[GenericEntity:UserLogin][createdStamp,2018-06-01 
21:38:24.088(java.sql.Timestamp)][createdTxStamp,2018-06-01 
21:38:24.086(java.sql.Timestamp)][currentPassword,

{SHA}

47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Asia/Shanghai(java.lang.String)][lastUpdatedStamp,2018-06-02
 03:00:52.632(java.sql.Timestamp)][lastUpdatedTxStamp,2018-06-02 
03:00:52.632(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,0(java.lang.Long)][userLdapDn,null()][userLoginId,admin(java.lang.String)],
 textData=hello, dataTemplateTypeId=NONE, mapKey=MAIN, contentIdFrom=ASK, 
description=hello, partyId=admin, locale=en_US, 
dataResourceTypeId=ELECTRONIC_TEXT, contentName=hell world}]: Unknown parameter 
found: [createTextContent.contentIdFrom]Unknown parameter found: 
[createTextContent.mapKey]]

 

  was:
Create a blog or forum and click save button, it will popup with error message. 
The reason is because the mapKey passed from front end cannot be handled by the 
service. The solution is not to pass the mapKey to the service.

 

 

ERROR: Could not complete the Post a new Content article Entry 
[file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent]
 process [problem invoking the [createTextContent] service with the map named 
[createText] containing 
[\{userLogin=[GenericEntity:UserLogin][createdStamp,2018-06-01 
21:38:24.088(java.sql.Timestamp)][createdTxStamp,2018-06-01 
21:38:24.086(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Asia/Shanghai(java.lang.String)][lastUpdatedStamp,2018-06-02
 03:00:52.632(java.sql.Timestamp)][lastUpdatedTxStamp,2018-06-02 
03:00:52.632(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,0(java.lang.Long)][userLdapDn,null()][userLoginId,admin(java.lang.String)],
 textData=hello, dataTemplateTypeId=NONE, mapKey=MAIN, contentIdFrom=ASK, 
description=hello, partyId=admin, locale=en_US, 
dataResourceTypeId=ELECTRONIC_TEXT, contentName=hell world}]: Unknown parameter 
found: [createTextContent.contentIdFrom]Unknown parameter found: 
[createTextContent.mapKey]]

 


> When creating blog or forums, it failed to save
> ---
>
> Key: OFBIZ-10426
> URL: https://issues.apache.org/jira/browse/OFBIZ-10426
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Major
>
> Create a blog or forum and click save button, it will popup with error 
> message. The reason is because the mapKey passed from front end cannot be 
> handled by the service. The solution is not to pass the mapKey to the service.
> Steps:  
> 1) navigate to 
> [https://demo-trunk.ofbiz.apache.org/content/control/blogContent?blogContentId=BLOGROOTBIGAL|http://example.com]
> 2) create a new article  
> [https://demo-trunk.ofbiz.apache.org/content/control/EditBlogArticle?blogContentId=BLOGROOTBIGAL|http://example.com/]
>  
> ERROR: Could not complete the Post a new Content article Entry 
> [file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilan

[jira] [Updated] (OFBIZ-10426) When creating blog or forums, it failed to save

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10426:
-
Attachment: blog-error.png

> When creating blog or forums, it failed to save
> ---
>
> Key: OFBIZ-10426
> URL: https://issues.apache.org/jira/browse/OFBIZ-10426
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Jason Hao
>Assignee: Priya Sharma
>Priority: Major
> Attachments: blog-error.png
>
>
> Create a blog or forum and click save button, it will popup with error 
> message. The reason is because the mapKey passed from front end cannot be 
> handled by the service. The solution is not to pass the mapKey to the service.
> Steps:  
> 1) navigate to 
> [https://demo-trunk.ofbiz.apache.org/content/control/blogContent?blogContentId=BLOGROOTBIGAL|http://example.com]
> 2) create a new article  
> [https://demo-trunk.ofbiz.apache.org/content/control/EditBlogArticle?blogContentId=BLOGROOTBIGAL|http://example.com/]
>  
> ERROR: Could not complete the Post a new Content article Entry 
> [file:/Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent|file:///Users/explorer/Documents/ofbiz/ofbiz-framework/applications/content/minilang/content/ContentServices.xml#createArticleContent]
>  process [problem invoking the [createTextContent] service with the map named 
> [createText] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2018-06-01 
> 21:38:24.088(java.sql.Timestamp)][createdTxStamp,2018-06-01 
> 21:38:24.086(java.sql.Timestamp)][currentPassword,
> {SHA}
> 47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Asia/Shanghai(java.lang.String)][lastUpdatedStamp,2018-06-02
>  03:00:52.632(java.sql.Timestamp)][lastUpdatedTxStamp,2018-06-02 
> 03:00:52.632(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,0(java.lang.Long)][userLdapDn,null()][userLoginId,admin(java.lang.String)],
>  textData=hello, dataTemplateTypeId=NONE, mapKey=MAIN, contentIdFrom=ASK, 
> description=hello, partyId=admin, locale=en_US, 
> dataResourceTypeId=ELECTRONIC_TEXT, contentName=hell world}]: Unknown 
> parameter found: [createTextContent.contentIdFrom]Unknown parameter found: 
> [createTextContent.mapKey]]
>  



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


[jira] [Created] (OFBIZ-10582) Newly created blog is not displayed in the blog list

2018-09-22 Thread Priya Sharma (JIRA)
Priya Sharma created OFBIZ-10582:


 Summary: Newly created blog is not displayed in the blog list
 Key: OFBIZ-10582
 URL: https://issues.apache.org/jira/browse/OFBIZ-10582
 Project: OFBiz
  Issue Type: Bug
  Components: content
Affects Versions: 17.12.01
Reporter: Priya Sharma


Steps to regenerate - 

1) Navigate to 
[https://demo-trunk.ofbiz.apache.org/content/control/blogMain|http://example.com/]
 

2) Click on create a new blog

3) Fill in the details and submit the form

4) A success message is shown but the blog is not displayed in the list



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


[jira] [Assigned] (OFBIZ-10582) Newly created blog is not displayed in the blog list

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10582:


Assignee: Priya Sharma

> Newly created blog is not displayed in the blog list
> 
>
> Key: OFBIZ-10582
> URL: https://issues.apache.org/jira/browse/OFBIZ-10582
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: 17.12.01
>Reporter: Priya Sharma
>Assignee: Priya Sharma
>Priority: Major
>
> Steps to regenerate - 
> 1) Navigate to 
> [https://demo-trunk.ofbiz.apache.org/content/control/blogMain|http://example.com/]
>  
> 2) Click on create a new blog
> 3) Fill in the details and submit the form
> 4) A success message is shown but the blog is not displayed in the list



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


[jira] [Commented] (OFBIZ-10582) Newly created blog is not displayed in the blog list

2018-09-22 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10582:
--

Hello All,

Following are my observations about this issue -

*Reason:* After a bit of research I figured out that the list displays the 
child assocs of the BLOGROOT content. And the newly created content does not 
get associated to the BLOGROOT content.

*Solution:* We could add the attributes (contentAssocTypeId and contentIdTo) in 
the service definition of createContent so the condition to trigger eca, that 
creates the content assoc, is fulfilled.

Or we could implement a wrapper that does both the things i.e. creating content 
and its assoc.

Please let me know your thoughts over this.

> Newly created blog is not displayed in the blog list
> 
>
> Key: OFBIZ-10582
> URL: https://issues.apache.org/jira/browse/OFBIZ-10582
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Affects Versions: 17.12.01
>Reporter: Priya Sharma
>Assignee: Priya Sharma
>Priority: Major
>
> Steps to regenerate - 
> 1) Navigate to 
> [https://demo-trunk.ofbiz.apache.org/content/control/blogMain|http://example.com/]
>  
> 2) Click on create a new blog
> 3) Fill in the details and submit the form
> 4) A success message is shown but the blog is not displayed in the list



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


[jira] [Assigned] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-10-26 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10542:


Assignee: Priya Sharma

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Updated] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-10-27 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10542:
-
Attachment: console-error.png

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Commented] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-10-27 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10542:
--

Hi [~jacques.le.roux],
 * The method "showErrorAlert" populates the error section only when the 
message is not null and thus the button seems to be not working.
 * After a bit of exploration, I was able to figure out that if the 
instructions are null then this button should not be populated in the first 
place. But the check instructions?has_content failed and hence the button got 
populated. Thus adding an additional check for null value would do.

Please provide your views so that I can proceed further.

Also, the inline js causes lots of errors on the browser console, should we add 
the meta tag in the header to allow inline-scripts

 

!console-error.png!

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Comment Edited] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-10-27 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-10542 at 10/27/18 1:21 PM:


Hi [~jacques.le.roux],
 * The method "showErrorAlert" populates the error section only when the 
message is not null and thus the button seems to be not working.
 * After a bit of exploration, I was able to figure out that if the 
instructions are null then this button should not be populated in the first 
place. But the check instructions?has_content failed and hence the button got 
populated. Thus adding an additional check for empty string would do.

Please provide your views so that I can proceed further.

Also, the inline js causes lots of errors on the browser console, should we add 
the meta tag in the header to allow inline-scripts

 

!console-error.png!


was (Author: priya.sharma.9362):
Hi [~jacques.le.roux],
 * The method "showErrorAlert" populates the error section only when the 
message is not null and thus the button seems to be not working.
 * After a bit of exploration, I was able to figure out that if the 
instructions are null then this button should not be populated in the first 
place. But the check instructions?has_content failed and hence the button got 
populated. Thus adding an additional check for null value would do.

Please provide your views so that I can proceed further.

Also, the inline js causes lots of errors on the browser console, should we add 
the meta tag in the header to allow inline-scripts

 

!console-error.png!

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Updated] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-11-24 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10542:
-
Attachment: OFBIZ-10542-framework-trunk.patch

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: OFBIZ-10542-framework-trunk.patch, 
> OFBIZ-10542-plugins-trunk.patch, console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Updated] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-11-24 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10542:
-
Attachment: OFBIZ-10542-plugins-trunk.patch

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: OFBIZ-10542-framework-trunk.patch, 
> OFBIZ-10542-plugins-trunk.patch, console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Commented] (OFBIZ-10542) Instructions for Configurable PC don't work

2018-11-24 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10542:
--

Attached patch as per the above-mentioned solution for the trunk.

Please verify and let me know so that I will provide patches for the other 
releases as well.

> Instructions for Configurable PC don't work
> ---
>
> Key: OFBIZ-10542
> URL: https://issues.apache.org/jira/browse/OFBIZ-10542
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, 16.11.04, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: OFBIZ-10542-framework-trunk.patch, 
> OFBIZ-10542-plugins-trunk.patch, console-error.png
>
>
> This concerns only R16, R17 and the trunk. The "Instructions" button was not 
> present in R13. 
> This kind of message shows:
> Trunk:
>  class="btn btn-outline-secondary btn-sm">Instructions
> R16:
>  occurred","");"="" class="buttontext">Instructions
> The same exists for all configurable products, notably Gold Pizza



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


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2018-11-24 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-9747:
---

Assignee: (was: Priya Sharma)

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Priority: Major
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



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


[jira] [Assigned] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-11-24 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10536:


Assignee: Priya Sharma

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Updated] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-21 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10536:
-
Attachment: OFBIZ-10536.patch

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Commented] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-21 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10536:
--

Hello All, 
As per my observation, the issue was caused due to the rendering of the last 
saved view, which was ProductUomDropDownOnly and hence the drop down was being 
rendered after the add to cart event.

Hence updated the controller request to fix the issue.

Please verify the patch, if this is the right fix to the issue.

Thanks!

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Commented] (OFBIZ-10381) Issue with Update Currency UOM at Edit Invoice

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10381:
--

Hello All,

Exploring the cause of this issue, I noticed that the UOM displayed in the 
invoice items section is the UOM of the invoice item, which is not updated when 
the currency UOM for the invoice is updated.

So, should we update the item UOM as well when the invoice currency UOM is 
changed?

Please put forward your views, and help me proceed.

> Issue with Update Currency UOM at Edit Invoice
> --
>
> Key: OFBIZ-10381
> URL: https://issues.apache.org/jira/browse/OFBIZ-10381
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ap/control/invoiceOverview?invoiceId=demo10001
>Reporter: Aayush jain
>Assignee: Priya Sharma
>Priority: Minor
> Attachments: UOM_issue.png
>
>
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/ap/control/editInvoice?invoiceId=demo10001
> 2. Navigate to report section
> 3. Navigate to Edit Invoice and change the currency for USD and INR
> 4. Click on Update button
> 5. Again Navigate to reports section and click on invoice id which was updated
> 6. Navigate to Items section and check for UOM and Unit price
> Actual Result:
> UOM is still displayed as USD and unit price changes to Indian rupees
> Expected Result:
> It should work as per currency, UOM and Price should be displayed properly 
> i.e for Indian rupee INR and Rupee symbol 



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


[jira] [Updated] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10536:
-
Attachment: (was: OFBIZ-10536_16-12.patch)

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Updated] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10536:
-
Attachment: OFBIZ-10536_16-11.patch

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-11.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Updated] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10536:
-
Attachment: OFBIZ-10536_16-12.patch

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-12.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Assigned] (OFBIZ-9131) Error changing the state of a lead

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-9131:
---

Assignee: (was: Priya Sharma)

> Error changing the state of a lead
> --
>
> Key: OFBIZ-9131
> URL: https://issues.apache.org/jira/browse/OFBIZ-9131
> Project: OFBiz
>  Issue Type: Bug
>  Components: Demo
>Affects Versions: Release Branch 13.07
> Environment: DEMO
>Reporter: Lisardo de Jesús Bohórquez Bedoya
>Priority: Major
> Attachments: ERROR STATE CHANGE OF A LEAD.docx
>
>
> After creating a LEAD, it is generated in the Assigned state, then I enter 
> the lead, I change the state (for example to the "Active" state) and I CLICK 
> save, but the action does not execute and the following error is generated.
> Error Calling event: org.ofbiz.webapp.event.EventHandler.Exception: Service 
> invocation error (Could not commit transaction for service [updatePerson] 
> call: Roll back error, could not commit transaction, was rolled back instead 
> because of: Error in service [SetPartyStatus]: Cannot change party status 
> from LEAD_ASSIGNED to PARTY_ENABLED)



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


[jira] [Assigned] (OFBIZ-10741) Blank page is displayed on ecommerce

2018-12-22 Thread Priya Sharma (JIRA)


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

Priya Sharma reassigned OFBIZ-10741:


Assignee: Priya Sharma

> Blank page is displayed on ecommerce
> 
>
> Key: OFBIZ-10741
> URL: https://issues.apache.org/jira/browse/OFBIZ-10741
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Priya Sharma
>Priority: Major
> Attachments: 1-Enchiladas.png, 2-BlankPage.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main]
>  # Under Feature Products section, click on product Enchiladas (Please refer 
> attachment: 1-Enchiladas)
> Or open URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/enchiladas-ENCHILADAS-p]
> Actual: Blank page is displayed (Please refer attachment: 2-BlankPage)



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


[jira] [Commented] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-23 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10536:
--

Hi Jacques, 

Thanks for reviewing the patch.

I can still regenerate the issue on trunk. Please hit the add to cart button, 
after selecting the unit of measure, you should be able to see a blank page 
with just the unit of measure dropdown on it.

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-11.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Comment Edited] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-23 Thread Priya Sharma (JIRA)


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

Priya Sharma edited comment on OFBIZ-10536 at 12/24/18 6:15 AM:


Hi [~jacques.le.roux] , 

Thanks for reviewing the patch.

I can still regenerate the issue on trunk. Please hit the add to cart button, 
after selecting the unit of measure, you should be able to see a blank page 
with just the unit of measure dropdown on it.


was (Author: priya.sharma.9362):
Hi Jacques, 

Thanks for reviewing the patch.

I can still regenerate the issue on trunk. Please hit the add to cart button, 
after selecting the unit of measure, you should be able to see a blank page 
with just the unit of measure dropdown on it.

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-11.patch
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Commented] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-24 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10536:
--

Hi Jacques,

I am not aware of the utility of this drop down though, but the issue which I 
could see was, a broken screen on hitting the add to cart button.
Attaching the screenshot for the same. !Screenshot from 2018-12-24 17-37-07.png!

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-11.patch, Screenshot 
> from 2018-12-24 17-37-07.png
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Updated] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2018-12-24 Thread Priya Sharma (JIRA)


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

Priya Sharma updated OFBIZ-10536:
-
Attachment: Screenshot from 2018-12-24 17-37-07.png

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: OFBIZ-10536.patch, OFBIZ-10536_16-11.patch, Screenshot 
> from 2018-12-24 17-37-07.png
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Commented] (OFBIZ-10741) Blank page is displayed on ecommerce

2018-12-25 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10741:
--

Hi Jacques,

I did notice this log, there is some issue in the hashCode method, which was 
related to OFBIZ-9774

I am looking into the cause of the issue, will revert back to you once I reach 
a conclusion.

Just to update, maybe this issue is not related to 
(https://issues.apache.org/jira/browse/OFBIZ-10536)

As this issue exists only for configurable products, like 
[https://demo-trunk.ofbiz.apache.org/ecommerce/configurable-pc-PC001-p]
[https://demo-trunk.ofbiz.apache.org/ecommerce/pizza-PIZZA-p] 

> Blank page is displayed on ecommerce
> 
>
> Key: OFBIZ-10741
> URL: https://issues.apache.org/jira/browse/OFBIZ-10741
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Priya Sharma
>Priority: Major
> Attachments: 1-Enchiladas.png, 2-BlankPage.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main]
>  # Under Feature Products section, click on product Enchiladas (Please refer 
> attachment: 1-Enchiladas)
> Or open URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/enchiladas-ENCHILADAS-p]
> Actual: Blank page is displayed (Please refer attachment: 2-BlankPage)



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


[jira] [Commented] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2019-01-11 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10536:
--

Hi Jacques,

This unit of measure dropdown was added in the following commit -

url : [http://svn.apache.org/viewvc?rev=1040908&view=rev]
{code:java}
Log: 
allow single pieces and boxes with a number of pieces share the same inventory 
location but can however be sold at optionally different prices. More 
explanation will be given in the new feature list of december 2010. 
Contribution of tukkata. {code}
I guess this will help us better understand the utility of this dropdown.

Please visit: 
[http://ofbiz.135035.n4.nabble.com/svn-commit-r1040908-in-ofbiz-trunk-applications-order-src-org-ofbiz-order-shoppingcart-applications–td3066886.html]

for more insights.

 

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Priya Sharma
>Priority: Major
> Attachments: Image 002.png, OFBIZ-10536.patch, 
> OFBIZ-10536_16-11.patch, Screenshot from 2018-12-24 17-37-07.png
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



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


[jira] [Commented] (OFBIZ-10741) Blank page is displayed on ecommerce

2019-01-13 Thread Priya Sharma (JIRA)


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

Priya Sharma commented on OFBIZ-10741:
--

Sure, Michael. 

> Blank page is displayed on ecommerce
> 
>
> Key: OFBIZ-10741
> URL: https://issues.apache.org/jira/browse/OFBIZ-10741
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Priya Sharma
>Priority: Major
> Attachments: 1-Enchiladas.png, 2-BlankPage.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main]
>  # Under Feature Products section, click on product Enchiladas (Please refer 
> attachment: 1-Enchiladas)
> Or open URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/enchiladas-ENCHILADAS-p]
> Actual: Blank page is displayed (Please refer attachment: 2-BlankPage)



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


  1   2   3   4   >