Commit Graph

11 Commits

Author SHA1 Message Date
43035181af Add in code that actually commits updated records. 2020-08-22 19:16:02 -04:00
ea5779764d Add settings and start of record edit screen. 2020-08-20 22:24:45 -04:00
0a4192ca1c Have record class emit when data has changed and update warnings when data has changed. 2020-07-29 12:01:23 -04:00
b8928230bd Fix UI to work better on smaller screens. Implement first version of data import from carfax json. 2020-06-16 17:24:40 -04:00
420d36a1a0 Store service types that are builtin as numbers to reference in code easier. 2020-06-10 13:31:17 -04:00
b554c96720 Fix date storage to be iso string. Save and display date as appropriate. 2020-06-10 11:33:24 -04:00
84dd6d1efc Implement canceling of adding pages. Implement code for record display and adding. 2020-06-09 17:31:16 -04:00
5b8cd46e80 rename db column to not conflict with qml. Make sure to call select on first load of table models to poulate.
Make model classes have some functions accessible from qml. Add custom model method that allows QML to easily add new items.
Add Card layout that contains data from db.
2020-06-07 22:36:32 -04:00
eda53f9663 Pass db instance to models. Pass models to QML. 2020-06-06 22:01:45 -04:00
0590c2bec6 Make service records model. 2020-06-06 21:14:24 -04:00
43f5e1b22c Start adding data structure. 2020-06-02 15:45:39 -04:00