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.2.1 (2020-10-11)
Correct cdr detailed view (billsec and costsec were inversed)
1.2.0 (2020-10-06)
Update API
Add field in CDR to have the correct value of the billed duration by provider
1.1.2 (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.
Release files for pyfb-reporting 1.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfb-reporting-1.2.1.tar.gz | 16.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyfb_reporting-1.2.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 41.9 kB
Release files / pyfb-reporting-1.2.1.tar.gz
| Download URL | pyfb-reporting-1.2.1.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33407d66d43ea8744096f81b76efaded3505c4cc87a6980d51af2c686b76d502
|
|
BLAKE2b-256 checksum How to use checksums |
34f3867b323d2ea802131a781f85a0cc5d331ab65f20772c136631fc322b22b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|
Release files / pyfb_reporting-1.2.1-py2.py3-none-any.whl
| Download URL | pyfb_reporting-1.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 25.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c33fbde1dc7fcfdb8e8e1ca8f2036024ca12299beb1269d4d12a9d99070a3c81
|
|
BLAKE2b-256 checksum How to use checksums |
0ea0f37e9017ad4b8fdfb689d96292656941d131d38c531c5ec22fe75675c6eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|