{% extends "admin/base_site_grid.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block actions %} {{block.super}} {% endblock %} {% block after_table %}

{% trans "launch new tasks"|capfirst %}

{% if perms.execute %} {% if perms.execute.generate_plan %}
{% csrf_token %}
{% blocktrans %} Load frePPLe from the database and live data sources...
and create a plan in frePPLe...
and export results.

Plan type
{% endblocktrans %}

{% trans "constraints"|capfirst %}





{% if odoo %} {% blocktrans %} Live data sources {% endblocktrans %}
{% trans "read"|capfirst %} {% trans "write"|capfirst %}
Odoo

{% endif %} {% trans "View log file" %}

{% endif %}
{% csrf_token %}

{% trans "Download all input data in a single spreadsheet." %}

{% getMenu as menu %}


{% for group in menu %} {% for item in group.1 %} {% if item.1.model and not item.1.excludeFromBulkOperations %}
{% endif %} {% endfor %} {% endfor %}

{% trans "Import input data from a spreadsheet.

The spreadsheet must match the structure exported with the task above." %}

{% if scenarios.count > 1 %}
{% csrf_token %} {% comment %}Translators: Translation included with Django {% endcomment %} {% for j in scenarios %}{% ifnotequal j.name 'default' %} {% endifnotequal %}{% endfor %} {% if perms.execute.copy_scenario %} {% endif %} {% if perms.execute.release_scenario %} {% endif %}
{% trans 'scenario'|capfirst %} {% trans 'status'|capfirst %} {% trans 'description'|capfirst %} {% trans 'last refresh'|capfirst %}
{{j.status}} {{j.description}} {{j.lastrefresh|date:"DATETIME_FORMAT"}}
{% trans "copy"|capfirst %} {% trans "into selected scenarios" %}
{% trans "release selected scenarios"|capfirst %}
{% endif %}
{% if perms.execute.run_db %}
{% csrf_token %}
{% trans "Dump the database contents to a file." %}
{% csrf_token %}
{% trans "Erase selected tables in the database." %}


{% for group in menu %}{% for item in group.1 %}{% if item.1.model and not item.1.excludeFromBulkOperations %}
{% endif %}{% endfor %}{% endfor %}
{% csrf_token %}
{% endif %} {% if openbravo %}
{% csrf_token %}
{% blocktrans with delta="" %}Import data changes in the last {{ delta }} days from the ERP into frePPLe.{% endblocktrans %}
{% csrf_token %}
{% trans "Export frePPLe plan to the ERP." %}
{% endif %} {% if perms.execute.run_db %}
{% csrf_token %}

{% blocktrans %}Create time buckets for reporting.


{% endblocktrans %}
{% endif %} {% else %} {% trans "Sorry, You don't have any execute permissions..." %} {% endif %}
{% endblock %}