mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Added a filter constraint for parts where instock is "less than desired"
Fixes issue #257
This commit is contained in:
parent
8bccab258a
commit
f91b719542
5 changed files with 69 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
{{ form_row(filterForm.storelocation) }}
|
||||
{{ form_row(filterForm.minAmount) }}
|
||||
{{ form_row(filterForm.amountSum) }}
|
||||
{{ form_row(filterForm.lessThanDesired) }}
|
||||
{{ form_row(filterForm.lotCount) }}
|
||||
{{ form_row(filterForm.lotExpirationDate) }}
|
||||
{{ form_row(filterForm.lotDescription) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue