Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-18 | web: show aliases in product detail pageHEADmaster | Sebastian Reichel | 4 | -0/+30 | |
2020-09-05 | Fix missing To Header in mails | Sebastian Reichel | 1 | -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-05 | Fix build problem with toolchain from Debian bullseye | Sebastian Reichel | 1 | -1/+1 | |
2020-01-04 | Merge pull request #52 from smilix/master | holger | 5 | -113/+107 | |
some fixes for the details view | |||||
2020-01-04 | Merge remote-tracking branch 'upstream/master' | Holger Cremer | 3 | -3/+3 | |
2020-01-04 | needs only cashbox permissino to access cashbox details | Holger Cremer | 1 | -1/+1 | |
2020-01-04 | improves the cashbox detail view | Holger Cremer | 5 | -112/+106 | |
2019-11-02 | Merge pull request #46 from FF-Ibb-PD/bugfix | Sebastian Reichel | 2 | -2/+2 | |
Fix error introduced by vala update via `string args[]` -> `string[] args` | |||||
2019-11-02 | Fix docker file for current Debian sid | Sebastian Reichel | 1 | -1/+1 | |
2019-11-02 | Update test.vala | FF-Ibb-PD | 1 | -1/+1 | |
code doesn't compile, brackets were in wrong position | |||||
2019-11-02 | Update test.vala | FF-Ibb-PD | 1 | -1/+1 | |
Code doesn't compile, brackets were set in wrong position | |||||
2019-11-01 | Merge pull request #45 from smilix/master | holger | 12 | -16/+172 | |
mqtt script & pdf generation improvements | |||||
2019-04-05 | Several pdf generation improvements. | Holger Cremer | 8 | -16/+104 | |
- 2 scripts to create barcodes - "joined add" parameter to create partial lists for updates - a dockerfile to easy creation | |||||
2019-04-02 | Merge remote-tracking branch 'upstream/master' | Holger Cremer | 1 | -1/+1 | |
2019-04-02 | update query.sh | Sebastian Reichel | 1 | -1/+1 | |
2018-12-18 | Merge remote-tracking branch 'upstream/master' | Holger Cremer | 4 | -5/+8 | |
2018-12-18 | adds a readme | Holger Cremer | 1 | -0/+17 | |
2018-12-16 | adds a script thats sends product stats to mqtt | Holger Cremer | 3 | -0/+51 | |
2018-09-15 | README: add travis status | Sebastian Reichel | 1 | -0/+4 | |
2018-09-15 | pgp: fix build for valac 0.42 | Sebastian Reichel | 2 | -3/+3 | |
The change is not backwards compatible, so bump vala dependency. | |||||
2018-09-15 | travis: actually build the project | Sebastian Reichel | 1 | -2/+1 | |
2018-09-15 | Merge pull request #44 from smilix/master | holger | 2 | -2/+11 | |
makes tmux call at the end optional | |||||
2018-09-15 | makes tmux call at the end optional | Holger Cremer | 2 | -2/+11 | |
2018-09-15 | README: fix headline syntax | Sebastian Reichel | 1 | -8/+8 | |
2018-09-14 | web: add suppliers section | Sebastian Reichel | 3 | -3/+94 | |
2018-09-14 | travis: build docker file | Sebastian Reichel | 1 | -8/+8 | |
2018-09-06 | web: user-import: show RFID diff | Sebastian Reichel | 2 | -3/+13 | |
2018-09-06 | database: fix RFID comparison | Sebastian Reichel | 1 | -1/+10 | |
2018-09-06 | web: csv: keep supporting CSV files without RFID entries | Sebastian Reichel | 1 | -6/+3 | |
2018-09-06 | Add Travis CI | Sebastian Reichel | 1 | -0/+12 | |
2018-08-31 | shorten some strings | Sebastian Reichel | 3 | -180/+194 | |
2018-08-31 | Merge pull request #43 from smilix/better_inventory | Sebastian Reichel | 16 | -17/+283 | |
Better inventory | |||||
2018-08-27 | Merge branch 'master' into better_inventory | Holger Cremer | 294 | -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-26 | Merge pull request #42 from smilix/docker-fixup | Sebastian Reichel | 6 | -21/+84 | |
updates the docker configuration for the new project layout | |||||
2018-08-26 | updates the docker configuration for the new project layout | Holger Cremer | 6 | -21/+84 | |
2018-07-26 | adds an inventory function | Holger Cremer | 14 | -14/+245 | |
2018-07-20 | fix date in mailer | Sebastian Reichel | 1 | -15/+7 | |
2018-07-20 | web: don't allow non-logged in person to view guest account | Sebastian Reichel | 1 | -1/+1 | |
2018-07-20 | database: fix get_product_for_ean | Sebastian Reichel | 1 | -5/+5 | |
2018-07-20 | datatables: fix pagination entries | Sebastian Reichel | 3 | -3/+3 | |
2018-07-20 | web: fix shortname | Sebastian Reichel | 3 | -42/+24 | |
2018-07-18 | database: fix stock_status | Sebastian Reichel | 1 | -1/+1 | |
2018-07-18 | Debian packaging | Sebastian Reichel | 46 | -126/+17008 | |
2018-07-18 | web: use datatables instead of sortable | Sebastian Reichel | 10 | -69/+15712 | |
2018-07-18 | bootstrap2 -> bootstrap3 | Sebastian Reichel | 21 | -6739/+8266 | |
2018-07-17 | improves the restock form format/styling | Holger Cremer | 1 | -7/+32 | |
2018-07-17 | better method to change password | Holger Cremer | 1 | -1/+1 | |
2018-07-17 | I need those changes or the audio did not work... | Holger Cremer | 1 | -1/+3 | |
2018-07-17 | shopsystem-ui.service: setup console font | Sebastian Reichel | 1 | -1/+3 | |
2018-07-17 | README: replace sqlite3 usage with DBus calls to database service | Sebastian Reichel | 1 | -7/+15 | |