-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
feat: Sales/Purchase Details Report #17739
feat: Sales/Purchase Details Report #17739
Conversation
…Sales-Purchase-Details-Report-V12
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Depends on #17740 |
@saurabh6790 This PR is the independent one... |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Requires frappe/frappe#7455 and frappe/datatable#66 for grouping feature
Sales/Purchase Details Report is a flexible report that can give you a wide range of information you want from transactions.
At the very basic
You can choose the columns you need
(this feature is included the other PR #17740 that has prerequisites)
Multi level grouping
You can group by either of the following and you can group them in levels
Grouped by Sales Person, Customer, Transaction
![image](https://user-images.githubusercontent.com/328330/58361027-51e24e00-7ea5-11e9-80a9-486e9d13472e.png)
Grouped by Item Group, Item
![image](https://user-images.githubusercontent.com/328330/58361141-0da37d80-7ea6-11e9-8b93-4f529f13294c.png)