Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-17 | restructure code for readabilityrest-api | Lennart Weller | 1 | -21/+52 | |
2013-03-17 | added product list to api | Lennart Weller | 1 | -7/+18 | |
2013-03-17 | Merge branch 'master' into rest-api | Lennart Weller | 2 | -13/+5 | |
2013-03-16 | Merge pull request #21 from ktt-ol/structchange | Sebastian Reichel | 2 | -13/+5 | |
Changed the price string to a price integer for better implementation | |||||
2013-03-17 | use string templates instead | Lennart Weller | 1 | -3/+1 | |
2013-03-17 | use built-in to_string | Lennart Weller | 1 | -2/+2 | |
2013-03-17 | reduced precision | Lennart Weller | 1 | -2/+2 | |
2013-03-17 | changed the string to a price object | Lennart Weller | 2 | -12/+6 | |
2013-03-17 | remove window used for debugging | Lennart Weller | 1 | -2/+0 | |
2013-03-16 | added a simple invoice api (for now local without authentication) | Lennart Weller | 2 | -2/+55 | |
2013-03-16 | Merge pull request #19 from lhw/droppriv | Sebastian Reichel | 1 | -0/+20 | |
Drop to user privileges on server startup | |||||
2013-03-16 | drop privileges on server startup | Lennart Weller | 1 | -0/+20 | |
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 | Merge branch 'master' of github.com:ktt-ol/serial-barcode-scanner | Sebastian Reichel | 1 | -3/+5 | |
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. | |||||
2013-03-14 | Merge pull request #18 from bahnpirat/master | Sebastian Reichel | 1 | -3/+5 | |
Texte leicht geƤndert | |||||
2013-03-14 | Update generate-invoice.py | bahnpirat | 1 | -3/+5 | |
Text umformuliert, +Verabschiedung | |||||
2013-03-09 | add debug messages in monthly invoice script | Sebastian Reichel | 1 | -0/+4 | |
2013-03-06 | show supplier & best before date in the web interface | Sebastian Reichel | 2 | -3/+11 | |
2013-03-02 | move specification of serial device into config file | Sebastian Reichel | 1 | -14/+15 | |
2013-03-02 | initial support for suppliers & best before dates | Sebastian Reichel | 5 | -11/+137 | |
2013-02-27 | fix price info for memberprice | Sebastian Reichel | 1 | -1/+1 | |
2013-02-25 | KtT Shopsystem -> KtT Shop | Sebastian Reichel | 1 | -6/+6 | |
2013-02-25 | s/curses/ncursesw/g | Sebastian Reichel | 1 | -1/+1 | |
2013-02-25 | new curses user interface | Sebastian Reichel | 9 | -3/+369 | |
2013-02-23 | fix umlauts in receiver | Sebastian Reichel | 1 | -1/+26 | |
2013-02-23 | fix unicode in receiver | Sebastian Reichel | 2 | -7/+7 | |
2013-02-23 | remove debug print | Sebastian Reichel | 1 | -2/+1 | |
2013-02-23 | fix outsources mail code | Sebastian Reichel | 2 | -26/+31 | |
2013-02-23 | refactor some code | Sebastian Reichel | 2 | -68/+101 | |
2013-02-23 | add python version check | Sebastian Reichel | 1 | -0/+4 | |
2013-02-23 | out all db related methods into a class | Sebastian Reichel | 2 | -86/+93 | |
2013-02-23 | renable sending daily mails | Sebastian Reichel | 1 | -2/+1 | |
2013-02-23 | remove pdf from daily mail | Sebastian Reichel | 1 | -54/+34 | |
2013-02-23 | remove weekly support | Sebastian Reichel | 1 | -6/+0 | |
2013-02-23 | remove support for weekly stock mail | Sebastian Reichel | 1 | -44/+2 | |
2013-02-09 | add pgp import link to menu | Sebastian Reichel | 1 | -0/+1 | |
2013-02-09 | support import of PGP keys via web interface | Sebastian Reichel | 2 | -0/+70 | |
2013-02-09 | implement import_archive() | Sebastian Reichel | 1 | -4/+15 | |
2013-02-09 | vapi/gpgme: add support for ImportStatus | Sebastian Reichel | 1 | -3/+60 | |
2013-02-09 | implement gpg methods for the KtT Shop System | Sebastian Reichel | 1 | -4/+31 | |
* list_keys() * get_key() | |||||
2013-02-09 | update of gpgme.vapi | Sebastian Reichel | 1 | -2/+65 | |
2013-02-05 | add system clock check | Sebastian Reichel | 2 | -2/+19 | |
2013-02-05 | initial code for GPG support | Sebastian Reichel | 3 | -2/+91 | |
2013-02-05 | add gpgme bindings for vala | Sebastian Reichel | 3 | -0/+1512 | |
2013-02-04 | this is already printed in db.vala | Sebastian Reichel | 1 | -1/+0 | |
2013-02-04 | invoice month is now calendar month | Sebastian Reichel | 2 | -4/+5 | |
2013-01-13 | use guestprice for guest account in csv data | Sebastian Reichel | 1 | -19/+12 | |
2013-01-05 | remove me from weekly mail | Sebastian Reichel | 1 | -2/+1 | |