Erstellen von Jahresabschluss-Buchungen(3)
[kivitendo-erp.git] / templates / webpages / part / test_page.html
index f545809..afd9691 100644 (file)
@@ -11,6 +11,10 @@ Nur Dienstleistungen: <br>
 [% L.part_picker('part_id3', undef, type='service') %]<br>
 Waren und Dienstleistungen: <br>
 [% L.part_picker('part_id4', undef, type='part,service') %]<br>
+Pre-filled:<br>
+[% L.part_picker('part_id5', pre_filled_part) %]<br>
+Convertible unit 'Std': (only select parts with unit Tag/Std/Min)<br>
+[% L.part_picker('part_id6', undef, convertible_unit='Std') %]<br>
 
 <h2>Styling</h2>
 
@@ -26,7 +30,6 @@ Ina span:
 <div>[% L.part_picker('p7', undef, type='part,service', style="width:200px") %] 200px width</div>
 <div>[% L.part_picker('p8', undef, type='part,service', style="height:40px") %] 40px height</div>
 
-
 [%# FOREACH i IN 1..50 %]
 [%# L.part_picker('part_id_' _ i) %] <br>
 [%# END %]