summaryrefslogtreecommitdiffstats
path: root/src/database
AgeCommit message (Collapse)AuthorFilesLines
2022-12-18web: show aliases in product detail pageHEADmasterSebastian Reichel2-0/+22
2018-09-06database: fix RFID comparisonSebastian Reichel1-1/+10
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer5-168/+248
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 Cremer2-0/+12
2018-07-20database: fix get_product_for_eanSebastian Reichel1-5/+5
2018-07-18database: fix stock_statusSebastian Reichel1-1/+1
2018-07-18Debian packagingSebastian Reichel1-1/+0
2018-07-17database: add add_category(name)Sebastian Reichel2-1/+20
2018-07-15build: switch to meson buildsystemSebastian Reichel1-10/+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-29all: I18N supportSebastian Reichel3-56/+55
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-28Update CopyrightJohannes Rudolph2-0/+2
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel3-106/+109
2018-06-28Add RFID supportJohannes Rudolph2-0/+52
2018-06-28database: remove correct binary on cleanSebastian Reichel1-1/+1
2018-06-28database: add method to retrieve product details with pricesJohannes Rudolph2-8/+24
2017-06-13adds the joined_at column and support in the db/webHolger Cremer2-3/+7
2017-05-07keeps the sound_theme value on user import (by using a sub select)Holger Cremer1-1/+2
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel1-2/+2
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer2-11/+43
If not selected, a random theme is used.
2016-09-17move disabled flag from auth table to user tableSebastian Reichel2-12/+17
2016-04-10database: add set_user_auth()Sebastian Reichel2-0/+24
2016-01-21database: handle sqlite constraint exception speciallySebastian Reichel2-2/+5
2015-10-28add product categorySebastian Reichel2-7/+51
2015-10-28update to libgee-0.8Sebastian Reichel1-1/+1
2015-10-28database: implement the invoice view change for database querySebastian Reichel1-2/+2
This change ensures, that older invoices for special users (< 0) are not affected by future price changes.
2015-09-15web: new product list sorted by best before dateSebastian Reichel2-11/+61
2015-09-13Add support for aliased EANsSebastian Reichel2-0/+51
Some products are sold under different EANs (e.g. per-country EANs). The alias table can be used to map multiple EANs to a single product.
2015-04-07cashbox: add page with detailsSebastian Reichel2-0/+22
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2015-03-08web: cashbox: try makeing update function foolproof and add historySebastian Reichel2-0/+25
2015-02-16web: support setting product deprecation stateSebastian Reichel2-0/+32
2015-02-14web: more detailed authentication systemSebastian Reichel2-1/+10
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2014-02-02database: do not use invoice viewSebastian Reichel1-2/+2
using the view results in sqlite not making use of the sales index.
2013-06-15cashbox trackingSebastian Reichel2-0/+29
2013-05-24add minimal support for deprecation flagSebastian Reichel1-1/+1
2013-05-23web: add_supplier is voidSebastian Reichel1-1/+1
2013-05-22db: fix new_price in interfaceSebastian Reichel1-1/+1
2013-05-11database: fix segfault in new_product()Sebastian Reichel1-1/+1
2013-05-11database: postcode is string, add get_user_invoice_sum()Sebastian Reichel2-4/+20
2013-05-09database: add get_users_with_salesSebastian Reichel2-0/+15
2013-05-03restock method is voidSebastian Reichel1-1/+1
2013-04-28report sale removal to UIdbusSebastian Reichel2-4/+5
2013-04-28put database location into config fileSebastian Reichel2-2/+10
2013-04-28rename db to database part 2Sebastian Reichel1-1/+1
2013-04-28rename db to databaseSebastian Reichel1-2/+2
2013-04-27db: get_user_auth: return defaults if user not foundSebastian Reichel1-1/+1
2013-03-26ignore binariesSebastian Reichel1-0/+1
2013-03-26fix merge conflictSebastian Reichel2-10/+4