-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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 (backport #38496) #40615
Merged
ruthra-kumar
merged 32 commits into
version-14-hotfix
from
mergify/bp/version-14-hotfix/pr-38496
Mar 22, 2024
Merged
feat: utility to debug financial reports - Bisect Accounting Statements (backport #38496) #40615
ruthra-kumar
merged 32 commits into
version-14-hotfix
from
mergify/bp/version-14-hotfix/pr-38496
Mar 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit eb4c476)
(cherry picked from commit decdbd2)
(cherry picked from commit 4c8a8c3)
(cherry picked from commit 5a25c80)
(cherry picked from commit 26503a2)
(cherry picked from commit 03a38ed)
(cherry picked from commit 2de3e6c)
(cherry picked from commit a427029)
(cherry picked from commit d53b34c)
(cherry picked from commit b2dde55)
1. remove unnecessary columns 2. added basic tree navigation (cherry picked from commit 705ef4f)
(cherry picked from commit de2eba0)
(cherry picked from commit 85f2a6d)
(cherry picked from commit 9d20256)
(cherry picked from commit 99fbd8a)
(cherry picked from commit f7b7b2b)
(cherry picked from commit bd3dc64)
(cherry picked from commit 16db6c2)
(cherry picked from commit f6831fb)
(cherry picked from commit 6492019)
(cherry picked from commit c4c3090)
(cherry picked from commit 5e2d21c)
(cherry picked from commit 3952998)
(cherry picked from commit ea3071d)
(cherry picked from commit 993e2bf)
(cherry picked from commit 228aa1a)
(cherry picked from commit 90c6d4d)
(cherry picked from commit ca14ae8)
(cherry picked from commit 0925706)
(cherry picked from commit 14c8c8c)
(cherry picked from commit 0890b41)
🎉 This PR is included in version 14.66.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
This is an automatic backport of pull request #38496 done by Mergify.