Reuse existing ledger load transactions in Compass Card mapper with date tolerance#153
Draft
Copilot wants to merge 5 commits into
Draft
Reuse existing ledger load transactions in Compass Card mapper with date tolerance#153Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
Agent-Logs-Url: https://github.com/Nef10/SwiftBeanCount/sessions/366b9e10-07c7-4e97-a471-b50430aee371 Co-authored-by: Nef10 <4551135+Nef10@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Map existing load transaction for SwiftBeanCountCompassCardMapper
Reuse existing ledger load transactions in Compass Card mapper
May 25, 2026
Owner
|
@copilot add a date tolerance like in the SwiftBeanCountSheetSync LedgerSettings |
Agent-Logs-Url: https://github.com/Nef10/SwiftBeanCount/sessions/ce096c68-70a7-4a7c-b679-e3932a419716 Co-authored-by: Nef10 <4551135+Nef10@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Reuse existing ledger load transactions in Compass Card mapper
Reuse existing ledger load transactions in Compass Card mapper with date tolerance
May 25, 2026
Owner
|
@copilot change to 4 days |
Agent-Logs-Url: https://github.com/Nef10/SwiftBeanCount/sessions/ab6e4c4e-0961-416f-8b4e-a623c7b0fb64 Co-authored-by: Nef10 <4551135+Nef10@users.noreply.github.com>
Contributor
Author
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.
Compass Card load imports did not account for cases where the corresponding funding transaction was already present in the ledger, typically from importing the credit card first. In that case, the mapper created a new load using fallback metadata instead of aligning with the existing transaction.
Load account resolution
compass-card-loadmetadata lookup and default fallback behavior are unchanged.Matching behavior
Regression coverage