https://github.com/xavsio4/genfacture
Simple page to generate invoices in pdf format. It can be used offline and uses Angular, jsPdf and fontAwesome. The layout is bootstrap 3 theme Stanley: http://blacktie.co/2014/01/stanley-freelancer-theme/
https://github.com/xavsio4/genfacture
angular invoice jspdf offline pdf-format
Last synced: about 1 year ago
JSON representation
Simple page to generate invoices in pdf format. It can be used offline and uses Angular, jsPdf and fontAwesome. The layout is bootstrap 3 theme Stanley: http://blacktie.co/2014/01/stanley-freelancer-theme/
- Host: GitHub
- URL: https://github.com/xavsio4/genfacture
- Owner: xavsio4
- License: mit
- Created: 2017-11-12T10:18:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T09:28:06.000Z (over 8 years ago)
- Last Synced: 2025-02-13T19:38:54.596Z (over 1 year ago)
- Topics: angular, invoice, jspdf, offline, pdf-format
- Language: HTML
- Homepage: http://genfacture.eu
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# genfacture
Simple page to generate invoices in pdf format. It can be used offline. It uses Angular and jsPdf
You can see the demo there -> http://genfacture.eu
The source code is not very lean but it does the trick. It is a proof of concept for a larger project where invoice generation is a feature.
Just create a folder under your web server un copy the files in it. No database is used neither backend technology. There is a counter stored in a file.
## TODOS
- Clean the code
- Improve the invoice appearance
## Credits
- Bootsrap3 theme Stanley : http://blacktie.co/2014/01/stanley-freelancer-theme/
- jsPDF jquery component
- Angular