{{ extends 'global/Page.html' }} {{ block title }}Decision Page{{ endblock }} {{ block content }}
Product {{ product_number }}'s demand distribution has been updated as the time of realized demand approaches.
A machine previously placed an order of 700 units based on the original forecast of N~(500,200).
Review the updated information below and decide whether you would like to keep this quantity or change it.
| Original | Updated | |
| Retail Price | $57 | |
| Purchase Price | $9 | |
| Change Fee | $0 | |
| Demand Distribution | N(500, 200) | N({{ updated_mean }}, {{ updated_sd }}) |
| Current Order Quantity | 700 | |
Would you like to keep the current order quantity or change it?
{{ formfield 'machine_choice' }}If you choose to change the quantity, enter the new quantity below:
{{ formfield 'machine_new_qty' }} {{ next_button }} {{ endblock }}