Update version 5.0.1

This commit is contained in:
Oscar Alvarez 2020-04-21 19:27:51 -05:00
parent 9289958dc7
commit a489572ba1
2 changed files with 10 additions and 9 deletions

View File

@ -11,7 +11,7 @@ paquetes instalados en el sistema:
En Debian, Ubuntu y Derivados, se recomienda usar: $ apt install paquete
* Python 3.5 or later (http://www.python.org/)
* Python 3.6 or later (http://www.python.org/)
* python-setuptools
* python3-pyqt5
* python3-pyqt5.qtsvg
@ -274,8 +274,8 @@ Id de dispositivo:
device_id=CAJA-10
El numero Id de la caja a conectarse tal como fue creada en Tryton, en
Terminales de Venta, para hallarla se debe usar el boton de herramientas,
El numero Id de la caja a conectarse tal como fue creada en Tryton, en
Terminales de Venta, para hallarla se debe usar el boton de herramientas,
y click en la opción "Ver Registro..", en el formulario de la Tienda.

View File

@ -10,13 +10,14 @@ import shutil
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
args = {}
data_files = [
('app', glob.glob('*.ini')),
('app/frontend', glob.glob('pos/share/*.css')),
('app/share', glob.glob('app/share/*.png')),
('app/translations', glob.glob('app/translations/*.qm')),
('neo/share', glob.glob('neo/share/*.css')),
('app', glob.glob('*.ini')),
('app/frontend', glob.glob('pos/share/*.css')),
('app/share', glob.glob('app/share/*.png')),
('app/translations', glob.glob('app/translations/*.qm')),
]
if os.name == 'posix':
@ -33,7 +34,7 @@ if os.name == 'posix':
setup(name='presik_pos',
version='4.4.0',
version='5.0.1',
description='POS Client for Tryton',
author='Oscar Alvarez',
author_email='gerente@presik.com',