iralex-backend/billing
ar.azizan 0cb71ea13a feat: integrate QR code generation into the invoice system
- Added QR code functionality for Trust Fund Request documents in the billing.Bill model.
- Implemented automatic QR code generation using the lhdn_qrcode field, with base64 encoding for HTML embedding.
- Updated the main2_2.html template to display the generated QR code.
- Introduced a test script (test_qr.py) to validate QR code generation.
- Added qrcode dependency to requirements.txt and updated .gitignore to include IDE configurations.
2025-08-23 19:34:38 +03:30
..
migrations Added QRCode and Documnet ID to the billing.Bill model. 2025-08-23 18:40:28 +03:30
Interface.py feat: sync server version with this 2025-06-12 16:45:03 +03:30
__init__.py init commit 2025-05-05 17:50:36 +03:30
admin.py init commit 2025-05-05 17:50:36 +03:30
apps.py init commit 2025-05-05 17:50:36 +03:30
models.py feat: integrate QR code generation into the invoice system 2025-08-23 19:34:38 +03:30
reports.py init commit 2025-05-05 17:50:36 +03:30
serializers.py init commit 2025-05-05 17:50:36 +03:30
tests.py init commit 2025-05-05 17:50:36 +03:30
urls.py feat: integrate QR code generation into the invoice system 2025-08-23 19:34:38 +03:30
views.py feat: integrate QR code generation into the invoice system 2025-08-23 19:34:38 +03:30