@@ -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) %] |
@@ -57,7 +65,6 @@
[% L.date_tag('duedateto') %]
-
@@ -119,6 +126,8 @@