X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fdbupgrade%2Ferzeugnisnummern.html;h=e5a7ec6bd84f3602d9974d6215ce3c56870e6581;hb=1c127236bd8d41997a8566651e9361623c308aa3;hp=6b465d00a6ad90d5d6c0c4f409568b4f9cd96242;hpb=6c0a55aca160c95f56fd52196d946a0708a2c7b5;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/erzeugnisnummern.html b/templates/webpages/dbupgrade/erzeugnisnummern.html index 6b465d00a..e5a7ec6bd 100644 --- a/templates/webpages/dbupgrade/erzeugnisnummern.html +++ b/templates/webpages/dbupgrade/erzeugnisnummern.html @@ -3,9 +3,12 @@
+

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

-

[% 'From this version on the partnumer of articles and assemblies have to be unique.' | $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 worth 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 %]

@@ -20,14 +23,19 @@ [% SET row_odd = '1' %][% FOREACH row = PARTS %] - + + - + + [% SET rowcount = loop.count %] [% END %] +
[% HTML.escape(row.partnumber) %] [% 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' %] [% END %] [% END %][% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %]
+ +