X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c73b206cea0c8f057852e75bd4ee22c19bfdbc3..HEAD:/templates/webpages/part/test_page.html diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index 3918ee6d1..00afb7c3a 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -26,12 +26,16 @@ Artikel-Klassifizierung: Eink.,Verk.,Prod.
[% P.part.picker('part_id14', undef, classification_id='1,2,4') %]
Artikel-Status: Aktiv (default)
[% P.part.picker('part_id15') %]
-Artikel-Status: Aktiv< (explizit)
+Artikel-Status: Aktiv (explizit)
[% P.part.picker('part_id16', undef, status="active") %]
Artikel-Status: Ungültig
[% P.part.picker('part_id17', undef, status="obsolete") %]
Artikel-Status: Alle
[% P.part.picker('part_id18', undef, status="all") %]
+Nicht bestellbare Artikel:
+[% P.part.picker('part_id19', undef, order_locked=1) %]
+Bestellbare Artikel:
+[% P.part.picker('part_id19', undef, not_order_locked=1) %]

Pre-filled:
[% P.part.picker('part_id6', pre_filled_part) %]
@@ -41,14 +45,18 @@ Convertible unit 'Std': (only select parts with unit Tag/Std/Min)
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') %]
+[% P.part.picker('part_id9', undef, multiple=1, status='obsolete') %]

All parts including make models of all vendors:
-[% P.part.picker('part_id', undef, with_makemodel=1) %]
+[% P.part.picker('part_id21', 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) %]
+[% P.part.picker('part_id22', undef, with_makemodel=1, multiple=1) %]
All parts including customer partnumbers of all customers:
-[% P.part.picker('part_id', undef, with_customer_partnumber=1) %]
+[% P.part.picker('part_id23', undef, with_customer_partnumber=1) %]
+
+single select dialog for glass-popup-button; multi select with extra button (and limited to 5 results):
+[% P.part.picker('part_id31', undef, multiple=0, multiple_limit=5) %] +[% L.button_tag('$("#part_id31").data("part_picker").o.multiple=1; $("#part_id31").data("part_picker").open_dialog()', 'Add multiple items') %]

Styling