diff --git a/Layout/default/VueViews/Vue.php b/Layout/default/VueViews/Vue.php index 16ffac393..190f88aed 100644 --- a/Layout/default/VueViews/Vue.php +++ b/Layout/default/VueViews/Vue.php @@ -1,5 +1,4 @@ setReturnValue(['filename' => $shippingNote->id . ".pdf"]); + + + + ?> @@ -87,11 +92,15 @@ TODO: enable option for showing prices -->
+ = $shippingNote->note ?> +
+| Position | Menge | -EH | +Einheit | Artikel | Preis | @@ -102,7 +111,7 @@ TODO: enable option for showing prices
|---|---|---|---|---|---|
| = $i + 1 ?> | =$p["amount"]?> | -=$p["articleUnit"]?> | +=$p["articleUnit"]?> | =$p["articleTitle"]?> | =number_format(
@@ -130,5 +139,14 @@ TODO: enable option for showing prices
+
+ signature) && $shippingNote->signature !== ''): ?>
+
+
+
+
Unterschrieben am: =date("d.m.Y", strtotime($shippingNote->signatureDate))?>
+ Unterschrieben von: =$shippingNote->signatureName?>
+ |