Django App to Create Zakat Invoice QR Code Image
Project description
===================== Django Zakat QR Code
Zakat QR Code is used in for Saudi Arabia invoicing system .
Quick Start
-
this is the class :: from zakatqr import Zakatqr Zakatqr(seller_name, tax_number, timestamp, total_with_vat, total_vat)
-
make an instance of the class :: zakat = Zakatqr("seller name", "123456789", "2021-06-25 07:58:56.550604", "115", "15")
-
to make data as base64 :: base64 = zakat.tlv_as_base64()
-
to make qr code image :: qr_code = zakat.qr_code() qr_code.save("qr_code_img.png")
-
to get a qr image as base64 that can be used in templates for examble :: url = zakat.qr_image_encoded_uri()
Project details
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
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 zakatqr-1.2.1.tar.gz.
File metadata
- Download URL: zakatqr-1.2.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c2943df293fe99eb2a8fbc972a85447d1df62956f970766d9b1209610bff71
|
|
| MD5 |
d99378e5813d1371804ef0bf449d13a9
|
|
| BLAKE2b-256 |
d0dec9462efafa558228ee990b0ce4b491d6f9ee115bf96a927d77f9c8719fef
|
File details
Details for the file zakatqr-1.2.1-py3-none-any.whl.
File metadata
- Download URL: zakatqr-1.2.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b546d19e84cb8562d6165fa63e33513544d51601a6800fff1d6a37aba88998a
|
|
| MD5 |
4270064554835bb3c8e633c4752192e5
|
|
| BLAKE2b-256 |
035e63c560d189b61c029c7ee9fa027c6bea283fab0dcd1a0c84feaaaef4ce5a
|