diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ceo.html | 3 | ||||
-rw-r--r-- | templates/manager.html | 10 | ||||
-rw-r--r-- | templates/missing.html | 6 | ||||
-rw-r--r-- | templates/unsubmitted.html | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/templates/ceo.html b/templates/ceo.html new file mode 100644 index 0000000..ebc2ea9 --- /dev/null +++ b/templates/ceo.html @@ -0,0 +1,3 @@ +<p>Time registration status mail.</p> + +$status diff --git a/templates/manager.html b/templates/manager.html new file mode 100644 index 0000000..6e956e2 --- /dev/null +++ b/templates/manager.html @@ -0,0 +1,10 @@ +<p>Missing time registration for your employee $employee, please submit and approve before tuesday 2 AM (CET)</p> + +<p>Status for $employee in Week $week + <ul> + <li>Timesheet has $submitted been submitted</li> + <li>Timesheet has $approved been approved by you.</li> + </ul> +</p> + +<p>Please go to <a href="$maconomyurl">Maconomy Portal</a> to submit and approve time.</p> diff --git a/templates/missing.html b/templates/missing.html new file mode 100644 index 0000000..c17c8fc --- /dev/null +++ b/templates/missing.html @@ -0,0 +1,6 @@ +<p>Timesheet for last week has not been created.</p> + +<p>Please go to <a href="$maconomyurl">Maconomy Portal</a> to register time.</p> + +<p>For information on how to use time registration please see <a href="$helpurl">Time registration in Maconomy</a></p> + diff --git a/templates/unsubmitted.html b/templates/unsubmitted.html new file mode 100644 index 0000000..73af949 --- /dev/null +++ b/templates/unsubmitted.html @@ -0,0 +1,5 @@ +<p>Timesheet for week $week has not been submitted.</p> + +<p>Please go to <a href="$maconomyurl">Maconomy Portal</a> to register time.</p> + +<p>For information on how to use time registration please see <a href="$helpurl">Time registration in Maconomy</a></p> |