fix(Business Trip Region): import current data (backport #111)#112
Merged
barredterra merged 4 commits intoJan 30, 2026
Merged
Conversation
Co-authored-by: Patrick Eissler <77415730+PatrickDEissler@users.noreply.github.com> (cherry picked from commit 609d5c9) # Conflicts: # eslint.config.mjs
This comment was marked as resolved.
This comment was marked as resolved.
barredterra
approved these changes
Jan 30, 2026
Member
|
🎉 This PR is included in version 15.23.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
mahsem
pushed a commit
to mahsem/erpnext_sweden
that referenced
this pull request
Jan 30, 2026
# [15.23.0](alyf-de/erpnext_germany@v15.22.1...v15.23.0) (2026-01-30) ### Bug Fixes * **Business Trip Region:** import current data (backport [alyf-de#111](alyf-de#111)) ([alyf-de#112](alyf-de#112)) ([7d446ff](alyf-de@7d446ff)) * **Business Trip:** filter by valid_from ([alyf-de#109](alyf-de#109)) ([8022ff2](alyf-de@8022ff2)) * preventing naming gaps now validates each series individually ([alyf-de#103](alyf-de#103)) ([12c945c](alyf-de@12c945c)) ### Features * **Business Trip Region:** adjust the data structure to retrieve date specific allowance rates ([alyf-de#106](alyf-de#106)) ([4b09b64](alyf-de@4b09b64))
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.
Add an optional Valid To field in Business Trip Region's Allowances table
Through new regulations, former regions might get dropped or re-added after a pause. Hence we need a way to disable them for a certain period.
Adjust the install script to import data into the child table format for allowances that has been introduced in feat(Business Trip Region): adjust the data structure to retrieve date specific allowance rates #106
Update the regional allowance CSV with the latest data from 2026, run patch
Note: the query in Business Trip doesn't yet consider the Valid To field. Users can still select an invalid record, but the calculated allowance will be zero.
This is an automatic backport of pull request #111 done by Mergify.