summaryrefslogtreecommitdiffstats
path: root/src/pdf-stock/test.vala
AgeCommit message (Collapse)AuthorFilesLines
2019-11-02Update test.valaFF-Ibb-PD1-1/+1
code doesn't compile, brackets were in wrong position
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer1-3/+5
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-06-29all: I18N supportSebastian Reichel1-2/+4
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2017-04-18all: switch from session to system busSebastian Reichel1-1/+1
2015-03-08pdf-stock: new tool for stocktakingSebastian Reichel1-0/+28