Project Time Tracker

Content:

  1. Introduction
  2. Requirements
  3. Getting started
  4. Contact

======================================

1. Introduction

The "Project Time Tracker" application is a tool for recording and evaluating time spent on various projects. The functionality includes:

======================================

2. Requirements

For the execution of the program a Java Runtime Environment (JRE) is necessary. A current version can be downloaded at LINK. The program uses a SQL database "PTT_database.db" created with "SQLite", which must be located in the same directory as the executable JAR file.

======================================

3. Getting started

The program includes 3 windows, which are briefly explained below.

Window What? How?
"Project Time Tracker" (home window)
Recording as well as modification/deletion of time efforts.
  • Select date (standard = today).
  • Press Start to write current time into Start-Field.
  • Press Stop to write current time into Stop-Field.
  • Enter additional information (project + status are mandatory!).
  • Press „save“ to record in database.
  • Click entry in the bottom to edit/delete (note: Status only can changed at „Time overview“!).
"Projects/Categories/Status" (Button „Projects“ in home window) Manage projects and their subprojects, categories and statuses.
  • Enter new Order No. + Description for new project or click existing project to modify/delete.
  • To manage suborders, first click on corresponding order.
  • To manage Categories/Status, click on the corresponding tab above.
"Time Overview" (Button „Overview“ in home window) Evaluation of recorded times.
  • Select Start + END Date and, if necessary, category and status.
  • Click „Search“ to display a summary of all efforts within the selected time (grouped by order and suborder).
  • Status of efforts can be changed by selecting another entry in the corresponding cell.
  • Click on a specific line to display all individual efforts in the lower area.

Further hints:

======================================

4. Contact

Please send questions or feedback to info@CodeCompounder.de