Skip to content

dyve-agency/zeitkit

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2021e81 · Mar 30, 2022
Dec 26, 2019
Aug 25, 2017
Dec 13, 2018
May 29, 2018
Jan 19, 2013
May 29, 2018
Jan 19, 2013
Aug 25, 2017
Jan 19, 2013
May 29, 2018
Jun 5, 2018
Jul 8, 2019
Aug 25, 2017
Aug 20, 2017
Jul 8, 2019
Jul 8, 2019
Mar 30, 2022
May 21, 2015
May 14, 2018
May 15, 2018
Jan 19, 2013
May 14, 2018
Feb 16, 2013

Repository files navigation

Zeitkit

Codeship Status for ZEITIO/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% compliant with German law.
  • View the demo: https://zeitkit.herokuapp.com/

Screenshots

Tracking time

Alt text

Shared clients feature

Shared clients

Invoicing Feature

Invoicing Feature

Setup

Prerequisite:

  • Ruby 2.2.2
  • Postgresql 9.3+
  • Redis server
  • rbenv-vars

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

  • Session store should be configurable with an environment variable REDIS_SESSION_STORE