A mi punto de vista de lo que encontré, pienso que el cliente POS aun le falta bastante pulir muchos detalles. Una simple observación si ofender a claro.
Saludos 2015-08-15 1:53 GMT-05:00 Jamil Enriquez Deceano <[email protected] >: > Es la version 3.6 de tryton . > Los modulos que instale > > #El config.ini > > [General] > #Valid protocols: xml, json, local > protocol=json > server=127.0.0.1 > port=8000 > database=trytondev > user=admin > > > ######################################### > # Printer and Display Port > # For Unix use eg: /dev/lp0 or /dev/usb/lp0 > # For Windows use eg: >USER>NAMEPRINTER > ######################################### > printer_port=/dev/usb/lp0 > > # _ROW_CHARACTERS: 33 or 48 > mode_printing=33 > > printing_taxes=False > active_timeout=True > timeout=6000 > touchpad=False > logo=False > number_receipt=False > > # Discount method for apply to unit price: percentage or fixed > discount_method=fixed > > # Mode of window: fullscreen or maximized > mode_window=maximized > > locale=es_CO.UTF-8 > language=es_CO > > > ######################################### > # Others > ######################################### > shop=1 > device=caja-01 > > > 2015-08-15 1:50 GMT-05:00 Jamil Enriquez Deceano < > [email protected]>: > >> Si mirate esto: >> viene en el install del modulo >> >> Installing Tryton POS Client============================Prerequisites >> Client-------------------- * Python 3.0 or later (http://www.python.org/) * >> python-setuptools * python3-pyqt5 * python3-dateutil * python-pip * >> libusb-1.0-0 * libusb-1.0-0-dev * python-dev * libjpeg8 ? * libjpeg62-dev ? >> * libfreetype6 ? * libfreetype6-dev ? * Pip packages: pip install >> pyusb==1.0.0a2 pip install pillow pip install qrcodePrerequisites >> Server Modules---------------------------- * trytond_account_invoice >> (http://www.tryton.org/) * trytond_sale (http://www.tryton.org/) * >> trytond_sale_payment (http://www.bitbucket.org/) * trytond_sale_shop >> (http://www.bitbucket.org/) * trytond_sale_pos (http://www.bitbucket.org/) * >> trytonpsk_sale_pos_printer (http://www.bitbucket.org/) * >> trytonpsk_product_onebarcode >> (http://www.bitbucket.org/)Installation------------Once you've downloaded >> and unpacked the pos_client_qt5 source release, enter thedirectory where the >> archive was unpacked, and run: python setup.py installNote that you may >> need administrator/root privileges for this step, asthis command will by >> default attempt to install module to the Pythonsite-packages directory on >> your system. >> >> >> El 15 de agosto de 2015, 0:17, <[email protected]> escribió: >> >>> >>> Gracias [email protected], afortunadamente lo pude hacerlo funcionar >>>> despues de como 20 horas de leer el código. >>>> Gracias. >>>> >>> >>> ¿Pudieras iluminarme para hacerlo funcionar? Gracias. >>> >> >> >
