summaryrefslogtreecommitdiffstats
path: root/data/templates/products
AgeCommit message (Collapse)AuthorFilesLines
2022-12-18web: show aliases in product detail pageHEADmasterSebastian Reichel1-0/+1
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer7-0/+251
Conflicts: README data/templates/products/entry.html docker/Dockerfile docker/init.sh src/database/database.vala src/database/db-interface.vala src/pdf-stock/Makefile src/pdf-stock/pdf-stock-interface.vala src/pdf-stock/pdf-stock.vala src/web/Makefile src/web/main.vala templates/menu.html templates/products/index.html
2018-07-20datatables: fix pagination entriesSebastian Reichel2-2/+2
2018-07-18web: use datatables instead of sortableSebastian Reichel2-2/+14
2018-07-18bootstrap2 -> bootstrap3Sebastian Reichel2-19/+21
2018-07-15build: switch to meson buildsystemSebastian Reichel6-0/+158
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