salary-timetracker-sqlite

A simple and easy timetracker for loging working hours with sqlite db and automatic wage calculation.


Keywords
timetracker
License
GPL-2.0+
Install
pip install salary-timetracker-sqlite==0.2

Documentation

A handy tool with a command line interface for logging time worked. At any time you can see how much you have spent time on a particular project and how much you have earned on it.

Installation

pip install salary-timetracker-sqlite

Usage

tts [OPTIONS]

To add a new entry just enter 'tts'. If there are no options, an interactive session is started.

Options:
  -a, --show-all     Show all entries
  -p, --show-paid    Show paid
  -u, --show-unpaid  Show unpaid
  -s, --stats        Show unpaid hours
  -m, --mark-paid    Mark all hours worked as paid
  --del-paid         Delete records marked as paid
  --help             Show this message and exit.