internal forms
Some checks failed
continuous-integration/drone/push Build was killed

RC and PD form now have options for Individual costs for staffers
This commit is contained in:
2025-07-28 13:13:18 +02:00
parent e667595b7f
commit 6e2f476f5b
4 changed files with 34 additions and 13 deletions

View File

@@ -62,6 +62,7 @@
<select class="form-control col-sm-9" name="activity" id="activity" size="1" required="required" onChange="the_event = document.getElementById('activity').options[ document.getElementById('activity').selectedIndex ].dataset.event || ''; document.getElementById('event').value = the_event;">
<option />
<module id="fsfe-activities-options" />
<module id="fsfe-employeeactivity-options" />
</select>
</div>
</div>

View File

@@ -152,6 +152,7 @@
<td><select class="form-control col-sm-3" name="activity[]" id="activity" size="1" required="required" onChange="the_event = $(this)[0].options[ $(this)[0].selectedIndex ].dataset.event || ''; $(this).parent().next().next().find('input')[0].value = the_event;">
<option />
<module id="fsfe-activities-options" />
<module id="fsfe-employeeactivity-options" />
</select></td>
<td><select class="form-control col-sm-3" name="category[]" id="category" size="1">
<option value="???:Other / I don't know">Other / I don't know</option>

View File

@@ -5,19 +5,18 @@
<module>
<option value="Alexander Sander|alex.sander|">Alexander Sander </option>
<option value="Ana Galan|anaghz|79">Ana Galan </option>
<option value="Bonnie Mehring|bonnie|85">Bonnie Mehring </option>
<option value="Ana Galan|anaghz|079">Ana Galan </option>
<option value="Bonnie Mehring|bonnie|085">Bonnie Mehring </option>
<option value="Carmen Bianca Bakker|carmenbianca|">Carmen Bianca Bakker </option>
<option value="Dario Presutti|dario|83">Dario Presutti </option>
<option value="Erika Piric|epiric|92">Erika Piric </option>
<option value="Florian Snow|floriansnow|76">Florian Snow </option>
<option value="Francesca Indorato|fi|60">Francesca Indorato </option>
<option value="Gabriel Ku Wei Bin|gabriel.ku|58">Gabriel Ku Wei Bin </option>
<option value="Henning Fehr|hf|87">Henning Fehr </option>
<option value="Johannes Näder|jn|81">Johannes Näder </option>
<option value="Lucas Lasota|lucas.lasota|61">Lucas Lasota </option>
<option value="Matthias Kirschner|mk|12">Matthias Kirschner</option>
<option value="Sofia Escobes|sofiaritz|93">Sofia Escobes </option>
<option value="Tobias Diekershoff|tobiasd|82">Tobias Diekershoff </option>
<option value="Dario Presutti|dario|083">Dario Presutti </option>
<option value="Florian Snow|floriansnow|076">Florian Snow </option>
<option value="Francesca Indorato|fi|060">Francesca Indorato </option>
<option value="Gabriel Ku Wei Bin|gabriel.ku|058">Gabriel Ku Wei Bin </option>
<option value="Henning Fehr|hf|087">Henning Fehr </option>
<option value="Johannes Näder|jn|081">Johannes Näder </option>
<option value="Lucas Lasota|lucas.lasota|061">Lucas Lasota </option>
<option value="Matthias Kirschner|mk|012">Matthias Kirschner</option>
<option value="Sofia Escobes|sofiaritz|093">Sofia Escobes </option>
<option value="Tobias Diekershoff|tobiasd|082">Tobias Diekershoff </option>
</module>
</data>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<data>
<version>1</version>
<module>
<option value="Employee-079||Individual costs Ana Galan">Individual costs Ana Galan </option>
<option value="Employee-085||Individual costs Bonnie Mehring">Individual costs Bonnie Mehring </option>
<option value="Employee-083||Individual costs Dario Presutti">Individual costs Dario Presutti </option>
<option value="Employee-076||Individual costs Florian Snow">Individual costs Florian Snow </option>
<option value="Employee-060||Individual costs Francesca Indorato">Individual costs Francesca Indorato </option>
<option value="Employee-058||Individual costs Gabriel Ku Wei Bin">Individual costs Gabriel Ku Wei Bin </option>
<option value="Employee-087||Individual costs Henning Fehr">Individual costs Henning Fehr </option>
<option value="Employee-081||Individual costs Johannes Näder">Individual costs Johannes Näder </option>
<option value="Employee-061||Individual costs Lucas Lasota">Individual costs Lucas Lasota </option>
<option value="Employee-012||Individual costs Matthias Kirschner">Individual costs Matthias Kirschner</option>
<option value="Employee-093||Individual costs Sofia Escobes">Individual costs Sofia Escobes </option>
<option value="Employee-082||Individual costs Tobias Dikershoff">Individual costs Tobias Dikershoff</option>
</module>
</data>