{% 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 }}): SERVICE LEVEL

Make a service level for period {{ next_period }}.
Provide the probability (%) with which you want to be able to satisfy demand with your inventory to minimize the mismatch cost.
(This service level decision, together with the point and distribution forecasts your Demand Planner made, will be automatically converted into an inventory order level. Your group's mismatch cost in this turn is based on this inventory order level as well as the random demand realization this turn.)

Point Forecast Lower Bound Forecast Upper Bound Forecast
{{ point_forecast }} {{ distribution_forecast }} {{ upper_bound }}

ENTER YOUR SERVICE LEVEL DECISION (%) : {% formfield group.service_level label = ""%}


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