summaryrefslogtreecommitdiffstats
path: root/src/database/db-interface.vala
AgeCommit message (Expand)AuthorFilesLines
2022-12-18web: show aliases in product detail pageHEADmasterSebastian Reichel1-0/+1
2018-09-06database: fix RFID comparisonSebastian Reichel1-1/+10
2018-08-27Merge branch 'master' into better_inventoryHolger Cremer1-52/+61
2018-07-26adds an inventory functionHolger Cremer1-0/+1
2018-07-17database: add add_category(name)Sebastian Reichel1-1/+2
2018-06-28Update CopyrightJohannes Rudolph1-0/+1
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-53/+53
2018-06-28Add RFID supportJohannes Rudolph1-0/+6
2018-06-28database: add method to retrieve product details with pricesJohannes Rudolph1-3/+4
2017-06-13adds the joined_at column and support in the db/webHolger Cremer1-0/+2
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. I...Holger Cremer1-0/+3
2016-09-17move disabled flag from auth table to user tableSebastian Reichel1-1/+4
2016-04-10database: add set_user_auth()Sebastian Reichel1-0/+1
2016-01-21database: handle sqlite constraint exception speciallySebastian Reichel1-1/+2
2015-10-28add product categorySebastian Reichel1-1/+9
2015-09-15web: new product list sorted by best before dateSebastian Reichel1-1/+9
2015-09-13Add support for aliased EANsSebastian Reichel1-0/+8
2015-04-07cashbox: add page with detailsSebastian Reichel1-0/+1
2015-03-08web: cashbox: try makeing update function foolproof and add historySebastian Reichel1-0/+7
2015-02-16web: support setting product deprecation stateSebastian Reichel1-0/+2
2015-02-14web: more detailed authentication systemSebastian Reichel1-0/+3
2013-06-15cashbox trackingSebastian Reichel1-0/+2
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 Reichel1-1/+2
2013-05-09database: add get_users_with_salesSebastian Reichel1-0/+1
2013-05-03restock method is voidSebastian Reichel1-1/+1
2013-04-28report sale removal to UIdbusSebastian Reichel1-1/+1
2013-03-26fix merge conflictSebastian Reichel1-2/+2
2013-03-26code restructureSebastian Reichel1-0/+148