{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block title %} Publish Requests {% endblock %} {% block pagecontent %}

Publish Report Management


Publish Via Database Snapshots

On Demand

Start Date:    Stop Date:    (Format: yyyy-mm-dd)

Generate the publish table on-demand (using snapshots)

{% csrf_token %}

Automatic (Under Development)

Save the automatic publishing frequency

Generated Reports

{% if generated_report_list %} {% for report in generated_report_list %} {% endfor %} {% else %} {% endif %}
Name Size Date Manage
{{report.name}} {{report.size}} {{report.date}}
{% csrf_token %} {% if request.user.is_creator %} {% endif %}
No report files found
(last report = {{snap_last_calc}})

{% csrf_token %}

Publish Via History Tables (Under development)

Publish Preparation

Publish Preview and Modifications

Publish the Report

{% endblock %}