summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-06show supplier & best before date in the web interfaceSebastian Reichel1-2/+10
2013-03-02move specification of serial device into config fileSebastian Reichel1-14/+15
2013-03-02initial support for suppliers & best before datesSebastian Reichel2-5/+119
2013-02-27fix price info for memberpriceSebastian Reichel1-1/+1
2013-02-25KtT Shopsystem -> KtT ShopSebastian Reichel1-6/+6
2013-02-25new curses user interfaceSebastian Reichel8-1/+367
2013-02-09support import of PGP keys via web interfaceSebastian Reichel1-0/+48
2013-02-09implement import_archive()Sebastian Reichel1-4/+15
2013-02-09implement gpg methods for the KtT Shop SystemSebastian Reichel1-4/+31
* list_keys() * get_key()
2013-02-05add system clock checkSebastian Reichel2-2/+19
2013-02-05initial code for GPG supportSebastian Reichel2-0/+89
2013-02-04this is already printed in db.valaSebastian Reichel1-1/+0
2013-02-04invoice month is now calendar monthSebastian Reichel2-4/+5
2012-12-09Prepare PGP supportSebastian Reichel3-5/+11
- 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 Reichel1-9/+9
2012-11-16fix price info (guest & member info were swapped)Sebastian Reichel1-2/+2
2012-11-04Web: add option for adding new selling price infoSebastian Reichel1-2/+47
2012-11-04fix price info codeSebastian Reichel1-2/+2
2012-11-04support € values with . notation in web formsSebastian Reichel2-3/+12
2012-10-26print price info if no user is logged inSebastian Reichel1-3/+8
2012-10-22uint64.parse doesn't work with 0 prefixed numbersSebastian Reichel1-1/+2
2012-10-22support EANs starting with zeroSebastian Reichel1-1/+1
2012-10-22change password for correct userSebastian Reichel1-1/+1
2012-10-22remove weblogin spam from stdoutSebastian Reichel1-2/+0
2012-10-12use alsaSebastian Reichel1-1/+4
2012-10-06Add full audio support (Closes: GH-13)Sebastian Reichel3-16/+66
2012-10-05fix --help and add --versionSebastian Reichel1-4/+30
2012-10-05refactor scanner session codeSebastian Reichel4-124/+185
2012-10-05play audio on shutdown (GH-13)Sebastian Reichel3-7/+41
2012-10-05add system sounds (first part of GH-13)Sebastian Reichel2-1/+2
2012-10-05add password change option (Closes GH-15)Sebastian Reichel2-3/+38
2012-10-05implement user listSebastian Reichel1-1/+29
2012-10-05fix superuser row in user profileSebastian Reichel1-1/+1
2012-10-05add users menu for adminsSebastian Reichel1-0/+1
2012-10-05show € symbol after invoice sumSebastian Reichel1-1/+1
2012-10-05reset superuser flag on logoutSebastian Reichel1-0/+1
2012-10-05merge user import script into the web interfaceSebastian Reichel4-13/+270
Users can be imported from *.csv files via /users/import.
2012-10-02Initial Audio Support via GStreamerSebastian Reichel1-0/+27
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel8-0/+2163
- move barcode generation scripts into generation/ - move code to src/ - remove database analysis from invoice/graph - put database creation sql files into sql/ - remove glade builder file - add new templates/ directory, which contains files used by the Web-UI