{% extends "base.html" %} {% block body%}
Retail Price: {{sym}}{{"{:,.2f}".format(sku.retail_price)}}
Unit Cost: {{sym}}{{"{:,.2f}".format(sku.unit_cost)}}
Markup: {{(sku.markup_percentage * 100)|round(0)|int}}%
Gross Margin: {{sym}}{{"{:,.2f}".format(sku.gross_profit_margin)}}
Minimum Order: {{sku.min_order}}
Maximum Order: {{sku.max_order}}
Standard Deviation: {{sku.standard_deviation}}
Contribution to Revenue: {{"{:.2f}".format(sku.percentage_contribution_revenue *100)}}
Revenue Rank: {{sku.revenue_rank}}
Period | Orders |
{{ count }} {% set count = count + 1 %} | {{order.order_quantity}} |
Economic Order (qty): | {{sku.economic_order_quantity}} |
---|---|
Retail Price | {{sym}}{{"{:,.2f}".format(sku.retail_price)}} |
Unit Cost | {{sym}}{{"{:,.2f}".format(sku.unit_cost)}} |
Retail Price | {{sym}}{{"{:,.2f}".format(sku.retail_price)}} |
Markup | {{(sku.markup_percentage * 100)|round(0)|int}}% |
Gross Margin: | {{sym}}{{"{:,.2f}".format(sku.gross_profit_margin)}} |
Reorder Quantity: | {{sku.reorder_quantity}} |
Inventory Turns: | {{sku.inventory_turns}} |
Inventory Classification: | {{sku.abc_xyz_classification}} |
Safety Stock: | {{sku.safety_stock}} |
Reorder Level: | {{sku.reorder_level}} |
{% for recommendation in recommendations%} {{recommendation.statement}} {% endfor %} {% endfor %}
Forecast Period | Forecast Quantity |
---|---|
{{item.period}} | {{item.forecast_quantity |round |int}} |
p-value: | {{item.p_value |round(4)}} |
---|---|
Slope: | {{item.slope |round(4)}} |
Optimal Alpha: | {{item.optimal_alpha |round(4)}} |
Optimal Gamma: | {{item.optimal_gamma |round(4)}} |
Intercept: | {{item.intercept |round(4)}} |
Standard Error: | {{item.slope_standard_error |round(4)}} |
Forecast Period | Level Estimate | One Step Forecast | Forecast Error | Trend | Squared Error | Regression |
---|---|---|---|---|---|---|
{{item.period}} | {{item.level_estimates |round(4) }} | {{item.one_step_forecast |round(4)}} | {{item.forecast_error |round(4)}} | {{item.trend |round(4)}} | {{item.squared_error |round(4)}} | {{item.regression | round(4)}} |
Forecast Period | Forecast Quantity |
---|---|
{{item.period}} | {{item.forecast_quantity |round |int}} |
p-value: | {{item.p_value |round(4)}} |
---|---|
Slope: | {{item.slope |round(4)}} |
Optimal Alpha: | {{item.optimal_alpha |round(4)}} |
Intercept: | {{item.intercept |round(4)}} |
Standard Error: | {{item.slope_standard_error |round(4)}} |
Forecast Period | Level Estimate | One Step Forecast | Forecast Error | Squared Error | Regression |
---|---|---|---|---|---|
{{item.period}} | {{item.level_estimates |round(4) }} | {{item.one_step_forecast |round(4)}} | {{item.forecast_error |round(4)}} | {{item.squared_error |round(4)}} | {{item.regression | round(4)}} |