summaryrefslogtreecommitdiffstats
path: root/sql/views.sql
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15sql updateSebastian Reichel1-41/+0
2015-10-28add product categorySebastian Reichel1-1/+1
2015-10-28sql: view: invoice: fix price calculation for special usersSebastian Reichel1-3/+4
the price for special users is supposed to be the average of the restock price. After this commit only prices, that happened before the invoice entry are taken into account, so that its possible to recalculate the same invoice at a later point.
2013-06-15cashbox trackingSebastian Reichel1-0/+17
2013-05-24add minimal support for deprecation flagSebastian Reichel1-0/+1
2012-12-08rename table sells -> salesSebastian Reichel1-1/+1
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-0/+22
- 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