Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a19d5fb7

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

  • ID a19d5fb7fc372f5931d704c427ee14e1c1c1ddae
  • Vorgänger a5de2653
  • Nachfolger 21da0d1a

CsvImport: Report-Begrenzung: Option "Nur Warnungen und Fehler" umbenannt. …

… Warnungen gibt es (noch) nicht, nur Fehler (errors) und
Bemerkungen (information)

Unterschiede anzeigen:

locale/de/all
2159 2159
  'One of the units used (#1) cannot be mapped to a known unit code from the UN/ECE Recommendation 20 list.' => 'Eine der verwendeten Einheiten (#1) kann keinem der bekannten Einheiten-Codes aus der Liste UN/ECE Recommendation 20 zugeordnet werden.',
2160 2160
  'One or more Perl modules missing' => 'Ein oder mehr Perl-Module fehlen',
2161 2161
  '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).',
2162
  'Only Lines with Notes or Errors' => 'Nur Zeilen mit Bemerkungen oder Fehlern',
2162 2163
  'Only Price'                  => 'Nur Preis',
2163 2164
  'Only Stock'                  => 'Nur Bestand',
2164
  'Only Warnings and Errors'    => 'Nur Warnungen und Fehler',
2165 2165
  'Only applies if the previous is set to true. When filling up unlinked positions, consider them matches if ALL of these fields match. For example, in a business with variants that are defined by a special description, description needs to be part of the identity. If delivering several similar order positions by delivery date is common, reqdate should be included in the identity. Serialnumber is useful when the serialnumber in the order and delivery order has to match.' => 'Ist nur relevant, wenn die vorherige Option angeschaltet ist. Zugewiesene Zeilen müssen in diesen Feldern identisch sein, und werden ansonsten als unterschiedlich behandelt. Wenn ein Betrieb mit Varianten arbeitet, die in der Beschreibung kodiert sind, muss diese mit abgeglichen werden. Wenn Positionen mit Lieferdaten versehen werden, sollten diese mit abgeglichen werden. Seriennummer abzugleichen funktioniert nur, wenn diese in Auftrag und Lieferschein gepflegt werden.',
2166 2166
  'Only booked accounts'        => 'Nur bebuchte Konten',
2167 2167
  'Only due follow-ups'         => 'Nur fällige Wiedervorlagen',
locale/en/all
2159 2159
  'One of the units used (#1) cannot be mapped to a known unit code from the UN/ECE Recommendation 20 list.' => '',
2160 2160
  'One or more Perl modules missing' => '',
2161 2161
  '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.' => '',
2162
  'Only Lines with Notes or Errors' => '',
2162 2163
  'Only Price'                  => '',
2163 2164
  'Only Stock'                  => '',
2164
  'Only Warnings and Errors'    => '',
2165 2165
  'Only applies if the previous is set to true. When filling up unlinked positions, consider them matches if ALL of these fields match. For example, in a business with variants that are defined by a special description, description needs to be part of the identity. If delivering several similar order positions by delivery date is common, reqdate should be included in the identity. Serialnumber is useful when the serialnumber in the order and delivery order has to match.' => '',
2166 2166
  'Only booked accounts'        => '',
2167 2167
  'Only due follow-ups'         => '',
templates/webpages/csv_import/form.html
276 276
    <th align="right">[%- LxERP.t8('Preview Mode') %]:</th>
277 277
    <td colspan="10">
278 278
      [% L.radio_button_tag('settings.full_preview', value=0, checked=!SELF.profile.get('full_preview'),   label=LxERP.t8('Full Preview')) %]
279
      [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Warnings and Errors')) %]
279
      [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Lines with Notes or Errors')) %]
280 280
      [% L.radio_button_tag('settings.full_preview', value=2, checked=SELF.profile.get('full_preview')==2, label=LxERP.t8('First 20 Lines')) %]
281 281
    </td>
282 282
   </tr>

Auch abrufbar als: Unified diff