예제 #1
0
    def reprint_payment_receipt(self, receipt, close_previous=False):
        """Re-Print the receipt for the payment.
        """

        try:
            GerencialReportPrintEvent.emit(receipt, close_previous)
            return True
        except (DriverError, DeviceError) as details:
            log.info("Error printing gerencial report: %s" % str(details))
            return False
예제 #2
0
    def reprint_payment_receipt(self, receipt, close_previous=False):
        """Re-Print the receipt for the payment.
        """

        try:
            GerencialReportPrintEvent.emit(receipt, close_previous)
            return True
        except (DriverError, DeviceError) as details:
            log.info("Error printing gerencial report: %s" % str(details))
            return False