-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use effective date not change set id when aggregating
- Loading branch information
1 parent
109ff06
commit f665c39
Showing
4 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- operation: ADD_CHANGE_SET | ||
description: 2025 VAT Rates Fix | ||
effective: 2025-04-05T00:00:00.000Z | ||
frames: | ||
- entity: VAT Rate | ||
version: 1 | ||
action: POST | ||
data: | ||
- type: standard | ||
rate: 0.25 | ||
- entity: VAT Rate | ||
version: 1 | ||
action: POST | ||
data: | ||
- type: reduced | ||
rate: 0.15 | ||
- entity: VAT Rate | ||
version: 1 | ||
action: POST | ||
data: | ||
- type: zero | ||
rate: 0.05 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- operation: ADD_CHANGE_SET | ||
description: 2022 VAT Rates Fix | ||
effective: 2022-04-05T00:00:00.000Z | ||
frames: | ||
- entity: VAT Rate | ||
version: 1 | ||
action: POST | ||
data: | ||
- type: standard | ||
rate: 0.16 | ||
- entity: VAT Rate | ||
version: 1 | ||
action: POST | ||
data: | ||
- type: reduced | ||
rate: 0.11 |