{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
COST INFORMATION
If you order too much, the cost per unit of positive inventory remaining is {{ Constants.overage_cost }} tokens.
If you order too little, the cost per unit of unsatisfied demand is {{ Constants.underage_cost }} tokens.

TASK DESCRIPTION (PERIOD {{ period }}): (1) POINT FORECAST

Make a point forecast for demand in period {{ next_period }}.

(This point forecast, together with the distribution forecast you will decide on next and the service level your Operations Manager decides on, will be automatically converted into an inventroy order level. Your group's mismatch cost is this turn is based on this inventory order level as well as the random demand realization this turn.)


{% formfield group.point_forecast label = "ENTER YOUR POINT FORECAST"%}


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 %}