summaryrefslogtreecommitdiffstats
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2022-12-18web: show aliases in product detail pageHEADmasterSebastian Reichel1-0/+1
2020-01-04improves the cashbox detail viewHolger Cremer4-90/+89
2018-09-14web: add suppliers sectionSebastian Reichel2-0/+41
2018-09-06web: user-import: show RFID diffSebastian Reichel1-1/+1
2018-08-31shorten some stringsSebastian Reichel2-168/+182
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer157-0/+59980
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 Reichel3-3/+3
2018-07-18Debian packagingSebastian Reichel9-4/+16640
2018-07-18web: use datatables instead of sortableSebastian Reichel10-69/+15712
2018-07-18bootstrap2 -> bootstrap3Sebastian Reichel20-6738/+8246
2018-07-17shopsystem-ui.service: setup console fontSebastian Reichel1-1/+3
2018-07-15all: fix all remaining warningsSebastian Reichel2-10/+22
2018-07-15sql updateSebastian Reichel3-0/+82
2018-07-15all: simplify datadir configurationSebastian Reichel2-48/+48
This simplifies the datadir configuration and removes the expectation, that the code is executed from the repository. It should now be possible to install this into the system like any other common Linux application.
2018-07-15build: switch to meson buildsystemSebastian Reichel142-0/+25998
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