Allow to order and filter by the amount sum of parts.

This commit is contained in:
Jan Böhmer 2022-09-04 03:37:54 +02:00
parent ec5e956e31
commit 8f94a58c71
8 changed files with 42 additions and 3 deletions

View file

@ -54,6 +54,7 @@
<div class="tab-pane pt-3" id="filter-stocks" role="tabpanel" aria-labelledby="filter-stocks-tab" tabindex="0">
{{ form_row(filterForm.storelocation) }}
{{ form_row(filterForm.minAmount) }}
{{ form_row(filterForm.amountSum) }}
{{ form_row(filterForm.lotCount) }}
{{ form_row(filterForm.lotExpirationDate) }}
{{ form_row(filterForm.lotNeedsRefill) }}