summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-08web: cashbox: try makeing update function foolproof and add historySebastian Reichel5-11/+95
2015-03-08bootstrap: update to 2.3.2Sebastian Reichel2-678/+1324
2015-03-08pdf-stock: new tool for stocktakingSebastian Reichel8-1/+327
2015-03-08libcairobarcode: build libcairobarcode.soSebastian Reichel5-88/+21
2015-02-16add some TODOsSebastian Reichel1-0/+5
2015-02-16invoice: prefix invoice id with SHSebastian Reichel1-1/+1
2015-02-16update TODOSebastian Reichel1-3/+0
2015-02-16web: support setting product deprecation stateSebastian Reichel4-2/+92
2015-02-16web: support missing certificate/privatekey config entriesSebastian Reichel1-5/+10
2015-02-16jquery: update to 1.11.2Sebastian Reichel1-6366/+7272
2015-02-15fix rendering of negative money amountsSebastian Reichel1-1/+1
2015-02-14web: more detailed authentication systemSebastian Reichel8-15/+52
2015-02-13web: add tls supportSebastian Reichel4-7/+30
2014-12-01VorstandsänderungSebastian Reichel1-3/+3
2014-12-01Änderung der Addresse im BriefkopfSebastian Reichel1-1/+1
2014-11-30add git backup ideaSebastian Reichel1-0/+9
2014-11-29mail binary needs libsslSebastian Reichel1-0/+1
2014-11-26barcodelist: use portrait mode, add page numbers, add headerSebastian Reichel1-5/+6
2014-06-01pdf-invoice: update footer for SEPASebastian Reichel1-6/+6
2014-04-20pdf-invoice: fix FTBFS for test binarySebastian Reichel3-2/+9
2014-04-09silence C-Compiler warningsSebastian Reichel12-13/+13
2014-04-09ruby script: add query.sh to generate matching csvSebastian Reichel1-0/+1
2014-02-03initial libcairobarcodeSebastian Reichel7-1/+368
2014-02-03add TODO fileSebastian Reichel1-0/+97
2014-02-02add READMESebastian Reichel1-0/+47
2014-02-02update configure scriptSebastian Reichel3-151/+395
configure script now generates configuration files for the sourcecode and the build system.
2014-02-02Revert "invoice: delete sent mails from mail manager"Sebastian Reichel1-2/+0
This reverts commit 74f18e78c20ad983abbb8a0e5357bd529cdfd1f1.