summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16Merge pull request #19 from lhw/dropprivSebastian Reichel1-0/+20
Drop to user privileges on server startup
2013-03-16drop privileges on server startupLennart Weller1-0/+20
2013-03-15pdf-invoice.vala: add template textSebastian Reichel1-0/+12
2013-03-15pdf-invoice.vala: add copyright headerSebastian Reichel1-0/+15
This file is also open source :)
2013-03-15Merge branch 'master' of github.com:ktt-ol/serial-barcode-scannerSebastian Reichel1-3/+5
2013-03-15new invoice PDF generation toolSebastian Reichel2-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-14Merge pull request #18 from bahnpirat/masterSebastian Reichel1-3/+5
Texte leicht geändert
2013-03-14Update generate-invoice.pybahnpirat1-3/+5
Text umformuliert, +Verabschiedung
2013-03-09add debug messages in monthly invoice scriptSebastian Reichel1-0/+4
2013-03-06show supplier & best before date in the web interfaceSebastian Reichel2-3/+11
2013-03-02move specification of serial device into config fileSebastian Reichel1-14/+15
2013-03-02initial support for suppliers & best before datesSebastian Reichel5-11/+137
2013-02-27fix price info for memberpriceSebastian Reichel1-1/+1
2013-02-25KtT Shopsystem -> KtT ShopSebastian Reichel1-6/+6
2013-02-25s/curses/ncursesw/gSebastian Reichel1-1/+1
2013-02-25new curses user interfaceSebastian Reichel9-3/+369
2013-02-23fix umlauts in receiverSebastian Reichel1-1/+26
2013-02-23fix unicode in receiverSebastian Reichel2-7/+7
2013-02-23remove debug printSebastian Reichel1-2/+1
2013-02-23fix outsources mail codeSebastian Reichel2-26/+31
2013-02-23refactor some codeSebastian Reichel2-68/+101
2013-02-23add python version checkSebastian Reichel1-0/+4
2013-02-23out all db related methods into a classSebastian Reichel2-86/+93
2013-02-23renable sending daily mailsSebastian Reichel1-2/+1
2013-02-23remove pdf from daily mailSebastian Reichel1-54/+34
2013-02-23remove weekly supportSebastian Reichel1-6/+0
2013-02-23remove support for weekly stock mailSebastian Reichel1-44/+2
2013-02-09add pgp import link to menuSebastian Reichel1-0/+1
2013-02-09support import of PGP keys via web interfaceSebastian Reichel2-0/+70
2013-02-09implement import_archive()Sebastian Reichel1-4/+15
2013-02-09vapi/gpgme: add support for ImportStatusSebastian Reichel1-3/+60
2013-02-09implement gpg methods for the KtT Shop SystemSebastian Reichel1-4/+31
* list_keys() * get_key()
2013-02-09update of gpgme.vapiSebastian Reichel1-2/+65
2013-02-05add system clock checkSebastian Reichel2-2/+19
2013-02-05initial code for GPG supportSebastian Reichel3-2/+91
2013-02-05add gpgme bindings for valaSebastian Reichel3-0/+1512
2013-02-04this is already printed in db.valaSebastian Reichel1-1/+0
2013-02-04invoice month is now calendar monthSebastian Reichel2-4/+5
2013-01-13use guestprice for guest account in csv dataSebastian Reichel1-19/+12
2013-01-05remove me from weekly mailSebastian Reichel1-2/+1
2013-01-05support smtp connection without loginSebastian Reichel1-2/+4
2013-01-03use calendar month for monthly invoiceSebastian Reichel1-13/+5
2013-01-03fix december invoiceSebastian Reichel1-2/+9
2012-12-09Prepare PGP supportSebastian Reichel6-7/+14
- add database field for PGP Key ID - add PGP Key ID support to CSV import - show PGP Key ID in user profile
2012-12-08rename table sells -> salesSebastian Reichel5-17/+17
2012-12-08sqlite: false -> 0Sebastian Reichel1-1/+1
2012-11-16fix price info (guest & member info were swapped)Sebastian Reichel1-2/+2
2012-11-05show barcode in user profileSebastian Reichel3-0/+161
2012-11-04support € values in the templateSebastian Reichel2-5/+5
2012-11-04Web: add option for adding new selling price infoSebastian Reichel3-3/+74