RonStrauss/get_attendance_hours

[bug] - Add support for multi type days

Open

#51 aperta il 2 apr 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (1 fork)auto 404
Webtimebuggood first issuescraper

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor