Voiceplan Import: Added price multiplicator

This commit is contained in:
Frank Schubert
2023-12-05 19:34:06 +01:00
parent 8272b82bc6
commit 171633b904
8 changed files with 54 additions and 7 deletions
+2
View File
@@ -71,6 +71,7 @@
<th>Anzahl Tarifzonen</th>
<th>Anzahl Destinations</th>
<th>Standardtaktung</th>
<th>Verkaufspreis Multiplikator</th>
<th>Erstellt</th>
<th></th>
</tr>
@@ -81,6 +82,7 @@
<td><?=count($plan->zones)?></td>
<td><?=count($plan->destinations)?></td>
<td><?=($plan->increment_first && $plan->increment) ? $plan->increment_first."/".$plan->increment : ""?></td>
<td><?=str_replace(".",",",(float)$plan->price_multiplicator)?>x</td>
<td><?=date("d.m.Y H:i", $plan->create)?> (<?=$plan->creator->name?>)</td>
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
<a href="<?=self::getUrl("Voiceplan", "view", ["id" => $plan->id])?>"><i class="far fa-eyes" title="Anzeigen"></i></a>