{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
SUMMARY OF YOUR GROUP's PERFORMANCE IN {{ next_period }}
Point Forecast Lower Bound Forecast Upper Bound Forecast Service Level Decision (%) Automated Inventory Order level   Realized Demand Mismatch Cost
{{ point_forecast }} {{ distribution_forecast }} {{ upper_bound }} {{ service_level}} {{ order_quantity}}   {{ demand }} {{ mismatch_cost }}

Your Group's MISMATCH COST in period {{ next_period }} is {{ mismatch_cost }}


Real Cash Earnings: You have earned {{ profit }} cents in this period.
Your PROFIT TO DATE inclusive of the start-up fee (5 dollars) is {{ bonus }} dollars.
Note that your matched with the same demand planner throughout.


HISTORY (if necessary use the scroll bar to view the entire history)
Period Demand Point Forecast Lower Bound Forecast Upper Bound Forecast Service Level Order Quantity Mismatch Cost Profit
{% for p in groups_in_previous_rounds %} {% endfor %} {% for k in demand_series %} {%if forloop.revcounter <= 50 %} {% endif %} {% endfor %}
{{ p.new_round_number }} {{ p.demand }} {{ p.point_forecast }} {{ p.distribution_forecast }} {{ p.upper_bound }} {{ p.service_level }} {{ p.order_quantity }} {{ p.mismatch_cost }} {{ p.profit }}
{{ forloop.revcounter }} {{ k }} - - - - - - -
{% endblock %}