Calculations and inputs corrected

This commit is contained in:
marijo 2026-06-09 08:27:18 +00:00
parent 2ea0d9363e
commit 9b717ee6d6
4 changed files with 174 additions and 54 deletions

View file

@ -43,7 +43,6 @@
<th class="num">Vacation days</th>
<th class="num">Feriefridage</th>
<th class="num">FLEX</th>
<th class="num">Correction</th>
<th class="num important-col">Available days</th>
</tr>
</thead>
@ -124,7 +123,7 @@
<label>Start vacation balance<input id="opening_vacation_days" type="number" step="0.01"></label>
<label>Start feriefridage balance<input id="opening_feriefridage_days" type="number" step="0.01"></label>
<label>Start FLEX hours<input id="opening_flex_hours" type="number" step="0.25"></label>
<p class="full help-text">Start balances are the balances before the first shown month. Monthly corrections are edited directly in the monthly planner table.</p>
<p class="full help-text">Start balances are the balances before the first shown month. Monthly vacation, feriefridage, and FLEX balances are edited directly in the planner table.</p>
<div class="actions full">
<button type="submit">Save settings</button>
</div>