Skip to content
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

Use collected sale/tax transactions to merge taxes into sale #3578

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

buchen
Copy link
Member

@buchen buchen commented Oct 4, 2023

Issue: #3555

@Nirus2000 - this pr uses the list of paired tax and sale transactions also for the merging. I think it could simplify the code: first, the items are already cases. Second, the hash map is not needed to keep the deleted items - we can delete them right away.

Copy link
Member

@Nirus2000 Nirus2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See pull request #3584

@buchen
Copy link
Member Author

buchen commented Oct 7, 2023

merging - as you cherry picked it into your branch, I believe you see this as okay :-)

@buchen buchen merged commit 91c4d4f into master Oct 7, 2023
@buchen buchen deleted the feature_comdirect_simplify_post_postprocessing branch October 7, 2023 05:52
buchen pushed a commit that referenced this pull request Oct 7, 2023
…le (ComDirect)

Refactors and optimizes the source
TransactionPair replaces SaleTaxPair for matched transaction pairs

Issue: #3578
buchen added a commit that referenced this pull request Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants