timetracker
timetracker copied to clipboard
Simple, easy to use, open source time tracking system.
- Install all application dependencies in the same block - Add --no-install-recommends switch to reduce image size - Install all PHP extensions in the same block - Add version to...
This change will add an api endpoint which can be used to add time entries
I was wondering if it was possibile to manage association Client-Project directly from creating the project.
We have the same person working on the same project doing different tasks: - documentation 50 € per hour - UI design 75 € per hour - programming 100 €...
I would like to allow normal users to generate reports without seeing the costs of every hour. Is there a way to remove the Costs check?
Document the preferred process to report and resolve security vulnerabilities. My proposal is to use specific email address for initial communications (e.g. [email protected]) so that core developers and security researches...
It would be great, if the input field (german: Dauer:) would accept ',' as a decimals spearator, too.
#### Context I recently did an installation of anuko time tracker where we used a parent group with several child subgroups, each with their specific user and activities. At a...
Currently the input/output is HTML. Please add support for a REST-like JSON API. e.g. so that 3rd-party mobile apps do not need to parse the HTML.
https://medium.com/analytics-vidhya/password-hashing-pbkdf2-scrypt-bcrypt-and-argon2-e25aaf41598e Timetracker should be using a cryptographically secure password hashing algorithim. And since bcrypt is built in, and reasonably secure it should be the baseline. Ideally with an option to...