[WIP] Fix incorrect category display in report for same merchant names#8
Merged
terryaney merged 2 commits intoApr 25, 2026
Conversation
Agent-Logs-Url: https://github.com/terryaney/OpenSource.tally/sessions/89caf5f7-59df-4bb4-b1bc-5fe0f382feff Co-authored-by: terryaney <6237247+terryaney@users.noreply.github.com>
Owner
|
@copilot What am I supposed to do next? The code looks ok. I want to test it, but you also threw a rate limiting exception so I'm not sure if you are done or not. |
Copilot stopped work on behalf of
terryaney due to an error
April 25, 2026 01:34
Copilot stopped work on behalf of
terryaney due to an error
April 25, 2026 01:38
Copilot stopped work on behalf of
terryaney due to an error
April 25, 2026 01:42
86110da
into
issue/88-merchant-category-display
0 of 3 checks passed
terryaney
pushed a commit
that referenced
this pull request
Apr 25, 2026
terryaney
pushed a commit
that referenced
this pull request
Apr 25, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
analyze_transactionsto use(merchant, category, subcategory)composite key inby_merchant, storenamein data dictclassify_by_sectionsto usedata.get('name', '')instead of tuple key for merchant nameexport_json,export_markdown,export_csv,print_summaryinanalyzer.pyto usedata.get('name', '')for displayreport.pybuild_section_merchantsto usedata.get('name', merchant_key)for display name and composite ID for uniqueness; updatebuild_category_viewexplain.pyto searchby_merchantbydata['name']instead of dict key; update_print_classification_summaryand_print_explain_summary