From 27653d6bbb72f61e0064580d3c9b4185df02efe5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bernd=20Ble=C3=9Fmann?=
Date: Wed, 14 May 2014 09:40:55 +0200
Subject: [PATCH] =?utf8?q?CsvImport=20Waren:=20Konsistenz:=20Fu=C3=9Fnote?=
=?utf8?q?=20statt=20'siehe=20unten'=20in=20der=20Hilfe.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
SL/Controller/CsvImport/Part.pm | 2 +-
locale/de/all | 2 +-
locale/en/all | 2 +-
templates/webpages/csv_import/form.html | 10 +++++-----
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/SL/Controller/CsvImport/Part.pm b/SL/Controller/CsvImport/Part.pm
index 90d0b7115..81471ab95 100644
--- a/SL/Controller/CsvImport/Part.pm
+++ b/SL/Controller/CsvImport/Part.pm
@@ -496,7 +496,7 @@ sub setup_displayable_columns {
{ name => 'rop', description => $::locale->text('ROP') },
{ name => 'sellprice', description => $::locale->text('Sellprice') },
{ name => 'shop', description => $::locale->text('Shopartikel') },
- { name => 'type', description => $::locale->text('Article type (see below)') },
+ { name => 'type', description => $::locale->text('Article type') . ' [3]' },
{ name => 'unit', description => $::locale->text('Unit (if missing or empty default unit will be used)') },
{ name => 've', description => $::locale->text('Verrechnungseinheit') },
{ name => 'weight', description => $::locale->text('Weight') },
diff --git a/locale/de/all b/locale/de/all
index 5f664bc8e..5fb5508f4 100755
--- a/locale/de/all
+++ b/locale/de/all
@@ -248,7 +248,7 @@ $self->{texts} = {
'Article' => 'Artikel',
'Article Code' => 'Artikelkürzel',
'Article Code missing!' => 'Artikelkürzel fehlt',
- 'Article type (see below)' => 'Artikeltyp (siehe unten)',
+ 'Article type' => 'Artikeltyp',
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => 'Als Konsequenz können die gespeicherten Mengen entweder in ein Lager überführt werden, oder für eine frische Lagerverwaltung resettet werden.',
'Assemblies' => 'Erzeugnisse',
'Assembly' => 'Erzeugnis',
diff --git a/locale/en/all b/locale/en/all
index 6f86703b7..af1bf991d 100644
--- a/locale/en/all
+++ b/locale/en/all
@@ -229,7 +229,7 @@ $self->{texts} = {
'Are you sure?' => '',
'Article Code' => '',
'Article Code missing!' => '',
- 'Article type (see below)' => '',
+ 'Article type' => '',
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '',
'Assemblies' => '',
'Assembly' => '',
diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html
index 0f8ac959d..cbe49771d 100644
--- a/templates/webpages/csv_import/form.html
+++ b/templates/webpages/csv_import/form.html
@@ -113,11 +113,6 @@
[%- ELSIF SELF.type == 'parts' %]
-
- [%- LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %]
- [% LxERP.t8("Type can be either 'part' or 'service'.") %]
-
-
[1]:
[% LxERP.t8('The three columns "make_X", "model_X" and "lastcost_X" with the same number "X" are used to import vendor part numbers and vendor prices.') %]
@@ -129,6 +124,11 @@
[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.') %]
+
+ [3]:
+ [% LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %]
+ [% LxERP.t8("Type can be either 'part' or 'service'.") %]
+
[%- ELSIF SELF.type == 'orders' %]
--
2.20.1