-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixes magento#22087, products sold report grouped by product with total quantity #22806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes magento#22087, products sold report grouped by product with total quantity #22806
Conversation
…tity Reference #22087: Fixes report to produce a list of products sold per year, grouped by product with a total quantity. ### Preconditions (*) 1. Magento 2.2.3 ### Steps to reproduce (*) 1. In the Magento 2 admin go to Reports -> Products -> Ordered 2. Select a date range where you know you have sold products spanning across multiple orders 3. Select 'Show By' year 4. Hit refresh ### Expected result (*) 1. I would expect to see a list of products sold per year, grouped by product with a total quantity ### Actual result (*) 1. I see a list of products sold per year, with multiple entries for a single product on a per order basis
…d-report-nicholasscottfish Fixes #22087, products sold report grouped by product with tot…
Hi @nicholasscottfish. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @nicholasscottfish. Thank you for your request. I'm working on Magento instance for you |
Hi @nicholasscottfish, here is your new Magento instance. |
Hi @miguelbalparda, thank you for the review. |
@nicholasscottfish thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi there, thanks for the extended permissions, that is greatly appreciated. Please may you provide me with an update on this pull request, I see the PR has been approved but the travis build has failed although I can’t quite make out what on. Is it okay to be merged in or is further work required? Kind regards |
Hi @nicholasscottfish , thanks for the pull request! However, this issue was fixed earlier in #22646 I have to close this pull request as duplicate, but let's collaborate on delivering the earlier pull request with best quality. |
Hi @nicholasscottfish, thank you for your contribution! |
Summary
Description
Fixes an issue with Products Ordered report where they are not grouped by product. This PR fixes this issue by grouping the report results by product and providing a total quantity.
Fixed Issues
Manual testing scenarios (*)
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)