X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e8889e47af38072dc6fcbb4d97e2fdcc30d948d7..8e77bd29b697f3a86f9376e2b733b064712a6ff6:/templates/webpages/order/tabs/basic_data.html
diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html
index 102d5ed83..877e5fdf6 100644
--- a/templates/webpages/order/tabs/basic_data.html
+++ b/templates/webpages/order/tabs/basic_data.html
@@ -2,6 +2,9 @@
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+[%- USE P %]
+
+[%- INCLUDE 'generic/set_longdescription.html' %]
@@ -11,7 +14,7 @@
| [% SELF.cv | $T8 %] |
[% SET cv_id = SELF.cv _ '_id' %]
- [% L.customer_vendor_picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] |
+ [% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] |
@@ -67,7 +70,7 @@
| [% 'Project Number' | $T8 %] |
- [% L.project_picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %] |
+ [% P.project.picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %] |
@@ -105,31 +108,65 @@
[% END %]
+ [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
| [% 'Order Number' | $T8 %] |
[% L.input_tag('order.ordnumber', SELF.order.ordnumber, size = 11) %] |
+ [%- END -%]
+ [%- IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") -%]
+ [%- SET quo_nr_txt = 'Quotation Number' -%]
+ [%- ELSE -%]
+ [%- SET quo_nr_txt = 'RFQ Number' -%]
+ [%- END -%]
- | [% 'Quotation Number' | $T8 %] |
+ [% quo_nr_txt | $T8 %] |
[% L.input_tag('order.quonumber', SELF.order.quonumber, size = 11) %] |
+ [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
| [% 'Customer Order Number' | $T8 %] |
[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, size = 11) %] |
-
+ [%- END -%]
+
+ [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
+ [%- SET transdate_txt = 'Order Date' -%]
+ [%- ELSIF SELF.type == "sales_quotation" -%]
+ [%- SET transdate_txt = 'Quotation Date' -%]
+ [%- ELSE -%]
+ [%- SET transdate_txt = 'RFQ Date' -%]
+ [%- END -%]
- | [% 'Order Date' | $T8 %] |
+ [% transdate_txt | $T8 %] |
[% L.date_tag('order.transdate', SELF.order.transdate) %] |
+ [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
+ [%- SET reqdate_txt = 'Reqdate' -%]
+ [%- ELSIF SELF.type == "sales_quotation" -%]
+ [%- SET reqdate_txt = 'Valid until' -%]
+ [%- ELSE -%]
+ [%- SET reqdate_txt = 'Required by' -%]
+ [%- END -%]
- | [% 'Reqdate' | $T8 %] |
+ [% reqdate_txt | $T8 %] |
[% L.date_tag('order.reqdate', SELF.order.reqdate) %] |
+ [%- IF SELF.type == "sales_quotation" -%]
+
+ | [% 'Order probability' | $T8 %] |
+ [%- L.select_tag('order.order_probability', SELF.order_probabilities, title='title', default=SELF.order.order_probability) %]% |
+
+
+ | [% 'Expected billing date' | $T8 %] |
+ [%- L.date_tag('order.expected_billing_date', SELF.order.expected_billing_date) %] |
+
+ [%- END %]
+
| [% 'Insert Date' | $T8 %] |
[% SELF.order.itime_as_date %] |
@@ -143,7 +180,7 @@
[%- PROCESS order/tabs/_item_input.html %]
- [% L.button_tag('show_multi_items_dialog()', LxERP.t8('Add multiple parts')) %]
+ [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
@@ -153,24 +190,31 @@
- |
+
+ [%- IF MYCONFIG.show_form_details %]
+ [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %]
+ [%- ELSE %]
+ [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
+ [%- END %]
+ |
[%- 'position' | $T8 %] |
![[%- LxERP.t8('reorder item') %]](image/updown.png) |
![[%- LxERP.t8('delete item') %]](image/close.png) |
-
-
-
+
+
+
+
[%- 'Price Factor' | $T8 %] |
[%- 'Unit' | $T8 %] |
[%- 'Price Source' | $T8 %] |
-
-
+
+
[%- 'Extended' | $T8 %] |
[%- 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 TYPE=SELF.type ALL_PRICE_FACTORS=SELF.all_price_factors %]
[%- END %]
@@ -223,6 +267,15 @@
title_key = 'description',
style = 'width: 250px') %]
+ [%- IF SELF.type == "sales_order" %]
+
+ | [%- 'Periodic Invoices' | $T8 %] |
+ [% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure')) %]
+ ([%- SELF.periodic_invoices_status -%])
+ ?
+ |
+
+ [%- END %]
@@ -262,329 +315,4 @@
-
[% L.sortable_element('#row_table_id') %]
-
-