Compare commits
80 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdf2ae8a69 | |||
| 0185eeddbe | |||
| b8b843eb7c | |||
| d466c0c2dc | |||
| a4e4cb63d5 | |||
| fd4117b3be | |||
| 952ef0ed11 | |||
| 2ce7cf2caa | |||
| 793e8efebb | |||
| 09e7c378c9 | |||
| a66d4232c5 | |||
| 62134fdf8b | |||
| ee7e2ca8bf | |||
| e66ca83b34 | |||
| 1698e0bebb | |||
| 6e9afe0d06 | |||
| dd0818943b | |||
| b87072bb0a | |||
| 5c63c5d985 | |||
| 46a8a8f0e3 | |||
| df1634e17c | |||
| bb0f8a18bf | |||
| 033f8ac838 | |||
|
8a3507eab1
|
|||
|
5433e72198
|
|||
|
31a7ceebe9
|
|||
|
ed2bd852c2
|
|||
| ac2f0fcdfa | |||
| 14d3cfd0c5 | |||
| 6bb71dd857 | |||
| 185e4d9e10 | |||
|
7ae5791dd0
|
|||
|
22cc6dc479
|
|||
| a2b7d86ba2 | |||
| be803b3298 | |||
| 280ad0b23a | |||
| dfff2abe01 | |||
| 76796c4d26 | |||
| 8f291b6877 | |||
| ec2d604705 | |||
| fac68e2a2c | |||
| 22f157c699 | |||
| fd99d95dd2 | |||
| 626e9e239c | |||
| 515f541ffd | |||
|
0a9a515fd6
|
|||
| b349e9ac59 | |||
| a8aefba58c | |||
| ae05d76db0 | |||
| ef3c2ae212 | |||
|
5c312820bb
|
|||
|
d98794f6bf
|
|||
|
19b84dc37d
|
|||
|
0ddc9a3c5d
|
|||
| fd6798cbc0 | |||
| c9748ad177 | |||
| 34838567ae | |||
| c934e6b341 | |||
| 01c063e3e4 | |||
| 046d16651a | |||
| 5c170821fc | |||
| bac8368079 | |||
| 6ee9d22e6e | |||
| 8fbae9e16d | |||
| 7a790e442f | |||
| 68d5205530 | |||
| d1cffff1ba | |||
| 7c77f1fe11 | |||
| 2b10e4df93 | |||
|
9528fa5ffc
|
|||
| 1780e75ac9 | |||
| d71556abba | |||
| e6342a1e8f | |||
| 72e9e645a1 | |||
| 530327e20d | |||
| 0a3bfde486 | |||
| 94bde10396 | |||
| b66848bb75 | |||
| 42317e7660 | |||
| 605461897e |
+28
@@ -0,0 +1,28 @@
|
|||||||
|
[core]
|
||||||
|
repositoryformatversion = 0
|
||||||
|
filemode = true
|
||||||
|
bare = false
|
||||||
|
logallrefupdates = true
|
||||||
|
symlinks = true
|
||||||
|
[remote "origin"]
|
||||||
|
url = https://git.mimbach49.de/GerhardHoffmann/customer_999.git
|
||||||
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||||
|
[branch "master"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/master
|
||||||
|
[branch "zg1/zone1"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/zg1/zone1
|
||||||
|
[branch "zg1/zone2"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/zg1/zone2
|
||||||
|
[branch "zg1/zone3"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/zg1/zone3
|
||||||
|
[branch "zg1/zone4"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/zg1/zone4
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
@@ -11,10 +11,8 @@ if [ -z $IFS ]; then
|
|||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
|
||||||
|
|
||||||
|
|
||||||
#TODO: use in UpdateController
|
#TODO: use in UpdateController
|
||||||
|
|
||||||
get_blob () { # get the blob of the file(name) passed as $1
|
get_blob () { # get the blob of the file(name) passed as $1
|
||||||
@@ -29,7 +27,6 @@ get_commit_for_blob () {
|
|||||||
grep -q $1 && echo -n {} && head -n 1")
|
grep -q $1 && echo -n {} && head -n 1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
write_log_file () {
|
write_log_file () {
|
||||||
local now=$(date +"%Y-%m-%dT%T")
|
local now=$(date +"%Y-%m-%dT%T")
|
||||||
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
dc2c.04.36.bin
|
||||||
@@ -1,16 +1,17 @@
|
|||||||
{
|
{
|
||||||
"title":"DC2C_cash ",
|
"title":"DC2C_cash ",
|
||||||
"project":"DBM Szeged",
|
"project":"DBM Szeged",
|
||||||
"version":"1.0.0-2024-07-05",
|
"version":"0.0.2",
|
||||||
"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)":[652,326,163,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],
|
||||||
"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":326,
|
"ExchangeRate":378
|
||||||
"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,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_config",
|
||||||
|
"project":"DBM Szeged",
|
||||||
|
"version":"0.0.1",
|
||||||
|
"custNum":281,
|
||||||
|
"machNum":997,
|
||||||
|
"borough":1,
|
||||||
|
"zone":1,
|
||||||
|
"alias":997,
|
||||||
|
"location":"ATB Thomas' office"
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri04",
|
||||||
|
"project":"empty template",
|
||||||
|
"issued":"09.06.2023 01.01",
|
||||||
|
"styl":"size 00"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri08",
|
||||||
|
"project":"empty template",
|
||||||
|
"issued":"09.06.2023 01.01",
|
||||||
|
"styl":"size 00"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri12",
|
||||||
|
"project":"empty template",
|
||||||
|
"issued":"09.06.2023 01.01",
|
||||||
|
"styl":"size 00"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri16",
|
||||||
|
"project":"empty template",
|
||||||
|
"issued":"09.06.2023 01.01",
|
||||||
|
"styl":"size 00"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
"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"
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"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."
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
Executable → Regular
+3
-1
@@ -17,7 +17,7 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Üf. szolg nyitvatartás:",
|
"text":"Üf. szolg nyitvatartás:",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Zrínyi utca 4-8",
|
"text":"Deák Ferenc u. 31.",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"H - P: 7:45 - 17:00",
|
"text":"H - P: 7:45 - 17:00",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
@@ -25,3 +25,5 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"feed":"nl"
|
"feed":"nl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,34 @@
|
|||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
Executable → Regular
+3
-1
@@ -6,7 +6,7 @@
|
|||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":"Üf. szolg nyitvatartás:"
|
"text":"Üf. szolg nyitvatartás:"
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" Zrínyi utca 4-8",
|
"text":" Arany Janos u. 5",
|
||||||
"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,3 +27,5 @@
|
|||||||
"text":" tartalmazza!",
|
"text":" tartalmazza!",
|
||||||
"feed":"nl"
|
"feed":"nl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
Executable → Regular
+2
-1
@@ -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":" Zrínyi utca 4-8 ",
|
"text":" Deák Ferenc u. 31. ",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
"text":" H - P: 7:45 - 17:00",
|
"text":" H - P: 7:45 - 17:00",
|
||||||
"feed":"nl",
|
"feed":"nl",
|
||||||
@@ -32,3 +32,4 @@
|
|||||||
"feed":"eject"
|
"feed":"eject"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
+341
-961
File diff suppressed because it is too large
Load Diff
+338
-959
File diff suppressed because it is too large
Load Diff
+342
-957
File diff suppressed because it is too large
Load Diff
+338
-981
File diff suppressed because it is too large
Load Diff
@@ -1,851 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"SpecialDays": [
|
|
||||||
{
|
|
||||||
"ped_id": 1,
|
|
||||||
"ped_label": "Republic Day (Hungary)",
|
|
||||||
"ped_date_start": "2026-10-23",
|
|
||||||
"ped_date_end": "2026-10-23",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 2,
|
|
||||||
"ped_label": "Good Friday",
|
|
||||||
"ped_date_start": "2026-04-03",
|
|
||||||
"ped_date_end": "2026-04-03",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 3,
|
|
||||||
"ped_label": "NewYear 27",
|
|
||||||
"ped_date_start": "2027-01-01",
|
|
||||||
"ped_date_end": "2027-01-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 4,
|
|
||||||
"ped_label": "NewYear extended 26",
|
|
||||||
"ped_date_start": "2026-01-02",
|
|
||||||
"ped_date_end": "2026-01-02",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2025
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 5,
|
|
||||||
"ped_label": "Easter Sunday",
|
|
||||||
"ped_date_start": "2026-04-05",
|
|
||||||
"ped_date_end": "2026-04-05",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2025
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 6,
|
|
||||||
"ped_label": "Easter Monday",
|
|
||||||
"ped_date_start": "2026-04-06",
|
|
||||||
"ped_date_end": "2026-04-06",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2025
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 7,
|
|
||||||
"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": 8,
|
|
||||||
"ped_label": "Whit Monday",
|
|
||||||
"ped_date_start": "2026-05-25",
|
|
||||||
"ped_date_end": "2026-05-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 2025
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 9,
|
|
||||||
"ped_label": "Revolution Day (Hungary)",
|
|
||||||
"ped_date_start": "2026-03-15",
|
|
||||||
"ped_date_end": "2026-03-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 10,
|
|
||||||
"ped_label": "Labour Day",
|
|
||||||
"ped_date_start": "2026-05-01",
|
|
||||||
"ped_date_end": "2026-05-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 11,
|
|
||||||
"ped_label": "",
|
|
||||||
"ped_date_start": "2026-08-21",
|
|
||||||
"ped_date_end": "2026-08-21",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 12,
|
|
||||||
"ped_label": "Saint Stephens Day (Hungary)",
|
|
||||||
"ped_date_start": "2026-08-20",
|
|
||||||
"ped_date_end": "2026-08-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 13,
|
|
||||||
"ped_label": "All Saints Day",
|
|
||||||
"ped_date_start": "2026-11-01",
|
|
||||||
"ped_date_end": "2026-11-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 14,
|
|
||||||
"ped_label": "Christmas 1st day",
|
|
||||||
"ped_date_start": "2026-12-25",
|
|
||||||
"ped_date_end": "2026-12-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 15,
|
|
||||||
"ped_label": "Christmas 2nd day",
|
|
||||||
"ped_date_start": "2026-12-26",
|
|
||||||
"ped_date_end": "2026-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 16,
|
|
||||||
"ped_label": "Christmas 3rd day",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 17,
|
|
||||||
"ped_label": "Christmas 4th day",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 18,
|
|
||||||
"ped_label": "Christmas (Sunday)",
|
|
||||||
"ped_date_start": "2026-12-24",
|
|
||||||
"ped_date_end": "2026-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 19,
|
|
||||||
"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": 20,
|
|
||||||
"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": 21,
|
|
||||||
"ped_label": "Christmas 3rd day",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 22,
|
|
||||||
"ped_label": "Christmas",
|
|
||||||
"ped_date_start": "2025-12-24",
|
|
||||||
"ped_date_end": "2025-12-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"ped_id": 30,
|
|
||||||
"ped_label": "Saturday 25",
|
|
||||||
"ped_date_start": "2025-12-06",
|
|
||||||
"ped_date_end": "2025-12-06",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 31,
|
|
||||||
"ped_label": "Saturday 25",
|
|
||||||
"ped_date_start": "2025-12-20",
|
|
||||||
"ped_date_end": "2025-12-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 32,
|
|
||||||
"ped_label": "Saturday 25",
|
|
||||||
"ped_date_start": "2025-12-27",
|
|
||||||
"ped_date_end": "2025-12-27",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 33,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-01-03",
|
|
||||||
"ped_date_end": "2026-01-03",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 34,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-01-17",
|
|
||||||
"ped_date_end": "2026-01-17",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 34,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-01-24",
|
|
||||||
"ped_date_end": "2026-01-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 35,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-01-31",
|
|
||||||
"ped_date_end": "2026-01-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 36,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-02-07",
|
|
||||||
"ped_date_end": "2026-02-07",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 37,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-02-14",
|
|
||||||
"ped_date_end": "2026-02-14",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 38,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-02-21",
|
|
||||||
"ped_date_end": "2026-02-21",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 38,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-02-28",
|
|
||||||
"ped_date_end": "2026-02-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 39,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-03-07",
|
|
||||||
"ped_date_end": "2026-03-07",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 40,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-03-14",
|
|
||||||
"ped_date_end": "2026-03-14",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 41,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-03-21",
|
|
||||||
"ped_date_end": "2026-03-21",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 42,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-03-28",
|
|
||||||
"ped_date_end": "2026-03-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 43,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-04-04",
|
|
||||||
"ped_date_end": "2026-04-04",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 44,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-04-11",
|
|
||||||
"ped_date_end": "2026-04-11",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 45,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-04-18",
|
|
||||||
"ped_date_end": "2026-04-18",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 46,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-04-25",
|
|
||||||
"ped_date_end": "2026-04-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 47,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-05-02",
|
|
||||||
"ped_date_end": "2026-05-02",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 48,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-05-09",
|
|
||||||
"ped_date_end": "2026-05-09",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 49,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-05-16",
|
|
||||||
"ped_date_end": "2026-05-16",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 50,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-05-23",
|
|
||||||
"ped_date_end": "2026-05-23",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 51,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-05-30",
|
|
||||||
"ped_date_end": "2026-05-30",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 52,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-06-06",
|
|
||||||
"ped_date_end": "2026-06-06",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 53,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-06-13",
|
|
||||||
"ped_date_end": "2026-06-13",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 54,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-06-20",
|
|
||||||
"ped_date_end": "2026-06-20",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 55,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-06-27",
|
|
||||||
"ped_date_end": "2026-06-27",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 56,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-07-04",
|
|
||||||
"ped_date_end": "2026-07-04",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 57,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-07-11",
|
|
||||||
"ped_date_end": "2026-07-11",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 58,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-07-18",
|
|
||||||
"ped_date_end": "2026-07-18",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 59,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-07-25",
|
|
||||||
"ped_date_end": "2026-07-25",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 60,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-08-01",
|
|
||||||
"ped_date_end": "2026-08-01",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 61,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 62,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-08-15",
|
|
||||||
"ped_date_end": "2026-08-15",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 63,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-08-22",
|
|
||||||
"ped_date_end": "2026-08-22",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 64,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-08-29",
|
|
||||||
"ped_date_end": "2026-08-29",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 65,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-09-05",
|
|
||||||
"ped_date_end": "2026-09-05",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 66,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-09-12",
|
|
||||||
"ped_date_end": "2026-09-12",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 67,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-09-19",
|
|
||||||
"ped_date_end": "2026-09-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 68,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-09-26",
|
|
||||||
"ped_date_end": "2026-09-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 69,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-10-03",
|
|
||||||
"ped_date_end": "2026-10-03",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 70,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-10-10",
|
|
||||||
"ped_date_end": "2026-10-10",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 71,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-10-17",
|
|
||||||
"ped_date_end": "2026-10-17",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 72,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-10-24",
|
|
||||||
"ped_date_end": "2026-10-24",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 73,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-10-31",
|
|
||||||
"ped_date_end": "2026-10-31",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 74,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-11-07",
|
|
||||||
"ped_date_end": "2026-11-07",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 75,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-11-14",
|
|
||||||
"ped_date_end": "2026-11-14",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 76,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-11-21",
|
|
||||||
"ped_date_end": "2026-11-21",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 77,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-11-28",
|
|
||||||
"ped_date_end": "2026-11-28",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 78,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-12-05",
|
|
||||||
"ped_date_end": "2026-12-05",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 79,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 80,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-12-19",
|
|
||||||
"ped_date_end": "2026-12-19",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 81,
|
|
||||||
"ped_label": "Saturday 26",
|
|
||||||
"ped_date_start": "2026-12-26",
|
|
||||||
"ped_date_end": "2026-12-26",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 82,
|
|
||||||
"ped_label": "Saturday 27",
|
|
||||||
"ped_date_start": "2027-01-02",
|
|
||||||
"ped_date_end": "2027-01-02",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 83,
|
|
||||||
"ped_label": "reserve",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 84,
|
|
||||||
"ped_label": "reserve",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ped_id": 85,
|
|
||||||
"ped_label": "reserve",
|
|
||||||
"ped_date_start": "",
|
|
||||||
"ped_date_end": "",
|
|
||||||
"ped_period_special_day_id": 2,
|
|
||||||
"ped_year": 0
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -3,18 +3,21 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# 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
|
||||||
|
# 2023-07-17-1: test
|
||||||
|
# 2023-07-18-1: test
|
||||||
|
# 2023-07-18-2: test
|
||||||
|
# opkg info ptu5-gitinstaller
|
||||||
|
# opkg info atbqt
|
||||||
opkg update
|
opkg update
|
||||||
# opkg install prepare-update
|
# opkg install ptu5-gitinstaller
|
||||||
# download packages
|
# opkg install atbqt
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281
|
# opkg info ptu5-gitinstaller
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2
|
# opkg info atbqt
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis
|
|
||||||
opkg --cache /var/cache/opkg --download-only upgrade atbqt=4.99.11+git0+66f98a3bef-r0
|
|
||||||
opkg --cache /var/cache/opkg --download-only upgrade apism=1.7.0-r1
|
|
||||||
# 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=4.99.11+git0+66f98a3bef-r0
|
|
||||||
opkg --cache /var/cache/opkg upgrade apism=1.7.0-r1
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
"VERSION":"0.1.0","PROJECT":"szeged","ZONE":1,"INFO":"summer sale","LOADED":"2022-06-02T21:57:29"
|
||||||
Reference in New Issue
Block a user