summaryrefslogtreecommitdiffstats
path: root/templates/js
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel9-16912/+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
2015-03-08bootstrap: update to 2.3.2Sebastian Reichel1-204/+457
2015-02-16jquery: update to 1.11.2Sebastian Reichel1-6366/+7272
2012-11-05show barcode in user profileSebastian Reichel1-0/+148
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel8-0/+15605
- 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