mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-26 12:09:34 +00:00
Added 'low stock' statistics.
This commit is contained in:
parent
6fa2003d32
commit
226fe2f4ba
3 changed files with 43 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
<td>{% trans %}statistics.parts_with_price{% endtrans %}</td>
|
||||
<td>{{ helper.partsCountWithPrice }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{% trans %}statistics.parts_low_stock{% endtrans %}</td>
|
||||
<td>{{ helper.partCountWithLowStock }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue