Code-Poets / sheetstorm

Web working hours sheet for Code-Poets employees
https://www.sheetstorm.codepoets.it
2 stars 0 forks source link

Bugfix incorrect hours stats #559

Closed maciejSamerdak closed 4 years ago

maciejSamerdak commented 4 years ago

The whole way work hours summaries are calculated has been refactored. Mixin is no longer responsible for handling time filtering, since it's already performed on delivered querysets by corresponding views. Additional unit tests, where a massive amount of reports is generated, have been added.