[%- USE T8 %] [% USE HTML %][%- USE LxERP -%]

[% 'Double partnumbers' | $T8 %]

[% 'There are double partnumbers in your database.' | $T8 %]

[% 'From this version on the partnumber of services, articles and assemblies have to be unique.' | $T8 %]

[% 'So far you could use one partnumber for severel parts, for example a service and an article.' | $T8 %]

[% 'Because the useability gets worse if one partnumber is used for several parts (for example if you are searching a position for an invoice), partnumbers should be unique.' | $T8 %]

[% 'Please change the partnumber of the following parts and run the update again:' | $T8 %]

[% SET row_odd = '1' %][% FOREACH row = PARTS %] [% SET rowcount = loop.count %] [% END %]
[% 'Partnumber' | $T8 %] [% 'Description' | $T8 %] [% 'Unit' | $T8 %] [% 'Notes' | $T8 %] [% 'EAN' | $T8 %] [% 'Service, assembly or part' | $T8 %] [% 'Obsolete' | $T8 %]
[% HTML.escape(row.description) %] [% HTML.escape(row.unit) %] [% HTML.escape(row.notes) %] [% HTML.escape(row.ean) %] [% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %] [% IF row.obsolete %][%- LxERP.t8("Obsolete") %][%- ELSE %][%- LxERP.t8("Not obsolete") %][%- END %]