{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}
| Item | Current Stock | Target Threshold | Deficit |
|---|---|---|---|
| {{ item.item_type.name }} | {{ item.current_qty|intcomma }} | {{ item.target|intcomma }} | {{ item.deficit|intcomma }} |
| Item | Total Quantity |
|---|---|
|
|
{{ inv.total_qty|intcomma }} |
No inventory records foundTo populate your inventory, you must first configure which Corporate Hangars to track. Go to Configurations |
|