pdf erstellung aufhrbung der 50 Personen Grenze

This commit is contained in:
2026-07-19 23:24:36 +02:00
parent f0869d8e33
commit 0551b13a86
4 changed files with 49 additions and 20 deletions
+5
View File
@@ -34,6 +34,7 @@ if ($canManageSettings) {
'negative_warning_cents' => -abs(saas_parse_money_cents($_POST['negative_warning'] ?? '') ?? 0),
'pdf_show_empty_rows' => !empty($_POST['pdf_show_empty_rows']) ? 1 : 0,
'pdf_split_mode' => $_POST['pdf_split_mode'] ?? 'drinking_behavior',
'pdf_row_height_px' => $_POST['pdf_row_height_px'] ?? 16,
];
}
} else {
@@ -127,6 +128,10 @@ include 'nav.php';
<option value="alphabetical" <?php echo $settings['pdf_split_mode'] === 'alphabetical' ? 'selected' : ''; ?>>Alphabetisch</option>
</select>
</div>
<div class="col-6 col-12-small">
<label for="pdf_row_height_px">Zeilenhöhe im Ausdruck (1060px)</label>
<input type="number" name="pdf_row_height_px" id="pdf_row_height_px" min="10" max="60" value="<?php echo saas_html($settings['pdf_row_height_px']); ?>" required>
</div>
</div>
<ul class="actions">
<li><button type="submit">Speichern</button></li>