From 7742b029b3376fe434bd785f4540723906d12900 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 11 Dec 2023 09:19:21 +0100 Subject: [PATCH] Add json-config files for korneuburg. --- etc/psa_config/DC2C_cash.json | 18 +++++++++++++ etc/psa_config/DC2C_conf.json | 12 +++++++++ etc/psa_config/DC2C_device.json | 27 +++++++++++++++++++ etc/psa_config/DC2C_print01.json | 46 ++++++++++++++++++++++++++++++++ etc/psa_config/DC2C_print02.json | 32 ++++++++++++++++++++++ etc/psa_config/DC2C_print03.json | 35 ++++++++++++++++++++++++ etc/psa_config/DC2C_print04.json | 6 +++++ etc/psa_config/DC2C_print05.json | 46 ++++++++++++++++++++++++++++++++ etc/psa_config/DC2C_print06.json | 32 ++++++++++++++++++++++ etc/psa_config/DC2C_print07.json | 35 ++++++++++++++++++++++++ etc/psa_config/DC2C_print08.json | 6 +++++ etc/psa_config/DC2C_print31.json | 40 +++++++++++++++++++++++++++ etc/psa_config/DC2C_print32.json | 42 +++++++++++++++++++++++++++++ 13 files changed, 377 insertions(+) create mode 100755 etc/psa_config/DC2C_cash.json create mode 100755 etc/psa_config/DC2C_conf.json create mode 100755 etc/psa_config/DC2C_device.json create mode 100755 etc/psa_config/DC2C_print01.json create mode 100755 etc/psa_config/DC2C_print02.json create mode 100755 etc/psa_config/DC2C_print03.json create mode 100755 etc/psa_config/DC2C_print04.json create mode 100755 etc/psa_config/DC2C_print05.json create mode 100755 etc/psa_config/DC2C_print06.json create mode 100755 etc/psa_config/DC2C_print07.json create mode 100755 etc/psa_config/DC2C_print08.json create mode 100755 etc/psa_config/DC2C_print31.json create mode 100755 etc/psa_config/DC2C_print32.json diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json new file mode 100755 index 0000000..5269ffb --- /dev/null +++ b/etc/psa_config/DC2C_cash.json @@ -0,0 +1,18 @@ +{ +"title":"DC2C_cash ", +"project":"Korneuburg", +"version":"15.10.2023 14:55 02.00.06", +"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,255,200,100,50,20,10,5], +"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,3,200,100,50,20,10,5], +"CoinAccept(15..0)":[1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0], +"ExchangeRate":1, +"TokenChannel":6, +"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], +"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1], +"LocalTaxRate":19, +"ForeignTaxRate":0, +"Surcharge":0, +"Discount":0 +} +#"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,10000,5000,2000,1000,500], + diff --git a/etc/psa_config/DC2C_conf.json b/etc/psa_config/DC2C_conf.json new file mode 100755 index 0000000..6319798 --- /dev/null +++ b/etc/psa_config/DC2C_conf.json @@ -0,0 +1,12 @@ +{ +"title":"DC2C_config", +"project":"Korneuburg", +"version":"15.11.2023 00001", +"custNum":714, +"machNum":1000, +"borough":1, +"zone":1, +"alias":0, +"location":"Vorplatz 1" +} + diff --git a/etc/psa_config/DC2C_device.json b/etc/psa_config/DC2C_device.json new file mode 100755 index 0000000..b28eb68 --- /dev/null +++ b/etc/psa_config/DC2C_device.json @@ -0,0 +1,27 @@ +{ +"title":"DC2C_device", +"project":"Korneuburg", +"Version":"04.12.2023 00103", +"printer":1, +"coinChk":1, +"mifRd":1, +"solarPwr":0, +"modem":1, +"creditCard":1, +"escrow":1, +"RejMotor":0, +"shutter":1, +"billRd":0, +"vaultLock":0, +"autoAlarm":1, +"autoOpen":1, +"AccPrint":1, +"DorPrint":1, +"TokPrint":1, +"CBwarnLev":1600, +"CBerrLev":1900, +"BattWarn":11800, +"BattErr":11200, +"foreign":1, +"refPrint":0 +} diff --git a/etc/psa_config/DC2C_print01.json b/etc/psa_config/DC2C_print01.json new file mode 100755 index 0000000..7c9fee0 --- /dev/null +++ b/etc/psa_config/DC2C_print01.json @@ -0,0 +1,46 @@ +{ +"title":"DC2C_pri01", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"styl":"font 10", +"styl":"size 11", +"styl":"align c", +"feed":"margin02", +"feed":"rim02", +"text":"PARKTICKET", +"styl":"size 00", +"feed":"nl", +"text":"Bitte gut sichtbar", +"feed":"nl", +"text":"hinter die Scheibe", +"feed":"nl", +"text":"legen", +"feed":"nl", +"feed":"nl", +"styl":"align l", +"text":"Ihr Kennzeichen: ", +"feed":"nl", +"styl":"size 11", +"vari":"Dynamic01", +"styl":"size 00", +"feed":"nl", +"text":"Parkende: ", +"feed":"nl", +"styl":"size 11", +"vari":"Dynamic04", +"vari":"Dynamic03", +"styl":"size 00", +"feed":"nl" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print02.json b/etc/psa_config/DC2C_print02.json new file mode 100755 index 0000000..007dbda --- /dev/null +++ b/etc/psa_config/DC2C_print02.json @@ -0,0 +1,32 @@ +{ +"title":"DC2C_pri02", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"issued":"13.11.2023 01.01", +"text":"Standort: ", +"feed":"nl", +"vari":"location", +"feed":"nl", +"text":"Bezahlt: ", +"styl":"size 11", +"vari":"Dynamic07", +"text":"", +"feed":"nl", +"styl":"size 00", +"text":"Gedruckt am: ", +"vari":"wday deu short", +"vari":"date ge", +"vari":"time long" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print03.json b/etc/psa_config/DC2C_print03.json new file mode 100755 index 0000000..66579c9 --- /dev/null +++ b/etc/psa_config/DC2C_print03.json @@ -0,0 +1,35 @@ +{ +"title":"DC2C_pri03", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"feed":"nl", +"styl":"size 00", +"text":"Automat: ", +"vari":"manu", +"text":"Gruppe: ", +"vari":"group", +"text":"Zone: ", +"vari":"zone", +"feed":"nl", +"text":"Ort: ", +"vari":"location", +"styl":"align c", +"text":"Korneuburg", +"feed":"nl", +"text":"Automatentechnik ", +"feed":"nl", +"text":"Baumann GmbH", +"feed":"eject" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print04.json b/etc/psa_config/DC2C_print04.json new file mode 100755 index 0000000..ea36ed5 --- /dev/null +++ b/etc/psa_config/DC2C_print04.json @@ -0,0 +1,6 @@ +{ +"title":"DC2C_pri04", +"project":"Korneuburg", +"Version":"15.11.2023 01.01", +"text":""; +} \ No newline at end of file diff --git a/etc/psa_config/DC2C_print05.json b/etc/psa_config/DC2C_print05.json new file mode 100755 index 0000000..2aa0838 --- /dev/null +++ b/etc/psa_config/DC2C_print05.json @@ -0,0 +1,46 @@ +{ +"title":"DC2C_pri05", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"styl":"font 10", +"styl":"size 11", +"styl":"align c", +"feed":"margin02", +"feed":"rim02", +"text":"PARKTICKET", +"styl":"size 00", +"feed":"nl", +"text":"Bitte gut sichtbar", +"feed":"nl", +"text":"hinter die Scheibe", +"feed":"nl", +"text":"legen", +"feed":"nl", +"feed":"nl", +"styl":"align l", +"text":"Ihr Kennzeichen: ", +"feed":"nl", +"styl":"size 11", +"vari":"Dynamic01", +"styl":"size 00", +"feed":"nl", +"text":"Parkende: ", +"feed":"nl", +"styl":"size 11", +"vari":"Dynamic04", +"vari":"Dynamic03", +"styl":"size 00", +"feed":"nl" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print06.json b/etc/psa_config/DC2C_print06.json new file mode 100755 index 0000000..935f6bc --- /dev/null +++ b/etc/psa_config/DC2C_print06.json @@ -0,0 +1,32 @@ +{ +"title":"DC2C_pri06", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"issued":"13.11.2023 01.01", +"text":"Standort: ", +"feed":"nl", +"vari":"location", +"feed":"nl", +"text":"Bezahlt: ", +"styl":"size 11", +"vari":"Dynamic07", +"text":"€", +"feed":"nl", +"styl":"size 00", +"text":"Gedruckt am: ", +"vari":"wday deu short", +"vari":"date ge", +"vari":"time long" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print07.json b/etc/psa_config/DC2C_print07.json new file mode 100755 index 0000000..c96d59d --- /dev/null +++ b/etc/psa_config/DC2C_print07.json @@ -0,0 +1,35 @@ +{ +"title":"DC2C_pri07", +"project":"Korneuburg", +"Version":"15.11.2023 00001", +"feed":"nl", +"styl":"size 00", +"text":"Automat: ", +"vari":"manu", +"text":"Gruppe: ", +"vari":"group", +"text":"Zone: ", +"vari":"zone", +"feed":"nl", +"text":"Ort: ", +"vari":"location", +"styl":"align c", +"text":"Korneuburg", +"feed":"nl", +"text":"Automatentechnik ", +"feed":"nl", +"text":"Baumann GmbH", +"feed":"eject" +} + + + + + + + + + + + + diff --git a/etc/psa_config/DC2C_print08.json b/etc/psa_config/DC2C_print08.json new file mode 100755 index 0000000..e664cda --- /dev/null +++ b/etc/psa_config/DC2C_print08.json @@ -0,0 +1,6 @@ +{ +"title":"DC2C_pri08", +"project":"Korneuburg", +"Version":"15.11.2023 01.01", +"text":""; +} \ No newline at end of file diff --git a/etc/psa_config/DC2C_print31.json b/etc/psa_config/DC2C_print31.json new file mode 100755 index 0000000..bdc8844 --- /dev/null +++ b/etc/psa_config/DC2C_print31.json @@ -0,0 +1,40 @@ +{ +"title":"DC2C_pri31", +"project":"door close print", +"Version":"15.11.2023 00001", +"styl":"font 08", +"styl":"size 10", +"feed":"margin02", +"feed":"rim02", +"feed":"speed10", +"styl":"size 11", +"feed":"nl", +"text":"Türöffnung um:", +"feed":"nl", +"styl":"size 00", +"vari":"date ge", +"vari":"time long", +"feed":"nl", +"text":"KuNu: ", +"vari":"cunu", +"text":"MaNu: ", +"vari":"manu", +"text":"Ort: ", +"vari":"location", +"text":"Gruppe: ", +"vari":"group", +"text":"Zone: ", +"vari":"zone", +"text":"Name: ", +"vari":"alias", +"feed":"nl", +"text":"**Automatentechnik ", +"feed":"nl", +"text":" Baumann GmbH ***", +"feed":"nl", +"text":" * * * * * * * * * ", +"feed":"nl", +"feed":"eject" +} + + diff --git a/etc/psa_config/DC2C_print32.json b/etc/psa_config/DC2C_print32.json new file mode 100755 index 0000000..2f1c024 --- /dev/null +++ b/etc/psa_config/DC2C_print32.json @@ -0,0 +1,42 @@ +{ +"title":"DC2C_pri32", +"project":"refund reciept", +"Version":"15.11.2023 00001", +"styl":"font 08", +"styl":"size 10", +"feed":"margin02", +"feed":"rim02", +"feed":"speed10", +"styl":"size 11", +"text":"Ersatzbeleg", +"feed":"nl", +"styl":"size 00", +"text":"Erstattungsbetrag: ", +"feed":"nl", +"vari":"Dynamic07", +"text":"€", +"feed":"nl", +"text":"KuNu: ", +"vari":"cunu", +"text":"MaNu: ", +"vari":"manu", +"text":"Ort: ", +"vari":"location", +"text":"Gruppe: ", +"vari":"group", +"text":"Zone: ", +"vari":"zone", +"text":"Name: ", +"vari":"alias", +"text":"Am: ", +"vari":"date us", +"text":"Um: ", +"vari":"time long", +"feed":"nl", +"text":" * * * * * * * * ", +"feed":"nl", +"feed":"nl", +"feed":"eject" +} + +