From 80983f8a1f49a8f9663f6c6cc39826d856171d2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 9 Jan 2014 09:06:02 +0100 Subject: [PATCH] =?utf8?q?Fu=C3=9Fnote=20f=C3=BCr=20part.onhands=20bei=20C?= =?utf8?q?SV-Import=20hinzugef=C3=BCgt=20closes=20#2428?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CsvImport/Part.pm | 2 +- locale/de/all | 1 + templates/webpages/csv_import/form.html | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SL/Controller/CsvImport/Part.pm b/SL/Controller/CsvImport/Part.pm index 0cb132f34..90d0b7115 100644 --- a/SL/Controller/CsvImport/Part.pm +++ b/SL/Controller/CsvImport/Part.pm @@ -485,7 +485,7 @@ sub setup_displayable_columns { { name => 'not_discountable', description => $::locale->text('Not Discountable') }, { name => 'notes', description => $::locale->text('Notes') }, { name => 'obsolete', description => $::locale->text('Obsolete') }, - { name => 'onhand', description => $::locale->text('On Hand') }, + { name => 'onhand', description => $::locale->text('On Hand') . ' [2]' }, { name => 'partnumber', description => $::locale->text('Part Number') }, { name => 'partsgroup_id', description => $::locale->text('Partsgroup (database ID)') }, { name => 'partsgroup', description => $::locale->text('Partsgroup (name)') }, diff --git a/locale/de/all b/locale/de/all index f4f207dc0..ce6c0274d 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1450,6 +1450,7 @@ $self->{texts} = { 'On Hand' => 'Auf Lager', 'On Order' => 'Ist bestellt', 'One or more Perl modules missing' => 'Ein oder mehr Perl-Module fehlen', + 'Onhand only sets the quantity in master data, not in inventory. This is only a legacy info field and will be overwritten as soon as a inventory transfer happens.' => 'Das Import-Feld Auf Lager setzt nur die Menge in den Stammdaten, nicht im Lagerbereich. Dies ist historisch gewachsen nur ein Informationsfeld was mit dem tatsächlichen Wert überschrieben wird, sobald eine wirkliche Lagerbewegung stattfindet (DB-Trigger).', 'Only Warnings and Errors' => 'Nur Warnungen und Fehler', 'Only due follow-ups' => 'Nur fällige Wiedervorlagen', 'Only groups that have been configured for the client the user logs in to will be considered.' => 'Allerdings werden nur diejenigen Gruppen herangezogen, die für den Mandanten konfiguriert sind.', diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 5b189ec77..4a9672b8f 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -125,6 +125,10 @@ [% LxERP.t8('The items are imported accoring do their number "X" regardless of the column order inside the file.') %] [% LxERP.t8('The column "make_X" can contain either a vendor\'s database ID, a vendor number or a vendor\'s name.') %]

+

+ [2]: + [% LxERP.t8('Onhand only sets the quantity in master data, not in inventory. This is only a legacy info field and will be overwritten as soon as a inventory transfer happens.') %] +

[%- ELSIF SELF.type == 'orders' %]

-- 2.20.1