Compare commits
91 Commits
793e8efebb
...
vorbereitu
Author | SHA1 | Date | |
---|---|---|---|
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 |
@@ -9,39 +9,41 @@ readonly OPKG_COMMANDS_FILE="./etc/psa_update/opkg_commands"
|
|||||||
|
|
||||||
write_log_file () {
|
write_log_file () {
|
||||||
# repo: customer_281
|
# repo: customer_281
|
||||||
readonly repo=$(basename $(git rev-parse --show-toplevel))
|
# readonly repo=$(basename $(git rev-parse --show-toplevel))
|
||||||
# branch: customer_281:HEAD->zg1/zone1,origin/zg1/zone1
|
# branch: customer_281:HEAD->zg1/zone1,origin/zg1/zone1
|
||||||
readonly branch=$(git log --graph --all --decorate $2 | head -n 1 | sed -E -e 's/(.*?)\((.*)\)/\2/g' | sed -E -e s/[[:space:]]//g)
|
# readonly branch=$(git log --graph --all --decorate $2 | head -n 1 | sed -E -e 's/(.*?)\((.*)\)/\2/g' | sed -E -e s/[[:space:]]//g)
|
||||||
readonly line="$repo:$branch"
|
# readonly line="$repo:$branch"
|
||||||
readonly now="$(date +%Y-%m-%dT%T)"
|
readonly now="$(date +%Y-%m-%dT%T)"
|
||||||
echo "DOWNLOAD, /etc/dc/dc2c.bin, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/dc/dc2c.bin, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print03.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print03.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print04.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print04.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print05.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print05.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print06.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print06.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print07.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print07.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print08.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print08.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print09.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print09.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print10.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print10.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print11.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print11.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print12.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print12.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print13.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print13.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print14.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print14.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print15.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print15.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print16.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print16.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print17.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print17.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print18.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print18.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print19.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print19.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print20.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print20.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print29.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print29.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print32.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_print32.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_device.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_device.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_cash.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_cash.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_conf.json, $now, N/A" >> $GIT_UPDATE_LOG
|
# echo "DOWNLOAD, /etc/psa_config/DC2C_conf.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
if [ -f "$OPKG_COMMANDS_FILE" ]; then
|
if [ -f "$OPKG_COMMANDS_FILE" ]; then
|
||||||
if grep -qE . "${OPKG_COMMANDS_FILE}"; then
|
if grep -qE . "${OPKG_COMMANDS_FILE}"; then
|
||||||
|
# make sure the file is empty
|
||||||
|
echo -n "" > $GIT_UPDATE_LOG
|
||||||
readarray opkg_commands < <(cat $OPKG_COMMANDS_FILE)
|
readarray opkg_commands < <(cat $OPKG_COMMANDS_FILE)
|
||||||
for opkg_c in "${opkg_commands[@]}"; do
|
for opkg_c in "${opkg_commands[@]}"; do
|
||||||
# check for lines longer than 'opkg '
|
# check for lines longer than 'opkg '
|
||||||
|
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
|
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
dc2c.04.36.bin
|
|
@@ -1,17 +1,16 @@
|
|||||||
{
|
{
|
||||||
"title":"DC2C_cash ",
|
"title":"DC2C_cash ",
|
||||||
"project":"DBM Szeged",
|
"project":"DBM Szeged",
|
||||||
"version":"22.03.2023 11:59 01.02.03",
|
"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)":[760,380,190,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],
|
||||||
"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":378
|
"ExchangeRate":365,
|
||||||
"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,
|
||||||
"ForeignTaxRate":19,
|
"ForeignTaxRate":19,
|
||||||
"Surcharge":0,
|
"Surcharge":0,
|
||||||
"Discount":0,
|
"Discount":0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_config",
|
|
||||||
"project":"DBM Szeged",
|
|
||||||
"version":"13.02.2023 12:20 00001",
|
|
||||||
"custNum":281,
|
|
||||||
"machNum":997,
|
|
||||||
"borough":1,
|
|
||||||
"zone":1,
|
|
||||||
"alias":997,
|
|
||||||
"location":"ATB Thomas' office"
|
|
||||||
}
|
|
||||||
|
|
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_device",
|
|
||||||
"project":"DBM Szeged",
|
|
||||||
"Version":"13.02.2023 12:20 00001",
|
|
||||||
"printer":1,
|
|
||||||
"coinChk":1,
|
|
||||||
"mifRd":1,
|
|
||||||
"solarPwr":1,
|
|
||||||
"modem":1,
|
|
||||||
"creditCard":0,
|
|
||||||
"escrow":1,
|
|
||||||
"RejMotor":1,
|
|
||||||
"shutter":1,
|
|
||||||
"billRd":1,
|
|
||||||
"vaultLock":1,
|
|
||||||
"autoAlarm":1,
|
|
||||||
"autoOpen":1,
|
|
||||||
"AccPrint":1,
|
|
||||||
"DorPrint":1,
|
|
||||||
"TokPrint":1,
|
|
||||||
"CBwarnLev":1600,
|
|
||||||
"CBerrLev":1900
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri01",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 10",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"PARKOLÓJEGY",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kérjük az elsö szélvédö",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"mögé jól láthatóan",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"elhelyezni!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A PARKOLÓ NEM ÕRZÖTT",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Please place it clearly visible",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"behind the",
|
|
||||||
"text":" front windshield!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolási idõ vége:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic04",
|
|
||||||
"vari":"Dynamic03",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás helye: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"location",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri02",
|
|
||||||
"text":"Összeg: ",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás időpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Park.jegy sorsz.: ",
|
|
||||||
"vari":"TickCtr",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"6720 Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A jegy ára az ÁFA-t",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" tartalmazza!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri03",
|
|
||||||
"project":"DBM Szeged park_coins",
|
|
||||||
"issued":"13.04.2023 01.01",
|
|
||||||
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel. ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri04",
|
|
||||||
"project":"empty template",
|
|
||||||
"issued":"09.06.2023 01.01",
|
|
||||||
"styl":"size 00"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri05",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 10",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"PARKOLÓJEGY",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kérjük az elsö szélvédö",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"mögé jól láthatóan",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"elhelyezni!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A PARKOLÓ NEM ÕRZÖTT",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Please place it clearly visible",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"behind the",
|
|
||||||
"text":" front windshield!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolási idõ vége:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic04",
|
|
||||||
"vari":"Dynamic03",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás helye: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"location",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri06",
|
|
||||||
"text":"Összeg: ",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás időpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Park.jegy sorsz.: ",
|
|
||||||
"vari":"TickCtr",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"6720 Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A jegy ára az ÁFA-t",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" tartalmazza!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri07",
|
|
||||||
"project":"DBM Szeged",
|
|
||||||
"issued":"13.04.2023 01.01",
|
|
||||||
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel. ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri08",
|
|
||||||
"project":"empty template",
|
|
||||||
"issued":"09.06.2023 01.01",
|
|
||||||
"styl":"size 00"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri09",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 10",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"PARKOLÓJEGY",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kérjük az elsö szélvédö",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"mögé jól láthatóan",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"elhelyezni!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A PARKOLÓ NEM ÕRZÖTT",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Please place it clearly visible",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"behind the",
|
|
||||||
"text":" front windshield!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolási idõ vége:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic04",
|
|
||||||
"vari":"Dynamic03",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás helye: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"location",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri10",
|
|
||||||
"styl":"size 01",
|
|
||||||
"text":"Napijegy K",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Összeg: ",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás időpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Park.jegy sorsz.: ",
|
|
||||||
"vari":"TickCtr",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"6720 Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A jegy ára az ÁFA-t",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" tartalmazza!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri11",
|
|
||||||
"project":"DBM Szeged",
|
|
||||||
"issued":"13.04.2023 01.01",
|
|
||||||
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel. ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri12",
|
|
||||||
"project":"empty template",
|
|
||||||
"issued":"09.06.2023 01.01",
|
|
||||||
"styl":"size 00"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri13",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 10",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"PARKOLÓJEGY",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kérjük az elsö szélvédö",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"mögé jól láthatóan",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"elhelyezni!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A PARKOLÓ NEM ÕRZÖTT",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Please place it clearly visible",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"behind the",
|
|
||||||
"text":" front windshield!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolási idõ vége:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic04",
|
|
||||||
"vari":"Dynamic03",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás helye: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"location",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri14",
|
|
||||||
"styl":"size 01",
|
|
||||||
"text":"Napijegy K",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Összeg: ",
|
|
||||||
"styl":"size 01",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás időpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Park.jegy sorsz.: ",
|
|
||||||
"vari":"TickCtr",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"6720 Szeged ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zrínyi utca 4-8",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A jegy ára az ÁFA-t",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" tartalmazza!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri15",
|
|
||||||
"project":"DBM Szeged park_coins",
|
|
||||||
"issued":"13.04.2023 01.01",
|
|
||||||
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"H - P: 7:45 - 17:00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Tel: (80) 820-500",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel. ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri16",
|
|
||||||
"project":"empty template",
|
|
||||||
"issued":"09.06.2023 01.01",
|
|
||||||
"styl":"size 00"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri17",
|
|
||||||
"styl":"align l",
|
|
||||||
"feed":"margin01",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"part",
|
|
||||||
"text":"Utazzon tovább közösségi közle-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"kedéssel! Ehhez a leválasztható",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" szelvényhez a közösségi közle- ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"kedési járművek (villamos, helyi-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"járatos busz,trolibusz,vasútvilla-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"mos) bankkártyás fedélzeti jegy-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"kiadó automatáiból,illetve a jegy-",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
|
|
@@ -1,18 +0,0 @@
|
|||||||
"title":"DC2C_pri18",
|
|
||||||
"styl":"align l",
|
|
||||||
"feed":"margin01",
|
|
||||||
|
|
||||||
"text":"árusító applikációkból Közterületi",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"fizető parkolás napijegyhez vál-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"tott kiegészítő Körút napijegy vá-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"sárolható (ára 440,-Ft)1 fő részé-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"re. Ez a napijegy Szeged, Nagy-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" körútig bezárólag illetve a Nagy-",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri19",
|
|
||||||
"styl":"align l",
|
|
||||||
"feed":"margin01",
|
|
||||||
|
|
||||||
"text":"körúton túli első megállóhelytől",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"vagy megállóhelyig korlátlan uta-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"zásra érvényes a parkolás nap-",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"ján."
|
|
||||||
}
|
|
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri20",
|
|
||||||
"project":"empty template",
|
|
||||||
"issued":"09.06.2023 01.01",
|
|
||||||
"styl":"size 00"
|
|
||||||
|
|
||||||
"text":"Ellenőrzéshez ezt a szelvényt",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"és az utazásra jogosító papírt" ,
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"vagy elektronikus napijegyet ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"együttesen kell bemutatni.",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás kezdete:",
|
|
||||||
"text":"(Kék Zóna)",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri21",
|
|
||||||
"project":"DBM Szeged StartParking",
|
|
||||||
"styl":"size 10",
|
|
||||||
"text":"Igazoló ",
|
|
||||||
"text":"szelvény",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Bizonylat ",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szélvédõ mögé NEM",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"kell kihelyezni!",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A PARKOLÓ NEM ÕRZÖTT!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkolás helye: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 10",
|
|
||||||
"vari":"location",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Zárolt összeg/Ft.: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 11",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás idõpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
|
|
4
etc/psa_config/DC2C_print22.json
Normal file → Executable file
4
etc/psa_config/DC2C_print22.json
Normal file → Executable file
@@ -17,7 +17,7 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
"text":"Üf. szolg nyitvatartás:",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Deák Ferenc u. 31.",
|
"text":"Zrínyi utca 4-8",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"H - P: 7:45 - 17:00",
|
"text":"H - P: 7:45 - 17:00",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
@@ -25,5 +25,3 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"feed":"nl"
|
"feed":"nl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,34 +0,0 @@
|
|||||||
"title":"DC2C_pri23",
|
|
||||||
"project":"DBM Szeged StartParking",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Szegedi Közlekedési Kft",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" 6720 Szeged",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Zrínyi utca 4-8.",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Adósz: 11092612-2-06",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Parkoljon egy érintéssel.",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Használja bankkártyáját",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" automatáinknál is!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Leállító KÓD:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 11",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Õrizze meg, tartsa magánál!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri24",
|
|
||||||
"project":"DBM Szeged StopParking",
|
|
||||||
"styl":"size 10"
|
|
||||||
"text":"Parkolójegy",
|
|
||||||
"styl":"size 00"
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Nyugta : ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Leállítás helye:",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 10"
|
|
||||||
"vari":"location",
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"Leállítás idõpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Terhelt Összeg: ",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"text":"Ft. (BK)",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"A nyugta az igazoló",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"szelvénnyel együtt"
|
|
||||||
}
|
|
||||||
|
|
4
etc/psa_config/DC2C_print25.json
Normal file → Executable file
4
etc/psa_config/DC2C_print25.json
Normal file → Executable file
@@ -6,7 +6,7 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Üf. szolg nyitvatartás:"
|
"text":"Üf. szolg nyitvatartás:"
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" Arany Janos u. 5",
|
"text":" Zrínyi utca 4-8",
|
||||||
"styl":"size 00",
|
"styl":"size 00",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" H - P: 7:45 - 17:00",
|
"text":" H - P: 7:45 - 17:00",
|
||||||
@@ -27,5 +27,3 @@
|
|||||||
"text":" tartalmazza!",
|
"text":" tartalmazza!",
|
||||||
"feed":"nl"
|
"feed":"nl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri26",
|
|
||||||
"project":"DBM Szeged StopParking",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Start azonosító:",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Õrizze meg, tartsa magánál!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri27",
|
|
||||||
"project":"DBM Szeged Error",
|
|
||||||
"styl":"size 00",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"TRANZAKCIÓ ELUTASÍTVA!",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" Bizonylat",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Rendszám: ",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Indítás helye:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"location",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Kiadás idõpontja:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"date us",
|
|
||||||
"vari":"time short",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Automata száma: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Bizonylat sorsz.: ",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"Hibaüzenet: ",
|
|
||||||
"vari":"Dynamic06",
|
|
||||||
"feed":"nl"
|
|
||||||
}
|
|
||||||
|
|
3
etc/psa_config/DC2C_print28.json
Normal file → Executable file
3
etc/psa_config/DC2C_print28.json
Normal file → Executable file
@@ -4,7 +4,7 @@
|
|||||||
"styl":"size 00",
|
"styl":"size 00",
|
||||||
"text":" Üf. szolg nyitvatartás:",
|
"text":" Üf. szolg nyitvatartás:",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" Deák Ferenc u. 31. ",
|
"text":" Zrínyi utca 4-8 ",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" H - P: 7:45 - 17:00",
|
"text":" H - P: 7:45 - 17:00",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
@@ -32,4 +32,3 @@
|
|||||||
"feed":"eject"
|
"feed":"eject"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri29",
|
|
||||||
"project":"ATB test",
|
|
||||||
"issued":"24.05.2023 01.00",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 11",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"All 8 Variables:",
|
|
||||||
"feed":"nl",
|
|
||||||
"vari":"Dynamic01",
|
|
||||||
"vari":"Dynamic02",
|
|
||||||
"vari":"Dynamic03",
|
|
||||||
"vari":"Dynamic04",
|
|
||||||
"vari":"Dynamic05",
|
|
||||||
"vari":"Dynamic06",
|
|
||||||
"vari":"Dynamic07",
|
|
||||||
"vari":"Dynamic08",
|
|
||||||
"feed":"eject",
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_pri32",
|
|
||||||
"project":"DBM Szeged door",
|
|
||||||
"issued":"18.04.2023 01.01",
|
|
||||||
"styl":"font 08",
|
|
||||||
"styl":"size 10",
|
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"styl":"size 11",
|
|
||||||
"text":"AJTÓ NYITÁS",
|
|
||||||
"feed":"nl",
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"Door closed",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":"CuNu: ",
|
|
||||||
"vari":"cunu",
|
|
||||||
"text":"MaNu: ",
|
|
||||||
"vari":"manu",
|
|
||||||
"text":"Place: ",
|
|
||||||
"vari":"location",
|
|
||||||
"text":"Group: ",
|
|
||||||
"vari":"group",
|
|
||||||
"text":"Zone: ",
|
|
||||||
"vari":"zone",
|
|
||||||
"text":"Name: ",
|
|
||||||
"vari":"alias",
|
|
||||||
"text":"Date: ",
|
|
||||||
"vari":"date us",
|
|
||||||
"text":"Time: ",
|
|
||||||
"vari":"time long",
|
|
||||||
"feed":"nl",
|
|
||||||
"text":" * * * * * * * * ",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"nl",
|
|
||||||
"feed":"eject",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"Project" : "Szeged Zone 1",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6725",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 2,
|
||||||
@@ -35,17 +38,17 @@
|
|||||||
"pop_day_night_end_time": "16:25:00",
|
"pop_day_night_end_time": "16:25:00",
|
||||||
"pop_price_night": 0,
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 15,
|
"pop_min_time": 15,
|
||||||
"pop_max_time": 300,
|
"pop_max_time": 360,
|
||||||
"pop_min_price": 0,
|
"pop_min_price": 42,
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_daily_card_price": 900
|
"pop_daily_card_price": 990
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1049,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 150
|
"pra_price": 165
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
@@ -104,7 +107,7 @@
|
|||||||
],
|
],
|
||||||
"PeriodYear": [
|
"PeriodYear": [
|
||||||
{
|
{
|
||||||
"pye_id": 8,
|
"pye_id": 2,
|
||||||
"pye_label": "Whole year",
|
"pye_label": "Whole year",
|
||||||
"pye_start_month": 1,
|
"pye_start_month": 1,
|
||||||
"pye_start_day": 1,
|
"pye_start_day": 1,
|
||||||
@@ -465,341 +468,176 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SpecialDays": [
|
"SpecialDays": [
|
||||||
{
|
|
||||||
"ped_id": 11,
|
|
||||||
"ped_label": "Christmas 1st day",
|
|
||||||
"ped_date_start": "2022-12-25",
|
|
||||||
"ped_date_end": "2022-12-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 13,
|
|
||||||
"ped_label": "Christmas 2nd day",
|
|
||||||
"ped_date_start": "2022-12-26",
|
|
||||||
"ped_date_end": "2022-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 14,
|
"ped_id": 14,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Republic Day (Hungary)",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2025-10-23",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2025-10-23",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2016,
|
|
||||||
"ped_label": "Christmas (Sunday)",
|
|
||||||
"ped_date_start": "2022-12-24",
|
|
||||||
"ped_date_end": "2022-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2021,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2022,
|
"ped_id": 2022,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "NewYear",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-01-01",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2024,
|
"ped_id": 2024,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Good Friday",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-04-18",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-04-18",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2025,
|
"ped_id": 2025,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Easter Sunday",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-04-20",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-04-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2026,
|
"ped_id": 2026,
|
||||||
"ped_label": "Easter Monday",
|
"ped_label": "Easter Monday",
|
||||||
"ped_date_start": "2023-04-10",
|
"ped_date_start": "2025-04-21",
|
||||||
"ped_date_end": "2023-04-10",
|
"ped_date_end": "2025-04-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2027,
|
"ped_id": 2027,
|
||||||
"ped_label": "Whit Sunday",
|
"ped_label": "Whit Sunday",
|
||||||
"ped_date_start": "2023-05-28",
|
"ped_date_start": "2025-06-08",
|
||||||
"ped_date_end": "2023-05-28",
|
"ped_date_end": "2025-06-08",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2028,
|
"ped_id": 2028,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2023-05-29",
|
"ped_date_start": "2025-06-09",
|
||||||
"ped_date_end": "2023-05-29",
|
"ped_date_end": "2025-06-09",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2029,
|
"ped_id": 2029,
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
"ped_date_start": "2023-03-15",
|
"ped_date_start": "2025-03-15",
|
||||||
"ped_date_end": "2023-03-15",
|
"ped_date_end": "2025-03-15",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2030,
|
"ped_id": 2030,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-05-01",
|
||||||
"ped_date_end": "2023-05-01",
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2031,
|
"ped_id": 2031,
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
"ped_date_start": "2023-08-20",
|
"ped_date_start": "2025-08-20",
|
||||||
"ped_date_end": "2023-08-20",
|
"ped_date_end": "2025-08-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2032,
|
"ped_id": 2032,
|
||||||
"ped_label": "All Saints Day",
|
"ped_label": "All Saints Day",
|
||||||
"ped_date_start": "2023-11-01",
|
"ped_date_start": "2025-11-01",
|
||||||
"ped_date_end": "2023-11-01",
|
"ped_date_end": "2025-11-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2034,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2035,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2036,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2037,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2038,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2050,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2051,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2052,
|
"ped_id": 2052,
|
||||||
"ped_label": "Christmas 1st day",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2022-12-25",
|
"ped_date_start": "2024-12-25",
|
||||||
"ped_date_end": "2022-12-25",
|
"ped_date_end": "2024-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2053,
|
"ped_id": 2053,
|
||||||
"ped_label": "Christmas 2nd day",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2022-12-26",
|
"ped_date_start": "2024-12-26",
|
||||||
"ped_date_end": "2022-12-26",
|
"ped_date_end": "2024-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2054,
|
"ped_id": 2056,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2024-12-27",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2055,
|
"ped_id": 2055,
|
||||||
"ped_label": "Christmas (Sunday)",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2022-12-24",
|
"ped_date_start": "2024-12-24",
|
||||||
"ped_date_end": "2022-12-24",
|
"ped_date_end": "2024-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2056,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2057,
|
"ped_id": 2057,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-12-25",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2058,
|
"ped_id": 2058,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-12-26",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2059,
|
"ped_id": 2059,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-12-27",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-12-27",
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2060,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2023-04-10",
|
|
||||||
"ped_date_end": "2023-04-10",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2061,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2023-05-28",
|
|
||||||
"ped_date_end": "2023-05-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2062,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2023-05-29",
|
|
||||||
"ped_date_end": "2023-05-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2063,
|
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-03-15",
|
|
||||||
"ped_date_end": "2023-03-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2064,
|
"ped_id": 2055,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Christmas",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-12-24",
|
||||||
"ped_date_end": "2023-05-01",
|
"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": 2065,
|
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-08-20",
|
|
||||||
"ped_date_end": "2023-08-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2066,
|
|
||||||
"ped_label": "All Saints Day",
|
|
||||||
"ped_date_start": "2023-11-01",
|
|
||||||
"ped_date_end": "2023-11-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2067,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2068,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2069,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2070,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2071,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"Project" : "Szeged Zone 2",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6724",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 2,
|
||||||
@@ -35,17 +38,17 @@
|
|||||||
"pop_day_night_end_time": "16:27:00",
|
"pop_day_night_end_time": "16:27:00",
|
||||||
"pop_price_night": 0,
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 15,
|
"pop_min_time": 15,
|
||||||
"pop_max_time": 300,
|
"pop_max_time": 360,
|
||||||
"pop_min_price": 0,
|
"pop_min_price": 65,
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_daily_card_price": 1320
|
"pop_daily_card_price": 1560
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1050,
|
"pra_payment_option_id": 1050,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 230
|
"pra_price": 260
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
@@ -104,7 +107,7 @@
|
|||||||
],
|
],
|
||||||
"PeriodYear": [
|
"PeriodYear": [
|
||||||
{
|
{
|
||||||
"pye_id": 8,
|
"pye_id": 2,
|
||||||
"pye_label": "Whole year",
|
"pye_label": "Whole year",
|
||||||
"pye_start_month": 1,
|
"pye_start_month": 1,
|
||||||
"pye_start_day": 1,
|
"pye_start_day": 1,
|
||||||
@@ -465,341 +468,177 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SpecialDays": [
|
"SpecialDays": [
|
||||||
{
|
|
||||||
"ped_id": 11,
|
|
||||||
"ped_label": "Christmas 1st day",
|
|
||||||
"ped_date_start": "2022-12-25",
|
|
||||||
"ped_date_end": "2022-12-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 13,
|
|
||||||
"ped_label": "Christmas 2nd day",
|
|
||||||
"ped_date_start": "2022-12-26",
|
|
||||||
"ped_date_end": "2022-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 14,
|
"ped_id": 14,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Republic Day (Hungary)",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2025-10-23",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2025-10-23",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2016,
|
|
||||||
"ped_label": "Christmas (Sunday)",
|
|
||||||
"ped_date_start": "2022-12-24",
|
|
||||||
"ped_date_end": "2022-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2021,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2022,
|
"ped_id": 2022,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "NewYear",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-01-01",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2024,
|
"ped_id": 2024,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Good Friday",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-04-18",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-04-18",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2025,
|
"ped_id": 2025,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Easter Sunday",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-04-20",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-04-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2026,
|
"ped_id": 2026,
|
||||||
"ped_label": "Easter Monday",
|
"ped_label": "Easter Monday",
|
||||||
"ped_date_start": "2023-04-10",
|
"ped_date_start": "2025-04-21",
|
||||||
"ped_date_end": "2023-04-10",
|
"ped_date_end": "2025-04-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2027,
|
"ped_id": 2027,
|
||||||
"ped_label": "Whit Sunday",
|
"ped_label": "Whit Sunday",
|
||||||
"ped_date_start": "2023-05-28",
|
"ped_date_start": "2025-06-08",
|
||||||
"ped_date_end": "2023-05-28",
|
"ped_date_end": "2025-06-08",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2028,
|
"ped_id": 2028,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2023-05-29",
|
"ped_date_start": "2025-06-09",
|
||||||
"ped_date_end": "2023-05-29",
|
"ped_date_end": "2025-06-09",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2029,
|
"ped_id": 2029,
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
"ped_date_start": "2023-03-15",
|
"ped_date_start": "2025-03-15",
|
||||||
"ped_date_end": "2023-03-15",
|
"ped_date_end": "2025-03-15",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2030,
|
"ped_id": 2030,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-05-01",
|
||||||
"ped_date_end": "2023-05-01",
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2031,
|
"ped_id": 2031,
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
"ped_date_start": "2023-08-20",
|
"ped_date_start": "2025-08-20",
|
||||||
"ped_date_end": "2023-08-20",
|
"ped_date_end": "2025-08-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2032,
|
"ped_id": 2032,
|
||||||
"ped_label": "All Saints Day",
|
"ped_label": "All Saints Day",
|
||||||
"ped_date_start": "2023-11-01",
|
"ped_date_start": "2025-11-01",
|
||||||
"ped_date_end": "2023-11-01",
|
"ped_date_end": "2025-11-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2034,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2035,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2036,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2037,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2038,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2050,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2051,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2052,
|
"ped_id": 2052,
|
||||||
"ped_label": "Christmas 1st day",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2022-12-25",
|
"ped_date_start": "2024-12-25",
|
||||||
"ped_date_end": "2022-12-25",
|
"ped_date_end": "2024-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2053,
|
"ped_id": 2053,
|
||||||
"ped_label": "Christmas 2nd day",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2022-12-26",
|
"ped_date_start": "2024-12-26",
|
||||||
"ped_date_end": "2022-12-26",
|
"ped_date_end": "2024-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2054,
|
"ped_id": 2056,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2024-12-27",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2055,
|
"ped_id": 2055,
|
||||||
"ped_label": "Christmas (Sunday)",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2022-12-24",
|
"ped_date_start": "2024-12-24",
|
||||||
"ped_date_end": "2022-12-24",
|
"ped_date_end": "2024-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2056,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2057,
|
"ped_id": 2057,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-12-25",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2058,
|
"ped_id": 2058,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-12-26",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2059,
|
"ped_id": 2059,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-12-27",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-12-27",
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2060,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2023-04-10",
|
|
||||||
"ped_date_end": "2023-04-10",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2061,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2023-05-28",
|
|
||||||
"ped_date_end": "2023-05-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2062,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2023-05-29",
|
|
||||||
"ped_date_end": "2023-05-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2063,
|
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-03-15",
|
|
||||||
"ped_date_end": "2023-03-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2064,
|
"ped_id": 2055,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Christmas",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-12-24",
|
||||||
"ped_date_end": "2023-05-01",
|
"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": 2065,
|
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-08-20",
|
|
||||||
"ped_date_end": "2023-08-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2066,
|
|
||||||
"ped_label": "All Saints Day",
|
|
||||||
"ped_date_start": "2023-11-01",
|
|
||||||
"ped_date_end": "2023-11-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2067,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2068,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2069,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2070,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2071,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"Project" : "Szeged Zone 3",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6721",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 2,
|
||||||
@@ -35,17 +38,17 @@
|
|||||||
"pop_day_night_end_time": "16:29:00",
|
"pop_day_night_end_time": "16:29:00",
|
||||||
"pop_price_night": 0,
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 15,
|
"pop_min_time": 15,
|
||||||
"pop_max_time": 300,
|
"pop_max_time": 360,
|
||||||
"pop_min_price": 0,
|
"pop_min_price": 90,
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_daily_card_price": 1980
|
"pop_daily_card_price": 2160
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1051,
|
"pra_payment_option_id": 1051,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 330
|
"pra_price": 360
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
@@ -102,7 +105,7 @@
|
|||||||
"pwd_time_to": "18:00:00"
|
"pwd_time_to": "18:00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pwd_id": 637,
|
"pwd_id": 636,
|
||||||
"pwd_period_week_day_id": 37,
|
"pwd_period_week_day_id": 37,
|
||||||
"pwd_period_day_in_week_id": 6,
|
"pwd_period_day_in_week_id": 6,
|
||||||
"pwd_time_from": "08:00:00",
|
"pwd_time_from": "08:00:00",
|
||||||
@@ -111,7 +114,7 @@
|
|||||||
],
|
],
|
||||||
"PeriodYear": [
|
"PeriodYear": [
|
||||||
{
|
{
|
||||||
"pye_id": 8,
|
"pye_id": 2,
|
||||||
"pye_label": "Whole year",
|
"pye_label": "Whole year",
|
||||||
"pye_start_month": 1,
|
"pye_start_month": 1,
|
||||||
"pye_start_day": 1,
|
"pye_start_day": 1,
|
||||||
@@ -472,341 +475,178 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SpecialDays": [
|
"SpecialDays": [
|
||||||
{
|
|
||||||
"ped_id": 11,
|
|
||||||
"ped_label": "Christmas 1st day",
|
|
||||||
"ped_date_start": "2022-12-25",
|
|
||||||
"ped_date_end": "2022-12-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 13,
|
|
||||||
"ped_label": "Christmas 2nd day",
|
|
||||||
"ped_date_start": "2022-12-26",
|
|
||||||
"ped_date_end": "2022-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 14,
|
"ped_id": 14,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Republic Day (Hungary)",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2025-10-23",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2025-10-23",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2016,
|
|
||||||
"ped_label": "Christmas (Sunday)",
|
|
||||||
"ped_date_start": "2022-12-24",
|
|
||||||
"ped_date_end": "2022-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2021,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2022,
|
"ped_id": 2022,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "NewYear",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-01-01",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2024,
|
"ped_id": 2024,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Good Friday",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-04-18",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-04-18",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2025,
|
"ped_id": 2025,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Easter Sunday",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-04-20",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-04-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2026,
|
"ped_id": 2026,
|
||||||
"ped_label": "Easter Monday",
|
"ped_label": "Easter Monday",
|
||||||
"ped_date_start": "2023-04-10",
|
"ped_date_start": "2025-04-21",
|
||||||
"ped_date_end": "2023-04-10",
|
"ped_date_end": "2025-04-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2027,
|
"ped_id": 2027,
|
||||||
"ped_label": "Whit Sunday",
|
"ped_label": "Whit Sunday",
|
||||||
"ped_date_start": "2023-05-28",
|
"ped_date_start": "2025-06-08",
|
||||||
"ped_date_end": "2023-05-28",
|
"ped_date_end": "2025-06-08",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2028,
|
"ped_id": 2028,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2023-05-29",
|
"ped_date_start": "2025-06-09",
|
||||||
"ped_date_end": "2023-05-29",
|
"ped_date_end": "2025-06-09",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2029,
|
"ped_id": 2029,
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
"ped_date_start": "2023-03-15",
|
"ped_date_start": "2025-03-15",
|
||||||
"ped_date_end": "2023-03-15",
|
"ped_date_end": "2025-03-15",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2030,
|
"ped_id": 2030,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-05-01",
|
||||||
"ped_date_end": "2023-05-01",
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2031,
|
"ped_id": 2031,
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
"ped_date_start": "2023-08-20",
|
"ped_date_start": "2025-08-20",
|
||||||
"ped_date_end": "2023-08-20",
|
"ped_date_end": "2025-08-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2032,
|
"ped_id": 2032,
|
||||||
"ped_label": "All Saints Day",
|
"ped_label": "All Saints Day",
|
||||||
"ped_date_start": "2023-11-01",
|
"ped_date_start": "2025-11-01",
|
||||||
"ped_date_end": "2023-11-01",
|
"ped_date_end": "2025-11-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2034,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2035,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2036,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2037,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2038,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2050,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2051,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2052,
|
"ped_id": 2052,
|
||||||
"ped_label": "Christmas 1st day",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2022-12-25",
|
"ped_date_start": "2024-12-25",
|
||||||
"ped_date_end": "2022-12-25",
|
"ped_date_end": "2024-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2053,
|
"ped_id": 2053,
|
||||||
"ped_label": "Christmas 2nd day",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2022-12-26",
|
"ped_date_start": "2024-12-26",
|
||||||
"ped_date_end": "2022-12-26",
|
"ped_date_end": "2024-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2054,
|
"ped_id": 2056,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2024-12-27",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2055,
|
"ped_id": 2055,
|
||||||
"ped_label": "Christmas (Sunday)",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2022-12-24",
|
"ped_date_start": "2024-12-24",
|
||||||
"ped_date_end": "2022-12-24",
|
"ped_date_end": "2024-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2056,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2057,
|
"ped_id": 2057,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-12-25",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2058,
|
"ped_id": 2058,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-12-26",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2059,
|
"ped_id": 2059,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-12-27",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-12-27",
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2060,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2023-04-10",
|
|
||||||
"ped_date_end": "2023-04-10",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2061,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2023-05-28",
|
|
||||||
"ped_date_end": "2023-05-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2062,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2023-05-29",
|
|
||||||
"ped_date_end": "2023-05-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2063,
|
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-03-15",
|
|
||||||
"ped_date_end": "2023-03-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2064,
|
"ped_id": 2055,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Christmas",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-12-24",
|
||||||
"ped_date_end": "2023-05-01",
|
"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": 2065,
|
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-08-20",
|
|
||||||
"ped_date_end": "2023-08-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2066,
|
|
||||||
"ped_label": "All Saints Day",
|
|
||||||
"ped_date_start": "2023-11-01",
|
|
||||||
"ped_date_end": "2023-11-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2067,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2068,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2069,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2070,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2071,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"Project" : "Szeged Zone 4",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6720",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 2,
|
||||||
@@ -35,17 +38,18 @@
|
|||||||
"pop_day_night_end_time": "16:30:00",
|
"pop_day_night_end_time": "16:30:00",
|
||||||
"pop_price_night": 0,
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 15,
|
"pop_min_time": 15,
|
||||||
"pop_max_time": 600,
|
"pop_max_time": 240,
|
||||||
"pop_min_price": 0,
|
"pop_min_price": 163,
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_daily_card_price": 2400
|
"pop_daily_card_price": 2600,
|
||||||
|
"pop_multi_hour_price": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1052,
|
"pra_payment_option_id": 1052,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 600
|
"pra_price": 650
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
@@ -63,6 +67,11 @@
|
|||||||
"pun_id": 4,
|
"pun_id": 4,
|
||||||
"pun_label": "1 min",
|
"pun_label": "1 min",
|
||||||
"pun_duration": 1
|
"pun_duration": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 5,
|
||||||
|
"pun_label": "Voller Tag",
|
||||||
|
"pun_duration": 1441
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"WeekDaysWorktime": [
|
"WeekDaysWorktime": [
|
||||||
@@ -104,7 +113,7 @@
|
|||||||
],
|
],
|
||||||
"PeriodYear": [
|
"PeriodYear": [
|
||||||
{
|
{
|
||||||
"pye_id": 8,
|
"pye_id": 2,
|
||||||
"pye_label": "Whole year",
|
"pye_label": "Whole year",
|
||||||
"pye_start_month": 1,
|
"pye_start_month": 1,
|
||||||
"pye_start_day": 1,
|
"pye_start_day": 1,
|
||||||
@@ -166,6 +175,22 @@
|
|||||||
"pye_start_day": 1,
|
"pye_start_day": 1,
|
||||||
"pye_end_month": 12,
|
"pye_end_month": 12,
|
||||||
"pye_end_day": 31
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 17,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 18,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SpecialDaysWorktime": [
|
"SpecialDaysWorktime": [
|
||||||
@@ -462,344 +487,320 @@
|
|||||||
"pedwt_time_from": "00:00:00",
|
"pedwt_time_from": "00:00:00",
|
||||||
"pedwt_time_to": "00:00:00",
|
"pedwt_time_to": "00:00:00",
|
||||||
"pedwt_price": 0
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2271,
|
||||||
|
"pedwt_period_exc_day_id": 2072,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2272,
|
||||||
|
"pedwt_period_exc_day_id": 2073,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2273,
|
||||||
|
"pedwt_period_exc_day_id": 2074,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2274,
|
||||||
|
"pedwt_period_exc_day_id": 2075,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2275,
|
||||||
|
"pedwt_period_exc_day_id": 2076,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2276,
|
||||||
|
"pedwt_period_exc_day_id": 2077,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2277,
|
||||||
|
"pedwt_period_exc_day_id": 2078,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2278,
|
||||||
|
"pedwt_period_exc_day_id": 2079,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2279,
|
||||||
|
"pedwt_period_exc_day_id": 2080,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2280,
|
||||||
|
"pedwt_period_exc_day_id": 2081,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2281,
|
||||||
|
"pedwt_period_exc_day_id": 2082,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2282,
|
||||||
|
"pedwt_period_exc_day_id": 2083,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2283,
|
||||||
|
"pedwt_period_exc_day_id": 2084,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2284,
|
||||||
|
"pedwt_period_exc_day_id": 2085,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2285,
|
||||||
|
"pedwt_period_exc_day_id": 2086,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2286,
|
||||||
|
"pedwt_period_exc_day_id": 2087,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2287,
|
||||||
|
"pedwt_period_exc_day_id": 2088,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2288,
|
||||||
|
"pedwt_period_exc_day_id": 2089,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2289,
|
||||||
|
"pedwt_period_exc_day_id": 2090,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2290,
|
||||||
|
"pedwt_period_exc_day_id": 2091,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SpecialDays": [
|
"SpecialDays": [
|
||||||
{
|
|
||||||
"ped_id": 11,
|
|
||||||
"ped_label": "Christmas 1st day",
|
|
||||||
"ped_date_start": "2022-12-25",
|
|
||||||
"ped_date_end": "2022-12-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 13,
|
|
||||||
"ped_label": "Christmas 2nd day",
|
|
||||||
"ped_date_start": "2022-12-26",
|
|
||||||
"ped_date_end": "2022-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 14,
|
"ped_id": 14,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Republic Day (Hungary)",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2025-10-23",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2025-10-23",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2016,
|
|
||||||
"ped_label": "Christmas (Sunday)",
|
|
||||||
"ped_date_start": "2022-12-24",
|
|
||||||
"ped_date_end": "2022-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2021,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2022,
|
"ped_id": 2022,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "NewYear",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-01-01",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-01-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2024,
|
"ped_id": 2024,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Good Friday",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-04-18",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-04-18",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2025,
|
"ped_id": 2025,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Easter Sunday",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-04-20",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-04-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2026,
|
"ped_id": 2026,
|
||||||
"ped_label": "Easter Monday",
|
"ped_label": "Easter Monday",
|
||||||
"ped_date_start": "2023-04-10",
|
"ped_date_start": "2025-04-21",
|
||||||
"ped_date_end": "2023-04-10",
|
"ped_date_end": "2025-04-21",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2027,
|
"ped_id": 2027,
|
||||||
"ped_label": "Whit Sunday",
|
"ped_label": "Whit Sunday",
|
||||||
"ped_date_start": "2023-05-28",
|
"ped_date_start": "2025-06-08",
|
||||||
"ped_date_end": "2023-05-28",
|
"ped_date_end": "2025-06-08",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2028,
|
"ped_id": 2028,
|
||||||
"ped_label": "Whit Monday",
|
"ped_label": "Whit Monday",
|
||||||
"ped_date_start": "2023-05-29",
|
"ped_date_start": "2025-06-09",
|
||||||
"ped_date_end": "2023-05-29",
|
"ped_date_end": "2025-06-09",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 2025
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2029,
|
"ped_id": 2029,
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
"ped_date_start": "2023-03-15",
|
"ped_date_start": "2025-03-15",
|
||||||
"ped_date_end": "2023-03-15",
|
"ped_date_end": "2025-03-15",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2030,
|
"ped_id": 2030,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Labour Day",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-05-01",
|
||||||
"ped_date_end": "2023-05-01",
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2031,
|
"ped_id": 2031,
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
"ped_date_start": "2023-08-20",
|
"ped_date_start": "2025-08-20",
|
||||||
"ped_date_end": "2023-08-20",
|
"ped_date_end": "2025-08-20",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2032,
|
"ped_id": 2032,
|
||||||
"ped_label": "All Saints Day",
|
"ped_label": "All Saints Day",
|
||||||
"ped_date_start": "2023-11-01",
|
"ped_date_start": "2025-11-01",
|
||||||
"ped_date_end": "2023-11-01",
|
"ped_date_end": "2025-11-01",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2034,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2035,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2036,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2037,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2038,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2050,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2051,
|
|
||||||
"ped_label": "Uskrs",
|
|
||||||
"ped_date_start": "2023-04-16",
|
|
||||||
"ped_date_end": "2023-04-16",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2052,
|
"ped_id": 2052,
|
||||||
"ped_label": "Christmas 1st day",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2022-12-25",
|
"ped_date_start": "2024-12-25",
|
||||||
"ped_date_end": "2022-12-25",
|
"ped_date_end": "2024-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2053,
|
"ped_id": 2053,
|
||||||
"ped_label": "Christmas 2nd day",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2022-12-26",
|
"ped_date_start": "2024-12-26",
|
||||||
"ped_date_end": "2022-12-26",
|
"ped_date_end": "2024-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2054,
|
"ped_id": 2056,
|
||||||
"ped_label": "Republic Day (Hungary)",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2022-10-23",
|
"ped_date_start": "2024-12-27",
|
||||||
"ped_date_end": "2022-10-23",
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2055,
|
"ped_id": 2055,
|
||||||
"ped_label": "Christmas (Sunday)",
|
"ped_label": "Christmas (Sunday)",
|
||||||
"ped_date_start": "2022-12-24",
|
"ped_date_start": "2024-12-24",
|
||||||
"ped_date_end": "2022-12-24",
|
"ped_date_end": "2024-12-24",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ped_id": 2056,
|
|
||||||
"ped_label": "Holiday (Hungary)",
|
|
||||||
"ped_date_start": "2022-12-31",
|
|
||||||
"ped_date_end": "2022-12-31",
|
|
||||||
"ped_period_special_day_id": 1,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ped_id": 2057,
|
"ped_id": 2057,
|
||||||
"ped_label": "NewYear",
|
"ped_label": "Christmas 1st day",
|
||||||
"ped_date_start": "2023-01-01",
|
"ped_date_start": "2025-12-25",
|
||||||
"ped_date_end": "2023-01-01",
|
"ped_date_end": "2025-12-25",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2058,
|
"ped_id": 2058,
|
||||||
"ped_label": "Good Friday",
|
"ped_label": "Christmas 2nd day",
|
||||||
"ped_date_start": "2023-04-07",
|
"ped_date_start": "2025-12-26",
|
||||||
"ped_date_end": "2023-04-07",
|
"ped_date_end": "2025-12-26",
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 2023
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2059,
|
"ped_id": 2059,
|
||||||
"ped_label": "Easter Sunday",
|
"ped_label": "Christmas 3rd day",
|
||||||
"ped_date_start": "2023-04-09",
|
"ped_date_start": "2025-12-27",
|
||||||
"ped_date_end": "2023-04-09",
|
"ped_date_end": "2025-12-27",
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2060,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2023-04-10",
|
|
||||||
"ped_date_end": "2023-04-10",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2061,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2023-05-28",
|
|
||||||
"ped_date_end": "2023-05-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2062,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2023-05-29",
|
|
||||||
"ped_date_end": "2023-05-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2023
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2063,
|
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-03-15",
|
|
||||||
"ped_date_end": "2023-03-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
"ped_period_special_day_id": 2,
|
||||||
"ped_year": 0
|
"ped_year": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ped_id": 2064,
|
"ped_id": 2055,
|
||||||
"ped_label": "Labour Day",
|
"ped_label": "Christmas",
|
||||||
"ped_date_start": "2023-05-01",
|
"ped_date_start": "2025-12-24",
|
||||||
"ped_date_end": "2023-05-01",
|
"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": 2065,
|
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
|
||||||
"ped_date_start": "2023-08-20",
|
|
||||||
"ped_date_end": "2023-08-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2066,
|
|
||||||
"ped_label": "All Saints Day",
|
|
||||||
"ped_date_start": "2023-11-01",
|
|
||||||
"ped_date_end": "2023-11-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2067,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2024-03-29",
|
|
||||||
"ped_date_end": "2024-03-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2068,
|
|
||||||
"ped_label": "Easter",
|
|
||||||
"ped_date_start": "2024-03-31",
|
|
||||||
"ped_date_end": "2024-03-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2069,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2024-04-01",
|
|
||||||
"ped_date_end": "2024-04-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2070,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2024-05-20",
|
|
||||||
"ped_date_end": "2024-05-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2071,
|
|
||||||
"ped_label": "Whit Sunday",
|
|
||||||
"ped_date_start": "2024-05-19",
|
|
||||||
"ped_date_end": "2024-05-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2024
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
813
etc/psa_tariff/tariff05.json
Normal file
813
etc/psa_tariff/tariff05.json
Normal file
@@ -0,0 +1,813 @@
|
|||||||
|
{
|
||||||
|
"Project" : "Szeged Zone 5",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6723",
|
||||||
|
"Currency": [
|
||||||
|
{
|
||||||
|
"pcu_id": 2,
|
||||||
|
"pcu_sign": "Ft",
|
||||||
|
"pcu_major": "HUF",
|
||||||
|
"pcu_minor": "",
|
||||||
|
"pcu_active": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentMethod": [
|
||||||
|
{
|
||||||
|
"pme_id": 1,
|
||||||
|
"pme_label": "progressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 2,
|
||||||
|
"pme_label": "degressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 3,
|
||||||
|
"pme_label": "linear"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 4,
|
||||||
|
"pme_label": "steps"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentOption": [
|
||||||
|
{
|
||||||
|
"pop_id": 1081,
|
||||||
|
"pop_label": "Zone Gelb Mars 5",
|
||||||
|
"pop_payment_method_id": 3,
|
||||||
|
"pop_day_end_time": "15:08:00",
|
||||||
|
"pop_day_night_end_time": "15:08:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
|
"pop_min_time": 15,
|
||||||
|
"pop_max_time": 360,
|
||||||
|
"pop_min_price": 90,
|
||||||
|
"pop_carry_over": 1,
|
||||||
|
"pop_daily_card_price": 2160,
|
||||||
|
"pop_multi_hour_price": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentRate": [
|
||||||
|
{
|
||||||
|
"pra_payment_option_id": 1081,
|
||||||
|
"pra_payment_unit_id": 1,
|
||||||
|
"pra_price": 360
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Duration": [
|
||||||
|
{
|
||||||
|
"pun_id": 1,
|
||||||
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 3,
|
||||||
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 4,
|
||||||
|
"pun_label": "1 min",
|
||||||
|
"pun_duration": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 5,
|
||||||
|
"pun_label": "Voller Tag",
|
||||||
|
"pun_duration": 1441
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"WeekDaysWorktime": [
|
||||||
|
{
|
||||||
|
"pwd_id": 632,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 1,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 633,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 2,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 634,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 3,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 635,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 4,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 636,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 5,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 637,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 6,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "12:00:00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PeriodYear": [
|
||||||
|
{
|
||||||
|
"pye_id": 2,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 9,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 10,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 11,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 12,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 13,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 14,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 15,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 17,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 18,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"SpecialDaysWorktime": [
|
||||||
|
{
|
||||||
|
"pedwt_id": 2156,
|
||||||
|
"pedwt_period_exc_day_id": 2024,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2158,
|
||||||
|
"pedwt_period_exc_day_id": 2025,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2160,
|
||||||
|
"pedwt_period_exc_day_id": 2026,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2162,
|
||||||
|
"pedwt_period_exc_day_id": 2027,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2164,
|
||||||
|
"pedwt_period_exc_day_id": 2028,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2170,
|
||||||
|
"pedwt_period_exc_day_id": 2030,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2172,
|
||||||
|
"pedwt_period_exc_day_id": 2032,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2174,
|
||||||
|
"pedwt_period_exc_day_id": 11,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2175,
|
||||||
|
"pedwt_period_exc_day_id": 13,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2178,
|
||||||
|
"pedwt_period_exc_day_id": 2022,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2179,
|
||||||
|
"pedwt_period_exc_day_id": 14,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2184,
|
||||||
|
"pedwt_period_exc_day_id": 2021,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2188,
|
||||||
|
"pedwt_period_exc_day_id": 2031,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2189,
|
||||||
|
"pedwt_period_exc_day_id": 2029,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2194,
|
||||||
|
"pedwt_period_exc_day_id": 2034,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2200,
|
||||||
|
"pedwt_period_exc_day_id": 2037,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2202,
|
||||||
|
"pedwt_period_exc_day_id": 2038,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2226,
|
||||||
|
"pedwt_period_exc_day_id": 2016,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2245,
|
||||||
|
"pedwt_period_exc_day_id": 2035,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2246,
|
||||||
|
"pedwt_period_exc_day_id": 2036,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2249,
|
||||||
|
"pedwt_period_exc_day_id": 2050,
|
||||||
|
"pedwt_time_from": "08:00:00",
|
||||||
|
"pedwt_time_to": "16:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2250,
|
||||||
|
"pedwt_period_exc_day_id": 2051,
|
||||||
|
"pedwt_time_from": "08:00:00",
|
||||||
|
"pedwt_time_to": "16:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2251,
|
||||||
|
"pedwt_period_exc_day_id": 2052,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2252,
|
||||||
|
"pedwt_period_exc_day_id": 2053,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2253,
|
||||||
|
"pedwt_period_exc_day_id": 2054,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2254,
|
||||||
|
"pedwt_period_exc_day_id": 2055,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2255,
|
||||||
|
"pedwt_period_exc_day_id": 2056,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2256,
|
||||||
|
"pedwt_period_exc_day_id": 2057,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2257,
|
||||||
|
"pedwt_period_exc_day_id": 2058,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2258,
|
||||||
|
"pedwt_period_exc_day_id": 2059,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2259,
|
||||||
|
"pedwt_period_exc_day_id": 2060,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2260,
|
||||||
|
"pedwt_period_exc_day_id": 2061,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2261,
|
||||||
|
"pedwt_period_exc_day_id": 2062,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2262,
|
||||||
|
"pedwt_period_exc_day_id": 2063,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2263,
|
||||||
|
"pedwt_period_exc_day_id": 2064,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2264,
|
||||||
|
"pedwt_period_exc_day_id": 2065,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2265,
|
||||||
|
"pedwt_period_exc_day_id": 2066,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2266,
|
||||||
|
"pedwt_period_exc_day_id": 2067,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2267,
|
||||||
|
"pedwt_period_exc_day_id": 2068,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2268,
|
||||||
|
"pedwt_period_exc_day_id": 2069,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2269,
|
||||||
|
"pedwt_period_exc_day_id": 2070,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2270,
|
||||||
|
"pedwt_period_exc_day_id": 2071,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2271,
|
||||||
|
"pedwt_period_exc_day_id": 2072,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2272,
|
||||||
|
"pedwt_period_exc_day_id": 2073,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2273,
|
||||||
|
"pedwt_period_exc_day_id": 2074,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2274,
|
||||||
|
"pedwt_period_exc_day_id": 2075,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2275,
|
||||||
|
"pedwt_period_exc_day_id": 2076,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2276,
|
||||||
|
"pedwt_period_exc_day_id": 2077,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2277,
|
||||||
|
"pedwt_period_exc_day_id": 2078,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2278,
|
||||||
|
"pedwt_period_exc_day_id": 2079,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2279,
|
||||||
|
"pedwt_period_exc_day_id": 2080,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2280,
|
||||||
|
"pedwt_period_exc_day_id": 2081,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2281,
|
||||||
|
"pedwt_period_exc_day_id": 2082,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2282,
|
||||||
|
"pedwt_period_exc_day_id": 2083,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2283,
|
||||||
|
"pedwt_period_exc_day_id": 2084,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2284,
|
||||||
|
"pedwt_period_exc_day_id": 2085,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2285,
|
||||||
|
"pedwt_period_exc_day_id": 2086,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2286,
|
||||||
|
"pedwt_period_exc_day_id": 2087,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2287,
|
||||||
|
"pedwt_period_exc_day_id": 2088,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2288,
|
||||||
|
"pedwt_period_exc_day_id": 2089,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2289,
|
||||||
|
"pedwt_period_exc_day_id": 2090,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2290,
|
||||||
|
"pedwt_period_exc_day_id": 2091,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"SpecialDays": [
|
||||||
|
{
|
||||||
|
"ped_id": 14,
|
||||||
|
"ped_label": "Republic Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-10-23",
|
||||||
|
"ped_date_end": "2025-10-23",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2022,
|
||||||
|
"ped_label": "NewYear",
|
||||||
|
"ped_date_start": "2025-01-01",
|
||||||
|
"ped_date_end": "2025-01-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2024,
|
||||||
|
"ped_label": "Good Friday",
|
||||||
|
"ped_date_start": "2025-04-18",
|
||||||
|
"ped_date_end": "2025-04-18",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2025,
|
||||||
|
"ped_label": "Easter Sunday",
|
||||||
|
"ped_date_start": "2025-04-20",
|
||||||
|
"ped_date_end": "2025-04-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2026,
|
||||||
|
"ped_label": "Easter Monday",
|
||||||
|
"ped_date_start": "2025-04-21",
|
||||||
|
"ped_date_end": "2025-04-21",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2027,
|
||||||
|
"ped_label": "Whit Sunday",
|
||||||
|
"ped_date_start": "2025-06-08",
|
||||||
|
"ped_date_end": "2025-06-08",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2028,
|
||||||
|
"ped_label": "Whit Monday",
|
||||||
|
"ped_date_start": "2025-06-09",
|
||||||
|
"ped_date_end": "2025-06-09",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2029,
|
||||||
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-03-15",
|
||||||
|
"ped_date_end": "2025-03-15",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2030,
|
||||||
|
"ped_label": "Labour Day",
|
||||||
|
"ped_date_start": "2025-05-01",
|
||||||
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2031,
|
||||||
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-08-20",
|
||||||
|
"ped_date_end": "2025-08-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2032,
|
||||||
|
"ped_label": "All Saints Day",
|
||||||
|
"ped_date_start": "2025-11-01",
|
||||||
|
"ped_date_end": "2025-11-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2052,
|
||||||
|
"ped_label": "Christmas 1st day",
|
||||||
|
"ped_date_start": "2024-12-25",
|
||||||
|
"ped_date_end": "2024-12-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2053,
|
||||||
|
"ped_label": "Christmas 2nd day",
|
||||||
|
"ped_date_start": "2024-12-26",
|
||||||
|
"ped_date_end": "2024-12-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2056,
|
||||||
|
"ped_label": "Christmas 3rd day",
|
||||||
|
"ped_date_start": "2024-12-27",
|
||||||
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2055,
|
||||||
|
"ped_label": "Christmas (Sunday)",
|
||||||
|
"ped_date_start": "2024-12-24",
|
||||||
|
"ped_date_end": "2024-12-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2057,
|
||||||
|
"ped_label": "Christmas 1st day",
|
||||||
|
"ped_date_start": "2025-12-25",
|
||||||
|
"ped_date_end": "2025-12-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2058,
|
||||||
|
"ped_label": "Christmas 2nd day",
|
||||||
|
"ped_date_start": "2025-12-26",
|
||||||
|
"ped_date_end": "2025-12-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2059,
|
||||||
|
"ped_label": "Christmas 3rd day",
|
||||||
|
"ped_date_start": "2025-12-27",
|
||||||
|
"ped_date_end": "2025-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2055,
|
||||||
|
"ped_label": "Christmas",
|
||||||
|
"ped_date_start": "2025-12-24",
|
||||||
|
"ped_date_end": "2025-12-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
813
etc/psa_tariff/tariff06.json
Normal file
813
etc/psa_tariff/tariff06.json
Normal file
@@ -0,0 +1,813 @@
|
|||||||
|
{
|
||||||
|
"Project" : "Szeged Zone 6",
|
||||||
|
"Version" : "1.0.1",
|
||||||
|
"Info" : "6722",
|
||||||
|
"Currency": [
|
||||||
|
{
|
||||||
|
"pcu_id": 2,
|
||||||
|
"pcu_sign": "Ft",
|
||||||
|
"pcu_major": "HUF",
|
||||||
|
"pcu_minor": "",
|
||||||
|
"pcu_active": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentMethod": [
|
||||||
|
{
|
||||||
|
"pme_id": 1,
|
||||||
|
"pme_label": "progressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 2,
|
||||||
|
"pme_label": "degressive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 3,
|
||||||
|
"pme_label": "linear"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pme_id": 4,
|
||||||
|
"pme_label": "steps"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentOption": [
|
||||||
|
{
|
||||||
|
"pop_id": 1082,
|
||||||
|
"pop_label": "Zone Grün Mars 6",
|
||||||
|
"pop_payment_method_id": 3,
|
||||||
|
"pop_day_end_time": "15:13:00",
|
||||||
|
"pop_day_night_end_time": "15:13:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
|
"pop_min_time": 15,
|
||||||
|
"pop_max_time": 240,
|
||||||
|
"pop_min_price": 163,
|
||||||
|
"pop_carry_over": 1,
|
||||||
|
"pop_daily_card_price": 2600,
|
||||||
|
"pop_multi_hour_price": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PaymentRate": [
|
||||||
|
{
|
||||||
|
"pra_payment_option_id": 1082,
|
||||||
|
"pra_payment_unit_id": 1,
|
||||||
|
"pra_price": 650
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Duration": [
|
||||||
|
{
|
||||||
|
"pun_id": 1,
|
||||||
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 3,
|
||||||
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 4,
|
||||||
|
"pun_label": "1 min",
|
||||||
|
"pun_duration": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pun_id": 5,
|
||||||
|
"pun_label": "Voller Tag",
|
||||||
|
"pun_duration": 1441
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"WeekDaysWorktime": [
|
||||||
|
{
|
||||||
|
"pwd_id": 632,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 1,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 633,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 2,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 634,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 3,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 635,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 4,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 636,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 5,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "18:00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pwd_id": 637,
|
||||||
|
"pwd_period_week_day_id": 37,
|
||||||
|
"pwd_period_day_in_week_id": 6,
|
||||||
|
"pwd_time_from": "08:00:00",
|
||||||
|
"pwd_time_to": "12:00:00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PeriodYear": [
|
||||||
|
{
|
||||||
|
"pye_id": 2,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 9,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 10,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 11,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 12,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 13,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 14,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 15,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 17,
|
||||||
|
"pye_label": "Whole year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pye_id": 18,
|
||||||
|
"pye_label": "Whole Year",
|
||||||
|
"pye_start_month": 1,
|
||||||
|
"pye_start_day": 1,
|
||||||
|
"pye_end_month": 12,
|
||||||
|
"pye_end_day": 31
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"SpecialDaysWorktime": [
|
||||||
|
{
|
||||||
|
"pedwt_id": 2156,
|
||||||
|
"pedwt_period_exc_day_id": 2024,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2158,
|
||||||
|
"pedwt_period_exc_day_id": 2025,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2160,
|
||||||
|
"pedwt_period_exc_day_id": 2026,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2162,
|
||||||
|
"pedwt_period_exc_day_id": 2027,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2164,
|
||||||
|
"pedwt_period_exc_day_id": 2028,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2170,
|
||||||
|
"pedwt_period_exc_day_id": 2030,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2172,
|
||||||
|
"pedwt_period_exc_day_id": 2032,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2174,
|
||||||
|
"pedwt_period_exc_day_id": 11,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2175,
|
||||||
|
"pedwt_period_exc_day_id": 13,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2178,
|
||||||
|
"pedwt_period_exc_day_id": 2022,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2179,
|
||||||
|
"pedwt_period_exc_day_id": 14,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2184,
|
||||||
|
"pedwt_period_exc_day_id": 2021,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2188,
|
||||||
|
"pedwt_period_exc_day_id": 2031,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2189,
|
||||||
|
"pedwt_period_exc_day_id": 2029,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2194,
|
||||||
|
"pedwt_period_exc_day_id": 2034,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2200,
|
||||||
|
"pedwt_period_exc_day_id": 2037,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2202,
|
||||||
|
"pedwt_period_exc_day_id": 2038,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2226,
|
||||||
|
"pedwt_period_exc_day_id": 2016,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2245,
|
||||||
|
"pedwt_period_exc_day_id": 2035,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2246,
|
||||||
|
"pedwt_period_exc_day_id": 2036,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2249,
|
||||||
|
"pedwt_period_exc_day_id": 2050,
|
||||||
|
"pedwt_time_from": "08:00:00",
|
||||||
|
"pedwt_time_to": "16:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2250,
|
||||||
|
"pedwt_period_exc_day_id": 2051,
|
||||||
|
"pedwt_time_from": "08:00:00",
|
||||||
|
"pedwt_time_to": "16:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2251,
|
||||||
|
"pedwt_period_exc_day_id": 2052,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2252,
|
||||||
|
"pedwt_period_exc_day_id": 2053,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2253,
|
||||||
|
"pedwt_period_exc_day_id": 2054,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2254,
|
||||||
|
"pedwt_period_exc_day_id": 2055,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2255,
|
||||||
|
"pedwt_period_exc_day_id": 2056,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2256,
|
||||||
|
"pedwt_period_exc_day_id": 2057,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2257,
|
||||||
|
"pedwt_period_exc_day_id": 2058,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2258,
|
||||||
|
"pedwt_period_exc_day_id": 2059,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2259,
|
||||||
|
"pedwt_period_exc_day_id": 2060,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2260,
|
||||||
|
"pedwt_period_exc_day_id": 2061,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2261,
|
||||||
|
"pedwt_period_exc_day_id": 2062,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2262,
|
||||||
|
"pedwt_period_exc_day_id": 2063,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2263,
|
||||||
|
"pedwt_period_exc_day_id": 2064,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2264,
|
||||||
|
"pedwt_period_exc_day_id": 2065,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2265,
|
||||||
|
"pedwt_period_exc_day_id": 2066,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2266,
|
||||||
|
"pedwt_period_exc_day_id": 2067,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2267,
|
||||||
|
"pedwt_period_exc_day_id": 2068,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2268,
|
||||||
|
"pedwt_period_exc_day_id": 2069,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2269,
|
||||||
|
"pedwt_period_exc_day_id": 2070,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2270,
|
||||||
|
"pedwt_period_exc_day_id": 2071,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2271,
|
||||||
|
"pedwt_period_exc_day_id": 2072,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2272,
|
||||||
|
"pedwt_period_exc_day_id": 2073,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2273,
|
||||||
|
"pedwt_period_exc_day_id": 2074,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2274,
|
||||||
|
"pedwt_period_exc_day_id": 2075,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2275,
|
||||||
|
"pedwt_period_exc_day_id": 2076,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2276,
|
||||||
|
"pedwt_period_exc_day_id": 2077,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2277,
|
||||||
|
"pedwt_period_exc_day_id": 2078,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2278,
|
||||||
|
"pedwt_period_exc_day_id": 2079,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2279,
|
||||||
|
"pedwt_period_exc_day_id": 2080,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2280,
|
||||||
|
"pedwt_period_exc_day_id": 2081,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2281,
|
||||||
|
"pedwt_period_exc_day_id": 2082,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2282,
|
||||||
|
"pedwt_period_exc_day_id": 2083,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2283,
|
||||||
|
"pedwt_period_exc_day_id": 2084,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2284,
|
||||||
|
"pedwt_period_exc_day_id": 2085,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2285,
|
||||||
|
"pedwt_period_exc_day_id": 2086,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2286,
|
||||||
|
"pedwt_period_exc_day_id": 2087,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2287,
|
||||||
|
"pedwt_period_exc_day_id": 2088,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2288,
|
||||||
|
"pedwt_period_exc_day_id": 2089,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2289,
|
||||||
|
"pedwt_period_exc_day_id": 2090,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pedwt_id": 2290,
|
||||||
|
"pedwt_period_exc_day_id": 2091,
|
||||||
|
"pedwt_time_from": "00:00:00",
|
||||||
|
"pedwt_time_to": "00:00:00",
|
||||||
|
"pedwt_price": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"SpecialDays": [
|
||||||
|
{
|
||||||
|
"ped_id": 14,
|
||||||
|
"ped_label": "Republic Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-10-23",
|
||||||
|
"ped_date_end": "2025-10-23",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2022,
|
||||||
|
"ped_label": "NewYear",
|
||||||
|
"ped_date_start": "2025-01-01",
|
||||||
|
"ped_date_end": "2025-01-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2024,
|
||||||
|
"ped_label": "Good Friday",
|
||||||
|
"ped_date_start": "2025-04-18",
|
||||||
|
"ped_date_end": "2025-04-18",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2025,
|
||||||
|
"ped_label": "Easter Sunday",
|
||||||
|
"ped_date_start": "2025-04-20",
|
||||||
|
"ped_date_end": "2025-04-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2026,
|
||||||
|
"ped_label": "Easter Monday",
|
||||||
|
"ped_date_start": "2025-04-21",
|
||||||
|
"ped_date_end": "2025-04-21",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2027,
|
||||||
|
"ped_label": "Whit Sunday",
|
||||||
|
"ped_date_start": "2025-06-08",
|
||||||
|
"ped_date_end": "2025-06-08",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2028,
|
||||||
|
"ped_label": "Whit Monday",
|
||||||
|
"ped_date_start": "2025-06-09",
|
||||||
|
"ped_date_end": "2025-06-09",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 2025
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2029,
|
||||||
|
"ped_label": "Revolution Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-03-15",
|
||||||
|
"ped_date_end": "2025-03-15",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2030,
|
||||||
|
"ped_label": "Labour Day",
|
||||||
|
"ped_date_start": "2025-05-01",
|
||||||
|
"ped_date_end": "2025-05-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2060,
|
||||||
|
"ped_label": "Labour Day 2",
|
||||||
|
"ped_date_start": "2025-05-02",
|
||||||
|
"ped_date_end": "2025-05-02",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2031,
|
||||||
|
"ped_label": "Saint Stephens Day (Hungary)",
|
||||||
|
"ped_date_start": "2025-08-20",
|
||||||
|
"ped_date_end": "2025-08-20",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2032,
|
||||||
|
"ped_label": "All Saints Day",
|
||||||
|
"ped_date_start": "2025-11-01",
|
||||||
|
"ped_date_end": "2025-11-01",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2052,
|
||||||
|
"ped_label": "Christmas 1st day",
|
||||||
|
"ped_date_start": "2024-12-25",
|
||||||
|
"ped_date_end": "2024-12-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2053,
|
||||||
|
"ped_label": "Christmas 2nd day",
|
||||||
|
"ped_date_start": "2024-12-26",
|
||||||
|
"ped_date_end": "2024-12-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2056,
|
||||||
|
"ped_label": "Christmas 3rd day",
|
||||||
|
"ped_date_start": "2024-12-27",
|
||||||
|
"ped_date_end": "2024-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2061,
|
||||||
|
"ped_label": "Christmas 4th day",
|
||||||
|
"ped_date_start": "2024-12-28",
|
||||||
|
"ped_date_end": "2024-12-28",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2055,
|
||||||
|
"ped_label": "Christmas (Sunday)",
|
||||||
|
"ped_date_start": "2024-12-24",
|
||||||
|
"ped_date_end": "2024-12-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2057,
|
||||||
|
"ped_label": "Christmas 1st day",
|
||||||
|
"ped_date_start": "2025-12-25",
|
||||||
|
"ped_date_end": "2025-12-25",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2058,
|
||||||
|
"ped_label": "Christmas 2nd day",
|
||||||
|
"ped_date_start": "2025-12-26",
|
||||||
|
"ped_date_end": "2025-12-26",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2059,
|
||||||
|
"ped_label": "Christmas 3rd day",
|
||||||
|
"ped_date_start": "2025-12-27",
|
||||||
|
"ped_date_end": "2025-12-27",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ped_id": 2055,
|
||||||
|
"ped_label": "Christmas",
|
||||||
|
"ped_date_start": "2025-12-24",
|
||||||
|
"ped_date_end": "2025-12-24",
|
||||||
|
"ped_period_special_day_id": 2,
|
||||||
|
"ped_year": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@@ -3,18 +3,16 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# opkg prefix will be added inside evaluating script
|
##
|
||||||
#
|
|
||||||
# 2023-06-30: test-1
|
|
||||||
# 2023-06-30: test-2
|
|
||||||
# 2023-06-30: return to usual workflow
|
|
||||||
# 2023-06-30: test update atbqt in Szeged
|
|
||||||
# 2023-06-30: 2. test update atbqt in Szeged
|
|
||||||
# 2023-06-30: 4. test update atbqt in Szeged
|
|
||||||
opkg info ptu5-gitinstaller
|
|
||||||
opkg info atbqt
|
|
||||||
opkg update
|
opkg update
|
||||||
opkg install ptu5-gitinstaller
|
opkg install prepare-update
|
||||||
opkg install atbqt
|
# download packages
|
||||||
opkg info ptu5-gitinstaller
|
opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281
|
||||||
opkg info atbqt
|
opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2
|
||||||
|
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis
|
||||||
|
opkg --cache /var/cache/opkg --download-only upgrade atbqt
|
||||||
|
# install packages
|
||||||
|
opkg --cache /var/cache/opkg upgrade tariff-config-281
|
||||||
|
opkg --cache /var/cache/opkg upgrade libmobilisis-calc2
|
||||||
|
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
|
||||||
|
opkg --cache /var/cache/opkg upgrade atbqt
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
"VERSION":"0.1.0","PROJECT":"szeged","ZONE":1,"INFO":"summer sale","LOADED":"2022-06-02T21:57:29"
|
|
Reference in New Issue
Block a user