From edf6002309c084e2e680ed5c4f3309c699915700 Mon Sep 17 00:00:00 2001 From: jonandernovella Date: Tue, 20 Sep 2022 13:49:06 +0200 Subject: [PATCH 1/2] Add comment about absence page --- frontend/src/pages/Help.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/src/pages/Help.tsx b/frontend/src/pages/Help.tsx index d940c768..fb1018c1 100644 --- a/frontend/src/pages/Help.tsx +++ b/frontend/src/pages/Help.tsx @@ -208,6 +208,25 @@ export const Help = () => { onBlurRow={() => {}} /> +

Reporting absence

+

+ 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. +

+

+ 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. +

+

+ 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 buttons respectively. +

The yearly overview

The purpose of the yearly overview is to show you what you have spent From a86e0d41c83b756f14b00af87ef81da5ede40fc8 Mon Sep 17 00:00:00 2001 From: jonandernovella Date: Wed, 21 Sep 2022 09:25:47 +0200 Subject: [PATCH 2/2] Update reference to trash can icon --- frontend/src/pages/Help.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Help.tsx b/frontend/src/pages/Help.tsx index fb1018c1..99cbf56d 100644 --- a/frontend/src/pages/Help.tsx +++ b/frontend/src/pages/Help.tsx @@ -225,7 +225,7 @@ export const Help = () => { 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 buttons respectively. + pencil or trash can buttons respectively.

The yearly overview