From 461dd46b4c03db24c159fae6333ff0093145e66a Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Fri, 14 Dec 2018 11:25:32 +0100
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?=
 =?UTF-8?q?=201029667][Darstellung=20der=20Preise/Betr=C3=A4ge=20anpassen]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../OfferPreview_view/OfferPreview_view.aod   | 50 ++++++++++++-------
 1 file changed, 32 insertions(+), 18 deletions(-)

diff --git a/neonView/OfferPreview_view/OfferPreview_view.aod b/neonView/OfferPreview_view/OfferPreview_view.aod
index 42953d69fe..57988878ba 100644
--- a/neonView/OfferPreview_view/OfferPreview_view.aod
+++ b/neonView/OfferPreview_view/OfferPreview_view.aod
@@ -16,41 +16,55 @@
       <entityField>#ENTITY</entityField>
     </cardViewTemplate>
     <genericViewTemplate>
-      <name>Offer_generic</name>
-      <showDrawer v="true" />
+      <name>OfferInfo_template</name>
       <entityField>#ENTITY</entityField>
       <fields>
         <entityFieldLink>
-          <name>42befe2f-40c0-4674-b0b1-70ae5523f861</name>
-          <entityField>STATUS</entityField>
+          <name>df5f1901-d397-42cf-8187-c1435bd1bd88</name>
+          <entityField>OFFERDATE</entityField>
         </entityFieldLink>
         <entityFieldLink>
-          <name>b120a564-fb97-4ae3-bd3e-13ce25d97834</name>
-          <entityField>OFFERDATE</entityField>
+          <name>8d780ff6-9ca0-4067-b2b1-6e092c62253e</name>
+          <entityField>STATUS</entityField>
         </entityFieldLink>
         <entityFieldLink>
-          <name>4843f0f0-4ee8-47c2-bc0f-99241bad4c51</name>
-          <entityField>NET</entityField>
+          <name>49e446b5-015e-45ad-9417-c5c50f9756f1</name>
+          <entityField>LANGUAGE</entityField>
         </entityFieldLink>
+      </fields>
+    </genericViewTemplate>
+    <genericViewTemplate>
+      <name>OfferPrice_template</name>
+      <showDrawer v="true" />
+      <drawerCaption>Prices</drawerCaption>
+      <entityField>#ENTITY</entityField>
+      <fields>
         <entityFieldLink>
-          <name>16d38881-d3d3-4c4d-9f23-39d60eadce8d</name>
-          <entityField>CURRENCY</entityField>
+          <name>d7ca2b66-5e7a-4951-a89b-fbeab0f4f798</name>
+          <entityField>NET</entityField>
         </entityFieldLink>
         <entityFieldLink>
-          <name>037889c4-136c-4e9e-b8e2-ff4f13af13c1</name>
-          <entityField>PROBABILITY</entityField>
+          <name>c50dec3f-5468-4196-be88-a413ae3947de</name>
+          <entityField>VAT</entityField>
         </entityFieldLink>
         <entityFieldLink>
-          <name>423cf3fa-49d7-4c48-bd8f-1fc05a14cb1a</name>
-          <entityField>LANGUAGE</entityField>
+          <name>43972a26-67f7-4fb5-9107-111731d326af</name>
+          <entityField>TotalGross</entityField>
         </entityFieldLink>
         <entityFieldLink>
-          <name>cd72899a-69b2-4fe2-bf58-4fb9f594324e</name>
-          <entityField>VAT</entityField>
+          <name>5e41444b-b092-4406-beb0-bfe05e4db35a</name>
+          <entityField>CURRENCY</entityField>
         </entityFieldLink>
+      </fields>
+    </genericViewTemplate>
+    <genericViewTemplate>
+      <name>Offer_generic</name>
+      <showDrawer v="true" />
+      <entityField>#ENTITY</entityField>
+      <fields>
         <entityFieldLink>
-          <name>10d8f38b-1e01-45a1-bc57-424284bf87be</name>
-          <entityField>TotalGross</entityField>
+          <name>037889c4-136c-4e9e-b8e2-ff4f13af13c1</name>
+          <entityField>PROBABILITY</entityField>
         </entityFieldLink>
         <entityFieldLink>
           <name>3317b73e-68e8-41a8-a678-89c7c7c8513e</name>
-- 
GitLab