Reporting application for PyFB project
Project description
Your project description goes here
Documentation
The full documentation is at https://pyfb-reporting.readthedocs.io.
Quickstart
Install pyfb-reporting:
pip install pyfb-reporting
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_reporting.apps.PyfbReportingConfig',
...
)
Add pyfb-reporting’s URL patterns:
from pyfb_reporting import urls as pyfb_reporting_urls
urlpatterns = [
...
url(r'^', include(pyfb_reporting_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
1.1.1 (2020-05-29)
Correct little bug
1.1.0 (2020-05-27)
Add a link to gross CDRs in CDR detail view
Add CDR export feature
New date filter in CDR list
1.0.0 (2020-05-21)
Provider can be search in CDR list view
CDR detail view has been reworked
Call class has been added (on-net / off-net)
0.9.5 (2020-02-21)
Error in DB migration
0.9.4 (2020-02-19)
Add uuid field for CDR
Create RREvent model
0.9.3 (2019-06-23)
Show CDR form Latest one to older ones
0.9.2 (2019-06-22)
Add route_json in cdr
Remove unused field
Admin interface enhancements
0.9.1 (2019-06-18)
Change duration filed from integer to decimal.
0.9.0 (2019-04-30)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyfb_reporting-1.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 810a050bae421f8fa46e8ec4af1a834d2847d2410f83426a33848630bb27a400 |
|
MD5 | 9971a84d13ce777294e5d18b36ed18d0 |
|
BLAKE2b-256 | d07d0dd745fb35daa2dafd01bd480375e7ae9cfd1d67926019a51e95a0464deb |