andyblight / share-tracking-1

Share tracking app with a Tcl/TK GUI and SQLite database.
MIT License
0 stars 0 forks source link

Show table with SID replaced by security name #15

Closed andyblight closed 1 year ago

andyblight commented 1 year ago

SIDs are difficult to relate to!

andyblight commented 1 year ago

Add new tab "Summary". This should start off as a copy of "Holdings" and then do a join query to link holdings SID with the full name.

andyblight commented 1 year ago

Added tab, table view and table. All working except for conversion of date time thing in set__from_raw function. 3h00

andyblight commented 1 year ago

Finally managed to sort out the datetime issue by writing my own function. Done and tested on commit 52d7d62b75718cec4a57153e068bd7bef5be4280 2h00 5h00