feat(fusion_clock): settings UI for generation horizon + self-unassign; open-shift in backend views [C1]

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-06-04 21:14:03 -04:00
parent 2ad94070c7
commit 0cb30f256d
3 changed files with 31 additions and 1 deletions

View File

@@ -41,6 +41,19 @@
</div>
</div>
</setting>
<setting id="fclk_recurring_open_shifts" string="Recurring &amp; Open Shifts"
help="Controls how far ahead recurring shifts generate and when employees may release shifts they claimed.">
<div class="content-group">
<div class="row mt16">
<label for="fclk_planning_generation_months" string="Generate ahead (months)" class="col-lg-7 o_light_label"/>
<field name="fclk_planning_generation_months"/>
</div>
<div class="row mt16">
<label for="fclk_self_unassign_days_before" string="Self-unassign cutoff (days)" class="col-lg-7 o_light_label"/>
<field name="fclk_self_unassign_days_before"/>
</div>
</div>
</setting>
</block>
<!-- ============================================================ -->