caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 115 forks source link

Deduplicate entries for users with the same last name #819

Closed nfoster closed 8 years ago

nfoster commented 9 years ago

In the Payroll Report, if a user has the same last name such as "Smith" but a different first name, their they show up as two separate line items.

So A. Smith will have two lines for billable/non-billable and B.Smith will have the same. Instead of typically having one line entry for all billable and non-billable time.