summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30Revert "event based version"Lennart Weller3-52/+5
Moved commit to branch for testing purposes This reverts commit 34ba5054315e3888003fc007956e67976aed08f5.
2012-05-30indent ascii tableSebastian Reichel1-8/+8
2012-05-30add method generating text invoiceSebastian Reichel1-14/+67
2012-05-28interpret sys.argvSebastian Reichel1-3/+12
2012-05-27add method to send info about current stockSebastian Reichel1-2/+46
2012-05-27support sending mail without pdf attachmentSebastian Reichel1-3/+13
2012-05-27add orange juiceSebastian Reichel1-30/+48
2012-05-26tcflush is wrong at this positionSebastian Reichel1-1/+0
2012-05-25add ! to end of sentenceSebastian Reichel1-1/+1
2012-05-25include minute in subjectSebastian Reichel1-1/+1
2012-05-24fix %llu/%lld for user id (should be %d)Sebastian Reichel2-7/+7
2012-05-24print timestamps into the logSebastian Reichel1-17/+19
2012-05-24script to import users from csv into sqlite dbSebastian Reichel1-0/+23
2012-05-24user ids are 2**31 maxSebastian Reichel2-6/+6
2012-05-24update daily-mail scriptSebastian Reichel1-41/+41
2012-05-24cheese lollySebastian Reichel1-0/+1
2012-05-24change user table layoutSebastian Reichel1-1/+1
2012-05-24FIX: leave stock mode on logoutSebastian Reichel1-0/+1
2012-05-22event based versionLennart Weller3-5/+52
2012-05-21add missing pricesSebastian Reichel1-0/+16
2012-05-21Eike Frost -> Holger CremerSebastian Reichel1-1/+1
2012-05-21generate-invoice.py: support sending mailsSebastian Reichel1-17/+68
2012-05-20add sql script adding some pricesSebastian Reichel1-0/+31
2012-05-20add price and user table to create_db.sqlSebastian Reichel1-0/+2
2012-05-20add price and user support to generate-invoice.pySebastian Reichel1-23/+76
2012-05-20invoice generatorSebastian Reichel4-0/+317
2012-05-18use correct statement in undoSebastian Reichel1-1/+1
2012-05-18fix compilation errorsSebastian Reichel1-7/+10
2012-05-18increase stock number on undoSebastian Reichel1-13/+47
2012-05-18decrease stock amount if something has been boughtSebastian Reichel1-11/+26
2012-05-18undo function and stock modeSebastian Reichel4-36/+191
2012-05-17add hacked CODE39 checksum checkSebastian Reichel1-1/+59
2012-05-17fix Device.receive()Sebastian Reichel1-14/+14
2012-05-17be more verboseSebastian Reichel1-4/+5
2012-05-16add timestamp to purchasesSebastian Reichel1-1/+4
2012-05-16add database creation scriptSebastian Reichel3-0/+37
2012-05-16disable web.vala for nowSebastian Reichel1-1/+2
2012-05-16code refactor + changed status led meaningSebastian Reichel4-82/+98
2012-05-16increase led timeSebastian Reichel1-2/+24
2012-05-16exit if device has been lostSebastian Reichel1-0/+5
2012-05-16add support for our status LEDSebastian Reichel2-1/+14
2012-05-16add databaseSebastian Reichel1-0/+0
2012-05-16add lokal backendSebastian Reichel3-7/+78
2012-04-30add POST data to web requestsSebastian Reichel1-12/+27
2012-04-30use valac-0.16Sebastian Reichel1-1/+1
2012-04-29-1 is no longer possible with unsigned intergerSebastian Reichel1-8/+8
2012-04-29call webframework for login/logout/buySebastian Reichel2-6/+22
2012-04-29we use uint64 for user numbersSebastian Reichel1-2/+2
2012-04-29differ between user and product barcodesSebastian Reichel1-3/+9
2012-04-29add user logic to web.valaSebastian Reichel1-5/+21