Closed andyblight closed 2 years ago
This is how to do a basic inner join.
sqlite> select date, ticker, quantity from transactions inner join securities on securities.uid = transactions.security_id;
Commit b36e34b2a79ae87e09c58f78040012103fdb1c59 Securities and transactions tabs work with single labels. Next job is to show and hide the treeview objects. 4hrs
Commit f3f4066c37d8dfb0a19a7cc157d3513b55585c65 Sorted out tab operation for securities and transactions views. 1hr
1h30 Commit 6302abc1271ef40a5244cfae275b8225c9f59c8d Added holdings DB wrapper. Not tested.
2h00 Commit 459392fda3d72b203d0ca785b4d8a324bd76e261 Holdings treeview works with currency values correctly justified and shows correct number of decimals.
This task is done. Total 8h30
At the end of this task, the user will be able to view all current holdings.