summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-04-28report sale removal to UIdbusSebastian Reichel3-5/+9
2013-04-28send out error message via dbusSebastian Reichel1-1/+1
2013-04-28put database location into config fileSebastian Reichel2-2/+10
2013-04-28do not set loghandler before ui is initializedSebastian Reichel1-2/+2
2013-04-28improve config file location findingSebastian Reichel1-1/+3
2013-04-28put audio path into configSebastian Reichel3-6/+14
2013-04-28fix ScannerSession.service and update gitignoreSebastian Reichel2-1/+2
2013-04-28add dbus service filesSebastian Reichel9-0/+47
2013-04-28rename db to database part 2Sebastian Reichel1-1/+1
2013-04-28rename db to databaseSebastian Reichel1-2/+2
2013-04-27change default audio files directorySebastian Reichel1-1/+1
2013-04-27db: get_user_auth: return defaults if user not foundSebastian Reichel1-1/+1
2013-04-27fix init in scanner-session daemonSebastian Reichel1-0/+2
2013-04-27fallback to default themeSebastian Reichel1-2/+8
2013-04-27fix byterate dividerSebastian Reichel1-1/+1
2013-04-27do not wait for audio stream on ui exitSebastian Reichel1-5/+10
2013-04-27fix init in audio daemonSebastian Reichel1-0/+4
2013-03-27display messages from scanner sessionSebastian Reichel2-2/+11
2013-03-27handle errorsSebastian Reichel7-15/+137
2013-03-26ignore binariesSebastian Reichel9-0/+9
2013-03-26fix merge conflictSebastian Reichel3-13/+5
2013-03-26code restructureSebastian Reichel52-623/+1694
2013-03-16Merge pull request #21 from ktt-ol/structchangeSebastian Reichel2-13/+5
Changed the price string to a price integer for better implementation
2013-03-17use string templates insteadLennart Weller1-3/+1
2013-03-17use built-in to_stringLennart Weller1-2/+2
2013-03-17reduced precisionLennart Weller1-2/+2
2013-03-17changed the string to a price objectLennart Weller2-12/+6
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