X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Ferzeugnisnummern.html;h=9f2ae5df9a19b21b7df4e5a4a592c24e655da014;hb=3fa7a7a8e245681454e2bf11be50b4c305900511;hp=6b465d00a6ad90d5d6c0c4f409568b4f9cd96242;hpb=6c0a55aca160c95f56fd52196d946a0708a2c7b5;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/erzeugnisnummern.html b/templates/webpages/dbupgrade/erzeugnisnummern.html index 6b465d00a..9f2ae5df9 100644 --- a/templates/webpages/dbupgrade/erzeugnisnummern.html +++ b/templates/webpages/dbupgrade/erzeugnisnummern.html @@ -1,11 +1,28 @@ [%- USE T8 %] -[% USE HTML %]
[% 'Double partnumbers' | $T8 %]
+[% USE HTML %][%- USE LxERP -%] +

[% 'Double partnumbers' | $T8 %]

+ +
+

[% '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 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 %]

@@ -16,18 +33,28 @@ + [% SET row_odd = '1' %][% FOREACH row = PARTS %] - + + - + + + [% SET rowcount = loop.count %] [% END %] +
[% 'Notes' | $T8 %] [% 'EAN' | $T8 %] [% 'Service, assembly or part' | $T8 %][% 'Obsolete' | $T8 %]
[% 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 %][% IF row.obsolete %][%- LxERP.t8("Obsolete") %][%- ELSE %][%- LxERP.t8("Not obsolete") %][%- END %]
+ +
+
+ +