-
Notifications
You must be signed in to change notification settings - Fork 12
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
Laskukorjausten kohdistuminen tiettyyn kuukauteen #5731
Merged
Merged
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
Contributor
akheron
commented
Sep 27, 2024
•
edited
Loading
edited
- Laskuille siirretyt korjaukset kohdistuvat tiettyyn kuukauteen
- Kaikki vanhatkin korjaukset näytetään käyttöliittymässä
akheron
commented
Sep 27, 2024
service/src/main/kotlin/fi/espoo/evaka/invoicing/service/InvoiceGenerator.kt
Outdated
Show resolved
Hide resolved
service/src/main/kotlin/fi/espoo/evaka/invoicing/service/InvoiceCorrection.kt
Outdated
Show resolved
Hide resolved
93a76bc
to
2b149b0
Compare
2d3b752
to
0adffa7
Compare
Joosakur
reviewed
Oct 1, 2024
service/src/main/kotlin/fi/espoo/evaka/invoicing/service/InvoiceCorrectionQueries.kt
Outdated
Show resolved
Hide resolved
f032a97
to
869da0e
Compare
5fd3768
to
fa076b2
Compare
802d95c
to
0353b8d
Compare
Joosakur
reviewed
Oct 5, 2024
service/src/main/resources/db/migration/V444__invoice_correction_target.sql
Outdated
Show resolved
Hide resolved
Joosakur
reviewed
Oct 5, 2024
service/src/main/kotlin/fi/espoo/evaka/invoicing/service/InvoiceCorrectionQueries.kt
Outdated
Show resolved
Hide resolved
4b205df
to
bb25f59
Compare
6ae59a3
to
a83cc86
Compare
f32370f
to
77b3747
Compare
Creating is deliberately broken, and editing is not possible yet.
Also, be more conservative when deleting invoice correction rows to avoid accidential deletions.
Use the default of "current month + 1" if there are no sent invoices in the database.
77b3747
to
7866859
Compare
Delete corrections that have been affected by some bug that made them be applied too many times. Disregard invoice drafts when splitting invoice corrections to months.
4f83b1b
to
b942a3c
Compare
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.