| 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/widgets/modals/invoice/gutschrift.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02b83151_39332205',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e0df2ef71e5c0942beb69bc928000d3d324d3a00' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/modals/invoice/gutschrift.tpl',
1 => 1780434062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02b83151_39332205 (Smarty_Internal_Template $_smarty_tpl) {
if (!is_callable('smarty_modifier_date_format')) require_once '/var/www/clients/client1/web17/web/includes/plugins/smarty-3.1.30/plugins/modifier.date_format.php';
?>
<div class="form-mysql-content">
<div class="mysql-configuration">
<input name="call[update_invoice]" type="hidden" value="1">
<input name="mysql[invoice_id]" type="hidden" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->invoice_id;?>
">
</div>
<div class="mb-3 row">
<div class="col-12">
<label for="payment_type">Zahlungsart</label>
<select id="payment_type" name="content[payment_type]" class="form-control">
<option value="3">Barauszahlung</option>
<option value="2">Verrechnung</option>
<option value="1">Überweisung</option>
<option value="4">Gutschein</option>
</select>
</div>
</div>
<div class="mb-3 row">
<div class="col-12">
<label for="payment_date">Datum der Gutschrift</label>
<input type="date" id="payment_date" name="content[payment_date]" class="form-control" value="<?php if (isset($_smarty_tpl->tpl_vars['data']->value->content->payment_date) && !empty($_smarty_tpl->tpl_vars['data']->value->content->payment_date)) {
echo $_smarty_tpl->tpl_vars['data']->value->content->payment_date;
} else {
echo smarty_modifier_date_format(time(),"%Y-%m-%d");
}?>" />
</div>
</div>
<hr />
<div class="mb-3 row">
<div class="col-12">
<label for="invoice_pos_quantity">Bemerkungen</label>
<textarea id="payment_notice" name="content[payment_notice]" class="form-control" placeholder="Bemerkungen werden auf die Gutschrift gedruckt!"><?php if (isset($_smarty_tpl->tpl_vars['data']->value->content->payment_notice) && !empty($_smarty_tpl->tpl_vars['data']->value->content->payment_notice)) {
echo htmlspecialchars($_smarty_tpl->tpl_vars['data']->value->content->payment_notice);
}?></textarea>
</div>
</div>
</div>
<?php }
}