49 Commits

Author SHA1 Message Date
d58551b389 test 2024-11-27 10:58:04 +01:00
97b44f8520 test 2024-11-22 12:29:40 +01:00
c2c6c10dbb test 2024-11-22 12:26:30 +01:00
dd60d1d213 test 2024-11-22 12:19:45 +01:00
5cbcb62128 test 2024-11-22 12:11:49 +01:00
002daf6cc5 test 2024-11-22 11:56:23 +01:00
b02b653d8e test 2024-11-22 11:54:30 +01:00
7bd84eaea9 test 2024-11-22 11:53:03 +01:00
2af9572e18 test 2024-11-22 11:40:15 +01:00
d2c8326d8d test 2024-11-20 15:58:44 +01:00
f0981e3a76 test 2024-11-20 15:53:58 +01:00
1ef6d0f624 test 2024-11-20 15:48:54 +01:00
8155c37ae5 test 2024-11-20 15:11:43 +01:00
f1795be221 test 2024-11-20 15:06:19 +01:00
5b53d57006 test 2024-11-20 14:12:27 +01:00
ce1e4770df test 2024-11-20 13:58:00 +01:00
09eca4ffdc test 2024-11-20 13:48:52 +01:00
3975f06682 test 2024-11-20 13:46:10 +01:00
a2165017f5 json test 2024-11-20 13:37:16 +01:00
5e884e3b97 testing 2024-11-20 11:45:37 +01:00
6a6f7ff8e9 test 2024-10-23 11:09:28 +02:00
5105a3e948 test 2024-10-23 10:29:48 +02:00
0f610f040b test 2024-10-23 10:15:26 +02:00
93b754d8ff test 2024-10-23 10:14:24 +02:00
08415a14c0 add debug line 2024-08-22 17:52:56 +02:00
bea753dbf0 add debug line 2024-08-22 17:41:08 +02:00
f9d92f2746 deactivate opkg for the moment 2024-08-22 17:24:27 +02:00
63aede816b Update file for AED 2024-08-22 17:21:22 +02:00
3fbc0ff98c changed version 0.1.0 2024-05-17 11:52:20 +02:00
7c32cf2968 version to 0.1.15 2024-05-17 11:27:38 +02:00
b8c743ce04 change version 2024-05-17 11:07:12 +02:00
fffdbf2328 Testing. 2024-05-17 10:51:46 +02:00
09d17b3838 changed versions for test 2024-05-17 07:53:32 +02:00
b9c258c860 changed versions for test 2024-05-16 16:37:58 +02:00
94815f7205 changed versions for test 2024-05-16 16:34:41 +02:00
f5580b1bbc changed versions for test 2024-05-16 16:23:34 +02:00
4cc9906a4f changed versions for test 2024-05-16 16:08:21 +02:00
3ab166d74a changed versions for test 2024-05-16 16:01:18 +02:00
cadb51d675 changed versions for test 2024-05-16 15:51:09 +02:00
ce4f3965f1 changed versions for test 2024-05-16 14:11:08 +02:00
fec78a6636 changed version for test (1.0.13) 2024-05-16 13:50:27 +02:00
46eb7cf150 changed version for test (1.0.12) 2024-05-16 13:25:38 +02:00
b267f2fc39 changed version for test (1.0.11) 2024-05-16 10:39:52 +02:00
21ebd98a73 testing version format (5) 2024-05-16 10:31:04 +02:00
9eb7eeb66f testing version format (4) 2024-05-16 09:49:07 +02:00
5c9f8af75d testing version format (4) 2024-05-16 09:46:56 +02:00
9ee48a1fd8 testing version format (3) 2024-05-16 09:08:58 +02:00
4887ba4da1 testing version format (2) 2024-05-16 08:49:53 +02:00
1c73b5d825 testing version format (1) 2024-05-16 08:49:08 +02:00
17 changed files with 5808 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_cash ", "title":"DC2C_cash ",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T13:45", "Version":"0.1.0-2024-05-17",
"CoinDenom(15..0)":[0,0,0,0,0,0,0,0,0,255,200,100,50,20,10,5], "CoinDenom(15..0)":[0,0,0,0,0,0,0,0,0,255,200,100,50,20,10,5],
"CoinValue(15..0)":[0,0,0,0,0,0,0,0,0,3,200,100,50,20,10,5], "CoinValue(15..0)":[0,0,0,0,0,0,0,0,0,3,200,100,50,20,10,5],
"CoinAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0], "CoinAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0],
@@ -14,4 +14,3 @@
"Surcharge":0, "Surcharge":0,
"Discount":0 "Discount":0
} }

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_config", "title":"DC2C_config",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T13:46", "Version":"0.1.0-2024-05-17",
"custNum":999, "custNum":999,
"machNum":996, "machNum":996,
"borough":1, "borough":1,
@@ -9,4 +9,3 @@
"alias":0, "alias":0,
"location":"Loc" "location":"Loc"
} }

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_device", "title":"DC2C_device",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T14:44", "Version":"0.0.8-2024-05-17",
"printer":1, "printer":1,
"coinChk":3, "coinChk":3,
"mifRd":1, "mifRd":1,

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri01", "title":"DC2C_pri01",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T14:01", "Version":"0.0.7-2024-05-17",
"styl":"font 10", "styl":"font 10",
"styl":"size 11", "styl":"size 11",
"styl":"align c", "styl":"align c",

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri02", "title":"DC2C_pri02",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T13:02", "Version":"2024-05-16T09:05",
"issued":"13.11.2023 01.01", "issued":"13.11.2023 01.01",
"text":"Standort: ", "text":"Standort: ",
"feed":"nl", "feed":"nl",

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri03", "title":"DC2C_pri03",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:23", "Version":"2024-05-16T09:05",
"feed":"nl", "feed":"nl",
"styl":"size 00", "styl":"size 00",
"text":"Automat: ", "text":"Automat: ",

View File

@@ -1,6 +1,6 @@
{ {
"title":"DC2C_pri04", "title":"DC2C_pri04",
"project":"TEST", "project":"TEST",
"Version":"2024-05-15T12:24", "Version":"2024-05-16T09:05",
"text":"" "text":""
} }

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri05", "title":"DC2C_pri05",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:25", "Version":"2024-05-16T09:05",
"styl":"font 10", "styl":"font 10",
"styl":"size 11", "styl":"size 11",
"styl":"align c", "styl":"align c",

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri06", "title":"DC2C_pri06",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:26", "Version":"2024-05-16T09:05",
"issued":"13.11.2023 01.01", "issued":"13.11.2023 01.01",
"text":"Standort: ", "text":"Standort: ",
"feed":"nl", "feed":"nl",

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri07", "title":"DC2C_pri07",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:27", "Version":"2024-05-16T09:07",
"feed":"nl", "feed":"nl",
"styl":"size 00", "styl":"size 00",
"text":"Automat: ", "text":"Automat: ",

View File

@@ -1,6 +1,6 @@
{ {
"title":"DC2C_pri08", "title":"DC2C_pri08",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:28", "Version":"2024-05-16T09:07",
"text":"" "text":""
} }

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri31", "title":"DC2C_pri31",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:31", "Version":"0.0.3-2024-05-16",
"styl":"font 08", "styl":"font 08",
"styl":"size 10", "styl":"size 10",
"feed":"margin02", "feed":"margin02",

View File

@@ -1,7 +1,7 @@
{ {
"title":"DC2C_pri32", "title":"DC2C_pri32",
"Project":"TEST", "Project":"TEST",
"Version":"2024-05-15T12:32", "Version":"0.0.2-2024-05-16",
"styl":"font 08", "styl":"font 08",
"styl":"size 10", "styl":"size 10",
"feed":"margin02", "feed":"margin02",

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"Project":"ATB", "Project":"ATB",
"Info": "Info", "Info": "Info",
"Version": "1.0.10", "Version": "1.0.17",
"Currency": [ "Currency": [
{ {
"pcu_id": 2, "pcu_id": 2,
@@ -805,8 +805,9 @@
"ped_year": 2024 "ped_year": 2024
} }
] ]
} }

View File

@@ -3,31 +3,27 @@
############################################################################### ###############################################################################
# opkg-commands added to this file will be executed by ATBUpdateTool. # opkg-commands added to this file will be executed by ATBUpdateTool.
############################################################################### ###############################################################################
# # # ######
# # # # # # # # # # # # # # # # # # # # # # # # #
opkg info atbqt opkg info apism
opkg info atbupdatetool # opkg info atbqt
opkg update # opkg info atbupdatetool
opkg install prepare-update # opkg update
opkg install atbupdatetool # opkg install prepare-update
# opkg install atbupdatetool
# opkg remove atb-accountingtool # opkg remove atb-accountingtool
# opkg install atb-accountingtool # opkg install atb-accountingtool
opkg --cache /var/cache/opkg --download-only upgrade # opkg --cache /var/cache/opkg --download-only upgrade
opkg --cache /var/cache/opkg upgrade --verbosity=2 # opkg --cache /var/cache/opkg upgrade --verbosity=2
# opkg remove apism # opkg remove apism
# opkg install apism # opkg install apism
opkg info apism
opkg info atbqt
opkg info atbupdatetool
opkg info apism
opkg info atbqt
opkg info atbupdatetool
opkg info apism #
opkg info atbqt
opkg info atbupdatetool
opkg info apism
opkg info atbqt
opkg info atbupdatetool
# #
# #
# #

View File

@@ -8,13 +8,13 @@ serialPort=ttymxc2
%23useProduct=[128+][64+][32+][16+][8] %23useProduct=[128+][64+][32+][16+][8]
%23useVehicle=[128+][64+][32+][16+][8] %23useVehicle=[128+][64+][32+][16+][8]
CharacterSet=ISO 8859-2 CharacterSet=ISO 8859-2
alternativeLogoFile= alternativeLogoFile=/opt/app/ATBAPP/logo
com_baud_rate=9600 com_baud_rate=9600
com_port_name=/dev/ttyS1 com_port_name=/dev/ttyS1
defaultLanguage=1 defaultLanguage=2
feature_DBusDisplayControl=on feature_DBusDisplayControl=on
feature_DBusDisplayDimLow=off feature_DBusDisplayDimLow=off
feature_DBusSuspendControl=on feature_DBusSuspendControl=off
feature_DisplayControl=off feature_DisplayControl=off
feature_Log=off feature_Log=off
feature_ShowParkingTime=off feature_ShowParkingTime=off
@@ -25,13 +25,17 @@ feature_selfOOO=off
lang1=hu_HU lang1=hu_HU
lang2=en_GB lang2=en_GB
lang3=de_DE lang3=de_DE
lang4=sr lang4=ar_AR
lang5=ro_RO lang5=ro_RO
logfile=/var/log/atbqt.log logfile=/var/log/atbqt.log
ooo_alternativeLocation= ooo_alternativeLocation=
ooo_mode=otherMachine ooo_mode=otherMachine
ooo_serviceEmail= ooo_serviceEmail=
ooo_serviceNumber= ooo_serviceNumber=
ooo_wallbox1=
ooo_wallbox2=
ooo_wallbox3=
ooo_wallbox4=
sellTimeout_time=60 sellTimeout_time=60
showHelpButton=false showHelpButton=false
showInfoButton=false showInfoButton=false
@@ -45,7 +49,7 @@ touch_feedback_off_value=0
touch_feedback_on_value=1 touch_feedback_on_value=1
useAppStates=1 useAppStates=1
useLanguage=240 useLanguage=240
usePayment=96 usePayment=48
useProduct=240 useProduct=240
useVehicle=240 useVehicle=240
@@ -63,15 +67,16 @@ useDebug=1
[PAYMENT] [PAYMENT]
cashVariant=CoinsOnly cashVariant=CoinsOnly
currencyISOCode=HUF currencyISOCode=AED
currencySymbol=Ft currencySymbol=AED
paymentPointInTime=poa paymentPointInTime=poa
useDecimal=no
useHonestPayment=on useHonestPayment=on
[PLUGINS] [PLUGINS]
CCPlugin=IngenicoISelf_CCPlugin CCPlugin=TCP_ZVT_CCPlugin
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
DeviceControllerPlugin=ATBDeviceControllerPlugin DeviceControllerPlugin=
[SCREENCONFIG] [SCREENCONFIG]
sc_31="1,1,0" sc_31="1,1,0"
@@ -87,5 +92,11 @@ sc_53="1,0,0"
[TCP_CONTROL] [TCP_CONTROL]
enable=1 enable=1
### [TCP_ZVT_CCPlugin]
### CurrentyCode=AED
IP=192.168.5.242
NumberOfChars=37
Password=000000
Port=22000
ZVT=DE
sleep=1