andyblight / share-tracking-1

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

Buy, sell and view transactions #2

Closed andyblight closed 2 years ago

andyblight commented 2 years ago

This task is to implement and test the following:

This task will need to sort out the menus so that the user can add a transaction and view all active transactions.
The securities table will need to be sorted out as well.

andyblight commented 2 years ago

3hrs Created transactions table. Created basic code for table view of transactions table. Needs a lot of work!

andyblight commented 2 years ago

2hrs commit 7b433ac16f3764097808d4a30700b4ca77f80223 Many changes to database and GUI.

andyblight commented 2 years ago

Commit c485ac9d14ba35b502c64267b8ca9e832a17b666. Fixed layout of transactions and securities. Now to work out how to display dates.

andyblight commented 2 years ago

2hrs plus 2hrs for yesterday. Commit 2b47e118ee002ec4dc3d49ae10bc43cdb4dddc72 Transactions table shows dates correctly. Dates can also be added correctly.

andyblight commented 2 years ago

TODO: Validate currency amounts. Enter security from list or add if new.

andyblight commented 2 years ago

Commit 9cf9367ffeb4962be2e0babf176212d86716170c Added scroll bars to both treeview frames. Removed refresh buttons. 0h30

andyblight commented 2 years ago

Commit 8eac691392d8196c7d6a8aea0b796ea912f0dfc3 Can add new security.

andyblight commented 2 years ago

Commit 6234b4dcedd0816f3ca2544d0d38ee0e9e47ddc7 Can add transaction to table. There is still work to do on verification of input but it'll do for now.