@@ -29,6 +30,13 @@
| [% 'Order Number' | $T8 %] |
[% L.input_tag("ordnumber", "", style=style) %] |
+
+ | [% 'Steuersatz' | $T8 %] |
+ [% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style=style) %] |
+
+
+ | [% 'Transaction description' | $T8 %] |
+ [% L.input_tag("transaction_description", "", style=style) %] |
| [% 'Notes' | $T8 %] |
[% L.input_tag("notes", "", style=style) %] |
@@ -37,7 +45,7 @@
| [% 'Project Number' | $T8 %] |
- [% P.project_picker("project_id", project_id, style=style) %] |
+ [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] |
[% 'Part Number' | $T8 %] |
[% L.input_tag("parts_partnumber", "", style=style) %] |
@@ -49,7 +57,14 @@
[% L.date_tag('transdateto') %]
-
+
+ | [% 'Due Date' | $T8 %] |
+
+ [% L.date_tag('duedatefrom') %]
+ [% 'Bis' | $T8 %]
+ [% L.date_tag('duedateto') %]
+ |
+
@@ -103,12 +118,16 @@