Skip to content

The Service Unit Tracker is a simple time sheet utility aimed at automatically capturing the number of Service Units (one service unit equaling 15 minutes) spent working.

License

Notifications You must be signed in to change notification settings

albertmorvay/SUT

Repository files navigation

SUT

The Service Unit Tracker is a speciales Windows Forms based time sheet utility aimed at automatically capturing the number of Service Units (one service unit equaling 15 minutes) spent working logged into a workstation. This tool is being written to fit my specific needs to easily track time without any third party operated services.

Installation

  1. Install .NET Framework 4.8 Runtime or higher.
  2. // TODO: for v1.00

Usage example

  1. Run the application and let it run in the background.
  2. Generate weekly Excel based report. Image

Development setup

Windows:

  1. Install your favourite Integrated development environment (IDE) for C# e.g. Visual Studios Community or Jetbrains Rider.

  2. With an IDE installed, ensure that you have the .NET Framework 4.8.

  3. If you haven't already install Git and/or your perferred Git client e.g. Github Desktop to gain access to the code.

  4. Fork this repository and get clone the repository.

Note: After cloning the repository you will have the master branch checked out. This is likely not the most recent version of the code. You will want to checkout a branch. Check the Projects for the In Progress

  1. Using your IDE, open the project's .sln file. This will open the project within your IDE. Once open in the IDE, you are ready to go.

Contributing

  1. Fork it (https://github.com/albertmorvay/SUT/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Amend CHANGELOG.md following instructions within the file
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

About

The Service Unit Tracker is a simple time sheet utility aimed at automatically capturing the number of Service Units (one service unit equaling 15 minutes) spent working.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages