Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-15 | build: switch to meson buildsystem | Sebastian Reichel | 6 | -158/+0 | |
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install | |||||
2016-04-10 | web: admins can change permissions of users | Sebastian Reichel | 1 | -5/+5 | |
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-02-16 | web: support setting product deprecation state | Sebastian Reichel | 1 | -0/+23 | |
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 | |
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-02 | restructure code, switch from GTK to Web based UI | Sebastian Reichel | 4 | -0/+84 | |
- 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 |