From 14588905b1349e6b1f2df99ec50508bdda3d9c78 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 9 Apr 2024 13:51:04 +0200 Subject: [PATCH] testing --- etc/psa_config/DC2C_cash.json | 18 +++++++++++ etc/psa_config/DC2C_conf.json | 12 +++++++ etc/psa_config/DC2C_device solar.json | 27 ++++++++++++++++ etc/psa_config/DC2C_device.json | 27 ++++++++++++++++ etc/psa_config/DC2C_print01.json | 46 +++++++++++++++++++++++++++ etc/psa_config/DC2C_print02.json | 31 ++++++++++++++++++ etc/psa_config/DC2C_print03.json | 38 ++++++++++++++++++++++ etc/psa_config/DC2C_print04.json | 6 ++++ etc/psa_config/DC2C_print05.json | 46 +++++++++++++++++++++++++++ etc/psa_config/DC2C_print06.json | 31 ++++++++++++++++++ etc/psa_config/DC2C_print07.json | 38 ++++++++++++++++++++++ etc/psa_config/DC2C_print08.json | 6 ++++ etc/psa_config/DC2C_print31.json | 40 +++++++++++++++++++++++ etc/psa_config/DC2C_print32.json | 42 ++++++++++++++++++++++++ 14 files changed, 408 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 solar.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..975586b --- /dev/null +++ b/etc/psa_config/DC2C_cash.json @@ -0,0 +1,18 @@ +{ +"title":"DC2C_cash ", +"project":"Schoenau", +"version":"15.10.2023 14:55 02.00.06", +"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], +"CoinAccept(15..0)":[0,0,0,0,0,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..6cca303 --- /dev/null +++ b/etc/psa_config/DC2C_conf.json @@ -0,0 +1,12 @@ +{ +"title":"DC2C_config", +"project":"Schoenau", +"version":"15.11.2023 00001", +"custNum":332, +"machNum":10, +"borough":1, +"zone":1, +"alias":0, +"location":"PP Königssee" +} + diff --git a/etc/psa_config/DC2C_device solar.json b/etc/psa_config/DC2C_device solar.json new file mode 100755 index 0000000..9422021 --- /dev/null +++ b/etc/psa_config/DC2C_device solar.json @@ -0,0 +1,27 @@ +{ +"title":"DC2C_device", +"project":"Schoenau", +"Version":"15.11.2023 00102", +"printer":1, +"coinChk":3, +"mifRd":1, +"solarPwr":1, +"modem":1, +"creditCard":1, +"escrow":0, +"RejMotor":0, +"shutter":1, +"billRd":1, +"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_device.json b/etc/psa_config/DC2C_device.json new file mode 100755 index 0000000..b71753e --- /dev/null +++ b/etc/psa_config/DC2C_device.json @@ -0,0 +1,27 @@ +{ +"title":"DC2C_device", +"project":"Schoenau", +"Version":"15.11.2023 00102", +"printer":1, +"coinChk":3, +"mifRd":1, +"solarPwr":0, +"modem":0, +"creditCard":1, +"escrow":0, +"RejMotor":0, +"shutter":1, +"billRd":1, +"vaultLock":0, +"autoAlarm":1, +"autoOpen":1, +"AccPrint":1, +"DorPrint":1, +"TokPrint":1, +"CBwarnLev":1600, +"CBerrLev":1900, +"BattWarn":11800, +"BattErr":11200, +"foreign":1, +"refPrint":1 +} diff --git a/etc/psa_config/DC2C_print01.json b/etc/psa_config/DC2C_print01.json new file mode 100755 index 0000000..48ad85f --- /dev/null +++ b/etc/psa_config/DC2C_print01.json @@ -0,0 +1,46 @@ +{ +"title":"DC2C_pri01", +"project":"Schoenau", +"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..0aa5f99 --- /dev/null +++ b/etc/psa_config/DC2C_print02.json @@ -0,0 +1,31 @@ +{ +"title":"DC2C_pri02", +"project":"Schoenau", +"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", +"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..db96cc4 --- /dev/null +++ b/etc/psa_config/DC2C_print03.json @@ -0,0 +1,38 @@ +{ +"title":"DC2C_pri03", +"project":"Schoenau", +"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":"Schönau am Königssee", +"feed":"nl", +"text":"Ticket-Nr. ", +"vari":"TickCtr", +"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..c330d4d --- /dev/null +++ b/etc/psa_config/DC2C_print04.json @@ -0,0 +1,6 @@ +{ +"title":"DC2C_pri04", +"project":"Schoenau", +"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..9e637b6 --- /dev/null +++ b/etc/psa_config/DC2C_print05.json @@ -0,0 +1,46 @@ +{ +"title":"DC2C_pri05", +"project":"Schoenau", +"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..65c49e6 --- /dev/null +++ b/etc/psa_config/DC2C_print06.json @@ -0,0 +1,31 @@ +{ +"title":"DC2C_pri06", +"project":"Schoenau", +"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", +"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..e29b723 --- /dev/null +++ b/etc/psa_config/DC2C_print07.json @@ -0,0 +1,38 @@ +{ +"title":"DC2C_pri07", +"project":"Schoenau", +"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":"Schönau am Königssee", +"feed":"nl", +"text":"Ticket-Nr. ", +"vari":"TickCtr", +"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..83c9e9c --- /dev/null +++ b/etc/psa_config/DC2C_print08.json @@ -0,0 +1,6 @@ +{ +"title":"DC2C_pri08", +"project":"Schoenau", +"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" +} + +