An open API service indexing awesome lists of open source software.

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/

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