summaryrefslogtreecommitdiffstats
path: root/src/pdf-stock
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 Cremer6-37/+18
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-26adds an inventory functionHolger Cremer3-4/+8
2018-07-18Debian packagingSebastian Reichel1-3/+0
2018-07-15build: switch to meson buildsystemSebastian Reichel1-20/+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
2018-06-29libcairobarcode: move to srcSebastian Reichel1-3/+3
2018-06-29all: I18N supportSebastian Reichel3-8/+13
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, "");
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel2-2/+2
2018-06-28database: add method to retrieve product details with pricesJohannes Rudolph1-4/+4
2017-04-18all: switch from session to system busSebastian Reichel3-3/+3
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2015-03-08pdf-stock: new tool for stocktakingSebastian Reichel6-0/+323