mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-25 21:34:59 +02:00
Allow to order and filter by the amount sum of parts.
This commit is contained in:
parent
ec5e956e31
commit
8f94a58c71
8 changed files with 42 additions and 3 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue