parent
603e2e42dd
commit
9c489b068a
|
@ -34,7 +34,12 @@
|
||||||
# Finland
|
# Finland
|
||||||
- country: "FI"
|
- country: "FI"
|
||||||
vatPeriod:
|
vatPeriod:
|
||||||
- percentage: 24
|
- start: null
|
||||||
|
end: 2024-08-31T22:00:00Z
|
||||||
|
percentage: 24
|
||||||
|
- start: 2024-08-31T22:00:00Z
|
||||||
|
end: null
|
||||||
|
percentage: 25.5
|
||||||
# France
|
# France
|
||||||
- country: "FR"
|
- country: "FR"
|
||||||
vatPeriod:
|
vatPeriod:
|
||||||
|
@ -94,7 +99,12 @@
|
||||||
# Slovakia
|
# Slovakia
|
||||||
- country: "SK"
|
- country: "SK"
|
||||||
vatPeriod:
|
vatPeriod:
|
||||||
- percentage: 20
|
- start: null
|
||||||
|
end: 2024-12-31T22:00:00Z
|
||||||
|
percentage: 20
|
||||||
|
- start: 2024-12-31T22:00:00Z
|
||||||
|
end: null
|
||||||
|
percentage: 23
|
||||||
# Slovenia
|
# Slovenia
|
||||||
- country: "SI"
|
- country: "SI"
|
||||||
vatPeriod:
|
vatPeriod:
|
||||||
|
|
Loading…
Reference in New Issue