This page (revision-22) was last changed on 26-Nov-2021 10:22 by lurtan

This page was created on 26-Nov-2021 10:22 by jmyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
22 26-Nov-2021 10:22 14 KB lurtan to previous
21 26-Nov-2021 10:22 14 KB rforbes to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
!!!Genus Clock Applications v1.02
!!!Genus Clock Applications
At line 7 added one line
[GrossUpAwardProcess_01.jpg]
At line 10 added one line
[GrossUpAwardProcess_02.jpg]
At line 22 changed 17 lines
|#TITLE = High Line Time Clock|- main screen title|TITLE = HL (Devel) Time Clock
|#WELCOME_MESSAGE|-Idol page Welcome message. Only referenced by a G2 application.|WELCOME_MESSAGE = Welcome
|#PASSCODE = <passcode>|- clock administrator passcode|PASSCODE = 9
|#ALLOW_KEYING = true/false|- toggle for allowing keying of employee/badge numbers|ALLOW_KEYING = false
|#VALID_KEYED_VALUES =|-Employee Badge or Person codes which are allowed to be keyed when ALLOW_KEYING = false. (Spaces not supported.)|VALID_KEYED_VALUES = 56,5000
|#USE_BADGE = true/false|- toggle for use of badge numbers (true= badge in ITCC, false=person_code)|USE_BADGE = true
|#MIN_BADGE_LEN = 4|- minimum length of badge/employee number|MIN_BADGE_LEN = 2
|#MAX_BADGE_LEN = 10|- maximum length of badge/employee number|MAX_BADGE_LEN = 6
|#ENTER_JOB = true/false|- toggle for allowing a list of assignment Authorized jobs for selection during IN punches.|ENTER_JOB = true
|#ENTER_COST_CENTER = true/false|- toggle for entering cost center information|ENTER_COST_CENTER = false
|#VALID_COST_CENTERS = |- comma delimited list of valid cost centers. (Spaces not supported.)|VALID_COST_CENTERS = 1234,5678
|#VALIDATE_PUNCHES = true/false|- toggle for validating punches on server ( validation will occur regardless if Keyed.)|VALIDATE_PUNCHES = false
|#STORE_BIO = true/false|- toggle for storing biometric templates on server.|STORE_BIO = false
|#QUEUE_FULL|-an "Out of Order" message displayed Once the punch queue is full. ( G1 20 Characters Max.)|QUEUE_FULL = Clock Out of Order. Please advise your manager.
|#QUEUE_FULL2|-Used in G1 applications for 2nd line text messages ( G1 20 Characters Max.)|QUEUE_FULL2 = Advise your manager.
|#QUEUE_LIMIT|-Used to define the MAXIMUM number of queued punches allowed to be in the queue IF less than the maximum physical limit.|QUEUE_LIMIT = 200
|#THAW_LIMIT |-Used to define the number of queued punches allowed to be in the queue and automatically thaw the clock to accept punches.|THAW_LIMIT = 0
[GrossUpAwardProcess_03.jpg]
At line 41 changed 9 lines
|#BIO_SENSITIVITY = 0 to 7|- biometric sensitivity level|BIO_SENSITIVITY = 4
|#BIO_QUALITY = 0 to 2|- biometric quality level|BIO_QUALITY = 1
|#MIFARE_POLL_INTERVAL|- Mifare Card reading interval in ms.|MIFARE_POLL_INTERVAL = 10
|#MSG_TIME = 3000/<milliseconds>|- milliseconds to wait for display messages|MSG_TIME = 3000
|#DELAY_TIME = 5000/<milliseconds>|- milliseconds to delay screens|DELAY_TIME = 5000
|#IDLE_TIMEOUT 5000/<milliseconds>|- milliseconds between idle screen refreshes|IDLE_TIMEOUT 5000
|#QUEUE_SLEEP_TIME = 50000/<milliseconds>|- time between connections to the server|QUEUE_SLEEP_TIME = 50000
|#DATA_SERVER_TYPE = HTTP/ORACLE/WEB|- data transfer method|DATA_SERVER_TYPE = HTTP
|#PING_SLEEP_TIME = 30000/<milliseconds>|- time between pings to the server storing device information.|PING_SLEEP_TIME = 0
[GrossUpAwardProcess_04.jpg]
At line 52 changed 3 lines
|#HOST_URL = http://<host>:<port>/<webapp>/<process> - server connection string
|#HOST_URL = http://192.168.97.165:8988/selfService/clock.process -example
|HOST_URL = http://192.168.97.165:8988/selfService/clock.process
[GrossUpAwardProcess_05.jpg]
At line 56 removed 3 lines
|#WB_RETRY_INTERVAL = 60000/<milliseconds> - retry frequency for invalid POSTs
|WB_RETRY_INTERVAL = 60000
At line 60 changed 2 lines
|#DATABASE_DRIVER = oracle.jdbc.driver.OracleDriver - database driver class
|DATABASE_DRIVER = oracle.jdbc.driver.OracleDriver
[GrossUpAwardProcess_06.jpg]
At line 63 removed 12 lines
|#DATABASE_URL = jdbc:oracle:thin:@<host>:<port>:<sid> - database URL
|DATABASE_URL = jdbc:oracle:thin:@NSI:1521:NSI
|#DATABASE_USER = <user> - database user name
|DATABASE_USER = P2K
|#DATABASE_PSWD = <password> - database password
|DATABASE_PSWD = p2k
|#DB_RETRY_INTERVAL = 60000 / <milliseconds> - retry frequency for invalid connection attempts
|DB_RETRY_INTERVAL = 60000