2023-11-26 12:46:42 +01:00
|
|
|
<div id="tabs">
|
|
|
|
<ul>
|
|
|
|
<li><a href="#tabs-1">[TABTEXT1]</a></li>
|
|
|
|
</ul>
|
|
|
|
<div id="tabs-1">
|
|
|
|
[MESSAGE]
|
2023-12-25 21:30:58 +01:00
|
|
|
|
|
|
|
<div class="filter-box filter-usersave">
|
|
|
|
<div class="filter-block filter-inline">
|
|
|
|
<div class="filter-title">{|Filter|}</div>
|
|
|
|
<ul class="filter-list">
|
|
|
|
<li class="filter-item">
|
|
|
|
<label for="wareneingang" class="switch">
|
|
|
|
<input type="checkbox" id="wareneingang">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<label for="wareneingang">{|Wareingang/Leistungsprüfung fehlt|}</label>
|
|
|
|
</li>
|
|
|
|
<li class="filter-item">
|
|
|
|
<label for="rechnungsfreigabe" class="switch">
|
|
|
|
<input type="checkbox" id="rechnungsfreigabe">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<label for="rechnungsfreigabe">{|Rechnungseingangsprüfung fehlt|}</label>
|
|
|
|
</li>
|
|
|
|
<li class="filter-item">
|
|
|
|
<label for="nichtbezahlt" class="switch">
|
|
|
|
<input type="checkbox" id="nichtbezahlt">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<label for="nichtbezahlt">{|Nicht bezahlt|}</label>
|
|
|
|
</li>
|
2023-12-27 18:17:30 +01:00
|
|
|
<li class="filter-item">
|
|
|
|
<label for="zahlbarbis">{|Zahlbar bis|}:</label>
|
|
|
|
<input type="text" name="zahlbarbis" id="zahlbarbis" size="10">
|
|
|
|
</li>
|
|
|
|
<li class="filter-item">
|
|
|
|
<label for="skontobis">{|Skonto bis|}:</label>
|
|
|
|
<input type="text" name="skontobis" id="skontobis" size="10">
|
|
|
|
</li>
|
2023-12-25 21:30:58 +01:00
|
|
|
</ul>
|
2023-12-27 19:15:42 +01:00
|
|
|
<form method="post" action="#" hidden>
|
2023-12-25 21:30:58 +01:00
|
|
|
<input type="submit" class="btnBlue" name="status_berechnen" value="{|Status berechnen|}" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<form method="post" action="#">
|
|
|
|
[TAB1]
|
|
|
|
<fieldset><legend>{|Stapelverarbeitung|}</legend>
|
|
|
|
<input type="checkbox" id="auswahlalle" onchange="alleauswaehlen();" /> {|alle markieren|}
|
|
|
|
<select id="sel_aktion" name="sel_aktion">
|
|
|
|
<option value="">{|bitte wählen|} ...</option>
|
|
|
|
[MANUELLFREIGABEEINKAUF]
|
|
|
|
[MANUELLFREIGABEBUCHHALTUNG]
|
|
|
|
[ALSBEZAHLTMARKIEREN]
|
|
|
|
</select>
|
|
|
|
<input type="submit" class="btnBlue" name="ausfuehren" value="{|ausführen|}" />
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
2023-11-26 12:46:42 +01:00
|
|
|
[TAB1NEXT]
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-12-25 21:30:58 +01:00
|
|
|
|
|
|
|
<script>
|
|
|
|
function alleauswaehlen()
|
|
|
|
{
|
|
|
|
var wert = $('#auswahlalle').prop('checked');
|
|
|
|
$('#verbindlichkeit_list').find(':checkbox').prop('checked',wert);
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|