{{ 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 %}
|---|---|
| Starting Inventory | {% for data in game_history %}{{ data.starting_inventory}} | {% endfor %}
| Order Quantity | {% for data in game_history %}{{ data.order_quantity }} | {% endfor %}
| Actual Demand Quantity | {% for data in game_history %}{{ data.demand_quantity }} | {% endfor %}
| Profit | {% for data in game_history %}{% if data.profit != '' %}${{ data.profit }}{% endif %} | {% endfor %}
No history to show yet.
{% endif %}