Exemplo n.º 1
0
 public static PrinterType getKitchenPrinterType() {
   return PrinterType.fromString(
       ApplicationConfig.getString(P_KITCHEN_PRINTER_TYPE, PrinterType.OS_PRINTER.getName()));
 }
Exemplo n.º 2
0
 public static PrinterType getReceiptPrinterType() {
   return PrinterType.fromString(
       ApplicationConfig.getString(P_RECEIPT_PRINTER_TYPE, PrinterType.OS_PRINTER.getName()));
 }