Wettmannstaetten Import

This commit is contained in:
Frank Schubert
2023-05-17 15:53:47 +02:00
parent 4853ff0c01
commit e60aede1b4
6 changed files with 1346 additions and 0 deletions

View File

@@ -209,6 +209,9 @@
<th>Attribute</th>
<th>Erstellt</th>
<th>Zuletzt bearbeitet</th>
<?php if($me->is("Admin")): ?>
<th></th>
<?php endif; ?>
<th></th>
</tr>
<?php foreach($preorders as $preorder): ?>
@@ -248,6 +251,9 @@
</td>
<td><?=date('d.m.Y H:i', $preorder->create)?></td>
<td id="update-<?=$preorder->id?>"><?=date('d.m.Y H:i', $preorder->edit)?></td>
<?php if($me->is("Admin")): ?>
<td><?php if ($preorder->workorder_export_date):?><i class="fas fa-r" title="Rimo Workorder erstellt"></i><?php endif; ?></td>
<?php endif; ?>
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
<?php if(!$me->is("preorderfront")): ?>
<a href="<?=self::getUrl("Preorder", "edit", ["id" => $preorder->id])?>"><i class="far fa-edit" title="Vorbestellkampagne Bearbeiten"></i></a>