Add name software in print invoice

This commit is contained in:
Wilson Gomez 2023-11-09 14:21:55 -05:00
parent 0360345ada
commit 21fa12d349
1 changed files with 1 additions and 0 deletions

View File

@ -827,6 +827,7 @@ class Receipt(object):
self._printer.textln('SISTEMA POS')
self._printer.textln('PROVEEDOR DE SOFTWARE PRESIK SAS')
self._printer.textln('NIT: 900803782-2')
self._printer.textln('SOFTWARE PRESIK')
self._printer.textln('www.presik.com')
self.print_enter()
self._printer.cut()