summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer11-23/+109
If not selected, a random theme is used.
2017-04-16adds some bootsrap documentationHolger Cremer1-0/+2
2017-04-15Merge pull request #23 from smilix/masterSebastian Reichel1-1/+1
adds 'disabled' and 'hidden'
2017-04-15adds 'disabled' and 'hidden'Holger Cremer1-1/+1
2017-02-04web: set status 200 for succesful requestsSebastian Reichel1-0/+15
2016-09-17show disabled and hidden in csv diffSebastian Reichel2-3/+3
2016-09-17move disabled flag from auth table to user tableSebastian Reichel7-17/+27
2016-08-04surpress "Nothing to be done for 'all'" messageSebastian Reichel3-0/+3
2016-08-04Makefile: add all directoriesSebastian Reichel1-3/+3
2016-08-04sound: japanese sound themeSebastian Reichel7-0/+29
2016-08-04dbus: install service files into system pathSebastian Reichel1-1/+1
2016-08-04document dependenciesSebastian Reichel1-0/+23
2016-08-04pgp: libgpgme requires _FILE_OFFSET_BITS=64Sebastian Reichel1-1/+1
2016-08-04mailer: support disabling starttlsSebastian Reichel1-2/+12
Connection to a localhost mailserver do not need TLS encryption, so add support for plaintext connections. Keep default of enabled TLS.
2016-08-03Shopeinzüge laufen jetzt via shop-einzug@Sebastian Reichel1-2/+2
2016-07-19VorstandsänderungSebastian Reichel1-1/+1
2016-07-01add helper for (re)sending a single invoiceSebastian Reichel4-37/+194
2016-06-19VorstandsänderungSebastian Reichel1-1/+1
2016-04-10web: admins can change permissions of usersSebastian Reichel3-13/+128
2016-04-10database: add set_user_auth()Sebastian Reichel2-0/+24
2016-04-06Andreas als Vorstand entfernenSebastian Reichel1-1/+1
2016-01-21add error 400 templateSebastian Reichel1-0/+5
2016-01-21web: improve database exception renderingSebastian Reichel1-89/+69
2016-01-21database: handle sqlite constraint exception speciallySebastian Reichel2-2/+5
2016-01-21add sql constraint allowing only valid EAN numbersSebastian Reichel1-1/+1
2016-01-13VorstandsupdateSebastian Reichel1-1/+1
2015-12-08do not print fixed navbarSebastian Reichel1-0/+6
2015-10-28simplify string building by using vala's template systemSebastian Reichel1-1/+1
2015-10-28add product categorySebastian Reichel7-13/+73
2015-10-28web: explicitly set status code on successSebastian Reichel1-3/+20
2015-10-28update to libgee-0.8Sebastian Reichel2-2/+2
2015-10-28database: implement the invoice view change for database querySebastian Reichel1-2/+2
This change ensures, that older invoices for special users (< 0) are not affected by future price changes.
2015-10-28sql: view: invoice: fix price calculation for special usersSebastian Reichel1-3/+4
the price for special users is supposed to be the average of the restock price. After this commit only prices, that happened before the invoice entry are taken into account, so that its possible to recalculate the same invoice at a later point.
2015-09-15web: new product list sorted by best before dateSebastian Reichel6-13/+106
2015-09-13Add support for aliased EANsSebastian Reichel9-1/+169
Some products are sold under different EANs (e.g. per-country EANs). The alias table can be used to map multiple EANs to a single product.
2015-09-12input-device: add new daemonSebastian Reichel11-11/+386
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.
2015-06-13fixing status bar removalHolger Cremer1-3/+3
2015-06-13status bar removedHolger Cremer3-6/+7
2015-06-13waiting time reducedHolger Cremer1-1/+1
2015-06-13aaded missing file :(Holger Cremer1-0/+53
2015-06-13replace the popup with an overlay over the messagebox - this is much better ↵Holger Cremer5-9/+23
on very small screens
2015-06-12show the countdown value in the dialog titleHolger Cremer2-5/+34
2015-06-12a simple cli interface to send barcodesHolger Cremer8-193/+322
2015-06-10show a popup for invalid product or missing loginHolger Cremer5-12/+53
2015-06-07external link for a high res barcodeHolger Cremer1-0/+2
2015-06-06Provide a link to the invoice pageHolger Cremer1-0/+1
2015-06-06Using post for login and more loggingHolger Cremer2-5/+13
2015-04-07cashbox: add page with detailsSebastian Reichel6-0/+175
2015-04-07Make the Makefile more quietSebastian Reichel12-6/+16
2015-04-06fix price rendering issue for amounts between -100 and 0Sebastian Reichel1-1/+1