- 20 Apr, 2018 1 commit
-
-
Hugo Hörnquist authored
-
- 13 Apr, 2018 14 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
This commit introduces a new view in the database
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Contains an almost finished GUI (for the money accounts), which probably won't change. Along with code to popuplate the combo boxes, and the account list. Introduces a new view in the DB.
-
- 09 Apr, 2018 5 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Patch file only for updating. Shouldn't clutter file system after that.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
This commit replaces how the diff system for products works under the hood. The final saved diffs are the exact same as before, and the GUI has simple received a "quick mode" checkbox. The major update is that the temp diff table stores a lot less data, and is accessable as a view, allowing for much easier subquerying in it. This was also the (I think) last place the database didn't operate on it's own, but was rather dependent on the GUI. Which makes this really nice. ==== INSTALLATION ==== Apply the changes in diff.sql to the already existing database, which creates all new tables, and sets the required data. Note that it doesn't clean up the old tables. I will probably fix that in the future.
-
- 08 Apr, 2018 9 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 06 Apr, 2018 3 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 16 Mar, 2018 2 commits
-
-
Hugo Hörnquist authored
I missed that you buy stuff by adding them to big buy, and then removing it, allowing SQL triggers to handle all the logic. This means that for actually removing items you need to temporarly disable that functionality. This commit does that.
-
Hugo Hörnquist authored
-
- 16 Feb, 2018 6 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Alexander Rehnman authored
Caused by total_price not being initialized to 0.
-