Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent 12d2fc3 commit d5372a6
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
<style>
ln {
display: flex;
}
st {
width: 100px;
font-weight: bold;
}
</style>

# PTO Calendar
Second attempt at creating a PTO management system.

<h2>Controls</h2>
<ul>
<li>Click a day once to subtract time</li>
<li>Click a day twice to add time</li>
<li>Click a day three times to return to default.</li>
<li>Click a day once to take time off.</li>
<li>Click again to go back.</li>
</ul>

<h2>Settings</h2>
<ul>
<li>Add changes how much time is added when selecting a day.</li>
<li>Sub changes how much time is subtracted when selecting a day.</li>
<li>Max PTO changes the maximum amount of pto.</li>
</ul>
<ln><st>ACCRUE</st>Hours accrued per day</ln>
<ln><st>TIME OFF</st>Hours deferred per day</ln>
<ln><st>MAX PTO</st>Maximum number of hours</ln>
<ln><st>MAX CARRY</st>Maximum number of hours carried over to the next year</ln>
<ln><st>PAYROLL</st>Scheduling of pay periods</ln>
<ln><st>ON</st>Day of pay period</ln>
<ln><st>START DAY</st>Day where payroll begins</ln>
<ln><st>START PTO</st>Initial number of hours on the starting day</ln>

0 comments on commit d5372a6

Please sign in to comment.