cobi.wms:print_helper
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cobi.wms:print_helper [2022/08/29 13:12] – [Install] tkammer | cobi.wms:print_helper [2022/09/01 10:06] (current) – removed tkammer | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Print Helper ====== | ||
- | The COBI.wms Print Helper is an MS Windows service which receives commands from the Android app and triggers a print event on the Windows machine. | ||
- | |||
- | Download: {{cobiwms-print-helper.zip}} | ||
- | |||
- | ===== Install ===== | ||
- | |||
- | - Extract the contents of '' | ||
- | - Run the following command in '' | ||
- | - Create '' | ||
- | - You can now start/stop the service from the MS Windows '' | ||
- | |||
- | Example config for single-tenant setup (e.g. on-premises or private cloud): | ||
- | |||
- | <code json> | ||
- | { | ||
- | " | ||
- | " | ||
- | { | ||
- | " | ||
- | } | ||
- | ] | ||
- | } | ||
- | </ | ||
- | |||
- | Example config for multi-tenant setup (e.g. public cloud): | ||
- | |||
- | <code json> | ||
- | { | ||
- | " | ||
- | " | ||
- | { | ||
- | " | ||
- | " | ||
- | }, | ||
- | { | ||
- | " | ||
- | " | ||
- | } | ||
- | ] | ||
- | } | ||
- | </ | ||
- | |||
- | In a multi-tenant environment, | ||
- | |||
- | Note that the print helper does not support encrypted communication. | ||
- | ===== Update ===== | ||
- | |||
- | - Stop the service. | ||
- | - Extract the contents of the new ZIP file into '' | ||
- | - Start the service. | ||
- | |||
- | ===== Uninstall ===== | ||
- | |||
- | - Stop the service. | ||
- | - Run the following command in '' | ||
- | - Delete the folder '' |
cobi.wms/print_helper.1661771541.txt.gz · Last modified: 2022/08/29 13:12 by tkammer