Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-07 | Make the Makefile more quiet | Sebastian Reichel | 1 | -0/+1 | |
2014-12-01 | Vorstandsänderung | Sebastian Reichel | 1 | -3/+3 | |
2014-12-01 | Änderung der Addresse im Briefkopf | Sebastian Reichel | 1 | -1/+1 | |
2014-06-01 | pdf-invoice: update footer for SEPA | Sebastian Reichel | 1 | -6/+6 | |
2014-04-20 | pdf-invoice: fix FTBFS for test binary | Sebastian Reichel | 3 | -2/+9 | |
2014-04-09 | silence C-Compiler warnings | Sebastian Reichel | 1 | -2/+2 | |
2014-01-24 | update KtT's address | Sebastian Reichel | 1 | -2/+2 | |
2013-05-16 | pdf-invoice: Vorstandsänderung | Sebastian Reichel | 1 | -1/+1 | |
2013-05-16 | pdf-invoice: get datapath from config | Sebastian Reichel | 4 | -18/+20 | |
2013-05-11 | pdf-invoice: clear generated data | Sebastian Reichel | 1 | -0/+2 | |
2013-05-11 | pdf-invoice: special users have no firstname | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | pdf-invoice: use InvoiceEntry from DB interface | Sebastian Reichel | 3 | -28/+24 | |
2013-04-28 | fix compilation with vala 0.16 | Sebastian Reichel | 1 | -11/+10 | |
2013-03-27 | handle errors | Sebastian Reichel | 1 | -2/+6 | |
2013-03-26 | ignore binaries | Sebastian Reichel | 1 | -0/+1 | |
2013-03-26 | code restructure | Sebastian Reichel | 5 | -75/+169 | |
2013-03-15 | pdf-invoice.vala: add template text | Sebastian Reichel | 1 | -0/+12 | |
2013-03-15 | pdf-invoice.vala: add copyright header | Sebastian Reichel | 1 | -0/+15 | |
This file is also open source :) | |||||
2013-03-15 | new invoice PDF generation tool | Sebastian Reichel | 2 | -0/+683 | |
The new tool is written in vala and uses cairo and pango to generate the invoice PDF. Thus a full-blown latex install is no longer needed. The new tool is also much fast than generating the invoice with latex (ca. 10x speed improvement) and generates files, which have only half of the size pdflatex produces. |