X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2Ftest_page.html;h=3918ee6d14559ebbd920ac0b0ac3365a388db24c;hb=c45d7eedae611fa7e35d3a8225691fe766e35acb;hp=fb7853f3f5a70dcad2d1ff1aba4944357cdaa9c0;hpb=9c29f7183bb2e2861553339789d7ac8ba7dd188d;p=kivitendo-erp.git diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index fb7853f3f..3918ee6d1 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -24,13 +24,31 @@ Artikel-Klassifizierung: Produktion
[% P.part.picker('part_id13', undef, classification_id='4') %]
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)
+[% 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") %]
+
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) %]

Styling