-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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: utility to debug financial reports - Bisect Accounting Statements #38496
feat: utility to debug financial reports - Bisect Accounting Statements #38496
Conversation
1. remove unnecessary columns 2. added basic tree navigation
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days 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. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #38496 +/- ##
===========================================
- Coverage 60.15% 60.05% -0.11%
===========================================
Files 760 761 +1
Lines 69470 70096 +626
===========================================
+ Hits 41791 42097 +306
- Misses 27679 27999 +320
|
@ruthra-kumar could you add some basic docs, so people can understand and use this feature? |
This is essentially a tool to speed up debugging an issue. So, i've refrained from adding docs to it. I've updated the Pull Request description with some details though. |
Thank you! |
A tool to debug any difference in 'Balance Sheet' and 'Profit and Loss' Statements. The tool first builds a binary search tree for the give time frame and then allows user to interactively navigate the tree left, right or up, runs the
Balance Sheet
andProfit & Loss
reports for that section and shows the difference between them. The heatmap is just for better visualization.bisect_converted.mp4
no-docs