X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a75d454b181f20aeb18c85649ad230f78eb897e2..2644d2a93d051b4040354c87c0410ebf494a15df:/templates/webpages/part/_basic_data.html diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 65f0182b5..a9fa531ca 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,7 +19,7 @@ - + @@ -33,7 +33,7 @@ - + [%- IF SELF.all_partsgroups.size %] @@ -75,6 +75,18 @@ + [% IF CUSTOM_VARIABLES_FIRST_TAB %] + + [%- FOREACH var = CUSTOM_VARIABLES_FIRST_TAB %] + + + + [%- END %] + [% END %]
[% 'Part Number' | $T8 %][% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus") %][% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus", "data-validate"="trimmed_whitespaces") %]
[% 'Part Classification' | $T8 %]
[% 'EAN-Code' | $T8 %][% L.input_tag("part.ean", SELF.part.ean, size=40) %][% L.input_tag("part.ean", SELF.part.ean, size=40, "data-validate"="trimmed_whitespaces") %]
[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]
[% var.VALID_BOX %] + [%- IF !var.partsgroup_filtered %] + [% HTML.escape(var.description) %] + [%- END %] +
[% var.HTML_CODE %]
@@ -84,9 +96,9 @@ - + @@ -133,7 +145,7 @@ -
[% PROCESS 'part/_pricegroup_prices.html' %] -
- -
[% PROCESS 'part/_customerprices.html' %] -
[%- UNLESS SELF.part.is_assembly %] -
[% PROCESS 'part/_makemodel.html' %] -
[% END %]
[% 'Updated' | $T8 %][% 'Price updated' | $T8 %] - [% SELF.part.priceupdate.to_kivitendo | html %] + [% SELF.part.last_price_update.valid_from.to_kivitendo | html %]
[% 'Weight' | $T8 %] [%- IF SELF.part.is_assembly %] - [% LxERP.format_amount(SELF.part.weight) %] + [% LxERP.format_amount(SELF.part.weight) %] [% ELSE %] [% L.input_tag('part.weight_as_number', SELF.part.weight_as_number, size=10, class='reformat_number numeric') %] [% END %] @@ -207,29 +219,22 @@ - + - + - +
[% 'Image' | $T8 %][% L.input_tag("part.image", SELF.part.image, size=40) %][% L.input_tag("part.image", SELF.part.image, size=40, "data-validate"="trimmed_whitespaces") %] [% 'Microfiche' | $T8 %][% L.input_tag("part.microfiche", SELF.part.microfiche, size=20) %][% L.input_tag("part.microfiche", SELF.part.microfiche, size=20, "data-validate"="trimmed_whitespaces") %]
[% 'Drawing' | $T8 %][% L.input_tag("part.drawing", SELF.part.drawing, size=40) %][% L.input_tag("part.drawing", SELF.part.drawing, size=40, "data-validate"="trimmed_whitespaces") %]