Added 'low stock' statistics.

This commit is contained in:
Hannes Matuschek 2020-08-30 13:57:33 +02:00
parent 6fa2003d32
commit 226fe2f4ba
3 changed files with 43 additions and 0 deletions

View file

@ -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>