Setup Information
Note: For setup instructions, please refer to the release you downloadedThe configuration file
<?xml version="1.0" encoding="utf-8" ?><configuration>
<appSettings>
<add key="ProjectsFile" value="Projects.xml"/>
<add key="UserFile" value="User.xml"/>
<add key="UserTaskAccessFile" value="UserTaskAccess.xml"/>
<add key="TasksFile" value="Tasks.xml"/>
<add key="TimeEntryFile" value="TimeEntry.xml"/>
</appSettings>
</configuration>
- ProjectsFile = The list of all defined projects
- UserFile = The list of all users
- TasksFile = The list of all tasks
- UserTaskAccessFile = The relationship between a project and a task, plus which users have access to that combination
- TimeEntryFile = The file where time entries are stored containing a project, task, user and other details (e.g. exception minutes)