Skip to main content

Django application that lets you create reports

Project description

Autoreports

Autoreports is a Django application that lets you create reports in very Django Admin listing

Installation

Add the ‘autoreports’ app to your list of INSTALLED_APPS.

Redefine ‘admin/change_list.html’ templates as follows:

{% load adminmedia admin_list i18n autoreports_tags %} {# add auto_reports_tags #}

{% block object-tools %}
  {% if has_add_permission %}
    <ul class="object-tools">
      <li>
        <a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">
          {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
        </a>
      </li>
      {% autoreports_admin %} {# add this stuff #}
    </ul>
  {% endif %}
{% endblock %}

By default it will takes ‘list_display’ fields to export in CSV. You can redefine it in every model admin you want:

class FooModelAdmin(SearchForm):
    report_fields = ('name', 'description', 'category', ...)

Development

You can get the last bleeding edge version of autoreports by doing a checkout of its subversion repository:

svn co https//svnpub.yaco.es/djangoapps/autoreports/trunk/autoreports

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-autoreports-0.6.tar.gz (24.8 kB view details)

Uploaded Source

File details

Details for the file django-autoreports-0.6.tar.gz.

File metadata

File hashes

Hashes for django-autoreports-0.6.tar.gz
Algorithm Hash digest
SHA256 0cd76ddc9df67517044e568af67dee86618fe8864f65a1e8ef0029c1e7e3eb14
MD5 d371c1204caadc468920293b8f82ba0f
BLAKE2b-256 cb6118cc03fba19f5af98b83015beb81cccb8a68baba0614a219e8d5c83033e5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page