X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fpart%2Ftest_page.html;h=3918ee6d14559ebbd920ac0b0ac3365a388db24c;hb=72896270f03cdd4d2bc19eb0b87d876f0d34b771;hp=02d54d900c20efd5e6ee58a0d1e72409518666d1;hpb=2de6b9633d8b9d2cec532920ecd7dfb3a2d76df7;p=kivitendo-erp.git 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) %]

Styling