Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-28 | web: Use working online service for barcodes | Johannes Rudolph | 1 | -1/+1 | |
Replace webservice for generating Code 39 barcodes with a working one. | |||||
2017-06-13 | adds the joined_at column and support in the db/web | Holger Cremer | 1 | -1/+1 | |
2017-04-16 | adds a new feature: a user can select it's sond theme in the web interface. ↵ | Holger Cremer | 2 | -1/+28 | |
If not selected, a random theme is used. | |||||
2016-09-17 | show disabled and hidden in csv diff | Sebastian Reichel | 1 | -1/+1 | |
2016-09-17 | move disabled flag from auth table to user table | Sebastian Reichel | 1 | -1/+3 | |
2016-04-10 | web: admins can change permissions of users | Sebastian Reichel | 2 | -10/+70 | |
2016-01-21 | add error 400 template | Sebastian Reichel | 1 | -0/+5 | |
2015-12-08 | do not print fixed navbar | Sebastian Reichel | 1 | -0/+6 | |
2015-10-28 | add product category | Sebastian Reichel | 2 | -1/+5 | |
2015-09-15 | web: new product list sorted by best before date | Sebastian Reichel | 2 | -0/+10 | |
2015-09-13 | Add support for aliased EANs | Sebastian Reichel | 3 | -0/+32 | |
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-06-07 | external link for a high res barcode | Holger Cremer | 1 | -0/+2 | |
2015-06-06 | Provide a link to the invoice page | Holger Cremer | 1 | -0/+1 | |
2015-06-06 | Using post for login and more logging | Holger Cremer | 1 | -1/+1 | |
2015-04-07 | cashbox: add page with details | Sebastian Reichel | 3 | -0/+44 | |
2015-03-08 | web: cashbox: try makeing update function foolproof and add history | Sebastian Reichel | 2 | -5/+22 | |
2015-03-08 | bootstrap: update to 2.3.2 | Sebastian Reichel | 2 | -678/+1324 | |
2015-02-16 | web: support setting product deprecation state | Sebastian Reichel | 1 | -0/+23 | |
2015-02-16 | jquery: update to 1.11.2 | Sebastian Reichel | 1 | -6366/+7272 | |
2015-02-14 | web: more detailed authentication system | Sebastian Reichel | 2 | -2/+5 | |
2013-06-15 | web: add cashbox tracking | Sebastian Reichel | 3 | -0/+31 | |
2013-05-12 | templates: update minimal prices | Sebastian Reichel | 1 | -2/+2 | |
2013-03-06 | show supplier & best before date in the web interface | Sebastian Reichel | 1 | -1/+1 | |
2013-03-02 | initial support for suppliers & best before dates | Sebastian Reichel | 2 | -5/+16 | |
2013-02-09 | add pgp import link to menu | Sebastian Reichel | 1 | -0/+1 | |
2013-02-09 | support import of PGP keys via web interface | Sebastian Reichel | 1 | -0/+22 | |
2012-12-09 | Prepare PGP support | Sebastian Reichel | 2 | -1/+2 | |
- add database field for PGP Key ID - add PGP Key ID support to CSV import - show PGP Key ID in user profile | |||||
2012-11-05 | show barcode in user profile | Sebastian Reichel | 3 | -0/+161 | |
2012-11-04 | support € values in the template | Sebastian Reichel | 2 | -5/+5 | |
2012-11-04 | Web: add option for adding new selling price info | Sebastian Reichel | 2 | -1/+27 | |
2012-10-05 | add password change option (Closes GH-15) | Sebastian Reichel | 3 | -26/+31 | |
2012-10-05 | implement user list | Sebastian Reichel | 1 | -0/+8 | |
2012-10-05 | fix superuser row in user profile | Sebastian Reichel | 1 | -1/+1 | |
2012-10-05 | add users menu for admins | Sebastian Reichel | 2 | -0/+11 | |
2012-10-05 | merge user import script into the web interface | Sebastian Reichel | 1 | -0/+39 | |
Users can be imported from *.csv files via /users/import. | |||||
2012-10-02 | restructure code, switch from GTK to Web based UI | Sebastian Reichel | 31 | -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 |