De Touch&Sale
(→Pasos) |
|||
Línea 12: | Línea 12: | ||
|- | |- | ||
|[http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-win32.win32.x86.zip W32] / [http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-win32.win32.x86_64.zip W64] | |[http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-win32.win32.x86.zip W32] / [http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-win32.win32.x86_64.zip W64] | ||
− | |[http:// | + | |[http://e4.touchandsale.com.ar/beta/touchandsale.win32.win32.x86.zip W32] / [http://e4.touchandsale.com.ar/beta/touchandsale.win32.win32.x86_64.zip W64] |
− | | | + | | ND / ND |
|- | |- | ||
|rowspan="2"|'''Linux''' | |rowspan="2"|'''Linux''' | ||
|- | |- | ||
|[http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-linux.gtk.x86.zip L32] / [http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-linux.gtk.x86_64.zip L64] | |[http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-linux.gtk.x86.zip L32] / [http://e4.touchandsale.com.ar/alfa/com.zetti.ftpos-linux.gtk.x86_64.zip L64] | ||
− | |[http:// | + | |[http://e4.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86.zip L32] / [http://e4.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86_64.zip L64] |
− | | | + | | ND / ND |
|- | |- | ||
|} | |} | ||
Línea 34: | Línea 34: | ||
|rowspan="2"|'''Windows''' | |rowspan="2"|'''Windows''' | ||
|- | |- | ||
− | | | + | | ND / ND |
|[http://unstable.touchandsale.com.ar/beta/touchandsale.win32.win32.x86.zip W32] / [http://unstable.touchandsale.com.ar/beta/touchandsale.win32.win32.x86_64.zip W64] | |[http://unstable.touchandsale.com.ar/beta/touchandsale.win32.win32.x86.zip W32] / [http://unstable.touchandsale.com.ar/beta/touchandsale.win32.win32.x86_64.zip W64] | ||
|[http://unstable.touchandsale.com.ar/produccion/touchandsale.win32.win32.x86.zip W32] / [http://unstable.touchandsale.com.ar/produccion/touchandsale.win32.win32.x86_64.zip W64] | |[http://unstable.touchandsale.com.ar/produccion/touchandsale.win32.win32.x86.zip W32] / [http://unstable.touchandsale.com.ar/produccion/touchandsale.win32.win32.x86_64.zip W64] | ||
Línea 46: | Línea 46: | ||
|rowspan="2"|'''Linux''' | |rowspan="2"|'''Linux''' | ||
|- | |- | ||
− | | | + | | ND / ND |
|[http://unstable.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86.zip L32] / [http://unstable.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86_64.zip L64] | |[http://unstable.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86.zip L32] / [http://unstable.touchandsale.com.ar/beta/touchandsale.gtk.linux.x86_64.zip L64] | ||
|[http://unstable.touchandsale.com.ar/produccion/touchandsale.gtk.linux.x86.zip L32] / [http://unstable.touchandsale.com.ar/produccion/touchandsale.gtk.linux.x86_64.zip L64] | |[http://unstable.touchandsale.com.ar/produccion/touchandsale.gtk.linux.x86.zip L32] / [http://unstable.touchandsale.com.ar/produccion/touchandsale.gtk.linux.x86_64.zip L64] |
Revisión del 16:35 26 oct 2021
Contenido
[ocultar]Pasos
Touch & Sale - E4 | |||||
---|---|---|---|---|---|
* | Alfa | Beta | Producción | ||
Windows | |||||
W32 / W64 | W32 / W64 | ND / ND | |||
Linux | |||||
L32 / L64 | L32 / L64 | ND / ND |
Touch & Sale - E3 | |||||
---|---|---|---|---|---|
* | Alfa | Beta | Producción | ||
Windows | |||||
ND / ND | W32 / W64 | W32 / W64 | |||
Windows 8/10 | |||||
USAR WINDOWS | W32 / W64 | W32 / W64 | |||
Linux | |||||
ND / ND | L32 / L64 | L32 / L64 |
- Descomprimir
- Ejecutar
- Generar la llave (Ver Generar Llave)
Generar llave
La primera vez que se ejecuta TS nos muestra la llave para ingresar al sistema
org.postgresql.Driver|jdbc:postgresql://192.168.2.81:5432/ftweb|postgres||FARM 1
- org.postgresql.Driver
- Driver para conectarse a la base (dejar asi)
- jdbc:postgresql://192.168.2.81:5432/ftweb
- Cambiar la ip, puerto y nombre de la base de datos
- postgres
- Nombre del usuario de la conexion de la base de datos
- _
- Calve de la conexion a la base de datos
- FARM 1
- Cambiar por el nombre del nodo
La llave resultante debe ser pegado en cada touchandsale.ini y el parámetro keygen tiene que pasar a false
... -Dkeygen=false -Dkey=a156f75ab0e503ba916e9... ...
Se recomienda tener una copia del ini para distribuir a las máquinas que se instalen.
Parámetros del INI
Actualización
- Para actualizar a la versión estable
-Dsite.p2=http://updates.touchandsale.com.ar/
- Para actualizar a la versión diaria
-Dsite.p2=http://unstable.touchandsale.com.ar/
El sistema utiliza un navegador simple para mostrar las páginas web y videos dentro de las vistas y este navegador puede no ser suficientemente nuevo para mostrar Videos o páginas con HTML5. Este navegador es el que se va a usar a menos que uno especifique una versión con los siguiente parámetros.
- -DbrowserType=NONE Utiliza el navegador del sistema operativo (Explorer si es windows o Firefox si es Linux)
- -Dorg.eclipse.swt.browser.IEVersion=
- 8000
- 8888
- 9000
- 9999
Tamaño de la fuente
-DfontSizeFactor=1 (el default es 1, 1.5 para agrandar un 50%, etc)
Sonidos de alerta
-Dbeep=SOUNDCARD
Emite sonido cuando finaliza de realizar una búsqueda correcta y genera un sonido distinto si hay algún aviso para el usuario.
Opciones:
- SOUNDCARD: El sonido se emite por la placa de sonido, requiere parlantes.
- BIOS: El sonido se emite por la Motherboard, no requiere parlantes.
- NO: No emite sonido.