{"id":15024460,"url":"https://github.com/ricco386/django-faktura","last_synced_at":"2025-04-12T06:31:41.534Z","repository":{"id":33984695,"uuid":"164745302","full_name":"ricco386/django-faktura","owner":"ricco386","description":"Simple django app for invoice generation.","archived":false,"fork":false,"pushed_at":"2022-05-03T05:40:06.000Z","size":40,"stargazers_count":12,"open_issues_count":10,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T02:01:39.594Z","etag":null,"topics":["django-application","inventory-management","invoice-generator","invoices","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricco386.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-08T22:40:04.000Z","updated_at":"2023-11-11T09:17:20.000Z","dependencies_parsed_at":"2022-08-08T06:00:15.982Z","dependency_job_id":null,"html_url":"https://github.com/ricco386/django-faktura","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricco386%2Fdjango-faktura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricco386%2Fdjango-faktura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricco386%2Fdjango-faktura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricco386%2Fdjango-faktura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricco386","download_url":"https://codeload.github.com/ricco386/django-faktura/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529659,"owners_count":21119553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-application","inventory-management","invoice-generator","invoices","python3"],"created_at":"2024-09-24T20:00:23.235Z","updated_at":"2025-04-12T06:31:36.487Z","avatar_url":"https://github.com/ricco386.png","language":"Python","funding_links":["https://paypal.me/ricco386","https://liberapay.com/RicCo/donate"],"categories":[],"sub_categories":[],"readme":"=======\nFaktura\n=======\n\n.. image:: https://img.shields.io/pypi/pyversions/django-faktura.svg\n   :target: https://pypi.org/project/django-faktura/\n\n.. image:: https://codebeat.co/badges/2d56dde1-436c-4d31-81ca-108412aa417c\n   :target: https://codebeat.co/projects/github-com-ricco386-django-faktura-master\n\n.. image:: https://travis-ci.com/ricco386/django-faktura.svg?branch=master\n   :target: https://travis-ci.com/ricco386/django-faktura\n\n.. image:: https://img.shields.io/github/license/ricco386/django-faktura.svg\n   :target: https://github.com/ricco386/django-faktura/blob/master/LICENSE\n\nFaktura is a simple Django app to conduct Web-based invoice generation and evidence.\n\nDependencies\n------------\n\nFor generating PDF we use https://wkhtmltopdf.org/ package. Make sure you have installed it in your OS.\nPackage installation will also download and install https://github.com/incuna/django-wkhtmltopdf.\n\n\nQuick start\n-----------\n\n1. Install django-faktura via pip::\n\n   pip install django-faktura\n\n1. Add \"faktura\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...\n        'wkhtmltopdf',  # Dependency for PDF generation\n        'faktura',\n    ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n    path('invoices/', include('faktura.urls')),\n\n3. Run `python manage.py migrate` to create the faktura models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n   to manage your invoices (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/invoices/ to view the invoices list.\n\nSettings\n--------\n\nIn order to generate invoice PDF with `wkhtmltopdf`, make sure your project has `STATIC_ROOT` set.\nIf `STATIC_ROOT` is not set PDF generation will fail with `AttributeError` (#15).\n\n\nTesting\n-------\n\nIn order to run tests execute command::\n\n     python setup.py test\n\nWe do have additional requirements for running tests in multiple Python and Django\nenvironments via TOX. Install them (into your virtualenv)::\n\n     pip install -r requirements-test.txt\n\nTo run complex test suite via TOX, execute command::\n\n     tox\n\nSupport\n-------\n\nI did this app because SPy o.z. (non profit supporting Slovak Python community) needed\nsomething for invoice evidence. I like to program and I wanted to try design a clean \nDjango app and learn one or two things about testing stand alone app and packaging.\n\nYou can use my refferal link: https://m.do.co/c/18b211fa1d99 and create account with \nDigital Ocean and get $50 credit, and you'll help me out to cover my hosting costs.\n\nIf you like what I do (stuff like this django app, or my role in community), you can buy\nme a coffee:\n\n.. image:: https://img.shields.io/badge/Donate-PayPal-blue.svg\n   :target: https://paypal.me/ricco386\n\n.. image:: https://img.shields.io/badge/Donate-bitcoin-blue.svg\n   :target: https://tallyco.in/RicCo386/\n\nIf you use this app for your business consider makeing a recurent donation:\n\n.. image:: http://img.shields.io/liberapay/goal/RicCo.svg?logo=liberapay\n   :target: https://liberapay.com/RicCo/donate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricco386%2Fdjango-faktura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricco386%2Fdjango-faktura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricco386%2Fdjango-faktura/lists"}