[jira] [Assigned] (OFBIZ-10426) When creating blog or forums, it failed to save
[ 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] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788577#comment-16788577 ] Pierre Smits commented on OFBIZ-10846: -- Every bug fix is an improvement. Nevertheless, the patch looks ok to me. Thanks for your assistance, [~pawan.verma] > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Bug > Components: accounting >Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, > Release Branch 15.12, 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: Pawan Verma >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10850) User is unable to create return
[ https://issues.apache.org/jira/browse/OFBIZ-10850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankush Upadhyay reassigned OFBIZ-10850: --- Assignee: Ankush Upadhyay > User is unable to create return > --- > > Key: OFBIZ-10850 > URL: https://issues.apache.org/jira/browse/OFBIZ-10850 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Ankush Upadhyay >Priority: Major > Attachments: OFBIZ-10850.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Create a sales order. > Navigate to order history. > Click on return request > *Expected result:* All the data should be properly aligned. > *Actual result:* Error message is displayed in Return item section. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10850) User is unable to create return
[ https://issues.apache.org/jira/browse/OFBIZ-10850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankush Upadhyay updated OFBIZ-10850: Attachment: OFBIZ-10850.patch > User is unable to create return > --- > > Key: OFBIZ-10850 > URL: https://issues.apache.org/jira/browse/OFBIZ-10850 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Ankush Upadhyay >Priority: Major > Attachments: OFBIZ-10850.patch, OFBIZ-10850.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Create a sales order. > Navigate to order history. > Click on return request > *Expected result:* All the data should be properly aligned. > *Actual result:* Error message is displayed in Return item section. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10578) MIsc UI improvements in pages of ecommerce component
[ https://issues.apache.org/jira/browse/OFBIZ-10578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788584#comment-16788584 ] Nitish Mishra commented on OFBIZ-10578: --- I have updated the patch. The patch contains some markup changes related to the promotion screen according to the latest bootstrap framework. > MIsc UI improvements in pages of ecommerce component > > > Key: OFBIZ-10578 > URL: https://issues.apache.org/jira/browse/OFBIZ-10578 > Project: OFBiz > Issue Type: Sub-task >Reporter: Parakh Maheshwari >Assignee: Nitish Mishra >Priority: Major > Attachments: OFBIZ-10578-BLOGS.patch, > OFBIZ-10578-ConfigProduct.patch, OFBIZ-10578-checkout.patch, > OFBIZ-10578-promotion-updated.patch, OFBIZ-10578-promotion-updated.patch, > OFBIZ-10578.patch > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10850) User is unable to create return
[ https://issues.apache.org/jira/browse/OFBIZ-10850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788586#comment-16788586 ] Ankush Upadhyay commented on OFBIZ-10850: - Root cause of this issue is due to different returnableItems list contains generic values of OrderItem and OrderAdjustment entity and code is trying to skip OrderAdjustment generic value by checking orderAdjustmentId in iteration that fails for OrderItem genericValue. Provided patch to skip OrderAdjustment generic value in iteration with proper code handling. > User is unable to create return > --- > > Key: OFBIZ-10850 > URL: https://issues.apache.org/jira/browse/OFBIZ-10850 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Ankush Upadhyay >Priority: Major > Attachments: OFBIZ-10850.patch, OFBIZ-10850.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Create a sales order. > Navigate to order history. > Click on return request > *Expected result:* All the data should be properly aligned. > *Actual result:* Error message is displayed in Return item section. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788588#comment-16788588 ] Pawan Verma commented on OFBIZ-10846: - Yes, I also believe it should be an improvement rather than a bug. Changing Issue type to improvement. Thanks! > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Bug > Components: accounting >Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, > Release Branch 15.12, 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: Pawan Verma >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pawan Verma updated OFBIZ-10846: Issue Type: Improvement (was: Bug) > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, > Release Branch 15.12, 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: Pawan Verma >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-8423) Unit test case for service - getDataResource
[ https://issues.apache.org/jira/browse/OFBIZ-8423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yogesh Naroliya updated OFBIZ-8423: --- Attachment: OFBIZ-8423.patch > Unit test case for service - getDataResource > > > Key: OFBIZ-8423 > URL: https://issues.apache.org/jira/browse/OFBIZ-8423 > Project: OFBiz > Issue Type: Sub-task > Components: content >Reporter: Tanmay Muley >Assignee: Yogesh Naroliya >Priority: Minor > Attachments: OFBIZ-8423.patch, OFBIZ-8423.patch > > > Unit test case for service - getDataResource -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana reassigned OFBIZ-10846: - Assignee: Suraj Khurana (was: Pawan Verma) > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, > Release Branch 15.12, 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: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10853) AutoDescription of promotion showing invalid text
Lalit Dashora created OFBIZ-10853: - Summary: AutoDescription of promotion showing invalid text Key: OFBIZ-10853 URL: https://issues.apache.org/jira/browse/OFBIZ-10853 Project: OFBiz Issue Type: Bug Components: ecommerce Affects Versions: Upcoming Branch, Release Branch 18.12 Reporter: Lalit Dashora Assignee: Lalit Dashora Steps to replicate 1. Navigate to https://demo-trunk.ofbiz.apache.org/ecommerce/control/main 2. Click on view all promotion in special offer section. 3. click on the detail of promotion. 4. Promotion detail will be shown. See the generated description. 5. [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/showPromotionDetails?productPromoId=9019] -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Closed] (OFBIZ-9474) Set default value of max-retry to zero.
[ https://issues.apache.org/jira/browse/OFBIZ-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar closed OFBIZ-9474. --- Resolution: Duplicate Fixed under https://issues.apache.org/jira/browse/OFBIZ-10557 > Set default value of max-retry to zero. > --- > > Key: OFBIZ-9474 > URL: https://issues.apache.org/jira/browse/OFBIZ-9474 > Project: OFBiz > Issue Type: Improvement >Reporter: Ritesh Kumar >Assignee: Arun Patidar >Priority: Minor > Attachments: OFBIZ-9474.patch > > > Currently, the default value of the max-retry attribute (sets the max number > of times this service will retry when failed - persisted async only) of > service element is -1 which makes the service to retry unlimited times when > failed. > This has to be set to zero, so when the service fails, it does not retry. > However, it can be manually set to any value. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-8423) Unit test case for service - getDataResource
[ https://issues.apache.org/jira/browse/OFBIZ-8423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana reassigned OFBIZ-8423: Assignee: Suraj Khurana (was: Yogesh Naroliya) > Unit test case for service - getDataResource > > > Key: OFBIZ-8423 > URL: https://issues.apache.org/jira/browse/OFBIZ-8423 > Project: OFBiz > Issue Type: Sub-task > Components: content >Reporter: Tanmay Muley >Assignee: Suraj Khurana >Priority: Minor > Attachments: OFBIZ-8423.patch, OFBIZ-8423.patch > > > Unit test case for service - getDataResource -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-5402) Incorrect contact information displayed on purchase order view page
[ https://issues.apache.org/jira/browse/OFBIZ-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prakhar Kumar updated OFBIZ-5402: - Attachment: OFBIZ-5402.patch > Incorrect contact information displayed on purchase order view page > --- > > Key: OFBIZ-5402 > URL: https://issues.apache.org/jira/browse/OFBIZ-5402 > Project: OFBiz > Issue Type: Improvement > Components: order >Affects Versions: Trunk >Reporter: Christian Carlow >Assignee: Prakhar Kumar >Priority: Trivial > Attachments: OFBIZ-5402.patch, OFBiz-5402-UX-Improvement.png > > > Ship group destinations are listed in the contact information screen on the > purchase order view page but the party is set to the supplier. It seems like > the address information listed should relate to the party of the screen, so > the supplier contact information should probably appear. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-5402) Incorrect contact information displayed on purchase order view page
[ https://issues.apache.org/jira/browse/OFBIZ-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788594#comment-16788594 ] Prakhar Kumar commented on OFBIZ-5402: -- Added patch for displaying the supplier's billing address. If some other type of address needs to be displayed then it can be discussed as well. [^OFBIZ-5402.patch] > Incorrect contact information displayed on purchase order view page > --- > > Key: OFBIZ-5402 > URL: https://issues.apache.org/jira/browse/OFBIZ-5402 > Project: OFBiz > Issue Type: Improvement > Components: order >Affects Versions: Trunk >Reporter: Christian Carlow >Assignee: Prakhar Kumar >Priority: Trivial > Attachments: OFBIZ-5402.patch, OFBiz-5402-UX-Improvement.png > > > Ship group destinations are listed in the contact information screen on the > purchase order view page but the party is set to the supplier. It seems like > the address information listed should relate to the party of the screen, so > the supplier contact information should probably appear. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10854) Recalculate card link is not working in shopping cart page
Ashish Sharma created OFBIZ-10854: - Summary: Recalculate card link is not working in shopping cart page Key: OFBIZ-10854 URL: https://issues.apache.org/jira/browse/OFBIZ-10854 Project: OFBiz Issue Type: Bug Affects Versions: Trunk Reporter: Ashish Sharma *Step to reproduce* Login with valid username and password. Navigate to ecommerce. Select a product and add to cart. Update the quantity field. Click on recalculate cart. *Expected result:* Order price should be updated. *Actual result:* Order price is not changing. *Screen print attached* -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788596#comment-16788596 ] Pierre Smits commented on OFBIZ-10846: -- So, wrong gl transactions have been generated since forever and it's not a bug, rather a feature that just needed some minor improvement? > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Trunk >Reporter: Pierre Smits >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10854) Recalculate card link is not working in shopping cart page
[ https://issues.apache.org/jira/browse/OFBIZ-10854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Sharma updated OFBIZ-10854: -- Attachment: Ofbiz-10854.docx > Recalculate card link is not working in shopping cart page > -- > > Key: OFBIZ-10854 > URL: https://issues.apache.org/jira/browse/OFBIZ-10854 > Project: OFBiz > Issue Type: Bug >Affects Versions: Trunk >Reporter: Ashish Sharma >Priority: Minor > Attachments: Ofbiz-10854.docx > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Select a product and add to cart. > Update the quantity field. > Click on recalculate cart. > *Expected result:* Order price should be updated. > *Actual result:* Order price is not changing. > *Screen print attached* -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-8423) Unit test case for service - getDataResource
[ https://issues.apache.org/jira/browse/OFBIZ-8423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788591#comment-16788591 ] Yogesh Naroliya commented on OFBIZ-8423: Hello team, I have updated patch for the unit test of getDataResource service from XML to DSL. Also verified the patch. Please have a look and let me know in case of any concerns. Thanks in advance !! > Unit test case for service - getDataResource > > > Key: OFBIZ-8423 > URL: https://issues.apache.org/jira/browse/OFBIZ-8423 > Project: OFBiz > Issue Type: Sub-task > Components: content >Reporter: Tanmay Muley >Assignee: Yogesh Naroliya >Priority: Minor > Attachments: OFBIZ-8423.patch, OFBIZ-8423.patch > > > Unit test case for service - getDataResource -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce
[ https://issues.apache.org/jira/browse/OFBIZ-10800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhaval Wagela updated OFBIZ-10800: -- Attachment: OFBIZ-10800.patch > Unable to remove items from onePageCheckout screen of ecommerce > --- > > Key: OFBIZ-10800 > URL: https://issues.apache.org/jira/browse/OFBIZ-10800 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Arpit Mor >Assignee: Dhaval Wagela >Priority: Major > Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, > 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, > OFBIZ-10800.patch > > > Steps to regenerate: > # Login to URL: > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main] > # Add items to cart > # Click on One Page Checkout at top right of the page (Please refer > attachment: 1-ToOnePageCheckout) > Actual: Remove link is not working on onePageCheckout screen (Please refer > attachment: 2-Remove) > > Note: Following UI issues were also found on page > # Product image is not displayed on screen and UI is not proper (Please > refer attachment: 2-Remove) > # If in step 2 of the page, address line 2 is empty then on clicking on > continue to step 3, empty line is displayed (Please refer attachments: > 3-NoAddress2 and 4-EmptyLine) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana updated OFBIZ-10846: -- Affects Version/s: (was: 18.12.01) (was: Release Branch 18.12) (was: 16.11.06) (was: Release Branch 17.12) (was: 16.11.05) (was: 16.11.04) (was: Release Branch 16.11) (was: 17.12.01) (was: Release Branch 15.12) (was: Release Branch 14.12) (was: Release Branch 13.07) > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Trunk >Reporter: Pierre Smits >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-9599) Documentation: Sales Order Management Process Overview
[ https://issues.apache.org/jira/browse/OFBIZ-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788597#comment-16788597 ] Shivangi Tanwar commented on OFBIZ-9599: Here is the link to the [Sales Order Management Process Overview|https://cwiki.apache.org/confluence/x/S5JjB] document. I have created the update return Level 3 diagram. Also, I have added the activity diagrams for the various refund modes like Store credit, exchange and refund processes. > Documentation: Sales Order Management Process Overview > -- > > Key: OFBIZ-9599 > URL: https://issues.apache.org/jira/browse/OFBIZ-9599 > Project: OFBiz > Issue Type: Sub-task >Reporter: Shivangi Tanwar >Assignee: Shivangi Tanwar >Priority: Major > Labels: BPRB, Management, OBPRB, Order > > Sales Order Management process overview to be documented. > *Doc Content* > Every Sales Order Management business activity to be covered with below-given > headings- > - Process Overview > - Business Purpose (significance of having efficient Sales Order Management > 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] [Commented] (OFBIZ-10579) Date filtered queries with caching should be restricted to cache
[ https://issues.apache.org/jira/browse/OFBIZ-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788599#comment-16788599 ] Suraj Khurana commented on OFBIZ-10579: --- Hello all, Actually it was a work around which was introduced earlier to entertain filterBayDate when used with useCache, usingCache in makeWhereCondition is not making any sense. Removing {code:java} if (filterByDate && useCache) { return EntityUtil.filterByCondition(result, this.makeDateCondition()); } {code} This is because, now makeWhereCondition method will take case of filterByDate already if used with useCache parameter. I hope it is making sense now. Looking forward to hearing from you. Thanks in advance !! > Date filtered queries with caching should be restricted to cache > > > Key: OFBIZ-10579 > URL: https://issues.apache.org/jira/browse/OFBIZ-10579 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS >Affects Versions: Upcoming Branch >Reporter: Suraj Khurana >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10579.patch, OFBIZ-10579.patch > > > As per discussion on Dev ML > https://markmail.org/thread/3qnkihmsyhly3lsg -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components
[ https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sourabh jain updated OFBIZ-9905: Summary: Use "Create" instead of "Create New" on the various screens of all components (was: Issue with Agreement under Accounting) > Use "Create" instead of "Create New" on the various screens of all components > - > > Key: OFBIZ-9905 > URL: https://issues.apache.org/jira/browse/OFBIZ-9905 > Project: OFBiz > Issue Type: Bug > Environment: > https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement >Reporter: Aayush jain >Assignee: sourabh jain >Priority: Major > Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png > > > Following issues found: > 1. Create Agreement opens an edit agreement window > 2. Able to Create Agreement without any detail (empty Agreement) > Steps: > 1. Open URL > https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement > 2. Navigate to Agreement section > 3. Click on create Agreement > 4. Click submit button > Actual: Agreement id is generated for empty agreement and when create window > opens, it's redirection is wrong to edit window > Expected: Proper redirection should be there (create agreement) and if an > agreement is created without any details its of no use. > Note: Same Issue exist with following screens: > 1. Billing Account > 2. Tax Authority > 3. Agreement > 4. Fixed Asset > 5. Vendor > 6. WebSite > 7. Blog > 8. Employment > 9. Employee Position > 10.Performance Review > 11.Job Requisition > 12. Party Resume -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10804) Screen seems distorted while allowing split to Shipment
[ https://issues.apache.org/jira/browse/OFBIZ-10804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788587#comment-16788587 ] Nitish Mishra commented on OFBIZ-10804: --- The issue reported has been fixed in https://issues.apache.org/jira/browse/OFBIZ-10578 > Screen seems distorted while allowing split to Shipment > --- > > Key: OFBIZ-10804 > URL: https://issues.apache.org/jira/browse/OFBIZ-10804 > Project: OFBiz > Issue Type: Sub-task > Components: ecommerce >Affects Versions: Trunk > Environment: > https://demo-trunk.ofbiz.apache.org/ecommerce/control/splitship >Reporter: Archana Asthana >Assignee: Nitish Mishra >Priority: Major > Attachments: SplitItemsForShipping.png > > > Steps to Regenerate > 1. Open url: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/splitship > 2. Add few products to the cart > 3. Click View Cart > 4. Allow split to the shipment and check the screen > *Actual: * > The screen seems distorted. Alignment issue is also visible. > The Image is attached for reference. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce
[ https://issues.apache.org/jira/browse/OFBIZ-10800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788601#comment-16788601 ] Dhaval Wagela commented on OFBIZ-10800: --- Fixed: Issue of empty line occurring at the time when we were not giving address line 2. Added a check that if we have any value in 'address line 2' field, then only the 'li' element should get its value and then only 'li' element should be there on the screen so that it does not show unnecessary bullet with no line to follow it. Provided patch for the same. > Unable to remove items from onePageCheckout screen of ecommerce > --- > > Key: OFBIZ-10800 > URL: https://issues.apache.org/jira/browse/OFBIZ-10800 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Arpit Mor >Assignee: Dhaval Wagela >Priority: Major > Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, > 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, > OFBIZ-10800.patch > > > Steps to regenerate: > # Login to URL: > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main] > # Add items to cart > # Click on One Page Checkout at top right of the page (Please refer > attachment: 1-ToOnePageCheckout) > Actual: Remove link is not working on onePageCheckout screen (Please refer > attachment: 2-Remove) > > Note: Following UI issues were also found on page > # Product image is not displayed on screen and UI is not proper (Please > refer attachment: 2-Remove) > # If in step 2 of the page, address line 2 is empty then on clicking on > continue to step 3, empty line is displayed (Please refer attachments: > 3-NoAddress2 and 4-EmptyLine) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10791) Unable to add product in order
[ 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-9905) Use "Create" instead of "Create New" on the various screens of all components
[ https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788603#comment-16788603 ] Pierre Smits commented on OFBIZ-9905: - Please set the 'affects version' and 'components' fields. Also, as a side question, why should this be considered to have a 'major' priority? > Use "Create" instead of "Create New" on the various screens of all components > - > > Key: OFBIZ-9905 > URL: https://issues.apache.org/jira/browse/OFBIZ-9905 > Project: OFBiz > Issue Type: Bug > Environment: > https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement >Reporter: Aayush jain >Assignee: sourabh jain >Priority: Major > Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png > > > Following issues found: > 1. Create Agreement opens an edit agreement window > 2. Able to Create Agreement without any detail (empty Agreement) > Steps: > 1. Open URL > https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement > 2. Navigate to Agreement section > 3. Click on create Agreement > 4. Click submit button > Actual: Agreement id is generated for empty agreement and when create window > opens, it's redirection is wrong to edit window > Expected: Proper redirection should be there (create agreement) and if an > agreement is created without any details its of no use. > Note: Same Issue exist with following screens: > 1. Billing Account > 2. Tax Authority > 3. Agreement > 4. Fixed Asset > 5. Vendor > 6. WebSite > 7. Blog > 8. Employment > 9. Employee Position > 10.Performance Review > 11.Job Requisition > 12. Party Resume -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-9474) Set default value of max-retry to zero.
[ https://issues.apache.org/jira/browse/OFBIZ-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788589#comment-16788589 ] Arun Patidar commented on OFBIZ-9474: - Changes has been committed under ticket: https://issues.apache.org/jira/browse/OFBIZ-10557 Closing this ticket. > Set default value of max-retry to zero. > --- > > Key: OFBIZ-9474 > URL: https://issues.apache.org/jira/browse/OFBIZ-9474 > Project: OFBiz > Issue Type: Improvement >Reporter: Ritesh Kumar >Assignee: Arun Patidar >Priority: Minor > Attachments: OFBIZ-9474.patch > > > Currently, the default value of the max-retry attribute (sets the max number > of times this service will retry when failed - persisted async only) of > service element is -1 which makes the service to retry unlimited times when > failed. > This has to be set to zero, so when the service fails, it does not retry. > However, it can be manually set to any value. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10855) Store Order Service Imrovements
Rishi Solanki created OFBIZ-10855: - Summary: Store Order Service Imrovements Key: OFBIZ-10855 URL: https://issues.apache.org/jira/browse/OFBIZ-10855 Project: OFBiz Issue Type: Improvement Components: order Reporter: Rishi Solanki Fix For: Trunk Few OrderHeader level values not passed and stored in storeOrder service. Also no code support exists for those order header fields. Below are the fields which is not taken care by the service code. We can add conditional support for these field, that means if the value comes in parameter then it will be stored otherwise not. - priority - isRushOrder These values can be reset after creating order by using updateOrderHeader service, but I think this should be fine to have these and other missing values of header level as IN parameters and handled by the service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10847) Issue in order history promotion
[ https://issues.apache.org/jira/browse/OFBIZ-10847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lalit Dashora updated OFBIZ-10847: -- Affects Version/s: Release Branch 18.12 Upcoming Branch > Issue in order history promotion > > > Key: OFBIZ-10847 > URL: https://issues.apache.org/jira/browse/OFBIZ-10847 > Project: OFBiz > Issue Type: Bug > Components: product >Affects Versions: Upcoming Branch, Release Branch 18.12 >Reporter: Lalit Dashora >Assignee: Lalit Dashora >Priority: Major > > Instance: [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > Reference promotion Id: 9019 > Promo Description: Spend more than $1000 in any 12 months on our fabulous > Widgets and Gizmos and get a 5% discount. > PromoName: Test Percent off when Customer Orders over $1000 in 12 months > Issue: According to the promotion customer should spend $1000 in any 12 > months to avail 5% discount. The system is providing the discount even if the > customer is not logged in. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10855) Store Order Service Imrovements
[ https://issues.apache.org/jira/browse/OFBIZ-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh Vijaywargiya updated OFBIZ-10855: --- Attachment: OFBIZ-10855.patch > Store Order Service Imrovements > --- > > Key: OFBIZ-10855 > URL: https://issues.apache.org/jira/browse/OFBIZ-10855 > Project: OFBiz > Issue Type: Improvement > Components: order >Reporter: Rishi Solanki >Priority: Major > Fix For: Trunk > > Attachments: OFBIZ-10855.patch > > > Few OrderHeader level values not passed and stored in storeOrder service. > Also no code support exists for those order header fields. Below are the > fields which is not taken care by the service code. We can add conditional > support for these field, that means if the value comes in parameter then it > will be stored otherwise not. > - priority > - isRushOrder > > These values can be reset after creating order by using updateOrderHeader > service, but I think this should be fine to have these and other missing > values of header level as IN parameters and handled by the service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10856) Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer Invoice
Chinmay Patidar created OFBIZ-10856: --- Summary: Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer Invoice Key: OFBIZ-10856 URL: https://issues.apache.org/jira/browse/OFBIZ-10856 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: Release Branch 16.11, Trunk, Release Branch 14.12, 17.12.01, Release Branch 18.12 Reporter: Chinmay Patidar Assignee: Chinmay Patidar During the research over some of the unposted transactions, it was found that the customer party Id is getting set as organization party Id for one of the transactions belonging to a customer return invoice. Steps to regenerate: Simply create a return and receive it so as to eventually generate the return invoice. Inspect the return invoice's transaction. One of the transaction would be containing the customer party Id as the organization party Id. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10850) User is unable to create return
[ https://issues.apache.org/jira/browse/OFBIZ-10850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Jain reassigned OFBIZ-10850: -- Assignee: Akash Jain (was: Ankush Upadhyay) > User is unable to create return > --- > > Key: OFBIZ-10850 > URL: https://issues.apache.org/jira/browse/OFBIZ-10850 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Akash Jain >Priority: Major > Attachments: OFBIZ-10850.patch, OFBIZ-10850.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Create a sales order. > Navigate to order history. > Click on return request > *Expected result:* All the data should be properly aligned. > *Actual result:* Error message is displayed in Return item section. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10844) Ecommerce AnonContactus.ftl doesn't work
[ https://issues.apache.org/jira/browse/OFBIZ-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788608#comment-16788608 ] Pawan Verma commented on OFBIZ-10844: - I have tested this bug on latest Trunk and to do this I have enabled emails on the local machine. It worked for me I got an email with details entered by the user. Can we get more clear details about what the actual issue is so that we can fix it? > Ecommerce AnonContactus.ftl doesn't work > > > Key: OFBIZ-10844 > URL: https://issues.apache.org/jira/browse/OFBIZ-10844 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: 16.11.04 > Environment: Win10 + OFBiz 16.11.04 + mysql. >Reporter: Schumann Ye >Assignee: Pawan Verma >Priority: Minor > Original Estimate: 0h > Remaining Estimate: 0h > > Ecommerce "Contact Us" with anonymous login doesn't work after filling in > email and all necessary info. > The root cause is the simple method "sendContactUsEmailToCompany" within > the file > \applications\party\minilang\communication\CommunicationEventServices.xml has > defined the field "sendFrom" as inputted email address from the anonymous > users. > To fix it, it should be changed as follows: > > While the email "yourmailaddr...@example.com" should have been properly set > up in your system. > It works for me! -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10847) Issue in order history promotion
[ https://issues.apache.org/jira/browse/OFBIZ-10847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788610#comment-16788610 ] Lalit Dashora commented on OFBIZ-10847: --- Hi, Please find the attached patch. Fixed the issue of promotion discount when customer orders more than X amount in Y months. Changed compareBase variable to -1 since this was causing issue. Since the compareBase value was set to 1 and operatorEnumId is PPC_GTE, so promotion condition check was always returning true when compareBase value is greater than equal to 0. Thanks! > Issue in order history promotion > > > Key: OFBIZ-10847 > URL: https://issues.apache.org/jira/browse/OFBIZ-10847 > Project: OFBiz > Issue Type: Bug > Components: product >Affects Versions: Upcoming Branch, Release Branch 18.12 >Reporter: Lalit Dashora >Assignee: Lalit Dashora >Priority: Major > Attachments: OFBIZ-10847.patch > > > Instance: [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > Reference promotion Id: 9019 > Promo Description: Spend more than $1000 in any 12 months on our fabulous > Widgets and Gizmos and get a 5% discount. > PromoName: Test Percent off when Customer Orders over $1000 in 12 months > Issue: According to the promotion customer should spend $1000 in any 12 > months to avail 5% discount. The system is providing the discount even if the > customer is not logged in. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10403) Multiple services for checking party permissions
[ https://issues.apache.org/jira/browse/OFBIZ-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Humera Khan reassigned OFBIZ-10403: --- Assignee: (was: Humera Khan) > Multiple services for checking party permissions > > > Key: OFBIZ-10403 > URL: https://issues.apache.org/jira/browse/OFBIZ-10403 > Project: OFBiz > Issue Type: Improvement > Components: party >Affects Versions: Trunk >Reporter: Suraj Khurana >Priority: Major > > Found two different services for check party permission: > *ServiceUtil.java* has _getPartyIdCheckSecurity_ > *PartyPermissionServices.xml* has _partyIdPermissionCheck_ > _getPartyIdCheckSecurity_ can be deleted as it is not in proper place and > some enhancements (check admin permission) could be done in > _partyIdPermissionCheck_ so that single permission service could be used for > partyId permission checking. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10849) UI issue on ecommerce main page
[ https://issues.apache.org/jira/browse/OFBIZ-10849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal reassigned OFBIZ-10849: --- Assignee: (was: Sasikant Biswal) > UI issue on ecommerce main page > --- > > Key: OFBIZ-10849 > URL: https://issues.apache.org/jira/browse/OFBIZ-10849 > Project: OFBiz > Issue Type: Improvement > Components: ecommerce >Reporter: Garima jain >Priority: Minor > Attachments: Screenshot 2019-03-09 at 11.43.10 AM.png > > > Steps to generate > # Navigate to [demo-trunk > ecom|https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > # scroll the page and see the last category section in the right column of > the screen. > # The last category section seems to be distorted because of the empty list > Screenshot attached for the same. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal reassigned OFBIZ-10852: --- Assignee: Sasikant Biswal > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro
[ https://issues.apache.org/jira/browse/OFBIZ-9849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788611#comment-16788611 ] Aditya Sharma commented on OFBIZ-9849: -- Hi Dhaval, While applying your patch I noticed that 'specify other' doesn't work anymore. Refer Specify-other Dropdown field from [Form Widget Examples|https://localhost:8443/example/control/FormWidgetExamples]. I will look further if I can fix that and then commit. > Replace Inline js with External js in renderDropDownField macro > --- > > Key: OFBIZ-9849 > URL: https://issues.apache.org/jira/browse/OFBIZ-9849 > Project: OFBiz > Issue Type: Sub-task >Reporter: Aditya Sharma >Assignee: Aditya Sharma >Priority: Minor > Attachments: OFBIZ-9849.patch > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10854) Recalculate card link is not working in shopping cart page
[ https://issues.apache.org/jira/browse/OFBIZ-10854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Kumar Pandey reassigned OFBIZ-10854: --- Assignee: Ashish Kumar Pandey > Recalculate card link is not working in shopping cart page > -- > > Key: OFBIZ-10854 > URL: https://issues.apache.org/jira/browse/OFBIZ-10854 > Project: OFBiz > Issue Type: Bug >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Ashish Kumar Pandey >Priority: Minor > Attachments: Ofbiz-10854.docx > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Select a product and add to cart. > Update the quantity field. > Click on recalculate cart. > *Expected result:* Order price should be updated. > *Actual result:* Order price is not changing. > *Screen print attached* -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10854) Recalculate cart link is not working in shopping cart page
[ https://issues.apache.org/jira/browse/OFBIZ-10854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-10854: - Summary: Recalculate cart link is not working in shopping cart page (was: Recalculate card link is not working in shopping cart page) > Recalculate cart link is not working in shopping cart page > -- > > Key: OFBIZ-10854 > URL: https://issues.apache.org/jira/browse/OFBIZ-10854 > Project: OFBiz > Issue Type: Bug >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Ashish Kumar Pandey >Priority: Minor > Attachments: Ofbiz-10854.docx > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Select a product and add to cart. > Update the quantity field. > Click on recalculate cart. > *Expected result:* Order price should be updated. > *Actual result:* Order price is not changing. > *Screen print attached* -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10847) Issue in order history promotion
[ https://issues.apache.org/jira/browse/OFBIZ-10847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana updated OFBIZ-10847: -- Affects Version/s: Release Branch 17.12 Release Branch 16.11 > Issue in order history promotion > > > Key: OFBIZ-10847 > URL: https://issues.apache.org/jira/browse/OFBIZ-10847 > Project: OFBiz > Issue Type: Bug > Components: product >Affects Versions: Release Branch 16.11, Upcoming Branch, Release Branch > 17.12, Release Branch 18.12 >Reporter: Lalit Dashora >Assignee: Lalit Dashora >Priority: Major > Attachments: OFBIZ-10847.patch > > > Instance: [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > Reference promotion Id: 9019 > Promo Description: Spend more than $1000 in any 12 months on our fabulous > Widgets and Gizmos and get a 5% discount. > PromoName: Test Percent off when Customer Orders over $1000 in 12 months > Issue: According to the promotion customer should spend $1000 in any 12 > months to avail 5% discount. The system is providing the discount even if the > customer is not logged in. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788615#comment-16788615 ] Suraj Khurana commented on OFBIZ-10846: --- Hello, I will wait for sometime if someone else has any concern and proceed it as an improvement in case of no concerns. Thanks !! > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Trunk >Reporter: Pierre Smits >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10847) Issue in order history promotion
[ https://issues.apache.org/jira/browse/OFBIZ-10847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lalit Dashora reassigned OFBIZ-10847: - Assignee: (was: Lalit Dashora) > Issue in order history promotion > > > Key: OFBIZ-10847 > URL: https://issues.apache.org/jira/browse/OFBIZ-10847 > Project: OFBiz > Issue Type: Bug > Components: product >Affects Versions: Release Branch 16.11, Upcoming Branch, Release Branch > 17.12, Release Branch 18.12 >Reporter: Lalit Dashora >Priority: Major > Attachments: OFBIZ-10847.patch > > > Instance: [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > Reference promotion Id: 9019 > Promo Description: Spend more than $1000 in any 12 months on our fabulous > Widgets and Gizmos and get a 5% discount. > PromoName: Test Percent off when Customer Orders over $1000 in 12 months > Issue: According to the promotion customer should spend $1000 in any 12 > months to avail 5% discount. The system is providing the discount even if the > customer is not logged in. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-9597) Documentation: Customer Relationship Management (CRM) Process Overview
[ https://issues.apache.org/jira/browse/OFBIZ-9597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivangi Tanwar reassigned OFBIZ-9597: -- Assignee: Shivangi Tanwar (was: vivek singh bisen) > Documentation: Customer Relationship Management (CRM) Process Overview > --- > > Key: OFBIZ-9597 > URL: https://issues.apache.org/jira/browse/OFBIZ-9597 > Project: OFBiz > Issue Type: Sub-task >Reporter: Pranay Pandey >Assignee: Shivangi Tanwar >Priority: Major > Labels: BPRB, CRM, OBPRB > > CRM process overview to be documented. > *Doc Content:* > Every CRM business activity to be covered with below-given headings- > - Process Overview > - Business Purpose (significance of having efficient CRM 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-10622) Success message should be displayed after updating Forum Group
[ https://issues.apache.org/jira/browse/OFBIZ-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayushi Rathod updated OFBIZ-10622: -- Attachment: OFBIZ-10622_successMessage.png > Success message should be displayed after updating Forum Group > -- > > Key: OFBIZ-10622 > URL: https://issues.apache.org/jira/browse/OFBIZ-10622 > Project: OFBiz > Issue Type: Improvement > Components: content >Affects Versions: 16.11.05 >Reporter: Anushi Gupta >Assignee: Ayushi Rathod >Priority: Major > Attachments: OFBIZ-10622_successMessage.png > > > 1) Login to demo-trunk or demo-stable instance with details: > URL - [https://demo-trunk.ofbiz.apache.org/content/control/findForumGroups] > admin/ ofbiz OR > URl - [https://demo-stable.ofbiz.apache.org/content/control/findForumGroups] > 2) Navigate to Forum from Content component > 3) Update the Forum Group > Expected : There should be success message if Forum group is updated > successfully. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10791) Unable to add product in order
[ 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] [Closed] (OFBIZ-10622) Success message should be displayed after updating Forum Group
[ https://issues.apache.org/jira/browse/OFBIZ-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayushi Rathod closed OFBIZ-10622. - Resolution: Fixed > Success message should be displayed after updating Forum Group > -- > > Key: OFBIZ-10622 > URL: https://issues.apache.org/jira/browse/OFBIZ-10622 > Project: OFBiz > Issue Type: Improvement > Components: content >Affects Versions: 16.11.05 >Reporter: Anushi Gupta >Assignee: Ayushi Rathod >Priority: Major > Attachments: OFBIZ-10622_successMessage.png > > > 1) Login to demo-trunk or demo-stable instance with details: > URL - [https://demo-trunk.ofbiz.apache.org/content/control/findForumGroups] > admin/ ofbiz OR > URl - [https://demo-stable.ofbiz.apache.org/content/control/findForumGroups] > 2) Navigate to Forum from Content component > 3) Update the Forum Group > Expected : There should be success message if Forum group is updated > successfully. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10622) Success message should be displayed after updating Forum Group
[ https://issues.apache.org/jira/browse/OFBIZ-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788627#comment-16788627 ] Ayushi Rathod commented on OFBIZ-10622: --- Hello [~anushi.gupta10], I tried replicating this issue but it seems to be fixed in the latest version. You can check it on [https://demo-trunk.ofbiz.apache.org/content/control/findForumGroups] or [https://demo-stable.ofbiz.apache.org/content/control/findForumGroups] Please refer the screenshot OFBIZ-10622_successMessage.png attached over ticket. Hence, closing the issue. Thanks! > Success message should be displayed after updating Forum Group > -- > > Key: OFBIZ-10622 > URL: https://issues.apache.org/jira/browse/OFBIZ-10622 > Project: OFBiz > Issue Type: Improvement > Components: content >Affects Versions: 16.11.05 >Reporter: Anushi Gupta >Assignee: Ayushi Rathod >Priority: Major > Attachments: OFBIZ-10622_successMessage.png > > > 1) Login to demo-trunk or demo-stable instance with details: > URL - [https://demo-trunk.ofbiz.apache.org/content/control/findForumGroups] > admin/ ofbiz OR > URl - [https://demo-stable.ofbiz.apache.org/content/control/findForumGroups] > 2) Navigate to Forum from Content component > 3) Update the Forum Group > Expected : There should be success message if Forum group is updated > successfully. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788623#comment-16788623 ] Pierre Smits commented on OFBIZ-10846: -- Removing the 'affected version' values does not help our existing adopters (to be clear: those organisations that have implemented older OFBiz versions). > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Trunk >Reporter: Pierre Smits >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10857) Unable to 'Remove' the item from Shopping List
Dikpal Kanungo created OFBIZ-10857: -- Summary: Unable to 'Remove' the item from Shopping List Key: OFBIZ-10857 URL: https://issues.apache.org/jira/browse/OFBIZ-10857 Project: OFBiz Issue Type: Bug Reporter: Dikpal Kanungo Issue- Unable to remove items from the Shopping list. Expected- When clicked on the remove button at Shopping List, the item should be removed from the list Steps to regenerate- Open the URL - [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] Add the item to 'Shopping List' Navigate to the Shopping list page and try removing the item. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10855) Store Order Service Imrovements
[ https://issues.apache.org/jira/browse/OFBIZ-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Solanki reassigned OFBIZ-10855: - Assignee: Rishi Solanki > Store Order Service Imrovements > --- > > Key: OFBIZ-10855 > URL: https://issues.apache.org/jira/browse/OFBIZ-10855 > Project: OFBiz > Issue Type: Improvement > Components: order >Reporter: Rishi Solanki >Assignee: Rishi Solanki >Priority: Major > Fix For: Trunk > > Attachments: OFBIZ-10855.patch > > > Few OrderHeader level values not passed and stored in storeOrder service. > Also no code support exists for those order header fields. Below are the > fields which is not taken care by the service code. We can add conditional > support for these field, that means if the value comes in parameter then it > will be stored otherwise not. > - priority > - isRushOrder > > These values can be reset after creating order by using updateOrderHeader > service, but I think this should be fine to have these and other missing > values of header level as IN parameters and handled by the service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788631#comment-16788631 ] Pierre Smits commented on OFBIZ-10846: -- No matter how this is regarded by the assignee/committer, the fact remains that the bug can be observed in any of the previous releases and existing branches. Hence, I will reset the affected version values. > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Trunk >Reporter: Pierre Smits >Assignee: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10847) Issue in order history promotion
[ https://issues.apache.org/jira/browse/OFBIZ-10847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lalit Dashora updated OFBIZ-10847: -- Attachment: OFBIZ-10847.patch > Issue in order history promotion > > > Key: OFBIZ-10847 > URL: https://issues.apache.org/jira/browse/OFBIZ-10847 > Project: OFBiz > Issue Type: Bug > Components: product >Affects Versions: Upcoming Branch, Release Branch 18.12 >Reporter: Lalit Dashora >Assignee: Lalit Dashora >Priority: Major > Attachments: OFBIZ-10847.patch > > > Instance: [#https://demo-trunk.ofbiz.apache.org/ecommerce/control/main] > Reference promotion Id: 9019 > Promo Description: Spend more than $1000 in any 12 months on our fabulous > Widgets and Gizmos and get a 5% discount. > PromoName: Test Percent off when Customer Orders over $1000 in 12 months > Issue: According to the promotion customer should spend $1000 in any 12 > months to avail 5% discount. The system is providing the discount even if the > customer is not logged in. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
[ https://issues.apache.org/jira/browse/OFBIZ-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-10846: - Affects Version/s: 18.12.01 Release Branch 18.12 Release Branch 17.12 16.11.06 17.12.01 Release Branch 13.07 Release Branch 14.12 Release Branch 15.12 Release Branch 16.11 16.11.04 16.11.05 > In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId > - > > Key: OFBIZ-10846 > URL: https://issues.apache.org/jira/browse/OFBIZ-10846 > Project: OFBiz > Issue Type: Improvement > Components: accounting >Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, > Release Branch 15.12, 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: Suraj Khurana >Priority: Major > Attachments: OFBIZ-10846.patch > > > In the AddFinAccountTrans form in FinAccountForms.xml the values in the field > glAccountId are sorted on the primary key, per > {code:java} > > > key-field-name="glAccountId" description="${accountCode} - ${accountName} > [${glAccountId}]"> > operator="equals" env-name="defaultOrganizationPartyId"/> > > > > > {code} > The sort order should however be on the accountCode field of the entity -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10791) Unable to add product in order
[ https://issues.apache.org/jira/browse/OFBIZ-10791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788629#comment-16788629 ] Pierre Smits commented on OFBIZ-10791: -- Hi [~priya.sharma.9362], Maybe I am ignorant on this matter, but would the reserveEnd date not also be important with any ASSET_USAGE produc? Is that captured/processed correctly? > 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-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shikha Jaiswal reassigned OFBIZ-10851: -- Assignee: Shikha Jaiswal > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Shikha Jaiswal >Assignee: Shikha Jaiswal >Priority: Minor > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shikha Jaiswal updated OFBIZ-10851: --- Attachment: OFBIZ-10851.patch > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Shikha Jaiswal >Assignee: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Resolved] (OFBIZ-10855) Store Order Service Imrovements
[ https://issues.apache.org/jira/browse/OFBIZ-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Solanki resolved OFBIZ-10855. --- Resolution: Fixed The patch has been committed in trunk revision 1855102. Thanks to [~harshvijay] for your contribution. > Store Order Service Imrovements > --- > > Key: OFBIZ-10855 > URL: https://issues.apache.org/jira/browse/OFBIZ-10855 > Project: OFBiz > Issue Type: Improvement > Components: order >Reporter: Rishi Solanki >Assignee: Rishi Solanki >Priority: Major > Fix For: Trunk > > Attachments: OFBIZ-10855.patch > > > Few OrderHeader level values not passed and stored in storeOrder service. > Also no code support exists for those order header fields. Below are the > fields which is not taken care by the service code. We can add conditional > support for these field, that means if the value comes in parameter then it > will be stored otherwise not. > - priority > - isRushOrder > > These values can be reset after creating order by using updateOrderHeader > service, but I think this should be fine to have these and other missing > values of header level as IN parameters and handled by the service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shikha Jaiswal reassigned OFBIZ-10851: -- Assignee: (was: Shikha Jaiswal) > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788637#comment-16788637 ] Shikha Jaiswal commented on OFBIZ-10851: This issue has been fixed and I have attached the patch for the same. > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Shikha Jaiswal >Assignee: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788638#comment-16788638 ] Suraj Khurana commented on OFBIZ-10851: --- Hello Shikha, Please check and add affect version/s. Thanks in advance !! > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788645#comment-16788645 ] Shikha Jaiswal commented on OFBIZ-10851: I have checked on all the versions and this issue exists only on trunk. > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10858) Last Categories section is blank
Rashi Dhagat created OFBIZ-10858: Summary: 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 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 in order
[ 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] [Updated] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shikha Jaiswal updated OFBIZ-10851: --- Affects Version/s: Trunk > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Shikha Jaiswal >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10851) Upload new file button is not visible on My Profile page
[ https://issues.apache.org/jira/browse/OFBIZ-10851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana reassigned OFBIZ-10851: - Assignee: Suraj Khurana > Upload new file button is not visible on My Profile page > > > Key: OFBIZ-10851 > URL: https://issues.apache.org/jira/browse/OFBIZ-10851 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Shikha Jaiswal >Assignee: Suraj Khurana >Priority: Minor > Attachments: OFBIZ-10851.patch > > > Steps to generate: > # Navigate to > [https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile|https://demo-trunk.ofbiz.apache.org/ecommerce/control/viewprofile] > # See the File Manager section > # Upload New File input is not visible -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal updated OFBIZ-10852: Attachment: (was: OFBIZ-10852) > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal updated OFBIZ-10852: Attachment: OFBIZ-10852.patch > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852.patch, OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Comment Edited] (OFBIZ-10791) Unable to add product in order
[ 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] [Updated] (OFBIZ-10797) CSS Styling for Party Content progress bar is wrong in multiple theme
[ https://issues.apache.org/jira/browse/OFBIZ-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayushi Rathod updated OFBIZ-10797: -- Attachment: CABC-10797.patch > CSS Styling for Party Content progress bar is wrong in multiple theme > - > > Key: OFBIZ-10797 > URL: https://issues.apache.org/jira/browse/OFBIZ-10797 > Project: OFBiz > Issue Type: Bug > Components: party >Affects Versions: Trunk >Reporter: Ayushi Rathod >Assignee: Ayushi Rathod >Priority: Minor > Attachments: CABC-10797.patch, OFBIZ_ProgressBar_CSS.png > > > Steps to replicate: > # Login to demo-trunk: URL - > [https://demo-trunk.ofbiz.apache.org/partymgr/control/main] > # Find a Party > # Go to Party Content section > # Upload a file and click on Upload > # Notice the progress bar while the file is uploading > Actual - The styling for the progress bar is not correct > Please refer the screenshot attached over ticket -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-8857) Unit test case for service - CreateReturnAdjustment
[ https://issues.apache.org/jira/browse/OFBIZ-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vivek singh bisen updated OFBIZ-8857: - Attachment: OFBIZ-8857.patch > Unit test case for service - CreateReturnAdjustment > --- > > Key: OFBIZ-8857 > URL: https://issues.apache.org/jira/browse/OFBIZ-8857 > Project: OFBiz > Issue Type: Sub-task > Components: order >Affects Versions: Trunk >Reporter: Avnindra Sharma >Assignee: vivek singh bisen >Priority: Minor > Attachments: OFBIZ-8857.patch, OFBIZ-8857.patch > > > Unit test case for service - CreateReturnAdjustment -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10797) CSS Styling for Party Content progress bar is wrong in multiple theme
[ https://issues.apache.org/jira/browse/OFBIZ-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788651#comment-16788651 ] Ayushi Rathod commented on OFBIZ-10797: --- Fixed the styling of the progress bar, adding patch for the same. Please refer [^CABC-10797.patch] Thanks! > CSS Styling for Party Content progress bar is wrong in multiple theme > - > > Key: OFBIZ-10797 > URL: https://issues.apache.org/jira/browse/OFBIZ-10797 > Project: OFBiz > Issue Type: Bug > Components: party >Affects Versions: Trunk >Reporter: Ayushi Rathod >Assignee: Ayushi Rathod >Priority: Minor > Attachments: CABC-10797.patch, OFBIZ_ProgressBar_CSS.png > > > Steps to replicate: > # Login to demo-trunk: URL - > [https://demo-trunk.ofbiz.apache.org/partymgr/control/main] > # Find a Party > # Go to Party Content section > # Upload a file and click on Upload > # Notice the progress bar while the file is uploading > Actual - The styling for the progress bar is not correct > Please refer the screenshot attached over ticket -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal updated OFBIZ-10852: Attachment: OFBIZ-10852 > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852, OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10797) CSS Styling for Party Content progress bar is wrong in multiple theme
[ https://issues.apache.org/jira/browse/OFBIZ-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayushi Rathod reassigned OFBIZ-10797: - Assignee: (was: Ayushi Rathod) > CSS Styling for Party Content progress bar is wrong in multiple theme > - > > Key: OFBIZ-10797 > URL: https://issues.apache.org/jira/browse/OFBIZ-10797 > Project: OFBiz > Issue Type: Bug > Components: party >Affects Versions: Trunk >Reporter: Ayushi Rathod >Priority: Minor > Attachments: CABC-10797.patch, OFBIZ_ProgressBar_CSS.png > > > Steps to replicate: > # Login to demo-trunk: URL - > [https://demo-trunk.ofbiz.apache.org/partymgr/control/main] > # Find a Party > # Go to Party Content section > # Upload a file and click on Upload > # Notice the progress bar while the file is uploading > Actual - The styling for the progress bar is not correct > Please refer the screenshot attached over ticket -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10795) Product dropdown should be replaced with product lookup on Edit Price Rule screen
[ https://issues.apache.org/jira/browse/OFBIZ-10795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788652#comment-16788652 ] Pradeep Choudhary commented on OFBIZ-10795: --- I have tested the various cases to choose lookup and dropdown dynamically for 'product' option, but due to dependent dropdowns the functionality is breaking and it is complex to handle the behaviour of the fields on runtime. We can use the existing implementation for now. > Product dropdown should be replaced with product lookup on Edit Price Rule > screen > - > > Key: OFBIZ-10795 > URL: https://issues.apache.org/jira/browse/OFBIZ-10795 > Project: OFBiz > Issue Type: Improvement > Components: product >Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12 >Reporter: Mohammad Kathawala >Assignee: Pradeep Choudhary >Priority: Minor > Fix For: Trunk, Release Branch 16.11, Release Branch 17.12 > > > On Edit Price Rule screen, all the products of the system are fetched in a > single dropdown. > If a system has thousands or more products, then it will take too much time > to load those products in the dropdown and screen loading time will increase > or even it can make the system down. > > We should have a product lookup here. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10797) CSS Styling for Party Content progress bar is wrong in multiple theme
[ https://issues.apache.org/jira/browse/OFBIZ-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788653#comment-16788653 ] Suraj Khurana commented on OFBIZ-10797: --- Hi Ayushi, Please check and update affect version. Thanks in advance !! > CSS Styling for Party Content progress bar is wrong in multiple theme > - > > Key: OFBIZ-10797 > URL: https://issues.apache.org/jira/browse/OFBIZ-10797 > Project: OFBiz > Issue Type: Bug > Components: party >Affects Versions: Trunk >Reporter: Ayushi Rathod >Priority: Minor > Attachments: CABC-10797.patch, OFBIZ_ProgressBar_CSS.png > > > Steps to replicate: > # Login to demo-trunk: URL - > [https://demo-trunk.ofbiz.apache.org/partymgr/control/main] > # Find a Party > # Go to Party Content section > # Upload a file and click on Upload > # Notice the progress bar while the file is uploading > Actual - The styling for the progress bar is not correct > Please refer the screenshot attached over ticket -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788655#comment-16788655 ] Sasikant Biswal commented on OFBIZ-10852: - *Step to verify:-* 1. Navigate to e-commerce page. 2. Add multiple products in the shopping cart. 3. Select one product and click on remove selected. 4. The product should be removed. 5. Select another product and click on recalculate cart. 6. edit the quantity and click on recalculate order. *Affected area/section/screen:-* 1. View Cart page of ecommerce. *Reason* :- 1.Incorrect request. *Fix:-* 1. Added proper request. *Comment:-* Added patch in this ticket. > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852.patch, OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Comment Edited] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788655#comment-16788655 ] Sasikant Biswal edited comment on OFBIZ-10852 at 3/9/19 12:31 PM: -- *Step to verify:-* 1. Navigate to e-commerce page. 2. Add multiple products in the shopping cart. 3. Select one product and click on remove selected. 4. The product should be removed. 5. Select another product and click on recalculate cart. 6. edit the quantity and click on recalculate order. *Affected area/section/screen:-* 1. View Cart page of ecommerce. *Reason* :- 1.Incorrect request. *Fix:-* 1. Added proper request. *Comment:-* Tested the changes and its working fine on the application. was (Author: sasikantbiswal): *Step to verify:-* 1. Navigate to e-commerce page. 2. Add multiple products in the shopping cart. 3. Select one product and click on remove selected. 4. The product should be removed. 5. Select another product and click on recalculate cart. 6. edit the quantity and click on recalculate order. *Affected area/section/screen:-* 1. View Cart page of ecommerce. *Reason* :- 1.Incorrect request. *Fix:-* 1. Added proper request. *Comment:-* Added patch in this ticket. > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Sasikant Biswal >Priority: Minor > Attachments: OFBIZ-10852.patch, OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10749) Unable to submit set Billing form in order manager when payment method is EFT
[ https://issues.apache.org/jira/browse/OFBIZ-10749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandrashekhar Dhakad updated OFBIZ-10749: -- Attachment: (was: OFBIZ-10749.patch) > Unable to submit set Billing form in order manager when payment method is EFT > - > > Key: OFBIZ-10749 > URL: https://issues.apache.org/jira/browse/OFBIZ-10749 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Arpit Mor >Assignee: Chandrashekhar Dhakad >Priority: Major > Attachments: 1-SetCustomer.png, 10-ConsoleError.png, 2-Continue.png, > 3-AddProduct.png, 4-QuickFinalizeOrder.png, 5-EftAccount.png, > 6-TelecomNumber.png, 7-Address.png, 8-EFT.png, 9-BillingAddress.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 (Please refer attachment: 1-SetCustomer) > # Click continue on Enter Order Currency, Agreements, and Ship Dates page > (Please refer attachment: 2-Continue) > # Add product and click on Quick Finalize Order (Please refer attachment: > 3-AddProduct) > # On Quick Finalize Order page select UPS Air and click on EFT Account > (Please refer attachment: 4-QuickFinalizeOrder) > # Enter account details but do not select billing address and click on Save > button(Please refer attachment: 5-EftAccount) > # Add phone and email address and click on continue (Please refer > attachment: 6-TelecomNumber) > # Enter address (Please refer attachment: 7-Address) > # Click continue on Sales Order : Order Entry Order Terms page > # Select Electronic Fund Transfer on Sales Order : Order Entry Payment > Settings and click continue (Please refer attachment: 8-EFT) > # Enter billing address and click on continue (Please refer attachment: > 9-BillingAddress) > Actual: Unable to Submit form and error message was displayed on console > (Please refer attachment: 10-ConsoleError) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10795) Product dropdown should be replaced with product lookup on Edit Price Rule screen
[ https://issues.apache.org/jira/browse/OFBIZ-10795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Choudhary reassigned OFBIZ-10795: - Assignee: (was: Pradeep Choudhary) > Product dropdown should be replaced with product lookup on Edit Price Rule > screen > - > > Key: OFBIZ-10795 > URL: https://issues.apache.org/jira/browse/OFBIZ-10795 > Project: OFBiz > Issue Type: Improvement > Components: product >Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12 >Reporter: Mohammad Kathawala >Priority: Minor > Fix For: Trunk, Release Branch 16.11, Release Branch 17.12 > > > On Edit Price Rule screen, all the products of the system are fetched in a > single dropdown. > If a system has thousands or more products, then it will take too much time > to load those products in the dropdown and screen loading time will increase > or even it can make the system down. > > We should have a product lookup here. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-8857) Unit test case for service - CreateReturnAdjustment
[ https://issues.apache.org/jira/browse/OFBIZ-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Khurana reassigned OFBIZ-8857: Assignee: Suraj Khurana (was: vivek singh bisen) > Unit test case for service - CreateReturnAdjustment > --- > > Key: OFBIZ-8857 > URL: https://issues.apache.org/jira/browse/OFBIZ-8857 > Project: OFBiz > Issue Type: Sub-task > Components: order >Affects Versions: Trunk >Reporter: Avnindra Sharma >Assignee: Suraj Khurana >Priority: Minor > Attachments: OFBIZ-8857.patch, OFBIZ-8857.patch > > > Unit test case for service - CreateReturnAdjustment -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10749) Unable to submit set Billing form in order manager when payment method is EFT
[ https://issues.apache.org/jira/browse/OFBIZ-10749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandrashekhar Dhakad updated OFBIZ-10749: -- Attachment: OFBIZ-10749.patch > Unable to submit set Billing form in order manager when payment method is EFT > - > > Key: OFBIZ-10749 > URL: https://issues.apache.org/jira/browse/OFBIZ-10749 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Arpit Mor >Assignee: Chandrashekhar Dhakad >Priority: Major > Attachments: 1-SetCustomer.png, 10-ConsoleError.png, 2-Continue.png, > 3-AddProduct.png, 4-QuickFinalizeOrder.png, 5-EftAccount.png, > 6-TelecomNumber.png, 7-Address.png, 8-EFT.png, 9-BillingAddress.png, > OFBIZ-10749.patch > > > 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 (Please refer attachment: 1-SetCustomer) > # Click continue on Enter Order Currency, Agreements, and Ship Dates page > (Please refer attachment: 2-Continue) > # Add product and click on Quick Finalize Order (Please refer attachment: > 3-AddProduct) > # On Quick Finalize Order page select UPS Air and click on EFT Account > (Please refer attachment: 4-QuickFinalizeOrder) > # Enter account details but do not select billing address and click on Save > button(Please refer attachment: 5-EftAccount) > # Add phone and email address and click on continue (Please refer > attachment: 6-TelecomNumber) > # Enter address (Please refer attachment: 7-Address) > # Click continue on Sales Order : Order Entry Order Terms page > # Select Electronic Fund Transfer on Sales Order : Order Entry Payment > Settings and click continue (Please refer attachment: 8-EFT) > # Enter billing address and click on continue (Please refer attachment: > 9-BillingAddress) > Actual: Unable to Submit form and error message was displayed on console > (Please refer attachment: 10-ConsoleError) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10663) Amount field is editable at Product Detail Page
[ https://issues.apache.org/jira/browse/OFBIZ-10663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sasikant Biswal updated OFBIZ-10663: Attachment: OFBIZ-10663.patch > Amount field is editable at Product Detail Page > --- > > Key: OFBIZ-10663 > URL: https://issues.apache.org/jira/browse/OFBIZ-10663 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Dikpal Kanungo >Assignee: Sasikant Biswal >Priority: Major > Attachments: Editable amount.png, Missing Heading.png, > OFBIZ-10663.patch > > > The customer is able to enter the price of a product from the product detail > page which should not happen. > Steps to regenerate- > Open - ofbiz demo trunk for ecomm. > Click on the product - Tiny Gizmo > Try editing the Amount field. > -- > Click on product - .NIT Gizmo > Quantity text is missing and No value is coming in reference to Amount > heading. > Please have a look at the attached screenshots. > Cheers, > Dikpal !Missing Heading.png! > > > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Comment Edited] (OFBIZ-10795) Product dropdown should be replaced with product lookup on Edit Price Rule screen
[ https://issues.apache.org/jira/browse/OFBIZ-10795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788652#comment-16788652 ] Pradeep Choudhary edited comment on OFBIZ-10795 at 3/9/19 12:35 PM: I have tested the various cases to choose lookup and dropdown dynamically for 'product' option, but due to dependent dropdowns the functionality is breaking and it is complex to handle the behaviour of the fields on runtime. I think we can keep the existing implementation as is. was (Author: pradeep.choudhary1994): I have tested the various cases to choose lookup and dropdown dynamically for 'product' option, but due to dependent dropdowns the functionality is breaking and it is complex to handle the behaviour of the fields on runtime. We can use the existing implementation for now. > Product dropdown should be replaced with product lookup on Edit Price Rule > screen > - > > Key: OFBIZ-10795 > URL: https://issues.apache.org/jira/browse/OFBIZ-10795 > Project: OFBiz > Issue Type: Improvement > Components: product >Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12 >Reporter: Mohammad Kathawala >Priority: Minor > Fix For: Trunk, Release Branch 16.11, Release Branch 17.12 > > > On Edit Price Rule screen, all the products of the system are fetched in a > single dropdown. > If a system has thousands or more products, then it will take too much time > to load those products in the dropdown and screen loading time will increase > or even it can make the system down. > > We should have a product lookup here. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10852) Error message is displayed in shopping cart when click on recalculate cart link
[ https://issues.apache.org/jira/browse/OFBIZ-10852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Jain reassigned OFBIZ-10852: -- Assignee: Akash Jain (was: Sasikant Biswal) > Error message is displayed in shopping cart when click on recalculate cart > link > --- > > Key: OFBIZ-10852 > URL: https://issues.apache.org/jira/browse/OFBIZ-10852 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Affects Versions: Trunk >Reporter: Ashish Sharma >Assignee: Akash Jain >Priority: Minor > Attachments: OFBIZ-10852.patch, OFBIZ-10852.png > > > *Step to reproduce* > Login with valid username and password. > Navigate to ecommerce. > Add multiple product in shopping cart. > Select one product and click on remove selected. > Product should be removed. > Select another product and click on recalculate cart. > *Expected result:* Product should be recalculate. > *Actual result:* Error message is displayed as 404. > Screen print attached -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10716) Browser Unresponsive when Loading Entity with Large Results
[ https://issues.apache.org/jira/browse/OFBIZ-10716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788654#comment-16788654 ] Kumar Rahul commented on OFBIZ-10716: - Hi Devanshu Vayas, I have verified the patch and the searching results in the Webtools application are working fine. > Browser Unresponsive when Loading Entity with Large Results > --- > > Key: OFBIZ-10716 > URL: https://issues.apache.org/jira/browse/OFBIZ-10716 > Project: OFBiz > Issue Type: Improvement > Components: framework/webtools >Affects Versions: Trunk >Reporter: Devanshu Vyas >Assignee: Devanshu Vyas >Priority: Major > Attachments: OFBIZ-10716.patch, OFBIZ-10716.patch, Screenshot from > 2018-12-22 11-03-16.png > > > Recently, I came across a situation where an entity was taking too much of a > time(browser asked me to either wait or kill) while loading/searching results > in the Webtools application. The entity had close to 5M records, and I > checked the server responded timely but the rendering of the screen was > taking time. > When I explored the issue I came across a macro which renders the pagination > on the screen, and it had a code block which was causing the screen rendering > delay. > {code} > <#assign x=(listSize/viewSize)?ceiling> > <#list 1..x as i> > <#if i == (viewIndex+1)>${i-1}">${i} > > {code} > This code seems logical enough to me, and what I gather from this is that the > list will render a select box with 250,000 options. > I would like to propose a change in this UI/UX from select box to an input > text box so a user can navigate to any page, similar to a navigation input > box in a PDF document reader application. > Please let me know your thoughts on this and share some more ideas to how we > can improve/resolve this issue. Looking forward to your replies! -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-8857) Unit test case for service - CreateReturnAdjustment
[ https://issues.apache.org/jira/browse/OFBIZ-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788650#comment-16788650 ] vivek singh bisen commented on OFBIZ-8857: -- {color:#263238}Hello team,{color} {color:#263238}I have updated patch for the unit test of CreateReturnAdjustment service from XML to DSL. {color} {color:#263238}Also verified the patch.{color} {color:#263238}Please have a look and let me know in case of any concerns.{color} {color:#263238}Thanks in advance !!{color} > Unit test case for service - CreateReturnAdjustment > --- > > Key: OFBIZ-8857 > URL: https://issues.apache.org/jira/browse/OFBIZ-8857 > Project: OFBiz > Issue Type: Sub-task > Components: order >Affects Versions: Trunk >Reporter: Avnindra Sharma >Assignee: vivek singh bisen >Priority: Minor > Attachments: OFBIZ-8857.patch, OFBIZ-8857.patch > > > Unit test case for service - CreateReturnAdjustment -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10749) Unable to submit set Billing form in order manager when payment method is EFT
[ https://issues.apache.org/jira/browse/OFBIZ-10749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandrashekhar Dhakad reassigned OFBIZ-10749: - Assignee: (was: Chandrashekhar Dhakad) > Unable to submit set Billing form in order manager when payment method is EFT > - > > Key: OFBIZ-10749 > URL: https://issues.apache.org/jira/browse/OFBIZ-10749 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Arpit Mor >Priority: Major > Attachments: 1-SetCustomer.png, 10-ConsoleError.png, 2-Continue.png, > 3-AddProduct.png, 4-QuickFinalizeOrder.png, 5-EftAccount.png, > 6-TelecomNumber.png, 7-Address.png, 8-EFT.png, 9-BillingAddress.png, > OFBIZ-10749.patch > > > 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 (Please refer attachment: 1-SetCustomer) > # Click continue on Enter Order Currency, Agreements, and Ship Dates page > (Please refer attachment: 2-Continue) > # Add product and click on Quick Finalize Order (Please refer attachment: > 3-AddProduct) > # On Quick Finalize Order page select UPS Air and click on EFT Account > (Please refer attachment: 4-QuickFinalizeOrder) > # Enter account details but do not select billing address and click on Save > button(Please refer attachment: 5-EftAccount) > # Add phone and email address and click on continue (Please refer > attachment: 6-TelecomNumber) > # Enter address (Please refer attachment: 7-Address) > # Click continue on Sales Order : Order Entry Order Terms page > # Select Electronic Fund Transfer on Sales Order : Order Entry Payment > Settings and click continue (Please refer attachment: 8-EFT) > # Enter billing address and click on continue (Please refer attachment: > 9-BillingAddress) > Actual: Unable to Submit form and error message was displayed on console > (Please refer attachment: 10-ConsoleError) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10749) Unable to submit set Billing form in order manager when payment method is EFT
[ https://issues.apache.org/jira/browse/OFBIZ-10749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788664#comment-16788664 ] Chandrashekhar Dhakad commented on OFBIZ-10749: --- Hello Deepak Dixit, I explored *BillSettings.groovy* file and found that the value of the paymentMethodType is *EXT_ACCOUNT* while fetching it from the request. But the value of the paymentMethodType is *EFT* while fetching it from the cart. So I improved the check using *OR* condition in the *BillSettings.ftl* file to handle both the cases. I have uploaded the revised patch and removed the old one. Thanks! > Unable to submit set Billing form in order manager when payment method is EFT > - > > Key: OFBIZ-10749 > URL: https://issues.apache.org/jira/browse/OFBIZ-10749 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Arpit Mor >Assignee: Chandrashekhar Dhakad >Priority: Major > Attachments: 1-SetCustomer.png, 10-ConsoleError.png, 2-Continue.png, > 3-AddProduct.png, 4-QuickFinalizeOrder.png, 5-EftAccount.png, > 6-TelecomNumber.png, 7-Address.png, 8-EFT.png, 9-BillingAddress.png, > OFBIZ-10749.patch > > > 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 (Please refer attachment: 1-SetCustomer) > # Click continue on Enter Order Currency, Agreements, and Ship Dates page > (Please refer attachment: 2-Continue) > # Add product and click on Quick Finalize Order (Please refer attachment: > 3-AddProduct) > # On Quick Finalize Order page select UPS Air and click on EFT Account > (Please refer attachment: 4-QuickFinalizeOrder) > # Enter account details but do not select billing address and click on Save > button(Please refer attachment: 5-EftAccount) > # Add phone and email address and click on continue (Please refer > attachment: 6-TelecomNumber) > # Enter address (Please refer attachment: 7-Address) > # Click continue on Sales Order : Order Entry Order Terms page > # Select Electronic Fund Transfer on Sales Order : Order Entry Payment > Settings and click continue (Please refer attachment: 8-EFT) > # Enter billing address and click on continue (Please refer attachment: > 9-BillingAddress) > Actual: Unable to Submit form and error message was displayed on console > (Please refer attachment: 10-ConsoleError) -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
Ratnesh Upadhyay created OFBIZ-10859: Summary: Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation Key: OFBIZ-10859 URL: https://issues.apache.org/jira/browse/OFBIZ-10859 Project: OFBiz Issue Type: Bug Components: order Affects Versions: Trunk Environment: There is no back navigation available from view all promotions and show promotion details screens instead it's showing cart and checkout options. Steps to replicate the issue: * Go to Order Manager > Order Entry * Provide ordering details * On create sales order screen, click upon 'View All Promotions' button displayed under Special Offers button. The same issue persist with _Adjustment_ - Promotion details button appeared in order items section after adding GZ-2644 item to cart. Reporter: Ratnesh Upadhyay Assignee: Ratnesh Upadhyay -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10663) Amount field is editable at Product Detail Page
[ https://issues.apache.org/jira/browse/OFBIZ-10663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788660#comment-16788660 ] Sasikant Biswal commented on OFBIZ-10663: - *Steps to verify:-* # Navigate to ecommerce # Click on Tiny Gizmo product. # Edit the amount field. *Affected Screen:-* 1. View Product page. *Reason:-* 1. Amount field is editable. *Fix:-* 1. Made the text field hidden for edit amount. *Comment:-* 1. Changes working fine on the application and patch also provided. > Amount field is editable at Product Detail Page > --- > > Key: OFBIZ-10663 > URL: https://issues.apache.org/jira/browse/OFBIZ-10663 > Project: OFBiz > Issue Type: Bug > Components: ecommerce >Reporter: Dikpal Kanungo >Assignee: Sasikant Biswal >Priority: Major > Attachments: Editable amount.png, Missing Heading.png, > OFBIZ-10663.patch > > > The customer is able to enter the price of a product from the product detail > page which should not happen. > Steps to regenerate- > Open - ofbiz demo trunk for ecomm. > Click on the product - Tiny Gizmo > Try editing the Amount field. > -- > Click on product - .NIT Gizmo > Quantity text is missing and No value is coming in reference to Amount > heading. > Please have a look at the attached screenshots. > Cheers, > Dikpal !Missing Heading.png! > > > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
[ https://issues.apache.org/jira/browse/OFBIZ-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ratnesh Upadhyay updated OFBIZ-10859: - Environment: (was: There is no back navigation available from view all promotions and show promotion details screens instead it's showing cart and checkout options. Steps to replicate the issue: * Go to Order Manager > Order Entry * Provide ordering details * On create sales order screen, click upon 'View All Promotions' button displayed under Special Offers button. The same issue persist with _Adjustment_ - Promotion details button appeared in order items section after adding GZ-2644 item to cart.) Description: There is no back navigation available from view all promotions and show promotion details screens instead it's showing cart and checkout options. Steps to replicate the issue: * Go to Order Manager > Order Entry * Provide ordering details * On create sales order screen, click upon 'View All Promotions' button displayed under Special Offers button. The same issue persist with _Adjustment_ - Promotion details button appeared in order items section after adding GZ-2644 item to cart. > Incorrect decorator being used over view all promotions and view promotion > details screen causing back navigation > - > > Key: OFBIZ-10859 > URL: https://issues.apache.org/jira/browse/OFBIZ-10859 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Ratnesh Upadhyay >Assignee: Ratnesh Upadhyay >Priority: Major > > There is no back navigation available from view all promotions and show > promotion details screens instead it's showing cart and checkout options. > Steps to replicate the issue: > * Go to Order Manager > Order Entry > * Provide ordering details > * On create sales order screen, click upon 'View All Promotions' button > displayed under Special Offers button. > The same issue persist with _Adjustment_ - Promotion details button appeared > in order items section after adding GZ-2644 item to cart. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10858) Last Categories section is blank
[ 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] [Closed] (OFBIZ-10855) Store Order Service Imrovements
[ https://issues.apache.org/jira/browse/OFBIZ-10855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Solanki closed OFBIZ-10855. - > Store Order Service Imrovements > --- > > Key: OFBIZ-10855 > URL: https://issues.apache.org/jira/browse/OFBIZ-10855 > Project: OFBiz > Issue Type: Improvement > Components: order >Reporter: Rishi Solanki >Assignee: Rishi Solanki >Priority: Major > Fix For: Trunk > > Attachments: OFBIZ-10855.patch > > > Few OrderHeader level values not passed and stored in storeOrder service. > Also no code support exists for those order header fields. Below are the > fields which is not taken care by the service code. We can add conditional > support for these field, that means if the value comes in parameter then it > will be stored otherwise not. > - priority > - isRushOrder > > These values can be reset after creating order by using updateOrderHeader > service, but I think this should be fine to have these and other missing > values of header level as IN parameters and handled by the service. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
[ https://issues.apache.org/jira/browse/OFBIZ-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ratnesh Upadhyay updated OFBIZ-10859: - Attachment: OFBIZ-10859.patch > Incorrect decorator being used over view all promotions and view promotion > details screen causing back navigation > - > > Key: OFBIZ-10859 > URL: https://issues.apache.org/jira/browse/OFBIZ-10859 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Ratnesh Upadhyay >Assignee: Ratnesh Upadhyay >Priority: Major > Attachments: OFBIZ-10859.patch > > > There is no back navigation available from view all promotions and show > promotion details screens instead it's showing cart and checkout options. > Steps to replicate the issue: > * Go to Order Manager > Order Entry > * Provide ordering details > * On create sales order screen, click upon 'View All Promotions' button > displayed under Special Offers button. > The same issue persist with _Adjustment_ - Promotion details button appeared > in order items section after adding GZ-2644 item to cart. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Comment Edited] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
[ https://issues.apache.org/jira/browse/OFBIZ-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788665#comment-16788665 ] Ratnesh Upadhyay edited comment on OFBIZ-10859 at 3/9/19 1:01 PM: -- The issue is causing due to incorrect decorator used upon "showAllPromotions" and "showPromotionDetails". Patch attached to fix the issue. was (Author: upadhyay.ratnesh): The issue is causing due to incorrect decorator used upon **showAllPromotions and showPromotionDetails. Patch attached to fix the issue. > Incorrect decorator being used over view all promotions and view promotion > details screen causing back navigation > - > > Key: OFBIZ-10859 > URL: https://issues.apache.org/jira/browse/OFBIZ-10859 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Ratnesh Upadhyay >Assignee: Ratnesh Upadhyay >Priority: Major > Attachments: OFBIZ-10859.patch > > > There is no back navigation available from view all promotions and show > promotion details screens instead it's showing cart and checkout options. > Steps to replicate the issue: > * Go to Order Manager > Order Entry > * Provide ordering details > * On create sales order screen, click upon 'View All Promotions' button > displayed under Special Offers button. > The same issue persist with _Adjustment_ - Promotion details button appeared > in order items section after adding GZ-2644 item to cart. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
[ https://issues.apache.org/jira/browse/OFBIZ-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788665#comment-16788665 ] Ratnesh Upadhyay commented on OFBIZ-10859: -- The issue is causing due to incorrect decorator used upon **showAllPromotions and showPromotionDetails. Patch attached to fix the issue. > Incorrect decorator being used over view all promotions and view promotion > details screen causing back navigation > - > > Key: OFBIZ-10859 > URL: https://issues.apache.org/jira/browse/OFBIZ-10859 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Ratnesh Upadhyay >Assignee: Ratnesh Upadhyay >Priority: Major > Attachments: OFBIZ-10859.patch > > > There is no back navigation available from view all promotions and show > promotion details screens instead it's showing cart and checkout options. > Steps to replicate the issue: > * Go to Order Manager > Order Entry > * Provide ordering details > * On create sales order screen, click upon 'View All Promotions' button > displayed under Special Offers button. > The same issue persist with _Adjustment_ - Promotion details button appeared > in order items section after adding GZ-2644 item to cart. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (OFBIZ-10859) Incorrect decorator being used over view all promotions and view promotion details screen causing back navigation
[ https://issues.apache.org/jira/browse/OFBIZ-10859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Solanki reassigned OFBIZ-10859: - Assignee: Rishi Solanki (was: Ratnesh Upadhyay) > Incorrect decorator being used over view all promotions and view promotion > details screen causing back navigation > - > > Key: OFBIZ-10859 > URL: https://issues.apache.org/jira/browse/OFBIZ-10859 > Project: OFBiz > Issue Type: Bug > Components: order >Affects Versions: Trunk >Reporter: Ratnesh Upadhyay >Assignee: Rishi Solanki >Priority: Major > Attachments: OFBIZ-10859.patch > > > There is no back navigation available from view all promotions and show > promotion details screens instead it's showing cart and checkout options. > Steps to replicate the issue: > * Go to Order Manager > Order Entry > * Provide ordering details > * On create sales order screen, click upon 'View All Promotions' button > displayed under Special Offers button. > The same issue persist with _Adjustment_ - Promotion details button appeared > in order items section after adding GZ-2644 item to cart. -- This message was sent by Atlassian JIRA (v7.6.3#76005)