summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2012-11-04Web: add option for adding new selling price infoSebastian Reichel2-1/+27
2012-10-05add password change option (Closes GH-15)Sebastian Reichel3-26/+31
2012-10-05implement user listSebastian Reichel1-0/+8
2012-10-05fix superuser row in user profileSebastian Reichel1-1/+1
2012-10-05add users menu for adminsSebastian Reichel2-0/+11
2012-10-05merge user import script into the web interfaceSebastian Reichel1-0/+39
Users can be imported from *.csv files via /users/import.
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel31-0/+21904
- 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