X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2de6b9633d8b9d2cec532920ecd7dfb3a2d76df7..eab277a411:/templates/webpages/part/test_page.html
diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html
index 02d54d900..3918ee6d1 100644
--- a/templates/webpages/part/test_page.html
+++ b/templates/webpages/part/test_page.html
@@ -32,14 +32,23 @@ Artikel-Status: Ungültig
[% P.part.picker('part_id17', undef, status="obsolete") %]
Artikel-Status: Alle
[% P.part.picker('part_id18', undef, status="all") %]
-
+
Pre-filled:
[% P.part.picker('part_id6', pre_filled_part) %]
Convertible unit 'Std': (only select parts with unit Tag/Std/Min)
[% P.part.picker('part_id7', undef, convertible_unit='Std') %]
-
+
With multi select popup
[% P.part.picker('part_id8', undef, multiple=1) %]
+With multi select popup (only obsolete)
+[% P.part.picker('part_id8', undef, multiple=1, status='obsolete') %]
+
+All parts including make models of all vendors:
+[% P.part.picker('part_id', undef, with_makemodel=1) %]
+All parts including make models of all vendors with multi select popup:
+[% P.part.picker('part_id', undef, with_makemodel=1, multiple=1) %]
+All parts including customer partnumbers of all customers:
+[% P.part.picker('part_id', undef, with_customer_partnumber=1) %]