https://github.com/adamrehn/gen-invoice
Template-based invoice generator
https://github.com/adamrehn/gen-invoice
Last synced: 6 months ago
JSON representation
Template-based invoice generator
- Host: GitHub
- URL: https://github.com/adamrehn/gen-invoice
- Owner: adamrehn
- License: mit
- Created: 2019-06-22T05:55:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T09:34:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T09:21:52.268Z (6 months ago)
- Language: Python
- Homepage: https://docs.adamrehn.com/gen-invoice/
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Template-based invoice generator
================================This package provides flexible, modular invoice generation functionality based on the [Jinja template engine](http://jinja.pocoo.org/), with PDF generation provided by [electron-pdf](https://www.npmjs.com/package/electron-pdf) when available.
**Check out the [comprehensive documentation](https://docs.adamrehn.com/gen-invoice/) to view installation and usage instructions.**
Resources:
- **Documentation:**
- **GitHub repository:**
- **Package on PyPI:**## Legal
Copyright © 2019, Adam Rehn. Licensed under the MIT License, see the file [LICENSE](https://github.com/adamrehn/gen-invoice/blob/master/LICENSE) for details.