Metadata-Version: 2.1
Name: NEMO-reports
Version: 1.7.0
Summary: Reports plugin for NEMO
Home-page: https://gitlab.com/nemo-community/atlantis-labs/nemo-reports
Author: Atlantis Labs LLC
Author-email: atlantis@atlantislabs.io
License: MIT
Keywords: NEMO
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Django :: 3.2
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: python-dateutil
Provides-Extra: nemo
Requires-Dist: NEMO >=4.5.0 ; extra == 'nemo'
Provides-Extra: nemo-ce
Requires-Dist: NEMO-CE ; extra == 'nemo-ce'

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Reports?label=python)](https://www.python.org/downloads/release/python-3110/)
[![PyPI](https://img.shields.io/pypi/v/nemo-reports?label=pypi%20version)](https://pypi.org/project/NEMO-Reports/)

# NEMO Reports

This plugin for NEMO adds a variety of reports.

# Compatibility:

NEMO >= 4.5.0 ----> NEMO-Reports >= 1.6.0

NEMO >= 4.3.0 ----> NEMO-Reports >= 1.0.0

# Installation

`pip install NEMO-reports[NEMO]`

# Add NEMO Reports

in `settings.py` add to `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
    '...',
    'NEMO_reports', # This needs to be before NEMO_billing (if installed) and NEMO
    '...'
    'NEMO_billing', # Optional
    '...'
    'NEMO',
    '...'
]
```

# Usage
Simply navigate to the `Reports` page in the `Administration` menu.

## Options
Some options are available in `Customization -> Reports`:

* First day of the week (Sunday/Monday)
* Default report date range
* Excluding projects from report data
* Display format for duration
