Add Kr currency unit and period display

- Show Kr after all amounts and prices
- Replace batch reference with period (first-last date)
- Same period shown on all customer invoices
This commit is contained in:
2026-03-23 10:51:43 +01:00
parent bc586e21e7
commit 809f5d2a58
3 changed files with 18 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
border-bottom: 2px solid #333;
padding-bottom: 10px;
}
.batch-info {
.period {
margin-bottom: 15px;
font-size: 11px;
color: #666;
@@ -61,8 +61,8 @@
<body>
<h1>Fakturaöversikt</h1>
<div class="batch-info">
<strong>Bearbetade batchar:</strong> {{ batches | join(", ") }}
<div class="period">
<strong>Period:</strong> {{ period }}
</div>
<table>