diff --git a/Abrechnung/module.php b/Abrechnung/module.php
index e423a28..ba0109f 100644
--- a/Abrechnung/module.php
+++ b/Abrechnung/module.php
@@ -150,7 +150,7 @@ class Abrechnung extends IPSModule
// Kopfbereich
$html = "
Elektro- und Nebenkostenabrechnung
- Betrifft Liegenschaft: " . $this->ReadPropertyString("PropertyText") . "
+ Betrifft Liegenschaft: " . $this->ReadPropertyString("PropertyText") . "
@@ -219,7 +219,7 @@ class Abrechnung extends IPSModule
$grandTotal = $totalPower + $totalAdditional;
$html .= "
- Gesamttotal: " . number_format($grandTotal, 2) . " CHF
+ Gesamttotal: CHF " . number_format($grandTotal, 2) . ".-
";
@@ -366,7 +366,7 @@ class Abrechnung extends IPSModule
private function GetCalculatedPowerCosts($userId)
{
$html = "
-
+
| ID |
Import |
@@ -417,7 +417,7 @@ class Abrechnung extends IPSModule
|
|
|
- " . number_format($sum, 2) . " CHF |
+ CHF " . number_format($sum, 2) . ".- |
";
return ['html' => $html, 'sum' => $sum];
@@ -428,7 +428,7 @@ class Abrechnung extends IPSModule
private function CalculateAdditionalCosts($waterMeters, $tariffs, $userId, $from, $to)
{
$html = "
-