You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posdealers/technical-operations/middleware/helper-possystemapi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Note that the following figures and steps are exemplary.
44
44
||_Click on `+Add` for creating a new Helper._|
45
45
|| Add or edit a **name** for your Helper at `Description`. |
46
46
|| Select `fiskaltrust.Middleware.Helper.LocalPosSystemApi` from the **`Package name`** drop-down. Note that this selection **cannot be changed later**. |
47
-
|| Select one`Package version` using the drop-down menu. |
47
+
|| Select the latest`Package version` using the drop-down menu. |
48
48
|| You can select one of the available outlets with the drop-down menu. |
49
49
||`Save` your changes. |
50
50
@@ -55,10 +55,10 @@ Once saved, a **success** notification will appear confirming that the Helper ha
|| Click `http` to generate a URL through which the POS-System can access the Helper. Alternatively, use `net.pipe` for a local connection that requires no internet access or firewall configuration. You may also rename the URL to one of your own choosing. |
58
+
|| Click `http` to generate a URL through which the POS-System can access the Helper. You may also rename the URL to one of your own choosing. |
59
59
||`Save` your changes to return to `Configuration`/ `Helper`. |
@@ -91,7 +91,7 @@ The same LocalPosSystemApi Helper can be used in multiple cashboxes.
91
91
92
92
:::caution
93
93
94
-
The minimum required Launcher version is **2.0.0-rc.25**.
94
+
The minimum required Launcher version is **2.0.0-rc.25**. When downloading a launcher the latest version is automatically downloaded.
95
95
96
96
:::
97
97
@@ -101,11 +101,11 @@ The minimum required Launcher version is **2.0.0-rc.25**.
101
101
|:----------------------:|-------------|
102
102
|| Return to the `Configuration` / `CashBox` page. You should see the Helper URL you configured in the previous step. |
103
103
|| Click `Rebuild configuration` and wait for the success confirmation. |
104
-
|| Click `Download` and select the correct Launcher version for your system. The minimum required version is **2.0.0-rc.25**. |
104
+
|| Click `Download` and select the correct Version 2 Launcher architecture for your system. |
105
105
106
106
## Deploy the CashBox
107
107
108
-
Once the Launcher package is downloaded, extract it and run `fiskaltrust.Launcher.exe`to start the Middleware. For detailed instructions on starting the Launcher and installing it as a service, see [Launcher for Windows, Linux & macOS](launchers/desktop.md).
108
+
Once the Launcher package is downloaded, extract it and run `launcher-test.cmd` (or `launcher-test.sh` on unix based systems) to start the Middleware. For detailed instructions on starting the Launcher and installing it as a service, see [Launcher 2.0 Getting Started](https://github.com/fiskaltrust/middleware-launcher?tab=readme-ov-file#getting-started).
0 commit comments