summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-12-18web: show aliases in product detail pageHEADmasterSebastian Reichel4-0/+30
2020-09-05Fix missing To Header in mailsSebastian Reichel1-2/+10
The public interface expects internal type, which maps the enum differently. Specifically the internal RecipientType.TO is mapped to 0 for the internal code, but 0 means AddressType.Sender in GMime. As a result the supplied mail addresses end up in the Sender field instead.
2020-09-05Fix build problem with toolchain from Debian bullseyeSebastian Reichel1-1/+1
2020-01-04Merge pull request #52 from smilix/masterholger5-113/+107
some fixes for the details view
2020-01-04Merge remote-tracking branch 'upstream/master'Holger Cremer3-3/+3
2020-01-04needs only cashbox permissino to access cashbox detailsHolger Cremer1-1/+1
2020-01-04improves the cashbox detail viewHolger Cremer5-112/+106
2019-11-02Merge pull request #46 from FF-Ibb-PD/bugfixSebastian Reichel2-2/+2
Fix error introduced by vala update via `string args[]` -> `string[] args`
2019-11-02Fix docker file for current Debian sidSebastian Reichel1-1/+1
2019-11-02Update test.valaFF-Ibb-PD1-1/+1
code doesn't compile, brackets were in wrong position
2019-11-02Update test.valaFF-Ibb-PD1-1/+1
Code doesn't compile, brackets were set in wrong position
2019-11-01Merge pull request #45 from smilix/masterholger12-16/+172
mqtt script & pdf generation improvements
2019-04-05Several pdf generation improvements.Holger Cremer8-16/+104
- 2 scripts to create barcodes - "joined add" parameter to create partial lists for updates - a dockerfile to easy creation
2019-04-02Merge remote-tracking branch 'upstream/master'Holger Cremer1-1/+1
2019-04-02update query.shSebastian Reichel1-1/+1
2018-12-18Merge remote-tracking branch 'upstream/master'Holger Cremer4-5/+8
2018-12-18adds a readmeHolger Cremer1-0/+17
2018-12-16adds a script thats sends product stats to mqttHolger Cremer3-0/+51
2018-09-15README: add travis statusSebastian Reichel1-0/+4
2018-09-15pgp: fix build for valac 0.42Sebastian Reichel2-3/+3
The change is not backwards compatible, so bump vala dependency.
2018-09-15travis: actually build the projectSebastian Reichel1-2/+1
2018-09-15Merge pull request #44 from smilix/masterholger2-2/+11
makes tmux call at the end optional
2018-09-15makes tmux call at the end optionalHolger Cremer2-2/+11
2018-09-15README: fix headline syntaxSebastian Reichel1-8/+8
2018-09-14web: add suppliers sectionSebastian Reichel3-3/+94
2018-09-14travis: build docker fileSebastian Reichel1-8/+8
2018-09-06web: user-import: show RFID diffSebastian Reichel2-3/+13
2018-09-06database: fix RFID comparisonSebastian Reichel1-1/+10
2018-09-06web: csv: keep supporting CSV files without RFID entriesSebastian Reichel1-6/+3
2018-09-06Add Travis CISebastian Reichel1-0/+12
2018-08-31shorten some stringsSebastian Reichel3-180/+194
2018-08-31Merge pull request #43 from smilix/better_inventorySebastian Reichel16-17/+283
Better inventory
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer294-11694/+47228
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-08-26Merge pull request #42 from smilix/docker-fixupSebastian Reichel6-21/+84
updates the docker configuration for the new project layout
2018-08-26updates the docker configuration for the new project layoutHolger Cremer6-21/+84
2018-07-26adds an inventory functionHolger Cremer14-14/+245
2018-07-20fix date in mailerSebastian Reichel1-15/+7
2018-07-20web: don't allow non-logged in person to view guest accountSebastian Reichel1-1/+1
2018-07-20database: fix get_product_for_eanSebastian Reichel1-5/+5
2018-07-20datatables: fix pagination entriesSebastian Reichel3-3/+3
2018-07-20web: fix shortnameSebastian Reichel3-42/+24
2018-07-18database: fix stock_statusSebastian Reichel1-1/+1
2018-07-18Debian packagingSebastian Reichel46-126/+17008
2018-07-18web: use datatables instead of sortableSebastian Reichel10-69/+15712
2018-07-18bootstrap2 -> bootstrap3Sebastian Reichel21-6739/+8266
2018-07-17improves the restock form format/stylingHolger Cremer1-7/+32
2018-07-17better method to change passwordHolger Cremer1-1/+1
2018-07-17I need those changes or the audio did not work...Holger Cremer1-1/+3
2018-07-17shopsystem-ui.service: setup console fontSebastian Reichel1-1/+3
2018-07-17README: replace sqlite3 usage with DBus calls to database serviceSebastian Reichel1-7/+15