- 29 May, 2018 2 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 20 Apr, 2018 12 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
This adds a new tab to the admin window, containing functions for writing, storing and executing SQL queries. But also, and this is the big part PRINTING THEM! The database needs to be patched, see diff.sql.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Currently it pops up a preview dialog, which is good enough for the time being.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Imported under licence specified in tableprinter.{cpp,h}.
-
Hugo Hörnquist authored
Adds a new table to the database.
-
Hugo Hörnquist authored
Also made the `accTransferText` a QPlainTextEdit instead of a QLineEdit.
-
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 7 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
-