In case the computer is connected to a Label/Ticket Printer and an A4 Printer, the PrintHandler app needs to be installed so that Labels/Tickets and documents find their way to the right printer automatically.
Appended, find the Sunrise PrintHandler setup app that need to be installed in the Kassas or Packing stations:
- Unzip the PrintHandlerSetup and execute it.
- Let the installation in the default installation folder under Program files
- Edit the config file: PrintHandler.exe.config and Enter the printer Name (replace ‘doPDF v7’ with the A4 laserprinter name) in the ‘DefaultA4Printer’ Section see details before
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="PrintHandler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<userSettings>
<PrintHandler.Properties.Settings>
<setting name="ReplaceText" serializeAs="String">
<value>printhandler:</value>
</setting>
<setting name="DefaultA4Printer" serializeAs="String">
<value>doPDF v7</value>
</setting>
</PrintHandler.Properties.Settings>
</userSettings>
</configuration>
- NOTE: The Chrome shortcut should NOT have kiosk-printing , only –kiosk
- NOTE 2: The label/ticket printer needs to be the default Windows printer
The situation for WoonStore is a bit different. Per 2025, I see that:
4. The Chrome shortcut contains both "--kiosk-printing --kiosk"
5. The A4-printer is default printer in Windows
This was tested on 2025-01-17 and printing documents to the Kyocera A4 printer works fine and printing kassatickets to the Epson ticket printer works automatically also.