summaryrefslogtreecommitdiffstats
path: root/templates/users
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05implement user listSebastian Reichel1-0/+8
2012-10-05fix superuser row in user profileSebastian Reichel1-1/+1
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 Reichel2-0/+56
- 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