| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/sc/ |
Upload File : |
<?php
/* Smarty version 3.1.30, created on 2026-06-27 05:56:50
from "/var/www/clients/client1/web17/web/includes/templates/templates/reports/yearly.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02833132_47679927',
'has_nocache_code' => false,
'file_dependency' =>
array (
'b069c4489a7d26fb58dee098e9fb39370e56eb10' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/reports/yearly.tpl',
1 => 1780434062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02833132_47679927 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_assignInScope('bookings', $_smarty_tpl->tpl_vars['data']->value->reports());
?>
<div class="row m-3">
<div class="col-sm-12">
<h1 class="h2">Buchungsstatistiken</h1>
</div>
<div class="col-md-12">
<hr style="margin-bottom:30px;margin-top:0;" />
</div>
<div class="col-sm-12">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['bookings']->value->invoices, 'invoices', false, 'year');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['year']->value => $_smarty_tpl->tpl_vars['invoices']->value) {
?>
<div class="card" style="margin-bottom:25px;">
<div class="card-body">
<h4><?php echo $_smarty_tpl->tpl_vars['year']->value;?>
</h4>
<div class="row">
<div class="col-md-1">
<h6 style="margin-top: 25px;margin-bottom: 5px;color:#666;">Buchungen</h6>
<strong>Gesamt</strong>
</div>
<div class="col-md-11">
<div class="row">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['invoices']->value, 'invoice', false, 'month');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['month']->value => $_smarty_tpl->tpl_vars['invoice']->value) {
?>
<div class="col-md-1 text-center">
<h6 style="margin-bottom: 30px;"><?php echo $_smarty_tpl->tpl_vars['month']->value;?>
</h6>
<strong><?php echo $_smarty_tpl->tpl_vars['invoice']->value->all;?>
</strong>
</div>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</div>
</div>
</div>
<div class="row" style="margin-top:25px;">
<div class="col-md-1">
<h6 style="color:#666;">Anreisen</h6>
SeaSide<br />
AIDA<br />
<strong>Gesamt</strong>
</div>
<div class="col-md-11">
<div class="row">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['invoices']->value, 'invoice', false, 'month');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['month']->value => $_smarty_tpl->tpl_vars['invoice']->value) {
?>
<div class="col-md-1 text-center">
<h6> </h6>
<?php if (isset($_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->bookings)) {
echo $_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->bookings;
} else { ?>-<?php }?><br />
<?php if (isset($_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->aida)) {
echo $_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->aida;
} else { ?>-<?php }?><br />
<strong><?php if (isset($_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->all)) {
echo $_smarty_tpl->tpl_vars['bookings']->value->bookings->{$_smarty_tpl->tpl_vars['year']->value}->{$_smarty_tpl->tpl_vars['month']->value}->all;
} else { ?>-<?php }?></strong>
</div>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</div>
</div>
</div>
</div>
</div>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</div>
</div>
<?php }
}