Logo DKM

Container Stock Report Generator

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Manual Report Generation

Generate a stock report based on the current date and time.

Automated Delivery Setup
Active Schedules
{% if active_jobs %}
    {% for job_id, next_run, principle, branches, phone in active_jobs %}
  • ID: {{ job_id }}
    Principle {{ principle }}
    Branches: {{ branches|join(", ") }}
    Phone: {{ phone }}
    Next Run: {{ next_run }}
  • {% endfor %}
{% else %}

No active schedules.

{% endif %}