From 9198a41442e997dc37eb80d3a30eab7136d58208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 27 Nov 2007 17:17:52 +0000 Subject: [PATCH] Und die dazugehoerigen Templates --- .../webpages/ic/search_update_prices_de.html | 101 ++++++++++++++++++ .../ic/search_update_prices_master.html | 101 ++++++++++++++++++ 2 files changed, 202 insertions(+) create mode 100644 templates/webpages/ic/search_update_prices_de.html create mode 100644 templates/webpages/ic/search_update_prices_master.html diff --git a/templates/webpages/ic/search_update_prices_de.html b/templates/webpages/ic/search_update_prices_de.html new file mode 100644 index 000000000..adb61d4ba --- /dev/null +++ b/templates/webpages/ic/search_update_prices_de.html @@ -0,0 +1,101 @@ +[%- USE HTML %] +[%- USE LxERP %] + + +
+ + + + + + + +
Preise aktualisieren
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artikelnummer
Artikelbeschreibung
WarengruppeSeriennummer
HerstellerModell
ZeichnungMikrofilm
+  Aktiv +  Auf Lager +  Knapp +  Ungültig +  Nie benutzt +
+
+
+ + + + + + + + + + + + + + + + +[%- FOREACH row = PRICE_ROWS %] + + + + + + +[%- END %] + +
PreisgruppePreisProzentual/Absolut
Verkaufspreis/
Listenpreis/
[% row.pricegroup %]/
+

+ + + + + + +
+ + + + + diff --git a/templates/webpages/ic/search_update_prices_master.html b/templates/webpages/ic/search_update_prices_master.html new file mode 100644 index 000000000..5feab3cd9 --- /dev/null +++ b/templates/webpages/ic/search_update_prices_master.html @@ -0,0 +1,101 @@ +[%- USE HTML %] +[%- USE LxERP %] + + +
+ + + + + + + +
Update prices
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Part Number
Part Description
GroupSerial Number
MakeModel
DrawingMicrofiche
+  Active +  On Hand +  Short +  Obsolete +  Orphaned +
+
+
+ + + + + + + + + + + + + + + + +[%- FOREACH row = PRICE_ROWS %] + + + + + + +[%- END %] + +
PreisklassePreisProzentual/Absolut
Sell Price/
List Price/
[% row.pricegroup %]/
+

+ + + + + + +
+ + + + + -- 2.20.1