summaryrefslogtreecommitdiffstats
path: root/src/db.vala
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17changed the string to a price objectLennart Weller1-10/+4
2013-03-02initial support for suppliers & best before datesSebastian Reichel1-3/+98
2013-02-05add system clock checkSebastian Reichel1-2/+10
2013-02-04invoice month is now calendar monthSebastian Reichel1-2/+3
2012-12-09Prepare PGP supportSebastian Reichel1-2/+6
- add database field for PGP Key ID - add PGP Key ID support to CSV import - show PGP Key ID in user profile
2012-12-08rename table sells -> salesSebastian Reichel1-9/+9
2012-10-22remove weblogin spam from stdoutSebastian Reichel1-2/+0
2012-10-05refactor scanner session codeSebastian Reichel1-62/+35
2012-10-05add password change option (Closes GH-15)Sebastian Reichel1-0/+21
2012-10-05merge user import script into the web interfaceSebastian Reichel1-12/+91
Users can be imported from *.csv files via /users/import.
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-0/+740
- 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