mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Show how much is in stock on dashboard
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<h1 class="page-header">Dashboard</h1>
|
||||
|
||||
<h3>Stock overview</h3>
|
||||
<h3>Stock overview <span class="text-muded small"><strong><?php echo count($currentStock) ?></strong> products with <strong><?php echo GrocyPhpHelper::SumArrayValue($currentStock, 'amount'); ?></strong> units in stock</span></h3>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user