{% trans "Materials overview" %}
{% trans "Review grouped inputs to understand volumes per run and spot potential bottlenecks." %}
| {% trans "Material" %} | {% trans "Quantity" %} |
|---|---|
|
|
{{ item.quantity|intcomma }} |
{% trans "Production tree controls" %}
{% trans "Drill into the hierarchy, switch intermediate products between Buy and Prod, and let dependencies collapse automatically." %}
{% trans "Cycle forecasting" %}
{% trans "Compare what each production run yields versus what the project consumes to avoid shortages." %}
| {% trans "Item" %} | {% trans "Needed" %} | {% trans "Per cycle" %} | {% trans "Cycles" %} | {% trans "Produced" %} | {% trans "Surplus" %} |
|---|---|---|---|---|---|
|
{{ data.type_name }}
|
{{ data.total_needed|intcomma }} | {{ data.produced_per_cycle|intcomma }} | {{ data.cycles|intcomma }} | {{ data.total_produced|intcomma }} | {% if data.surplus > 0 %} +{{ data.surplus|intcomma }} {% elif data.surplus < 0 %} {{ data.surplus|intcomma }} {% else %} {{ data.surplus|intcomma }} {% endif %} |
{% trans "Financial cockpit" %}
{% trans "Fetch market references, override prices manually and track profitability in real time." %}
{% trans "Switch items to Buy in the tree tab to include them here. Adjust the real price column with your market assumptions." %}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Fuzzwork price" %} | {% trans "Real price" %} | {% trans "Line total" %} |
|---|---|---|---|---|
|
|
{{ mat.quantity|intcomma }} | 0 | ||
|
|
{{ final_product_qty|default:num_runs|intcomma }} | 0 |
| {% trans "Total cost" %} | 0 | |||
|---|---|---|---|---|
| {% trans "Total revenue" %} | 0 | |||
| {% trans "Profit" %} | 0 (0%) | |||
{% trans "Shopping assistant" %}
{% trans "Rebuild the list after toggling Buy modes to export accurate purchase quantities." %}
{% trans "Use the production tree to decide which components you will manufacture versus buy. This table recomputes the shopping list." %}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Unit price" %} | {% trans "Line total" %} |
|---|---|---|---|
| {% trans "Total cost" %} | 0 | ||
{% trans "Blueprint fine-tuning" %}
{% trans "Adjust ME/TE on child blueprints; changes apply when switching tabs or saving simulations." %}
{% trans "Blueprint level" %} {{ level.level }}
| {% trans "Blueprint" %} | {% trans "ME" %} | {% trans "TE" %} | {% trans "Product" %} |
|---|---|---|---|
|
|
{% if bc.product_type_id %}
|