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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user