RonStrauss/get_attendance_hours

[bug] - Add support for multi type days

Open

#51 opened on Apr 2, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (1 fork)auto 404
Webtimebuggood first issuescraper

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Concerning webtime target: We currently assume a day can only have 1 type - this is a wrong assumption. The user might have half a sickday, or half vacation.

Move (and rename) the dayType property to be attached to the hours property - this logic would be more inlined with how rows in the timesheet logically work, each hours report can have a different type.

Note: This logic is already present in hilan target.

Contributor guide