Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 649 Bytes

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