Skip to content

Commit

Permalink
Merge pull request #663 from NBISweden/dev/absence-help
Browse files Browse the repository at this point in the history
Update help page with absence page text
  • Loading branch information
kusalananda authored Sep 21, 2022
2 parents fd460e9 + a86e0d4 commit 2e7f424
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions frontend/src/pages/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,25 @@ export const Help = () => {
onBlurRow={() => {}}
/>
</div>
<h2 className="help-subtitle">Reporting absence</h2>
<p className="help-info">
The absence reporting page can help you with logging long absence
periods which can be tedious to log using the report page. Some common
use cases for this might be reporting your vacation, parental leave or
sickness absence.
</p>
<p className="help-info">
In order to report your absence, you only need to select a start date
and end date and press on the "Add absence" button. Note that you need
to select a period when no other time entries have already been
reported. Otherwise, you will be warned with an error message.
</p>
<p className="help-info">
In the absence periods table you can visualise the periods you have
reported between one month ago and one year later from the current
day. You may also edit or delete these ranges by clicking on the
pencil or trash can buttons respectively.
</p>
<h2 className="help-subtitle">The yearly overview</h2>
<p className="help-info">
The purpose of the yearly overview is to show you what you have spent
Expand Down

0 comments on commit 2e7f424

Please sign in to comment.