wullxz / tim

time is money - time tracking & invoice hacking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tim

Time Is Money - time tracking & invoice hacking

about

I started this project to practice some nodejs for myself and to create a tool for time tracking my other projects. It is inspired by substacks clocker project.

features

  • manage clients (currently implemented: add a client)
  • track times for clients
  • combine tracked times into invoice line items (translated that with 'invoice position' because I'm german ^^)
  • combine invoice line items to invoices
  • automatically create invoice PDFs

how to use it

You need nodejs/npm to be installed on your system and then run:

git clone https://github.com/wullxz/tim
cd tim
npm install
sudo npm link

tim help

You might need to run npm link as administrator/superuser.

contact

mail: meik {at} schnitzelspecht.de

About

time is money - time tracking & invoice hacking

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 10.1%