Verlofboeking met uren per week#123
Merged
Eric Zwaal (ezw2000) merged 2 commits intomainfrom Mar 16, 2026
Merged
Conversation
Heimmot24
approved these changes
Mar 16, 2026
Contributor
There was a problem hiding this comment.
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
datetoegevoegd 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.