-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
definition: brevmal | ||
language: nb | ||
watermark: {{#if preview}} true {{else}} false {{/if}} | ||
address: | ||
name: {{ employeeName }} | ||
street: {{ streetAddress }} | ||
city: {{ zipCode }} {{ zipPlace }} | ||
info: | ||
our-date: {{ timestamp }} | ||
sector: {{ documentResponsible }} | ||
paragraph: Offl. § 13 | ||
--- | ||
|
||
# Overføringsbrev {{ countyName }} (Her trengs det en tittel) | ||
Litt tekste dutten og datten | ||
|
||
Hva skal det stå her mon tro? | ||
|
||
Velkommen tilbake til gamlefylket, din luring! | ||
|
||
Med vennlig hilsen | ||
|
||
{{ sender }} | ||
<br> | ||
Fylkesdirektør | ||
|
||
*Dokumentet er elektronisk godkjent og sendes uten signatur.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"system": "hrmu", | ||
"template": "overforingsbrev", | ||
"language": "nb", | ||
"type": "2", | ||
"version": "B", | ||
"data": { | ||
"preview": true, | ||
"timestamp": "01.01.2024", | ||
"countyName": "Favorittfylket", | ||
"employeeName": "Bjartmar Ribbe", | ||
"streetAddress": "Saurongata 44", | ||
"zipCode": "1234", | ||
"zipPlace": "Mordor", | ||
"documentResponsible": "Hvem eller hvilken sektor skal være ansvarlig?", | ||
"sender": "Sjefen sjøl" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters