| 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/test.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02829c58_93549570',
'has_nocache_code' => false,
'file_dependency' =>
array (
'9c82c939cd6ec5665fc119b347d725a91a9cfc10' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/reports/test.tpl',
1 => 1780434889,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02829c58_93549570 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_assignInScope('quickReport', $_smarty_tpl->tpl_vars['reports']->value->quickReport());
?>
<?php if ((count($_smarty_tpl->tpl_vars['quickReport']->value)) > 0) {?>
<h5>Aktion erforderlich</h5>
<div class="report-table">
<div class="table-responsive"><table class="table table-striped table-sm">
<thead>
<tr>
<td>
<div class="row report-divider">
<div class="col-1">
Abreise
</div>
<div class="col-2">
Kennzeichen
</div>
<div class="col-2">
Kunde
</div>
<div class="col-3">
Aktion
</div>
<div class="col-2">
Schiff
</div>
<div class="col-2">
Telefon
</div>
</div>
</td>
</tr>
</thead>
<tbody>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['quickReport']->value, 'special');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['special']->value) {
?>
<tr>
<td class="alert-<?php if ($_smarty_tpl->tpl_vars['special']->value->invoice_payment == 4) {?>danger<?php } else { ?>warning<?php }?>">
<a href="<?php echo @constant('SITE_URL');?>
/booking/view/?invoice_id=<?php echo $_smarty_tpl->tpl_vars['special']->value->invoice_id;?>
" title="Buchung von <?php echo $_smarty_tpl->tpl_vars['special']->value->customer_firstname;?>
<?php echo $_smarty_tpl->tpl_vars['special']->value->customer_lastname;?>
aufrufen">
<div class="row report-row">
<div class="col-1">
<?php if ($_smarty_tpl->tpl_vars['special']->value->booking_end <= $_smarty_tpl->tpl_vars['datetime']->value->getDate()) {?>
<?php if ($_smarty_tpl->tpl_vars['special']->value->booking_end == $_smarty_tpl->tpl_vars['datetime']->value->getDate()) {?>
heute
<?php } else { ?>
vor <?php echo $_smarty_tpl->tpl_vars['special']->value->days_past;?>
Tagen
<?php }?>
<?php } else { ?>
in <?php echo $_smarty_tpl->tpl_vars['special']->value->days_to;?>
Tagen
<?php }?>
</div>
<div class="col-2 fw-bold">
<?php echo $_smarty_tpl->tpl_vars['special']->value->booking_serial;?>
</div>
<div class="col-2">
<?php echo $_smarty_tpl->tpl_vars['special']->value->customer_lastname;?>
, <?php echo $_smarty_tpl->tpl_vars['special']->value->customer_firstname;?>
</div>
<div class="col-3">
<?php if ($_smarty_tpl->tpl_vars['special']->value->invoice_payment == 4) {?><span class="color-red"><?php echo number_format($_smarty_tpl->tpl_vars['special']->value->price,2,",",".");?>
EUR offen</span><?php if (!empty($_smarty_tpl->tpl_vars['special']->value->booking_special)) {?>,<?php }
}?>
<?php if (!empty($_smarty_tpl->tpl_vars['special']->value->booking_special)) {?>
<?php $_smarty_tpl->_assignInScope('products', explode(",",$_smarty_tpl->tpl_vars['special']->value->booking_special));
?>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['products']->value, 'product', false, 'key');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['product']->value) {
?>
<?php $_smarty_tpl->_assignInScope('product', $_smarty_tpl->tpl_vars['data']->value->product($_smarty_tpl->tpl_vars['product']->value));
?>
<?php echo $_smarty_tpl->tpl_vars['product']->value['product_title'];
if ((count($_smarty_tpl->tpl_vars['products']->value)) > ($_smarty_tpl->tpl_vars['key']->value+1)) {?>,<?php }?>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
<?php }?>
</div>
<div class="col-2">
<?php echo $_smarty_tpl->tpl_vars['special']->value->booking_event;?>
</div>
<div class="col-2">
<?php if (!empty($_smarty_tpl->tpl_vars['special']->value->customer_phone)) {?>
<?php echo $_smarty_tpl->tpl_vars['special']->value->customer_phone;?>
<?php } else { ?>
<em style="color:#AAA;">- keine Telefonnummer -</em>
<?php }?>
</div>
</div>
</a>
</td>
</tr>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</tbody>
</table></div>
</div>
<?php }?>
<?php }
}