rechnungsanhang handlign

charts bugfix only empty database
This commit is contained in:
Markus
2026-06-08 15:58:11 +02:00
parent aedd66202a
commit 6457f38f01
7 changed files with 117 additions and 96 deletions

View File

@@ -56,6 +56,9 @@ class Charts extends BaseController {
GROUP BY description, account_id
EOD;
$data = array();
$werte = array();
$ids = array();
$labels = array();
$result = $this->db->query($query);
foreach ($result->getResult() as $row) {
$werte[] = $row->amount;