X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2Fbasic_data.html;h=61348b7b864c575bedc10491d767296d6d65a946;hb=6e1a7a2e06de426b553ada3aed39f28b4825d0ce;hp=32880cf6e5e5a169484a3ff7f58dfc70e783819e;hpb=3df0bf0644d42357ee0baf9f5b05efbbfc8d0135;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 32880cf6e..61348b7b8 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -3,6 +3,8 @@ [%- USE LxERP %] [%- USE L %] +[%- INCLUDE 'generic/set_longdescription.html' %] +
@@ -41,6 +43,15 @@ +[%- IF SELF.all_departments.size %] + + + + +[%- END %] + @@ -134,6 +145,8 @@ [%- PROCESS order/tabs/_item_input.html %] + [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %] +
[% L.select_tag('order.taxzone_id', SELF.all_taxzones, default=SELF.order.taxzone_id, title_key='description', style='width: 300px', class='recalc') %]
[% 'Department' | $T8 %] + [% L.select_tag('order.department_id', SELF.all_departments, default=SELF.order.department_id, title_key='description', with_empty=1, style='width:300px') %] +
[% 'Shipping Point' | $T8 %] [% L.input_tag('order.shippingpoint', SELF.order.shippingpoint, style='width: 300px') %]
+ - - - + + + - - + + [%- FOREACH item = SELF.order.items_sorted %] - [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id %] + [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id ALL_PRICE_FACTORS=SELF.all_price_factors %] [%- END %]
@@ -143,22 +156,23 @@
[%- 'position' | $T8 %] [%- LxERP.t8('reorder item') %] [%- LxERP.t8('delete item') %][%- 'Partnumber' | $T8 %] [%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Partnumber' | $T8 %][%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Price Factor' | $T8 %] [%- 'Unit' | $T8 %] [%- 'Price Source' | $T8 %] [%- 'Price' | $T8 %] [%- 'Discount' | $T8 %] [%- 'Price' | $T8 %] [%- 'Discount' | $T8 %] [%- 'Extended' | $T8 %]
@@ -250,217 +264,4 @@
- [% L.sortable_element('#row_table_id') %] - -