A flask app using sqlite3, optional pywebview, that keeps track of batches (package of work)
#Login, basic login with user and password
#Main route, the main home page with available options
#Update batch, available options for updating a line from the database
#View batches, view a part of what is in the database and filter it

#Manage users, add remove users
#Import export from sqlite3 db tables that's for big changes you want to make to the database
