{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
| Sales Price | $15.00 / unit / round |
| Purchase Cost | $6.00 / unit / round |
| Holding Cost | $1.00 / unit / round |
| Forecasted Demand Distribution | N~(500, {{ current_demand_std }}) |
| Metrics | {% for data in game_history %}Period {{ data.period }} | {% endfor %}
|---|---|
| Leftover Inventory | {% for data in game_history %}{{ data.starting_inventory|default:"" }} | {% endfor %}
| Order Quantity | {% for data in game_history %}{{ data.order_quantity|default:"" }} | {% endfor %}
| Actual Demand Quantity | {% for data in game_history %}{{ data.demand_quantity|default:"" }} | {% endfor %}
| Profit | {% for data in game_history %}${{ data.profit|default:"" }} | {% endfor %}
No history to show yet.
{% endif %}