X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=47cd8f3e85a660403276cd1fba09f8dd97a03ce4;hb=f0da3ee98a35812f3982c5824aa7c170ae8cbd61;hp=322acff38fc2354e1ef45d5e5039b8ef5bbe0e05;hpb=62f2141002f5b8c11fa9d881473fd3bc469b4eef;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 322acff38..47cd8f3e8 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -28,7 +28,7 @@ [% 'Part Description' | $T8 %] - [% L.areainput_tag("part.description", SELF.part.description, size=40) %] + [% L.areainput_tag("part.description", SELF.part.description, size=40) %] @@ -75,6 +75,18 @@ + [% IF CUSTOM_VARIABLES_FIRST_TAB %] + [% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %] + [%- FOREACH var = CUSTOM_VARIABLES_FIRST_TAB %] + + [% var.VALID_BOX %] + [%- IF !var.partsgroup_filtered %] + [% HTML.escape(var.description) %] + [%- END %] + + [% var.HTML_CODE %] + [%- END %] + [% END %] @@ -84,9 +96,9 @@ - + @@ -112,7 +124,7 @@ + [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %] [%- END %] @@ -121,7 +133,7 @@ + [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %] [%- ELSE %] [% L.hidden_tag('part.unit', SELF.part.unit) %] [% HTML.escape(SELF.part.unit) %] [%- END %] @@ -151,7 +163,7 @@ [% IF SELF.all_warehouses.size %] - [% END %] @@ -219,17 +231,10 @@ -
[% 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 %]
[% 'Price Factor' | $T8 %] - [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %]
[% 'Unit' | $T8 %] [%- IF !SELF.part.id or SELF.part.orphaned # same logic as unit_changable %] - [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %]
[% 'Default Warehouse' | $T8 %][% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=>1) %] + [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=1) %]