Compare commits
124 Commits
zg1/zone2
...
c7c234b502
Author | SHA1 | Date | |
---|---|---|---|
c7c234b502 | |||
96953b2a62 | |||
6b925ef6c8 | |||
43530a1bf3 | |||
ff10f57715 | |||
0d5bc29d19 | |||
c87e12b788 | |||
44e48dc141 | |||
dadcdc9c26 | |||
a121bed893 | |||
ac92369da5 | |||
61908d34f3 | |||
bc04b90c0c | |||
a4883dcca4 | |||
fd5da4c466 | |||
b1f010f4a7 | |||
294c25a785 | |||
e168ccbf61 | |||
62aa6415d8 | |||
fd1196cad6 | |||
32a615313c | |||
781cc71b37 | |||
0f2ecf85e1 | |||
234d1dec25 | |||
de5cddbfb1 | |||
099de28509 | |||
cd262e5ddb | |||
2b08f11131 | |||
00a73df4cf | |||
139244f5b1 | |||
5c38ced7dd | |||
b7c6d156ce | |||
d81f29b8c4 | |||
5fa099933a | |||
23df87ad28 | |||
8314e27e66 | |||
1a3ea80760 | |||
ced6ab3185 | |||
a5709d2465 | |||
e1536716e5 | |||
0782c029b2 | |||
17b5e9d806 | |||
b6eebb5107 | |||
d66f1b640e | |||
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
.gitconfig
Normal file
28
.gitconfig
Normal file
@@ -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
|
@@ -4,48 +4,57 @@
|
||||
# echo "CURR-HEAD=$2"
|
||||
# echo "BRANCH-CHECKOUT=$3"
|
||||
|
||||
readonly CHECKOUT_HISTORY_FILE="/opt/app/tools/atbupdate/checkout_history"
|
||||
readonly GIT_UPDATE_LOG="/opt/app/tools/atbupdate/update_log.csv"
|
||||
readonly OPKG_COMMANDS_FILE="/etc/psa_update/opkg_commands"
|
||||
readonly OPKG_COMMANDS_FILE="./etc/psa_update/opkg_commands"
|
||||
|
||||
write_log_file () {
|
||||
if [ -f $CHECKOUT_HISTORY_FILE ]; then
|
||||
# repo: customer_281
|
||||
readonly repo=$(basename $(git rev-parse --show-toplevel))
|
||||
# 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 line="$repo:$branch"
|
||||
readonly now="$(date +%Y-%m-%dT%T)"
|
||||
if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
|
||||
# line not found. first checkout of this branch (on this PSA).
|
||||
# mark dc and print-templates to be downloaded by update-tool.
|
||||
echo "DOWNLOAD, /etc/dc/dc2c.4.21.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_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_print04.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
|
||||
if grep -qE . "${OPKG_COMMANDS_FILE}"; then
|
||||
readarray opkg_commands < <(cat $OPKG_COMMANDS_FILE)
|
||||
for opkg_c in "${opkg_commands[@]}"; do
|
||||
# check for lines longer than 'opkg '
|
||||
if [ "${#opkg_c}" -gt 4 ]; then
|
||||
# comment: spaces, at least one '#'
|
||||
grep -qE '^[[:space:]]*#+.*$' <<< "$opkg_c" && continue
|
||||
echo -n "EXECUTE, $opkg_c, $now, N/A" | tr -d '\n\r' >> $GIT_UPDATE_LOG 2>&1
|
||||
echo "" >> $GIT_UPDATE_LOG 2>&1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
else
|
||||
echo "Found existing line: $line. Do nothing"
|
||||
# repo: customer_281
|
||||
# readonly repo=$(basename $(git rev-parse --show-toplevel))
|
||||
# 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 line="$repo:$branch"
|
||||
readonly now="$(date +%Y-%m-%dT%T)"
|
||||
# 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_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_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_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_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_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_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_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_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_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_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_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_cash.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 grep -qE . "${OPKG_COMMANDS_FILE}"; then
|
||||
# make sure the file is empty
|
||||
echo -n "" > $GIT_UPDATE_LOG
|
||||
readarray opkg_commands < <(cat $OPKG_COMMANDS_FILE)
|
||||
for opkg_c in "${opkg_commands[@]}"; do
|
||||
# check for lines longer than 'opkg '
|
||||
if [ "${#opkg_c}" -gt 4 ]; then
|
||||
# comment: spaces, at least one '#'
|
||||
grep -qE '^[[:space:]]*#+.*$' <<< "$opkg_c" && continue
|
||||
echo -n "EXECUTE, $opkg_c, $now, N/A" | tr -d '\n\r' >> $GIT_UPDATE_LOG 2>&1
|
||||
echo "" >> $GIT_UPDATE_LOG 2>&1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
|
||||
else
|
||||
echo "*******************************************************"
|
||||
echo " $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!! "
|
||||
echo "*******************************************************"
|
||||
fi
|
||||
}
|
||||
|
||||
|
BIN
etc/dc/dc2c.04.36.bin
Executable file
BIN
etc/dc/dc2c.04.36.bin
Executable file
Binary file not shown.
BIN
etc/dc/dc2c.4.33.bin
Executable file
BIN
etc/dc/dc2c.4.33.bin
Executable file
Binary file not shown.
BIN
etc/dc/dc2c.4.35.bin
Executable file
BIN
etc/dc/dc2c.4.35.bin
Executable file
Binary file not shown.
@@ -1 +1 @@
|
||||
dc2c.4.22.bin
|
||||
dc2c.04.36.bin
|
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"title":"DC2C_cash ",
|
||||
"project":"DBM Szeged",
|
||||
"version":"13.02.2023 12:20 00001",
|
||||
"localCoinAccept(7..0)":[0,0,0,1,1,1,1,1],
|
||||
"Name of Currency":"Huf",
|
||||
"local tax rate":20,
|
||||
"foreignCoinAccept(15..8)":[0,0,0,0,0,1,1,1],
|
||||
"CurrencyName":"EUR",
|
||||
"foreign tax rate":19,
|
||||
"TokenChannel":3,
|
||||
"Bills(7..0)":[0,0,0,0,0,0,0,0],
|
||||
"surcharge":0,
|
||||
"discount":0,
|
||||
"":""
|
||||
"version":"0.0.5",
|
||||
"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],
|
||||
"CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1],
|
||||
"ExchangeRate":378
|
||||
"TokenChannel":1,
|
||||
"BillValues(7..0)":[0,0,0,0,0,0,0,0],
|
||||
"LocalTaxRate":20,
|
||||
"ForeignTaxRate":19,
|
||||
"Surcharge":0,
|
||||
"Discount":0,
|
||||
|
||||
}
|
||||
|
||||
|
@@ -1,13 +1,12 @@
|
||||
{
|
||||
"title":"DC2C_config",
|
||||
"project":"DBM Szeged",
|
||||
"version":"13.02.2023 12:20 00001",
|
||||
"version":"0.0.1",
|
||||
"custNum":281,
|
||||
"machNum":999,
|
||||
"machNum":997,
|
||||
"borough":1,
|
||||
"zone":1,
|
||||
"alias":1357,
|
||||
"location":"92637Weiden/Opf_Bahnhofstraße 65",
|
||||
"":""
|
||||
"alias":997,
|
||||
"location":"ATB Thomas' office"
|
||||
}
|
||||
|
||||
|
25
etc/psa_config/DC2C_device.json
Normal file
25
etc/psa_config/DC2C_device.json
Normal file
@@ -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
|
||||
|
||||
}
|
||||
|
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"title":"DC2C_pri01",
|
||||
"project":"DBM Szeged park_coins",
|
||||
"issued":"13.04.2023 01.02",
|
||||
"styl":"font 08",
|
||||
"styl":"size 10",
|
||||
"feed":"margin02",
|
||||
@@ -9,8 +7,6 @@
|
||||
"text":"PARKOLÓJEGY",
|
||||
"styl":"size 00",
|
||||
"feed":"nl",
|
||||
"text":" Nyugta",
|
||||
"feed":"nl",
|
||||
"text":"Kérjük az elsö szélvédö",
|
||||
"feed":"nl",
|
||||
"text":"mögé jól láthatóan",
|
||||
@@ -19,6 +15,11 @@
|
||||
"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",
|
||||
@@ -33,6 +34,8 @@
|
||||
"text":"Parkolás helye: ",
|
||||
"feed":"nl",
|
||||
"vari":"location",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"title":"DC2C_pri02",
|
||||
"project":"DBM Szeged park_coins",
|
||||
"issued":"13.04.2023 01.01",
|
||||
|
||||
"text":"Összeg: ",
|
||||
"styl":"size 01",
|
||||
"vari":"Dynamic02",
|
||||
@@ -32,6 +29,8 @@
|
||||
"feed":"nl",
|
||||
"text":"Üf. szolg nyitvatartás:",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"title":"DC2C_pri04",
|
||||
"project":"empty",
|
||||
"issued":"24.05.2023 01.00",
|
||||
"text":""
|
||||
"project":"empty template",
|
||||
"issued":"09.06.2023 01.01",
|
||||
"styl":"size 00"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,41 @@
|
||||
{
|
||||
"title":"DC2C_pri05",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,36 @@
|
||||
{
|
||||
"title":"DC2C_pri06",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,22 @@
|
||||
{
|
||||
"title":"DC2C_pri07",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,8 @@
|
||||
{
|
||||
"title":"DC2C_pri08",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"empty template",
|
||||
"issued":"09.06.2023 01.01",
|
||||
"styl":"size 00"
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,41 @@
|
||||
{
|
||||
"title":"DC2C_pri09",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,40 @@
|
||||
{
|
||||
"title":"DC2C_pri10",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"test":""
|
||||
"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,5 +1,22 @@
|
||||
{
|
||||
"title":"DC2C_pri11",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,9 @@
|
||||
{
|
||||
"title":"DC2C_pri12",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"empty template",
|
||||
"issued":"09.06.2023 01.01",
|
||||
"styl":"size 00"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,41 @@
|
||||
{
|
||||
"title":"DC2C_pri13",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,40 @@
|
||||
{
|
||||
"title":"DC2C_pri14",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,22 @@
|
||||
{
|
||||
"title":"DC2C_pri15",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,8 @@
|
||||
{
|
||||
"title":"DC2C_pri16",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"empty template",
|
||||
"issued":"09.06.2023 01.01",
|
||||
"styl":"size 00"
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"title":"DC2C_pri17",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,18 @@
|
||||
{
|
||||
"title":"DC2C_pri18",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,13 @@
|
||||
{
|
||||
"title":"DC2C_pri19",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,28 @@
|
||||
{
|
||||
"title":"DC2C_pri20",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,40 @@
|
||||
{
|
||||
"title":"DC2C_pri21",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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"
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,29 @@
|
||||
{
|
||||
"title":"DC2C_pri22",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"DBM Szeged StartParking",
|
||||
"styl":"size 00",
|
||||
"text":"Automata száma: ",
|
||||
"vari":"manu",
|
||||
"feed":"nl",
|
||||
"text":"Igazoló sz. sorsz: ",
|
||||
"feed":"nl",
|
||||
"vari":"Dynamic07",
|
||||
"feed":"nl",
|
||||
"vari":"Dynamic08",
|
||||
"feed":"nl",
|
||||
"text":"Az igazolo szelvény",
|
||||
"feed":"nl"
|
||||
"text":"a nyugtával együtt érvényes. ",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
"text":"Üf. szolg nyitvatartás:",
|
||||
"feed":"nl",
|
||||
"text":"Deák Ferenc u. 31.",
|
||||
"feed":"nl",
|
||||
"text":"H - P: 7:45 - 17:00",
|
||||
"feed":"nl",
|
||||
"text":"Tel: (80) 820-500",
|
||||
"feed":"nl",
|
||||
"feed":"nl"
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,34 @@
|
||||
{
|
||||
"title":"DC2C_pri23",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,39 @@
|
||||
{
|
||||
"title":"DC2C_pri24",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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"
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,31 @@
|
||||
{
|
||||
"title":"DC2C_pri25",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"DBM Szeged StopParking",
|
||||
"text":"érvényes.",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
"text":"Üf. szolg nyitvatartás:"
|
||||
"feed":"nl",
|
||||
"text":" Arany Janos u. 5",
|
||||
"styl":"size 00",
|
||||
"feed":"nl",
|
||||
"text":" H - P: 7:45 - 17:00",
|
||||
"feed":"nl",
|
||||
"text":" Tel: (80) 820-500",
|
||||
"feed":"nl",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"title":"DC2C_pri26",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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,5 +1,36 @@
|
||||
{
|
||||
"title":"DC2C_pri27",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"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"
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,35 @@
|
||||
{
|
||||
"title":"DC2C_pri28",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
"project":"DBM Szeged Error",
|
||||
"styl":"size 00",
|
||||
"text":" Üf. szolg nyitvatartás:",
|
||||
"feed":"nl",
|
||||
"text":" Deák Ferenc u. 31. ",
|
||||
"feed":"nl",
|
||||
"text":" H - P: 7:45 - 17:00",
|
||||
"feed":"nl",
|
||||
"text":" Tel: (80) 820-500",
|
||||
"feed":"nl",
|
||||
"feed":"nl",
|
||||
"text":"Szegedi Közlekedési Kft",
|
||||
"feed":"nl",
|
||||
"text":" 6720",
|
||||
"text":" Szeged ",
|
||||
"feed":"nl",
|
||||
"text":" Zrínyi utca 4-8",
|
||||
"feed":"nl",
|
||||
"text":"Adósz: ",
|
||||
"text":"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",
|
||||
"text":" is!",
|
||||
"feed":"nl",
|
||||
"feed":"eject"
|
||||
|
||||
}
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"title":"DC2C_pri30",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":""
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"title":"DC2C_pri31",
|
||||
"version":"27.02.2023 12:20 00001",
|
||||
"":"iiii"
|
||||
}
|
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"title":"DC2C_serial",
|
||||
"setup_master_interface":"",
|
||||
"project":"DBM Szeged",
|
||||
"version":"13.02.2023 12:20 00001",
|
||||
"crcChk":1,
|
||||
"baudRate":9600,
|
||||
"data":8,
|
||||
"parity":"no",
|
||||
"stop":1,
|
||||
"":""
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@@ -35,10 +35,11 @@
|
||||
"pop_day_night_end_time": "16:30:00",
|
||||
"pop_price_night": 0,
|
||||
"pop_min_time": 15,
|
||||
"pop_max_time": 600,
|
||||
"pop_max_time": 240,
|
||||
"pop_min_price": 0,
|
||||
"pop_carry_over": 1,
|
||||
"pop_daily_card_price": 0
|
||||
"pop_daily_card_price": 2400,
|
||||
"pop_multi_hour_price": 0
|
||||
}
|
||||
],
|
||||
"PaymentRate": [
|
||||
@@ -63,6 +64,11 @@
|
||||
"pun_id": 4,
|
||||
"pun_label": "1 min",
|
||||
"pun_duration": 1
|
||||
},
|
||||
{
|
||||
"pun_id": 5,
|
||||
"pun_label": "Voller Tag",
|
||||
"pun_duration": 1441
|
||||
}
|
||||
],
|
||||
"WeekDaysWorktime": [
|
||||
@@ -166,6 +172,22 @@
|
||||
"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": [
|
||||
@@ -462,6 +484,146 @@
|
||||
"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": [
|
||||
@@ -800,6 +962,168 @@
|
||||
"ped_date_end": "2024-05-19",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 2024
|
||||
},
|
||||
{
|
||||
"ped_id": 2072,
|
||||
"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": 2073,
|
||||
"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": 2074,
|
||||
"ped_label": "Republic Day (Hungary)",
|
||||
"ped_date_start": "2022-10-23",
|
||||
"ped_date_end": "2022-10-23",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 0
|
||||
},
|
||||
{
|
||||
"ped_id": 2075,
|
||||
"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": 2076,
|
||||
"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": 2077,
|
||||
"ped_label": "NewYear",
|
||||
"ped_date_start": "2023-01-01",
|
||||
"ped_date_end": "2023-01-01",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 0
|
||||
},
|
||||
{
|
||||
"ped_id": 2078,
|
||||
"ped_label": "Good Friday",
|
||||
"ped_date_start": "2023-04-07",
|
||||
"ped_date_end": "2023-04-07",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 2023
|
||||
},
|
||||
{
|
||||
"ped_id": 2079,
|
||||
"ped_label": "Easter Sunday",
|
||||
"ped_date_start": "2023-04-09",
|
||||
"ped_date_end": "2023-04-09",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 2023
|
||||
},
|
||||
{
|
||||
"ped_id": 2080,
|
||||
"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": 2081,
|
||||
"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": 2082,
|
||||
"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": 2083,
|
||||
"ped_label": "Revolution Day (Hungary)",
|
||||
"ped_date_start": "2023-03-15",
|
||||
"ped_date_end": "2023-03-15",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 0
|
||||
},
|
||||
{
|
||||
"ped_id": 2084,
|
||||
"ped_label": "Labour Day",
|
||||
"ped_date_start": "2023-05-01",
|
||||
"ped_date_end": "2023-05-01",
|
||||
"ped_period_special_day_id": 2,
|
||||
"ped_year": 0
|
||||
},
|
||||
{
|
||||
"ped_id": 2085,
|
||||
"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": 2086,
|
||||
"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": 2087,
|
||||
"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": 2088,
|
||||
"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": 2089,
|
||||
"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": 2090,
|
||||
"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": 2091,
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
1134
etc/psa_tariff/tariff05.json
Normal file
1134
etc/psa_tariff/tariff05.json
Normal file
File diff suppressed because it is too large
Load Diff
1134
etc/psa_tariff/tariff06.json
Normal file
1134
etc/psa_tariff/tariff06.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,25 +1,16 @@
|
||||
###############################################################################
|
||||
# !!! NOTE !!!
|
||||
###############################################################################
|
||||
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||
###############################################################################
|
||||
# opkg prefix will be added inside evaluating script
|
||||
#
|
||||
# package manipulation commands without package:
|
||||
# update, upgrade, clean
|
||||
#
|
||||
# informational commands without package:
|
||||
# list, list-installed, list-upgradable
|
||||
#
|
||||
# ptu5-atb-apinfo
|
||||
# ptu5-scripts
|
||||
# ptu5-atb-apinfo
|
||||
# atb-plugin-calculateprice-prm
|
||||
# atb-plugin-cc-tcpzvt
|
||||
# atbqt
|
||||
# list-installed
|
||||
# --force-reinstall install ptu5-atb-apinfo
|
||||
# --force-reinstall install atbqt
|
||||
# update
|
||||
opkg update
|
||||
# opkg --noaction install atbqt
|
||||
# opkg install atbqt
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
opkg info ptu5-gitinstaller
|
||||
opkg install ptu5-gitinstaller
|
||||
opkg info atbupdatetool
|
||||
opkg install atbupdatetool
|
||||
opkg info atbqt
|
||||
opkg install atbqt
|
||||
# Thu Aug 3 10:48:57 AM CEST 2023
|
||||
# Thu Aug 3 10:52:49 AM CEST 2023
|
||||
|
93
opt/app/ATBAPP/ATBQT.ini
Normal file
93
opt/app/ATBAPP/ATBQT.ini
Normal file
@@ -0,0 +1,93 @@
|
||||
[ATBDeviceControllerPlugin]
|
||||
serialPort=ttymxc2
|
||||
|
||||
[COMMON]
|
||||
%23ooo_mode={useDisk|otherMachine}
|
||||
%23useLanguage=[128+][64+][32+][16]
|
||||
%23usePayment=[128+][64+][32+][16]
|
||||
%23useProduct=[128+][64+][32+][16+][8]
|
||||
%23useVehicle=[128+][64+][32+][16+][8]
|
||||
CharacterSet=ISO 8859-2
|
||||
alternativeLogoFile=
|
||||
com_baud_rate=9600
|
||||
com_port_name=/dev/ttyS1
|
||||
defaultLanguage=1
|
||||
feature_DBusDisplayControl=on
|
||||
feature_DBusDisplayDimLow=off
|
||||
feature_DBusSuspendControl=on
|
||||
feature_DisplayControl=off
|
||||
feature_Log=off
|
||||
feature_ShowParkingTime=off
|
||||
feature_StartButton=on
|
||||
feature_SystemSuspend=off
|
||||
feature_TouchFeedback=off
|
||||
feature_selfOOO=off
|
||||
lang1=hu_HU
|
||||
lang2=en_GB
|
||||
lang3=de_DE
|
||||
lang4=sr
|
||||
lang5=ro_RO
|
||||
logfile=/var/log/atbqt.log
|
||||
ooo_alternativeLocation=
|
||||
ooo_mode=otherMachine
|
||||
ooo_serviceEmail=
|
||||
ooo_serviceNumber=
|
||||
sellTimeout_time=60
|
||||
showHelpButton=false
|
||||
showInfoButton=false
|
||||
statefile=/opt/app/ATBAPP/states/APP_States.xml
|
||||
suspend_methode=sysfs
|
||||
suspend_program=
|
||||
suspend_time=8
|
||||
textfile=/opt/app/ATBAPP/text/HMI_Texte.xml
|
||||
touch_feedback_gpio=121
|
||||
touch_feedback_off_value=0
|
||||
touch_feedback_on_value=1
|
||||
useAppStates=1
|
||||
useLanguage=240
|
||||
usePayment=96
|
||||
useProduct=248
|
||||
useVehicle=240
|
||||
|
||||
[IngenicoISelf_CCPlugin]
|
||||
Currency=HUF
|
||||
PortName=/dev/ttymxc0
|
||||
ZVT=DE
|
||||
debug=1
|
||||
sleep=1
|
||||
sleepExtended=1
|
||||
|
||||
[MOBILISIS_CalculatePricePlugin]
|
||||
tariffFileName=/etc/psa_tariff/tariff01.json
|
||||
useDebug=1
|
||||
|
||||
[PAYMENT]
|
||||
cashVariant=CoinsOnly
|
||||
currencyISOCode=HUF
|
||||
currencySymbol=Ft
|
||||
paymentPointInTime=poa
|
||||
useHonestPayment=on
|
||||
|
||||
[PLUGINS]
|
||||
CCPlugin=IngenicoISelf_CCPlugin
|
||||
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
|
||||
DeviceControllerPlugin=ATBDeviceControllerPlugin
|
||||
|
||||
[SCREENCONFIG]
|
||||
sc_31="1,1,0"
|
||||
sc_33="1,0,1"
|
||||
sc_35="0,0,0"
|
||||
sc_3F="1,0,0"
|
||||
sc_40="1,0,1"
|
||||
sc_41="1,0,1"
|
||||
sc_51="1,0,1"
|
||||
sc_52="1,0,0"
|
||||
sc_53="1,0,0"
|
||||
|
||||
[TCP_CONTROL]
|
||||
enable=1
|
||||
|
||||
###
|
||||
###
|
||||
###
|
||||
# Tue Aug 8 04:42:28 PM CEST 2023
|
@@ -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