diff options
author | San Jacobs | 2021-09-27 14:49:24 +0200 |
---|---|---|
committer | San Jacobs | 2021-09-27 14:49:24 +0200 |
commit | 026eeffc7164c2a22872cc531ff0fd1e6d4920cd (patch) | |
tree | 50faab4d34e39af40e42143f781dbcab1ffd2e55 /satscalc.py | |
parent | bacc116283bec05393ef4081496c88d52cafa7db (diff) | |
download | satscalc-026eeffc7164c2a22872cc531ff0fd1e6d4920cd.tar.gz satscalc-026eeffc7164c2a22872cc531ff0fd1e6d4920cd.tar.bz2 satscalc-026eeffc7164c2a22872cc531ff0fd1e6d4920cd.zip |
Humble beginnings
Diffstat (limited to 'satscalc.py')
-rw-r--r-- | satscalc.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/satscalc.py b/satscalc.py index d07371b..d783c1d 100644 --- a/satscalc.py +++ b/satscalc.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 -#TODO: +# TODO: Prompt user for base rate, call time, wrap time, whether overtime was warned, and if it was a weekend. +# This should be enough to calculate the pay for a single day's work. |