Salesware Service printing setup
Salesware Service application supports the printing of receipts and tickets in Mobile Sales module. SPML (Sirius Print Markup Language), for Receipt and Ticket layouts is support for SwS network printers and Mobile Sales Bluetooth printers. Direct printing to a network/Wi-Fi printer is supported via the Salesware Service .config file. The format TCP:address:port for the WindowsPrinterName attribute connects directly to the network.
Example:
<Printers>
<Printer name="Receipt" windowsPrinterName="TCP:10.0.2.245:9100" mode="SPML" transform="btReceipt.xsl"/>
<Printer name="Ticket" windowsPrinterName="TCP:10.0.2.245:9100" mode="SPML" transform="btTicket2.xsl"/>
</Printers>