no message
This commit is contained in:
@@ -143,7 +143,7 @@ private function BuildUserInvoice($pdf, $user, $power, $water, $tariffs, $from,
|
|||||||
<p style='font-size:10px; margin-top:10px;'>
|
<p style='font-size:10px; margin-top:10px;'>
|
||||||
<strong>Abrechnungszeitraum:</strong> " . date('d.m.Y', $from) . " – " . date('d.m.Y', $to) . "
|
<strong>Abrechnungszeitraum:</strong> " . date('d.m.Y', $from) . " – " . date('d.m.Y', $to) . "
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br><hr>
|
||||||
";
|
";
|
||||||
|
|
||||||
// ========================= Elektrizität =========================
|
// ========================= Elektrizität =========================
|
||||||
@@ -163,7 +163,7 @@ private function BuildUserInvoice($pdf, $user, $power, $water, $tariffs, $from,
|
|||||||
. " — <strong>" . number_format($t['price'], 2) . " Rp/kWh</strong>"
|
. " — <strong>" . number_format($t['price'], 2) . " Rp/kWh</strong>"
|
||||||
. "</li>";
|
. "</li>";
|
||||||
}
|
}
|
||||||
$html .= "</ul><br>";
|
$html .= "</ul><br><hr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// ========================= Nebenkosten =========================
|
// ========================= Nebenkosten =========================
|
||||||
@@ -419,7 +419,7 @@ $html = "
|
|||||||
$html .= "<li>" . date('d.m.Y', $t['start']) . " – " . date('d.m.Y', $t['end']) . ": " .
|
$html .= "<li>" . date('d.m.Y', $t['start']) . " – " . date('d.m.Y', $t['end']) . ": " .
|
||||||
number_format($t['price'], 2) . " Rp</li>";
|
number_format($t['price'], 2) . " Rp</li>";
|
||||||
}
|
}
|
||||||
$html .= "</ul><br>";
|
$html .= "</ul><br><hr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
return ['html' => $html, 'sum' => $total];
|
return ['html' => $html, 'sum' => $total];
|
||||||
|
|||||||
Reference in New Issue
Block a user