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
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
- A lot