Skip to content

CodeHospital/zeitkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeitkit

The goal of Zeitkit has been to develop a super simple time tracking software that is highly adjusted to the needs of developers.

  • Track time for your clients
  • Write detailed descriptions of what you have done
  • Organize clients
  • Write monthly invoices based on your worked times
  • Manage a whole team with shared clients
  • Reporting to see how your team is doing
  • Fully fledged PDF invoice generation. 100% compilant with German law.
  • View the demo: http://zeitkit.com

Screenshots

Tracking time

Alt text

Shared clients feature

Shared clients

Invoicing Feature

Invoicing Feature

Setup

Make sure you have mailcatcher installed:

gem install mailcatcher
# Start mailcatcher
mailcatcher

Install all ruby gems:

bundle install

Start everything:

bundle exec rails s

Open the app:

http://localhost:3000

TODO

  • A lot

About

An open source time-tracker for developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.0%
  • CoffeeScript 11.4%
  • JavaScript 7.2%
  • CSS 6.4%