[![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.
For non-administrator users, permissions are given per report, via `Detailed administration -> Users` (search for "report" in the permissions list)
## 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
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/nemo-community/atlantis-labs/nemo-reports",
"name": "NEMO-reports",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "NEMO",
"author": "Atlantis Labs LLC",
"author_email": "atlantis@atlantislabs.io",
"download_url": null,
"platform": null,
"description": "[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Reports?label=python)](https://www.python.org/downloads/release/python-3110/)\n[![PyPI](https://img.shields.io/pypi/v/nemo-reports?label=pypi%20version)](https://pypi.org/project/NEMO-Reports/)\n\n# NEMO Reports\n\nThis plugin for NEMO adds a variety of reports.\n\n# Compatibility:\n\nNEMO >= 4.5.0 ----> NEMO-Reports >= 1.6.0\n\nNEMO >= 4.3.0 ----> NEMO-Reports >= 1.0.0\n\n# Installation\n\n`pip install NEMO-reports[NEMO]`\n\n# Add NEMO Reports\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n '...',\n 'NEMO_reports', # This needs to be before NEMO_billing (if installed) and NEMO\n '...'\n 'NEMO_billing', # Optional\n '...'\n 'NEMO',\n '...'\n]\n```\n\n# Usage\nSimply navigate to the `Reports` page in the `Administration` menu.\n\nFor non-administrator users, permissions are given per report, via `Detailed administration -> Users` (search for \"report\" in the permissions list)\n\n## Options\nSome options are available in `Customization -> Reports`:\n\n* First day of the week (Sunday/Monday)\n* Default report date range\n* Excluding projects from report data\n* Display format for duration\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Reports plugin for NEMO",
"version": "1.10.0",
"project_urls": {
"Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-reports"
},
"split_keywords": [
"nemo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f73e8177a93051212457f83fc54a81c7d766dcbfb419d63a84243ebcf35ec0d6",
"md5": "947dffc034e6c35a93f097232a15ac87",
"sha256": "7d790ab3bfa021ce25a0acda9f1bdc6a4066172353c50c0bf737c1ddbaad4c39"
},
"downloads": -1,
"filename": "NEMO_reports-1.10.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "947dffc034e6c35a93f097232a15ac87",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 56450,
"upload_time": "2024-09-15T21:32:19",
"upload_time_iso_8601": "2024-09-15T21:32:19.286192Z",
"url": "https://files.pythonhosted.org/packages/f7/3e/8177a93051212457f83fc54a81c7d766dcbfb419d63a84243ebcf35ec0d6/NEMO_reports-1.10.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 21:32:19",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "nemo-community",
"gitlab_project": "atlantis-labs",
"lcname": "nemo-reports"
}