trackr-backend
trackr-backend copied to clipboard
The translations file is served from the backend using a locale resolver. Instead, the backend should tell the frontend the preferred locale and the frontend keeps the files. Angular can...
At one point mail sending was decoupled so no request that produces a mail message fails just because mail sending fails. Now, if a mail cannot be sent there will...
Improve date parsing or add a hint. Add better message when date is invalid. When entering 2016-08-1 while tracking time, trackr reponds "may not be null".
It should be possible for supervisors to download submitted expense reports, the same way employees are enabled to do it.
Use Case: Right now there is no way of keeping track of changing daily rates. For example, starting from 01.01.2015 we have an increase of the daily rates for three...
To make sure we don't run into any issues when concurrently modifying resources.
.. so we can be sure that the principal is not just a simple string.
To enable a better controlling for invoices, we should also keep track of the net amount and the VAT for every invoice. I'll come up with some design for it.