Compare commits
121 Commits
096f93b66f
...
zg1/zone2
| Author | SHA1 | Date | |
|---|---|---|---|
| 7663012c38 | |||
| f2cf397eda | |||
| daaafc0c2b | |||
|
c8ca6dac5b
|
|||
|
f10a98df86
|
|||
| 06c3dfbab0 | |||
| 142fa345e6 | |||
| 4c57e3fbba | |||
|
c073fa3e69
|
|||
| bf2a981be0 | |||
| 7a3bafffcd | |||
| 3bb2fff978 | |||
| a82310dac0 | |||
| bf4b0f26d4 | |||
| 953c4d85f4 | |||
| 281694d589 | |||
| de4775b25b | |||
| ad69e5d3d9 | |||
| e271588861 | |||
| 2008f023d3 | |||
| a04cb8c3b2 | |||
| 3b45a157a7 | |||
| 36b3c0a7f1 | |||
| 4e4274bb95 | |||
| c53504b14d | |||
| 1a6c5836bc | |||
| 4e64df50d7 | |||
| c4dd836ee3 | |||
| cab404e238 | |||
| 84b2b1ca27 | |||
| e245ae27a0 | |||
| 4f5fcfe7b5 | |||
| caa7030a97 | |||
|
3657e299b3
|
|||
|
bad9bb1103
|
|||
| acc80f2c04 | |||
| 503e355667 | |||
| 6cad56650b | |||
| 6318b15756 | |||
| a523fe72c3 | |||
| 8fde0a4f4d | |||
| cb7a17cdad | |||
| 2702208167 | |||
| 2c0fd877ab | |||
| 59cd4bfb7e | |||
| 0cfd6b7071 | |||
| 443961ca5d | |||
| c2c21df05a | |||
| 053d554c45 | |||
| 048ef21538 | |||
| 19b8b6ba28 | |||
| 1e2b4bcc7d | |||
| aa32676431 | |||
| a9b9fd75bf | |||
| 60a375a773 | |||
| b4c50748ba | |||
| c3c07329b6 | |||
| d14dc38340 | |||
| ecabc589d8 | |||
| 6e756202d7 | |||
| d478ce44ab | |||
| 1746b94678 | |||
| 1f54b1ec90 | |||
| e1c39f1df6 | |||
|
2d65b9ba14
|
|||
|
38386d7aed
|
|||
| e9dc8f6e10 | |||
| 2cc7ec9dc7 | |||
| 25e9e014de | |||
| 0657b3ea27 | |||
| 5629444870 | |||
| 9461dfafb0 | |||
| 5a25611a39 | |||
| 73f5bfd568 | |||
| 4331c32dc5 | |||
| 23e5e1339e | |||
| 5d9882c569 | |||
| 6ed893f3fc | |||
| 69e3fbe55a | |||
| d72bafb8d7 | |||
| 0b7614c2d9 | |||
| de0b5a3e70 | |||
| e9fa1e6dd5 | |||
| ee0a06ba0b | |||
| 96a1db1fba | |||
| 1071e8e762 | |||
| 794c26ee97 | |||
|
8211505d34
|
|||
|
1c08df6da1
|
|||
|
031c9653f1
|
|||
|
9643f36c1d
|
|||
|
d6ef0ac4a6
|
|||
|
bf5bce2be8
|
|||
|
ef12748e72
|
|||
|
6a47b52c24
|
|||
| cebda53e85 | |||
| 8b5f310464 | |||
| db54f86be9 | |||
| cf5b677bfe | |||
| d25e6232e0 | |||
| 8949d1850c | |||
| 22d1a9f8a1 | |||
|
ee70081ab3
|
|||
|
a5f76131ff
|
|||
|
7ed84450e2
|
|||
|
8b58d78cd8
|
|||
|
fe7c8bf282
|
|||
|
8fdb94ac90
|
|||
| 1e629e5fea | |||
| 7939f576a0 | |||
| bbd39fbccb | |||
| 8d8cc811c6 | |||
| 4d698ffb79 | |||
| e83e1589fb | |||
| 4bf9efcf3a | |||
|
be84634d62
|
|||
| 64937d6fb4 | |||
| 6acc53275d | |||
| 87af143cbd | |||
| e46c1f272b | |||
| 73fbc3d5ad |
28
.gitconfig
28
.gitconfig
@@ -1,28 +0,0 @@
|
|||||||
[core]
|
|
||||||
repositoryformatversion = 0
|
|
||||||
filemode = true
|
|
||||||
bare = false
|
|
||||||
logallrefupdates = true
|
|
||||||
symlinks = true
|
|
||||||
[remote "origin"]
|
|
||||||
url = https://git.mimbach49.de/GerhardHoffmann/customer_999.git
|
|
||||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
||||||
[branch "master"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/master
|
|
||||||
[branch "zg1/zone1"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/zg1/zone1
|
|
||||||
[branch "zg1/zone2"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/zg1/zone2
|
|
||||||
[branch "zg1/zone3"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/zg1/zone3
|
|
||||||
[branch "zg1/zone4"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/zg1/zone4
|
|
||||||
[pull]
|
|
||||||
rebase = false
|
|
||||||
[push]
|
|
||||||
autoSetupRemote = true
|
|
||||||
@@ -11,8 +11,10 @@ if [ -z $IFS ]; then
|
|||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
||||||
|
|
||||||
|
|
||||||
#TODO: use in UpdateController
|
#TODO: use in UpdateController
|
||||||
|
|
||||||
get_blob () { # get the blob of the file(name) passed as $1
|
get_blob () { # get the blob of the file(name) passed as $1
|
||||||
@@ -27,6 +29,7 @@ get_commit_for_blob () {
|
|||||||
grep -q $1 && echo -n {} && head -n 1")
|
grep -q $1 && echo -n {} && head -n 1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
write_log_file () {
|
write_log_file () {
|
||||||
local now=$(date +"%Y-%m-%dT%T")
|
local now=$(date +"%Y-%m-%dT%T")
|
||||||
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
"project":"DBM Szeged",
|
"project":"DBM Szeged",
|
||||||
"version":"1.0.0-2024-07-05",
|
"version":"1.0.0-2024-07-05",
|
||||||
"CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3],
|
"CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3],
|
||||||
"CoinValue(15..0)":[730,365,185,0,0,0,0,100,200,100,50,20,10,5,0,3],
|
"CoinValue(15..0)":[672,326,168,0,0,0,0,100,200,100,50,20,10,5,0,3],
|
||||||
"CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1],
|
"CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1],
|
||||||
"ExchangeRate":365,
|
"ExchangeRate":336,
|
||||||
"TokenChannel":1,
|
"TokenChannel":1,
|
||||||
"BillValues(7..0)":[0,0,0,0,0,0,0,0],
|
"BillValues(7..0)":[0,0,0,0,0,0,0,0],
|
||||||
"LocalTaxRate":20,
|
"LocalTaxRate":20,
|
||||||
|
|||||||
@@ -794,9 +794,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 3,
|
"ped_id": 3,
|
||||||
"ped_label": "NewYear 26",
|
"ped_label": "NewYear 27",
|
||||||
"ped_date_start": "2026-01-01",
|
"ped_date_start": "2027-01-01",
|
||||||
"ped_date_end": "2026-01-01",
|
"ped_date_end": "2027-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -835,8 +835,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 8,
|
"ped_id": 8,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2026-05-18",
|
"ped_date_start": "2026-05-25",
|
||||||
"ped_date_end": "2026-05-18",
|
"ped_date_end": "2026-05-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2025
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
@@ -858,9 +858,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 11,
|
"ped_id": 11,
|
||||||
"ped_label": "Labour Day 2",
|
"ped_label": "",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-08-21",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-08-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1220,8 +1220,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 61,
|
"ped_id": 61,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-08-08",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-08-08",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1364,8 +1364,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 79,
|
"ped_id": 79,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-12-12",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-12-12",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1418,7 +1418,6 @@
|
|||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -794,9 +794,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 3,
|
"ped_id": 3,
|
||||||
"ped_label": "NewYear 26",
|
"ped_label": "NewYear 27",
|
||||||
"ped_date_start": "2026-01-01",
|
"ped_date_start": "2027-01-01",
|
||||||
"ped_date_end": "2026-01-01",
|
"ped_date_end": "2027-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -835,8 +835,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 8,
|
"ped_id": 8,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2026-05-18",
|
"ped_date_start": "2026-05-25",
|
||||||
"ped_date_end": "2026-05-18",
|
"ped_date_end": "2026-05-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2025
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
@@ -858,9 +858,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 11,
|
"ped_id": 11,
|
||||||
"ped_label": "Labour Day 2",
|
"ped_label": "",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-08-21",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-08-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -914,7 +914,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 18,
|
"ped_id": 18,
|
||||||
"ped_label": "Christmas",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2026-12-24",
|
"ped_date_start": "2026-12-24",
|
||||||
"ped_date_end": "2026-12-24",
|
"ped_date_end": "2026-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
@@ -1220,8 +1220,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 61,
|
"ped_id": 61,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-08-08",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-08-08",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1364,8 +1364,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 79,
|
"ped_id": 79,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-12-12",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-12-12",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1417,6 +1417,7 @@
|
|||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -794,9 +794,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 3,
|
"ped_id": 3,
|
||||||
"ped_label": "NewYear 26",
|
"ped_label": "NewYear 27",
|
||||||
"ped_date_start": "2026-01-01",
|
"ped_date_start": "2027-01-01",
|
||||||
"ped_date_end": "2026-01-01",
|
"ped_date_end": "2027-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -835,8 +835,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 8,
|
"ped_id": 8,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2026-05-18",
|
"ped_date_start": "2026-05-25",
|
||||||
"ped_date_end": "2026-05-18",
|
"ped_date_end": "2026-05-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2025
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
@@ -858,9 +858,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 11,
|
"ped_id": 11,
|
||||||
"ped_label": "Labour Day 2",
|
"ped_label": "",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-08-21",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-08-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -914,7 +914,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 18,
|
"ped_id": 18,
|
||||||
"ped_label": "Christmas",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2026-12-24",
|
"ped_date_start": "2026-12-24",
|
||||||
"ped_date_end": "2026-12-24",
|
"ped_date_end": "2026-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
@@ -1220,8 +1220,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 61,
|
"ped_id": 61,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-08-08",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-08-08",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1364,8 +1364,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 79,
|
"ped_id": 79,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-12-12",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-12-12",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1417,6 +1417,7 @@
|
|||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -816,9 +816,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 3,
|
"ped_id": 3,
|
||||||
"ped_label": "NewYear 26",
|
"ped_label": "NewYear 27",
|
||||||
"ped_date_start": "2026-01-01",
|
"ped_date_start": "2027-01-01",
|
||||||
"ped_date_end": "2026-01-01",
|
"ped_date_end": "2027-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -857,8 +857,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 8,
|
"ped_id": 8,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2026-05-18",
|
"ped_date_start": "2026-05-25",
|
||||||
"ped_date_end": "2026-05-18",
|
"ped_date_end": "2026-05-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2025
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
@@ -880,9 +880,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 11,
|
"ped_id": 11,
|
||||||
"ped_label": "Labour Day 2",
|
"ped_label": "",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-08-21",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-08-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -936,7 +936,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 18,
|
"ped_id": 18,
|
||||||
"ped_label": "Christmas",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2026-12-24",
|
"ped_date_start": "2026-12-24",
|
||||||
"ped_date_end": "2026-12-24",
|
"ped_date_end": "2026-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
@@ -1242,8 +1242,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 61,
|
"ped_id": 61,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-08-08",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-08-08",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1386,8 +1386,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 79,
|
"ped_id": 79,
|
||||||
"ped_label": "Saturday 26",
|
"ped_label": "Saturday 26",
|
||||||
"ped_date_start": "2026-12-12",
|
"ped_date_start": "",
|
||||||
"ped_date_end": "2026-12-12",
|
"ped_date_end": "",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -1439,6 +1439,7 @@
|
|||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -816,9 +816,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 3,
|
"ped_id": 3,
|
||||||
"ped_label": "NewYear 26",
|
"ped_label": "NewYear 27",
|
||||||
"ped_date_start": "2026-01-01",
|
"ped_date_start": "2027-01-01",
|
||||||
"ped_date_end": "2026-01-01",
|
"ped_date_end": "2027-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -857,8 +857,8 @@
|
|||||||
{
|
{
|
||||||
"ped_id": 8,
|
"ped_id": 8,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2026-05-18",
|
"ped_date_start": "2026-05-25",
|
||||||
"ped_date_end": "2026-05-18",
|
"ped_date_end": "2026-05-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2025
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
@@ -880,9 +880,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 11,
|
"ped_id": 11,
|
||||||
"ped_label": "Labour Day 2",
|
"ped_label": "",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-08-21",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-08-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -936,7 +936,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 18,
|
"ped_id": 18,
|
||||||
"ped_label": "Christmas",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2026-12-24",
|
"ped_date_start": "2026-12-24",
|
||||||
"ped_date_end": "2026-12-24",
|
"ped_date_end": "2026-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
@@ -973,7 +973,473 @@
|
|||||||
"ped_date_end": "2025-12-24",
|
"ped_date_end": "2025-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"ped_id": 30,
|
||||||
|
"ped_label": "Saturday 25",
|
||||||
|
"ped_date_start": "2025-12-06",
|
||||||
|
"ped_date_end": "2025-12-06",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 31,
|
||||||
|
"ped_label": "Saturday 25",
|
||||||
|
"ped_date_start": "2025-12-20",
|
||||||
|
"ped_date_end": "2025-12-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 32,
|
||||||
|
"ped_label": "Saturday 25",
|
||||||
|
"ped_date_start": "2025-12-27",
|
||||||
|
"ped_date_end": "2025-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 33,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-01-03",
|
||||||
|
"ped_date_end": "2026-01-03",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 34,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-01-17",
|
||||||
|
"ped_date_end": "2026-01-17",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 34,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-01-24",
|
||||||
|
"ped_date_end": "2026-01-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 35,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-01-31",
|
||||||
|
"ped_date_end": "2026-01-31",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 36,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-02-07",
|
||||||
|
"ped_date_end": "2026-02-07",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 37,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-02-14",
|
||||||
|
"ped_date_end": "2026-02-14",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 38,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-02-21",
|
||||||
|
"ped_date_end": "2026-02-21",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 38,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-02-28",
|
||||||
|
"ped_date_end": "2026-02-28",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 39,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-03-07",
|
||||||
|
"ped_date_end": "2026-03-07",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 40,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-03-14",
|
||||||
|
"ped_date_end": "2026-03-14",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 41,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-03-21",
|
||||||
|
"ped_date_end": "2026-03-21",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 42,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-03-28",
|
||||||
|
"ped_date_end": "2026-03-28",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 43,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-04-04",
|
||||||
|
"ped_date_end": "2026-04-04",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 44,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-04-11",
|
||||||
|
"ped_date_end": "2026-04-11",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 45,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-04-18",
|
||||||
|
"ped_date_end": "2026-04-18",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 46,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-04-25",
|
||||||
|
"ped_date_end": "2026-04-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 47,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-05-02",
|
||||||
|
"ped_date_end": "2026-05-02",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 48,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-05-09",
|
||||||
|
"ped_date_end": "2026-05-09",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 49,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-05-16",
|
||||||
|
"ped_date_end": "2026-05-16",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 50,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-05-23",
|
||||||
|
"ped_date_end": "2026-05-23",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 51,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-05-30",
|
||||||
|
"ped_date_end": "2026-05-30",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 52,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-06-06",
|
||||||
|
"ped_date_end": "2026-06-06",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 53,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-06-13",
|
||||||
|
"ped_date_end": "2026-06-13",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 54,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-06-20",
|
||||||
|
"ped_date_end": "2026-06-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 55,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-06-27",
|
||||||
|
"ped_date_end": "2026-06-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 56,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-07-04",
|
||||||
|
"ped_date_end": "2026-07-04",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 57,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-07-11",
|
||||||
|
"ped_date_end": "2026-07-11",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 58,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-07-18",
|
||||||
|
"ped_date_end": "2026-07-18",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 59,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-07-25",
|
||||||
|
"ped_date_end": "2026-07-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 60,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-08-01",
|
||||||
|
"ped_date_end": "2026-08-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 61,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "",
|
||||||
|
"ped_date_end": "",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 62,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-08-15",
|
||||||
|
"ped_date_end": "2026-08-15",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 63,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-08-22",
|
||||||
|
"ped_date_end": "2026-08-22",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 64,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-08-29",
|
||||||
|
"ped_date_end": "2026-08-29",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 65,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-09-05",
|
||||||
|
"ped_date_end": "2026-09-05",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 66,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-09-12",
|
||||||
|
"ped_date_end": "2026-09-12",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 67,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-09-19",
|
||||||
|
"ped_date_end": "2026-09-19",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 68,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-09-26",
|
||||||
|
"ped_date_end": "2026-09-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 69,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-10-03",
|
||||||
|
"ped_date_end": "2026-10-03",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 70,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-10-10",
|
||||||
|
"ped_date_end": "2026-10-10",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 71,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-10-17",
|
||||||
|
"ped_date_end": "2026-10-17",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 72,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-10-24",
|
||||||
|
"ped_date_end": "2026-10-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 73,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-10-31",
|
||||||
|
"ped_date_end": "2026-10-31",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 74,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-11-07",
|
||||||
|
"ped_date_end": "2026-11-07",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 75,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-11-14",
|
||||||
|
"ped_date_end": "2026-11-14",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 76,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-11-21",
|
||||||
|
"ped_date_end": "2026-11-21",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 77,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-11-28",
|
||||||
|
"ped_date_end": "2026-11-28",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 78,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-12-05",
|
||||||
|
"ped_date_end": "2026-12-05",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 79,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "",
|
||||||
|
"ped_date_end": "",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 80,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-12-19",
|
||||||
|
"ped_date_end": "2026-12-19",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 81,
|
||||||
|
"ped_label": "Saturday 26",
|
||||||
|
"ped_date_start": "2026-12-26",
|
||||||
|
"ped_date_end": "2026-12-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 82,
|
||||||
|
"ped_label": "Saturday 27",
|
||||||
|
"ped_date_start": "2027-01-02",
|
||||||
|
"ped_date_end": "2027-01-02",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 83,
|
||||||
|
"ped_label": "reserve",
|
||||||
|
"ped_date_start": "",
|
||||||
|
"ped_date_end": "",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 84,
|
||||||
|
"ped_label": "reserve",
|
||||||
|
"ped_date_start": "",
|
||||||
|
"ped_date_end": "",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 85,
|
||||||
|
"ped_label": "reserve",
|
||||||
|
"ped_date_start": "",
|
||||||
|
"ped_date_end": "",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user