Added Order Form and File

This commit is contained in:
Frank Schubert
2021-07-30 18:24:51 +02:00
parent 1ae970564f
commit ec0abff225
18 changed files with 1078 additions and 101 deletions

View File

@@ -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>