https://github.com/adri6336/payvis-android
An app that enables people working by the hour to keep track of how much they've earned.
https://github.com/adri6336/payvis-android
android android-application app clock data data-visualization database finances financial-data json money money-management monitoring paycheck-records productivity records records-management time-worked work worktime
Last synced: 2 months ago
JSON representation
An app that enables people working by the hour to keep track of how much they've earned.
- Host: GitHub
- URL: https://github.com/adri6336/payvis-android
- Owner: Adri6336
- License: gpl-3.0
- Created: 2022-11-15T15:05:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T20:21:33.000Z (over 2 years ago)
- Last Synced: 2025-04-09T15:12:50.244Z (2 months ago)
- Topics: android, android-application, app, clock, data, data-visualization, database, finances, financial-data, json, money, money-management, monitoring, paycheck-records, productivity, records, records-management, time-worked, work, worktime
- Language: Kotlin
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Payvis
An app that allows you to keep track of how much you earned working if you work on a hourly basis.
It shows you how long you worked, how much you have earned, and saves your data to a json file that
you can export and review later on.Keeping track of this data could help you understand your finances better, help identify if wage theft
occurred, and enable you know how much time you spent working.Note: due to the variety of laws regarding overtime, Payvis will not account for overtime in its current
state.
# Features
- Keep track of how much you earned in a day and look into overall earnings data with the export data
button.- Start the clock and forget about it until you are done working. Payvis is tolerant to closing the app
or turning your device off, so your data is protected from unwanted loss.- Undo accidental clock-ins with the reset button. If you accidentally pressed "Start / Stop Count" on a day
where you weren't working, you can press the reset button four times to clear your day's working data. If you
want to get rid of all your working data, you can press the reset button twenty-one times to purge all of your
data.# How to install
1. Download the APK file [here](https://github.com/Adri6336/payvis-android/releases/download/v0.9/Payvis-v0.9.apk).
2. Open Google Files and navigate to the directory where you downloaded it.
3. Tap the apk file.
4. Grant permission to download apps from unknown sources when prompted if you haven't already done so
5. When prompted to install, press install
6. Start the app and keep better track of your work income!