Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-26 | barcodelist: use portrait mode, add page numbers, add header | Sebastian Reichel | 1 | -5/+6 | |
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 | 12 | -13/+13 | |
2014-04-09 | ruby script: add query.sh to generate matching csv | Sebastian Reichel | 1 | -0/+1 | |
2014-02-03 | initial libcairobarcode | Sebastian Reichel | 7 | -1/+368 | |
2014-02-03 | add TODO file | Sebastian Reichel | 1 | -0/+97 | |
2014-02-02 | add README | Sebastian Reichel | 1 | -0/+47 | |
2014-02-02 | update configure script | Sebastian Reichel | 3 | -151/+395 | |
configure script now generates configuration files for the sourcecode and the build system. | |||||
2014-02-02 | Revert "invoice: delete sent mails from mail manager" | Sebastian Reichel | 1 | -2/+0 | |
This reverts commit 74f18e78c20ad983abbb8a0e5357bd529cdfd1f1. | |||||
2014-02-02 | invoice: delete sent mails from mail manager | Sebastian Reichel | 1 | -0/+2 | |
2014-02-02 | database: do not use invoice view | Sebastian Reichel | 1 | -2/+2 | |
using the view results in sqlite not making use of the sales index. | |||||
2014-01-24 | update KtT's address | Sebastian Reichel | 1 | -2/+2 | |
2013-09-12 | ruby script: use fixed width barcodes | Sebastian Reichel | 1 | -1/+1 | |
2013-06-15 | handle DatabaseError in db.get_product_name | Sebastian Reichel | 1 | -1/+18 | |
2013-06-15 | fix last commit | Sebastian Reichel | 1 | -4/+4 | |
2013-06-15 | replace template variables | Sebastian Reichel | 1 | -0/+4 | |
2013-06-15 | web: add cashbox tracking | Sebastian Reichel | 4 | -0/+109 | |
2013-06-15 | cashbox tracking | Sebastian Reichel | 4 | -0/+47 | |
2013-06-01 | add font check | Sebastian Reichel | 1 | -15/+40 | |
2013-05-25 | allow price=0 (allow donations) | Sebastian Reichel | 1 | -1/+1 | |
2013-05-24 | add minimal support for deprecation flag | Sebastian Reichel | 3 | -2/+3 | |
2013-05-23 | web: add_supplier is void | Sebastian Reichel | 1 | -1/+1 | |
2013-05-22 | db.new_price is void | Sebastian Reichel | 1 | -8/+7 | |
2013-05-22 | db: fix new_price in interface | Sebastian Reichel | 1 | -1/+1 | |
2013-05-21 | sql: create index | Sebastian Reichel | 1 | -0/+1 | |
2013-05-20 | vapi: add Makefile calling valadoc | Sebastian Reichel | 2 | -0/+6 | |
2013-05-20 | update gitignore | Sebastian Reichel | 1 | -3/+2 | |
2013-05-20 | initial configure script checking build dependencies | Sebastian Reichel | 1 | -0/+140 | |
2013-05-19 | web: use local time in invoice | Sebastian Reichel | 1 | -1/+1 | |
2013-05-19 | datapath -> datadir | Sebastian Reichel | 1 | -4/+4 | |
2013-05-18 | ignore backup binary | Sebastian Reichel | 1 | -0/+1 | |
2013-05-18 | remove old python invoice implementation | Sebastian Reichel | 6 | -653/+0 | |
2013-05-18 | add backup tool | Sebastian Reichel | 2 | -0/+51 | |
2013-05-17 | new invoice tool | Sebastian Reichel | 9 | -0/+432 | |
2013-05-16 | pdf-invoice: Vorstandsänderung | Sebastian Reichel | 1 | -1/+1 | |
2013-05-16 | pdf-invoice: get datapath from config | Sebastian Reichel | 4 | -6/+20 | |
2013-05-16 | implement mail sending queue | Sebastian Reichel | 1 | -6/+11 | |
2013-05-12 | templates: update minimal prices | Sebastian Reichel | 1 | -2/+2 | |
2013-05-12 | web: db.new_product() is void | Sebastian Reichel | 1 | -1/+2 | |
2013-05-12 | web: postal_code is a string | Sebastian Reichel | 2 | -2/+2 | |
2013-05-11 | database: fix segfault in new_product() | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | send mails in the background | Sebastian Reichel | 1 | -3/+15 | |
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 | ignore mailer binary | Sebastian Reichel | 1 | -0/+1 | |
2013-05-11 | database: postcode is string, add get_user_invoice_sum() | Sebastian Reichel | 2 | -4/+20 | |
2013-05-11 | pdf-invoice: use InvoiceEntry from DB interface | Sebastian Reichel | 3 | -28/+24 | |
2013-05-10 | external mail interface should not depend on GMime | Sebastian Reichel | 1 | -1/+7 | |
2013-05-09 | database: add get_users_with_sales | Sebastian Reichel | 2 | -0/+15 | |