{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}
Set specific production and pricing rules for items here. These configurations dictate how the Core Engine calculates Bill of Materials, Prices, and Thresholds.
| Item | BOM Strategy | ME/TE | Price Override | Threshold (Target) | Auto Produce | Actions |
|---|---|---|---|---|---|---|
|
|
{{ config.get_build_or_buy_display }} {{ config.get_bom_source_display }} | ME: {{ config.manual_me }}% TE: {{ config.manual_te }}% |
{% if config.manual_price %}{{ config.manual_price|intcomma }}{% else %}Auto{% endif %} | {{ config.target_threshold|intcomma }} | {% if config.auto_produce %}{% else %}{% endif %} | |
| No rules configured. Defaults apply. | ||||||