summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-26adds an inventory functionHolger Cremer1-1/+9
2015-09-13Add support for aliased EANsSebastian Reichel1-0/+1
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-02-14web: more detailed authentication systemSebastian Reichel1-2/+2
2013-06-15web: add cashbox trackingSebastian Reichel1-0/+3
2013-02-09add pgp import link to menuSebastian Reichel1-0/+1
2012-10-05add users menu for adminsSebastian Reichel1-0/+7
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-0/+20
- 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