Skip to content

Verlofboeking met uren per week#123

Merged
Eric Zwaal (ezw2000) merged 2 commits intomainfrom
Verlofboeking
Mar 16, 2026
Merged

Verlofboeking met uren per week#123
Eric Zwaal (ezw2000) merged 2 commits intomainfrom
Verlofboeking

Conversation

@ezw2000
Copy link
Collaborator

No description provided.

@ezw2000 Eric Zwaal (ezw2000) merged commit 425f49d into main Mar 16, 2026
8 checks passed
@ezw2000 Eric Zwaal (ezw2000) deleted the Verlofboeking branch March 16, 2026 12:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Deze PR werkt de documentatie voor HrAbsenceId (PUT) bij zodat verlofboekingen ook correct beschreven zijn voor het roostertype uren per week, en voegt datum-frontmatter toe conform andere endpoint-documenten.

Changes:

  • YAML frontmatter met date toegevoegd aan NL/EN endpoint-pagina’s.
  • Omschrijving voor roostertype uren per dag aangescherpt.
  • Nieuw roostertype uren per week toegevoegd inclusief veld (DuRa) beschrijving.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
markdownpages/endpoint/nl/hrabsenceid-put.md Frontmatter toegevoegd en NL-documentatie uitgebreid met “uren per week” + verduidelijkte tekst voor “uren per dag”.
markdownpages/endpoint/en/hrabsenceid-put.md Frontmatter toegevoegd en EN-documentatie uitgebreid met “hours per week” + verduidelijkte tekst voor “hours per day”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

- `DaEn`: Eindatum/-tijd. Het tijdsdeel wordt genegeerd als `LeDt` = False.

#### Type rooster: uren per dag of uren per werktijden
#### Type rooster: uren per dag
Comment on lines +32 to +38
Bij dit type rooster is niet bekend op welke dagen er gewerkt wordt, en er is ook niet bekend wanneer de uren gemaakt worden. Je moet precies aangeven hoeveel verlof er wordt opgenomen. In de verlofboeking zijn begin- en eindtijd altijd gevuld met 00:00:00.

- `Id`: Dit is het AbsenceId
- `LeDt`: False als het verlof enkel uit gehele dagen bestaat.
- `DaBe`: Begindatum/-tijd. Het tijdsdeel wordt genegeerd.
- `DaEn`: Eindatum/-tijd. Het tijdsdeel wordt genegeerd.
- `DuRa`: Verlofduur (in **minuten**). Dit veld wordt genegeerd als `LeDt` = False.
Comment on lines +32 to +38
With this type of schedule, it is not known which days are worked, and it is also not known when the hours are worked. You must specify exactly how much leave is taken. In the leave booking, both start and end times are always set to 00:00:00.

- `Id`: This is the AbsenceId
- `LeDt`: False if the leave consists of full days only.
- `DaBe`: Start date/time. The time portion is ignored.
- `DaEn`: End date/time. The time portion is ignored.
- `DuRa`: Leave duration (in **minutes**). This field is ignored if `LeDt` = False.
1. In the first request, set `LeDt` to True.
2. In the second request, specify the changed `DaBe`, `DaEn`, `DuBe`, or `DuEn`.

2. In the second request, specify the changed `DaBe`, `DaEn`, `DuBe`, or `DuEn`. No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants