Overtime Register
Overtime record keeper for weekly paid employees
Simple, easy-to-use mobile app (Android only) to keep track of overtime.
The app is aimed primarily at employees who are paid weekly. It displays a weekly breakdown of the overtime records entered by the user.
The data is kept for nine weeks, entries older than that are deleted automatically every Monday. This keeps the size of the app data minimal and also saves the hassle of having to manually delete old and unwanted entries. Users of course can manually edit and delete existing records if they wish. Form validation has been implemented to ensure the entry of correct data.
The app features onboarding and in-app help pages to explain the functionality.
The app uses Material Design 2 theming.
The app is monetized by displaying banner ads (google_mobile_ads package), but otherwise, is free to use. A GDPR consent message has been implemented.
No account creation is required to use the app. All the data is stored on the device in an SQLite database (sqflite package).