X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2Ftest_page.html;h=64d956c2fc087c225afb812476da769ea98bdb08;hb=b592435b709841b65441d5fef5c41e3ad2c91413;hp=e3999b0fc99d26ce7be99055de65123965c25c08;hpb=862bc8ce30cd40b67d2856ac7f1d11d5e4322f09;p=kivitendo-erp.git diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index e3999b0fc..64d956c2f 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -9,12 +9,24 @@ Nur Waren:
[% L.part_picker('part_id2', undef, part_type='part') %]
Nur Dienstleistungen:
[% L.part_picker('part_id3', undef, part_type='service') %]
+Nur Erzeugnisse:
+[% L.part_picker('part_id4', undef, part_type='assembly') %]
Waren und Dienstleistungen:
-[% L.part_picker('part_id4', undef, part_type='part,service') %]
+[% L.part_picker('part_id5', undef, part_type='part,service') %]
+Artikel-Klassifizierung: Einkauf
+[% L.part_picker('part_id10', undef, classification_id='1') %]
+Artikel-Klassifizierung: Verkauf
+[% L.part_picker('part_id11', undef, classification_id='2') %]
+Artikel-Klassifizierung: Handelsware
+[% L.part_picker('part_id12', undef, classification_id='3') %]
+Artikel-Klassifizierung: Produktion
+[% L.part_picker('part_id13', undef, classification_id='4') %]
+Artikel-Klassifizierung: Eink.,Verk.,Prod.
+[% L.part_picker('part_id14', undef, classification_id='1,2,4') %]
Pre-filled:
-[% L.part_picker('part_id5', pre_filled_part) %]
+[% L.part_picker('part_id6', pre_filled_part) %]
Convertible unit 'Std': (only select parts with unit Tag/Std/Min)
-[% L.part_picker('part_id6', undef, convertible_unit='Std') %]
+[% L.part_picker('part_id7', undef, convertible_unit='Std') %]

Styling