Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-04 | support € values with . notation in web forms | Sebastian Reichel | 2 | -3/+12 | |
2012-10-26 | print price info if no user is logged in | Sebastian Reichel | 1 | -3/+8 | |
2012-10-22 | uint64.parse doesn't work with 0 prefixed numbers | Sebastian Reichel | 1 | -1/+2 | |
2012-10-22 | support EANs starting with zero | Sebastian Reichel | 1 | -1/+1 | |
2012-10-22 | change password for correct user | Sebastian Reichel | 1 | -1/+1 | |
2012-10-22 | remove weblogin spam from stdout | Sebastian Reichel | 1 | -2/+0 | |
2012-10-12 | use alsa | Sebastian Reichel | 1 | -1/+4 | |
2012-10-06 | Add full audio support (Closes: GH-13) | Sebastian Reichel | 3 | -16/+66 | |
2012-10-05 | fix --help and add --version | Sebastian Reichel | 1 | -4/+30 | |
2012-10-05 | refactor scanner session code | Sebastian Reichel | 4 | -124/+185 | |
2012-10-05 | play audio on shutdown (GH-13) | Sebastian Reichel | 3 | -7/+41 | |
2012-10-05 | add system sounds (first part of GH-13) | Sebastian Reichel | 2 | -1/+2 | |
2012-10-05 | add password change option (Closes GH-15) | Sebastian Reichel | 2 | -3/+38 | |
2012-10-05 | implement user list | Sebastian Reichel | 1 | -1/+29 | |
2012-10-05 | fix superuser row in user profile | Sebastian Reichel | 1 | -1/+1 | |
2012-10-05 | add users menu for admins | Sebastian Reichel | 1 | -0/+1 | |
2012-10-05 | show € symbol after invoice sum | Sebastian Reichel | 1 | -1/+1 | |
2012-10-05 | reset superuser flag on logout | Sebastian Reichel | 1 | -0/+1 | |
2012-10-05 | merge user import script into the web interface | Sebastian Reichel | 4 | -13/+270 | |
Users can be imported from *.csv files via /users/import. | |||||
2012-10-02 | Initial Audio Support via GStreamer | Sebastian Reichel | 1 | -0/+27 | |
2012-10-02 | restructure code, switch from GTK to Web based UI | Sebastian Reichel | 8 | -0/+2163 | |
- 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 |