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 d5372a6 commit df9a511
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<style>
ln {
display: flex;
}
st {
width: 100px;
font-weight: bold;
}
</style>

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

Expand All @@ -18,11 +8,11 @@
</ul>

<h2>Settings</h2>
<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>
<b>ACCRUE</b> - Hours accrued per day.<br>
<b>TIME OFF</b> - Hours deferred per day.<br>
<b>MAX PTO</b> - Maximum number of hours.<br>
<b>MAX CARRY</b> - Maximum number of hours carried over to the next year.<br>
<b>PAYROLL</b> - Scheduling of pay periods.<br>
<b>ON</b> - Day of pay period.<br>
<b>START DAY</b> - Day where payroll begins.<br>
<b>START PTO</b> - Initial number of hours on the starting day.

0 comments on commit df9a511

Please sign in to comment.