Compare commits
116 Commits
5641edb97d
...
zg1/zone5
| Author | SHA1 | Date | |
|---|---|---|---|
| d786d28fd6 | |||
| 74f7186399 | |||
| 34023c10b7 | |||
| 9f2a040146 | |||
| af9d5c95ab | |||
| 621fa0e6fb | |||
| 2ec03dbfae | |||
|
fcfed3ea14
|
|||
|
3256576174
|
|||
| f8946414f5 | |||
|
77fab5c208
|
|||
| 35ca46a75e | |||
| 5ad24ad94f | |||
| 21b8c7be60 | |||
| 38cd134452 | |||
| d9bc139779 | |||
| d8462098e4 | |||
| ccd0b7adf9 | |||
| e2acfe0b87 | |||
| b79dd9bc4e | |||
| 152489a6b5 | |||
| 597c28678e | |||
| 55f2e20c5a | |||
| 6579169767 | |||
| 638b15dcbf | |||
| c39fd73850 | |||
| a683bc6eda | |||
| d66865093b | |||
| f21f024612 | |||
| 18ef7c4a76 | |||
| 7bcf969ecf | |||
| f911cfd283 | |||
| e6b37d798e | |||
| 6842fe7416 | |||
| 6a268783e5 | |||
| 9ce4a1e25c | |||
| c5d9ad6493 | |||
| bac6f5d7b5 | |||
| 1cb16b14e0 | |||
|
1ed35086a8
|
|||
| d58b9204d3 | |||
| a01b0a6f87 | |||
| 3e41b2f809 | |||
| 2763b42ff2 | |||
| 8aabc564e3 | |||
| ddf0344d6f | |||
| a4b30b3121 | |||
| 95510b3181 | |||
| 1af2ff388e | |||
| 76c4701618 | |||
| 36c482cb43 | |||
| 034e39012c | |||
| c203ac7d0f | |||
| e6cc19e115 | |||
| 6ea43413ce | |||
| af08704d6d | |||
| 95b7255ea7 | |||
| 8016f87136 | |||
| 33ddbd7ce0 | |||
| 91db42b4b2 | |||
| 6a485e95de | |||
| 75e167f96e | |||
| 711bf8fb25 | |||
| 36e6d8fc4f | |||
| 2427928c3c | |||
| f0a9aa44a4 | |||
| ac9f4c86ca | |||
| 18e2c5db94 | |||
| 7fd4352798 | |||
| acf30adc5e | |||
| cb789aa34f | |||
| 36a0d74ac1 | |||
| 89d2812724 | |||
| d23139f5af | |||
| d5425192b6 | |||
| 8b25cd70b3 | |||
| 9f83afce3a | |||
| c958ed2632 | |||
| 583955df67 | |||
| a6a8ad436a | |||
| 33e9f2a3f2 | |||
| 6117764e42 | |||
| 55f23b4099 | |||
| 9443f5c372 | |||
| 1b9e55592f | |||
| 92e8e0946d | |||
| c272d9013d | |||
| 1dd56a5084 | |||
| 236c4ea33a | |||
| c8dc474476 | |||
| 8d87f21cce | |||
| 3c32455a12 | |||
| 8679da9be4 | |||
| f8178f1f7f | |||
| 2bc06c4027 | |||
| 24a06b54f3 | |||
| 0daa7cb254 | |||
| e40c1b54c8 | |||
| f4771cb2be | |||
| 760819d4e8 | |||
| e4ce5cbd84 | |||
| fa90fa90e9 | |||
| 9f2525e503 | |||
| cc62a9b139 | |||
| 2d27a8a6d4 | |||
| 2618ee154d | |||
| 4f5a45f096 | |||
| 3e7ae97312 | |||
| df2ca1901e | |||
| bb812c882b | |||
| 044b9e6834 | |||
| 8828b75917 | |||
| 4e4320c4a2 | |||
| 7013aeea3e | |||
| abc5bc57d4 | |||
| d7168d096f |
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
|
|
||||||
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,27 +1,16 @@
|
|||||||
# First, ignore everything
|
|
||||||
*
|
*
|
||||||
# Now, whitelist anything that's a directory
|
|
||||||
!*/
|
|
||||||
# And all the file types you're interested in
|
|
||||||
!.gitignore
|
|
||||||
!.githooks/post-merge
|
|
||||||
!.githooks/post-checkout
|
|
||||||
!**/.gitignore
|
|
||||||
!**/.githooks/post-merge
|
|
||||||
!**/.githooks/post-checkout
|
|
||||||
|
|
||||||
## Except
|
## Except
|
||||||
!etc/atb/*
|
!**/.gitignore
|
||||||
!etc/psa_config/*
|
!**/.githooks/post-merge
|
||||||
!etc/psa_update/*
|
!/etc/*.ini
|
||||||
!etc/psa_tariff/*
|
!/etc/atb/*.ini
|
||||||
!etc/dc/*.hex
|
!/etc/psa_config/*
|
||||||
!etc/dc/*.bin
|
!/etc/psa_update/*
|
||||||
!*/etc/*.ini
|
!/etc/psa_tariff/*
|
||||||
!*/etc/atb/*
|
!/etc/dc/dc2c.hex
|
||||||
!*/etc/psa_config/*
|
|
||||||
!*/etc/psa_update/*
|
!/opt/app/ATBAPP/*.ini
|
||||||
!*/etc/psa_tariff/*
|
!/opt/app/sysconfig/*.ini
|
||||||
!*/etc/dc/*.hex
|
!/opt/app/ISMASMgr/*.ini
|
||||||
!*/etc/dc/*.bin
|
|
||||||
|
|
||||||
|
|||||||
@@ -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,336,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,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Project" : "Szeged Zone 1",
|
"Project" : "Szeged Zone 1",
|
||||||
"Version" : "1.0.1",
|
"Version" : "1.0.1",
|
||||||
"Info" : "31032026",
|
"Info" : "6725",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 2,
|
||||||
|
|||||||
@@ -920,9 +920,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 16,
|
"ped_id": 16,
|
||||||
"ped_label": "Christmas 3rd day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-05-02",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -323,9 +323,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 16,
|
"ped_id": 16,
|
||||||
"ped_label": "Christmas 3rd day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-05-02",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
@@ -376,473 +376,7 @@
|
|||||||
"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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -920,9 +920,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 16,
|
"ped_id": 16,
|
||||||
"ped_label": "Christmas 3rd day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "",
|
"ped_date_start": "2026-05-02",
|
||||||
"ped_date_end": "",
|
"ped_date_end": "2026-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user