summaryrefslogtreecommitdiffstats
path: root/templates/css/base.css
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-91/+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
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer1-0/+8
If not selected, a random theme is used.
2015-12-08do not print fixed navbarSebastian Reichel1-0/+6
2015-03-08web: cashbox: try makeing update function foolproof and add historySebastian Reichel1-0/+8
2012-10-05add users menu for adminsSebastian Reichel1-0/+4
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-0/+65
- 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