From c00e57756336358e9800fc8fc89392253dbf4ed8 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Tue, 8 Mar 2016 18:51:12 +0000 Subject: Initial commmit, still needs wireing for email --- templates/ceo.html | 3 +++ templates/manager.html | 10 ++++++++++ templates/missing.html | 6 ++++++ templates/unsubmitted.html | 5 +++++ 4 files changed, 24 insertions(+) create mode 100644 templates/ceo.html create mode 100644 templates/manager.html create mode 100644 templates/missing.html create mode 100644 templates/unsubmitted.html (limited to 'templates') 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 @@ +

Time registration status mail.

+ +$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 @@ +

Missing time registration for your employee $employee, please submit and approve before tuesday 2 AM (CET)

+ +

Status for $employee in Week $week +

+

+ +

Please go to Maconomy Portal to submit and approve time.

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

Timesheet for last week has not been created.

+ +

Please go to Maconomy Portal to register time.

+ +

For information on how to use time registration please see Time registration in Maconomy

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

Timesheet for week $week has not been submitted.

+ +

Please go to Maconomy Portal to register time.

+ +

For information on how to use time registration please see Time registration in Maconomy

-- cgit v1.1