Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Structure (Gliederung): How to create 
    1. Menge = 1
    2. ArtikelNr = empty
    3. Preis = empty 
  2. ERP-Article: How to create
    1. Menge > 0
    2. ArtikelNr = it must be a known item-number of an existing ERP-Article in the application
    3. Preis
      1. If price is empty: automatic pricing
      2. If price is not emtpy: This price will be imported
  3. Dummy-Item (Angebotsartikel): How to create
    1. Menge > 0
    2. ArtikelNr = it must be unknown or emtpy
    3. Preis > 0

Notes

It is not possible to create a substructure (a structure within a structure).

...