-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefaultConfig.xml
66 lines (55 loc) · 2.23 KB
/
defaultConfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?><!--
Document : config.xml
Creado : 15 de noviembre de 2008, 07:29 PM
Author :
/* Author Phesus //////////////////////////////
* ORC,ACR /////////////
* /////////////
* /////////////
* /////////////
* ////////////////////////////// */
Description :
puerto serial linux : /dev/ttySX windows: COMX
puerto paralelo linux : /dev/lpX windows: LPTX:
puerto serial a usb linux : /dev/ttyUSBX windows: COMX
X es el valor del puerto en el que se encuentra
04/08/2013
- Se agrega el nodo authType, sus opciones:
- "NIP": Los usuarios se identifican mediante nips
- "FINGERPRINT": Los usuarios se identifican mediante huellas dactilares
02/08/2013
- Actualmente no se usa el campo "URLServidor" puesto que todo el programa se conecta directamente a MySQL
09/01/2013
- URLServidor default: http://localhost:5542
26/04/2012
- Se agrega nodo fingerPrintSDK, opciones (quitar comillas):
- "GRIAULE"
- "ONETOUCH"
31/07/2011
- Se quitan: basculaActiva y puertoBascula
- Bascula:
Propiedades con ejemplo:
activa='true' port='COM2' baud='9600' bits='8' stopBits='1' parity='None' stopChar='3'
01/09/2010
- tipoCorte
1: Est�ndar, 2: Doble
--><document>
<resolucionPantalla alto="720" ancho="1280"/>
<cacheSTable adelante="5" atras="3"/>
<URLServidor>http://localhost:5542</URLServidor>
<URLMySQL>jdbc:mysql://localhost/omoikane</URLMySQL>
<loginJasper>root</loginJasper>
<passJasper></passJasper>
<impresoraActiva>false</impresoraActiva>
<puertoImpresion>LPT1:</puertoImpresion>
<scannerActivo>false</scannerActivo>
<ScannerPort>COM4</ScannerPort>
<ScannerBaudRate>9600</ScannerBaudRate>
<fingerPrintSDK>ONETOUCH</fingerPrintSDK>
<authType>NIP</authType>
<bascula activa="false" baud="9600" bits="8" parity="None" port="COM2" stopBits="1" stopChar="3" weightCommand=""/>
<fondoBlur>true</fondoBlur>
<idAlmacen>1</idAlmacen>
<idCaja>1</idCaja>
<tipoCorte>1</tipoCorte>
</document>