mirror of
https://github.com/grocy/grocy.git
synced 2025-08-29 01:14:24 +00:00
Added an status filter to only show in-stock products on the stock overview page (closes #1263)
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
<option value="expired">{{ $__t('Expired') }}</option>
|
||||
@endif
|
||||
<option value="belowminstockamount">{{ $__t('Below min. stock amount') }}</option>
|
||||
<option value="instockX">{{ $__t('In-stock products') }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -380,7 +381,8 @@
|
||||
. ' days'
|
||||
))
|
||||
&&
|
||||
$currentStockEntry->amount > 0) duesoon @elseif ($currentStockEntry->product_missing) belowminstockamount @endif"
|
||||
$currentStockEntry->amount > 0) duesoon @elseif ($currentStockEntry->product_missing) belowminstockamount @endif
|
||||
@if($currentStockEntry->amount_aggregated > 0) instockX @endif
|
||||
</td>
|
||||
<td class="d-none">
|
||||
xx{{ $currentStockEntry->product_group_name }}xx
|
||||
|
Reference in New Issue
Block a user