Program for voice tracking of time for CLS,
- Download and install Talon voice from here
- Download cls_voice_time from github
- move cls_voice_time files into AppData/Roaming/talon/user folder.
- copy config.json into the %USERHOME%/Documents folder.
- The paths specificed in config.json are relative to the users home directory
- case_map_path defines where cases.txt is store.
- report_path defines where generated reports will be stored.
- Create cases.txt at the path listed in config.
- Each case should be in [case name] [case number] format, one per line.
- The case name is how you will identify the case in a voice command.
- example line: "john" 12-1234. User would say "track case John" to start tracking.
- When cls_voice_time is run form the first time, the "create tables" command must be run to setup the databse.
#Unfinished issues
- connection to legalserver to upload data.
- Report names are generated based on the date, so if a report is run twice in one day it will overwrite the old one.