{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block content %}
{% if perms.execute %} {% if perms.execute.run_frepple %}
{% blocktrans %}{% endblocktrans %}
frePPLe
Run frePPLe Load frePPLe from the database...
and create a plan in frePPLe...
and export results into the database

Plan type:
{% endblocktrans %} {% blocktrans %}Constrained plan
     This plan respects the constraints enabled below.
     In case of shortages the demand is planned late or short.
{% endblocktrans %} {% blocktrans %}Unconstrained plan
     This plan shows material, capacity and operation problems
     that prevent the demand from being planned in time.
     The demand is always met completely and on time.
{% endblocktrans %}
{% trans "Constraints" %}:
{% trans "Capacity: respect capacity limits" %}
{% trans "Material: respect procurement limits" %}
{% trans "Lead time: do not create plans in the past" %}
{% trans "Release fence: do not create plans within the release time window" %}

{% blocktrans %}View latest log file
{% endif %} {% if perms.execute.run_db %}
{% blocktrans %}{% endblocktrans %} {% blocktrans %}{% endblocktrans %}
{% trans "Database" %}
Erase Erase all data from the database.
Load a dataset Load a dataset from a file in the database.
Available datasets:
{% endif %} {% if perms.execute.run_db %}
{% blocktrans %}{% endblocktrans %}
{% trans "Model generator" %}
Create a model Create a sample model in the database.
The parameters control the size and complexity.
Number of end items:
Demand:
  Monthly forecast per end item:
  Demands per end item:
  Average delivery lead time: days
Raw Materials:
  Depth of bill-of-material:
  Total number of components:
  Number of components per end item:
  Average procurement lead time: days
Capacity:
  Number of resources:
  Size of each resource:
  Expected average resource utilization: 76.7%
{% endif %} {% else %} {% trans "Sorry, You don't have any execute permissions..." %} {% endif %}
{% endblock %}