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

feat: #755 Accounting for taxes on payments #789

Merged
merged 1 commit into from Dec 27, 2023

Conversation

mildred
Copy link
Contributor

@mildred mildred commented Dec 22, 2023

When defining taxes, it is possible to define an additional payment account that will be used during payments to move taxes from the original tax account to this new payment tax account. This allows to account for taxes only when payment is received.

Now payments can reference tax summary objects that will reference the two accounts to move funds between when the payment is committed. Reuse some of the Invoice code to generate these tax summary objects.

implements #755

When defining taxes, it is possible to define an additional payment
account that will be used during payments to move taxes from the
original tax account to this new payment tax account. This allows to
account for taxes only when payment is received.

Now payments can reference tax summary objects that will reference the
two accounts to move funds between when the payment is committed. Reuse
some of the Invoice code to generate these tax summary objects.
@mildred mildred self-assigned this Dec 22, 2023
@mildred mildred linked an issue Dec 22, 2023 that may be closed by this pull request
This was referenced Dec 22, 2023
@mildred mildred merged commit 0da912e into master Dec 27, 2023
4 checks passed
@mildred mildred deleted the mildred/755-taxes-on-payments branch December 27, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: accounting for taxes on payments
1 participant