feat: add dateinameTemplate support to barcode scanner and display document names in inbox detail view
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s

This commit is contained in:
2026-05-05 14:57:26 +02:00
parent 3ace13eb67
commit 61d97464c3
4 changed files with 42 additions and 7 deletions
@@ -1955,8 +1955,8 @@ function BarcodeTemplatesTab() {
<Form.Item
name="DateinameTemplate"
label="Dateiname"
extra="Platzhalter z. B. {barcode}, {datum}, {barcode.gruppe}. Wird als Standard-Dateiname bei Export und E-Mail verwendet."
label="Belegname"
extra="Platzhalter z. B. {barcode}, {datum}, {barcode.gruppe}. Wird als Standard-Belegname bei Export und E-Mail verwendet."
>
<Input placeholder="{barcode}_{datum}" />
</Form.Item>