toomeyDev / SimpleTimeClock

Simple GUI timekeeping application written in Python3 with the Tkinter framework.
GNU General Public License v3.0
1 stars 0 forks source link

Advanced saving/loading #10

Open toomeyDev opened 2 years ago

toomeyDev commented 2 years ago

Current save function only saves a .txt record of the total calculated time from a particular timesheet, would improve usability to be able to load all previously entered values (ie 5 hours, 15 minutes, 30 seconds etc) for rows back into the program to continue editing a timesheet.

Will need to save state of individual entry widgets from each row, then use this information to re-create the same number of rows with the same values in a new timesheet instance.

toomeyDev commented 2 years ago

2787e26d8220f36cfe8d1382cb2603948822c8f3 Implement simple loading, timesheets can now be saved and loaded as .txt files.