Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 27653d6b

Von Bernd Bleßmann vor mehr als 10 Jahren hinzugefügt

  • ID 27653d6bbb72f61e0064580d3c9b4185df02efe5
  • Vorgänger 4a72d690
  • Nachfolger 4c313ecf

CsvImport Waren: Konsistenz: Fußnote statt 'siehe unten' in der Hilfe.

Unterschiede anzeigen:

SL/Controller/CsvImport/Part.pm
496 496
                                 { name => 'rop',                description => $::locale->text('ROP')                                                  },
497 497
                                 { name => 'sellprice',          description => $::locale->text('Sellprice')                                            },
498 498
                                 { name => 'shop',               description => $::locale->text('Shopartikel')                                          },
499
                                 { name => 'type',               description => $::locale->text('Article type (see below)')                             },
499
                                 { name => 'type',               description => $::locale->text('Article type')  . ' [3]'                             },
500 500
                                 { name => 'unit',               description => $::locale->text('Unit (if missing or empty default unit will be used)') },
501 501
                                 { name => 've',                 description => $::locale->text('Verrechnungseinheit')                                  },
502 502
                                 { name => 'weight',             description => $::locale->text('Weight')                                               },
locale/de/all
248 248
  'Article'                     => 'Artikel',
249 249
  'Article Code'                => 'Artikelkürzel',
250 250
  'Article Code missing!'       => 'Artikelkürzel fehlt',
251
  'Article type (see below)'    => 'Artikeltyp (siehe unten)',
251
  'Article type'                => 'Artikeltyp',
252 252
  '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.',
253 253
  'Assemblies'                  => 'Erzeugnisse',
254 254
  'Assembly'                    => 'Erzeugnis',
locale/en/all
229 229
  'Are you sure?'               => '',
230 230
  'Article Code'                => '',
231 231
  'Article Code missing!'       => '',
232
  'Article type (see below)'    => '',
232
  'Article type'                => '',
233 233
  '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' => '',
234 234
  'Assemblies'                  => '',
235 235
  'Assembly'                    => '',
templates/webpages/csv_import/form.html
113 113
   </p>
114 114

  
115 115
[%- ELSIF SELF.type == 'parts' %]
116
   <p>
117
    [%- LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %]
118
    [% LxERP.t8("Type can be either 'part' or 'service'.") %]
119
   </p>
120

  
121 116
   <p>
122 117
    [1]:
123 118
    [% 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 124
    [2]:
130 125
    [% 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.') %]
131 126
   </p>
127
   <p>
128
    [3]:
129
    [% LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %]
130
    [% LxERP.t8("Type can be either 'part' or 'service'.") %]
131
   </p>
132 132

  
133 133
[%- ELSIF SELF.type == 'orders' %]
134 134
   <p>

Auch abrufbar als: Unified diff