A simple Django app to create and manage invoices.
Project description
=======
Faktura
=======
.. image:: https://img.shields.io/pypi/pyversions/django-faktura.svg
:target: https://pypi.org/project/django-faktura/
.. image:: https://codebeat.co/badges/76c75008-f8a2-4ace-8ec4-c4f1b9183c6c
:target: https://codebeat.co/projects/github-com-ricco386-django-faktura-master
.. image:: https://travis-ci.com/ricco386/django-faktura.svg?branch=master
:target: https://travis-ci.com/ricco386/django-faktura
.. image:: https://img.shields.io/github/license/ricco386/django-faktura.svg
:target: https://github.com/ricco386/django-faktura/blob/master/LICENSE
Faktura is a simple Django app to conduct Web-based invoice generation and evidence.
Quick start
-----------
1. Add "faktura" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'faktura',
]
2. Include the polls URLconf in your project urls.py like this::
path('invoices/', include('faktura.urls')),
3. Run `python manage.py migrate` to create the faktura models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to manage your invoices (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/invoices/ to view the invoices list.
Support
-----
I did this app because SPy o.z. (non profit supporting Slovak Python community) needed
something for invoice evidence. I like to program and I wanted to try design a clean
Django app and learn one or two things about testing stand alone app and packaging.
If you like what I do (stuff like this django app, or my role in community), you can buy me a coffee:
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://paypal.me/ricco386
If you use this app for your business consider makeing a recurent donation:
.. image:: http://img.shields.io/liberapay/goal/RicCo.svg?logo=liberapay
:target: https://liberapay.com/RicCo/donate
Faktura
=======
.. image:: https://img.shields.io/pypi/pyversions/django-faktura.svg
:target: https://pypi.org/project/django-faktura/
.. image:: https://codebeat.co/badges/76c75008-f8a2-4ace-8ec4-c4f1b9183c6c
:target: https://codebeat.co/projects/github-com-ricco386-django-faktura-master
.. image:: https://travis-ci.com/ricco386/django-faktura.svg?branch=master
:target: https://travis-ci.com/ricco386/django-faktura
.. image:: https://img.shields.io/github/license/ricco386/django-faktura.svg
:target: https://github.com/ricco386/django-faktura/blob/master/LICENSE
Faktura is a simple Django app to conduct Web-based invoice generation and evidence.
Quick start
-----------
1. Add "faktura" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'faktura',
]
2. Include the polls URLconf in your project urls.py like this::
path('invoices/', include('faktura.urls')),
3. Run `python manage.py migrate` to create the faktura models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to manage your invoices (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/invoices/ to view the invoices list.
Support
-----
I did this app because SPy o.z. (non profit supporting Slovak Python community) needed
something for invoice evidence. I like to program and I wanted to try design a clean
Django app and learn one or two things about testing stand alone app and packaging.
If you like what I do (stuff like this django app, or my role in community), you can buy me a coffee:
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://paypal.me/ricco386
If you use this app for your business consider makeing a recurent donation:
.. image:: http://img.shields.io/liberapay/goal/RicCo.svg?logo=liberapay
:target: https://liberapay.com/RicCo/donate
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
django-faktura-0.1.tar.gz
(14.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-faktura-0.1.tar.gz.
File metadata
- Download URL: django-faktura-0.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79335c83befeed40d88f183aeb5f950aa06aa89e1057e6afaa6e86f296488f3b
|
|
| MD5 |
3f7f68a8818285bbb560bc61dedf0071
|
|
| BLAKE2b-256 |
4c9422ae72761680b8735285fc6395110ffcd63334f7a1b7e51500bbaf735a36
|
File details
Details for the file django_faktura-0.1-py3-none-any.whl.
File metadata
- Download URL: django_faktura-0.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706bea9ef46e3e9dd5aa552103da98797c4bc41658070eab76b9c433e4c3dade
|
|
| MD5 |
706ac82bf1ebc0c0c291c4dc76555b9f
|
|
| BLAKE2b-256 |
80d6fd4c7a83747d6e60e8e58d8290a23e1fed942dc010c557297c4b1666dcf4
|