Moved docs, added screenshots + fixed merge error
This commit is contained in:
parent
5618e147f3
commit
d6511f3eb7
BIN
docs/Screenshot from 2017-04-03 19-27-37.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-27-37.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
docs/Screenshot from 2017-04-03 19-29-27.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-29-27.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
docs/Screenshot from 2017-04-03 19-29-54.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-29-54.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
docs/Screenshot from 2017-04-03 19-32-50.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-32-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
docs/Screenshot from 2017-04-03 19-33-21.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-33-21.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
docs/Screenshot from 2017-04-03 19-33-41.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-33-41.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -1,6 +1,4 @@
|
|||||||
<?php include '__header.phtml'; ?>
|
<?php include '__header.phtml'; ?>
|
||||||
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr ?>" role="button">Terug</a>
|
|
||||||
<canvas id="grafiek" height="100"></canvas>
|
|
||||||
<?php
|
<?php
|
||||||
if (!$statistieken) {
|
if (!$statistieken) {
|
||||||
?>
|
?>
|
||||||
@ -11,8 +9,8 @@ if (!$statistieken) {
|
|||||||
} else {
|
} else {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr?>" role="button">Terug</a>
|
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr ?>" role="button">Terug</a>
|
||||||
<canvas id="myChart" height="100"></canvas>
|
<canvas id="grafiek" height="100"></canvas>
|
||||||
<script>
|
<script>
|
||||||
Chart.defaults.global.legend.display = false;//Geen legenda
|
Chart.defaults.global.legend.display = false;//Geen legenda
|
||||||
var grafiek = document.getElementById("grafiek");
|
var grafiek = document.getElementById("grafiek");
|
||||||
@ -60,7 +58,8 @@ if (!$statistieken) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
} ?>
|
} ?>
|
||||||
</script>
|
</script>
|
||||||
<?php include '__footer.phtml'; ?>
|
<?php include '__footer.phtml'; ?>
|
||||||
|
Reference in New Issue
Block a user