Added Order Form and File
This commit is contained in:
@@ -33,8 +33,7 @@
|
||||
<th>Kunde</th>
|
||||
<th>Adresse</th>
|
||||
<th>Anschlussadresse</th>
|
||||
<th>Kontakt</th>
|
||||
<th>Bestellt am</th>
|
||||
<th>Bestelldatum</th>
|
||||
<th>Zuletzt bearbeitet</th>
|
||||
<th>Bearbeitet von</th>
|
||||
<th></th>
|
||||
@@ -50,9 +49,8 @@
|
||||
<?=$order->termination->building->street?><?=($order->termination->name) ? " ".$order->termination->name : ""?><br />
|
||||
<?=$order->termination->building->zip?> <?=$order->termination->building->city?>
|
||||
</td>
|
||||
<td><?=$order->contact->getCompanyOrName()?></td>
|
||||
<td class="text-monospace"><?=$order->create?></td>
|
||||
<td class="text-monospace"><?=$order->edit?></td>
|
||||
<td class="text-monospace"><?=date("d.m.Y", $order->order_date)?></td>
|
||||
<td class="text-monospace"><?=date("d.m.Y", $order->edit)?></td>
|
||||
<td class="text-monospace"><?=$order->editor->name?></td>
|
||||
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
|
||||
<a href="<?=self::getUrl("Order", "edit", ["id" => $order->id])?>"><i class="far fa-edit" title="Bearbeiten"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user