Page tree

Versions Compared

Key

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

The LOGO application automatically assigns numbers to the packages when either "Automatic Packaging" or "Add Package" option is selected. The package number is used mostly for printing the labels, and can be changed by the user.

The numbers of the packages within the Packaging Tree can be changed individually, or all package numbers can be changed according to the selected Numbering Type. The Package Numbering option of the right mouse button is used to change the numbers of all packages. The package numbers can be assigned by using one of the following options:

  • Hierarchical
  • Nonhierarchical
  • By LevelLevel 

Image Removed
When Automatic Packaging is selected in the LOGO application, Hierarchical is used as the numbering type.

When Hierarchical is selected as the numbering type, the numbers assigned to the top level packages are incremented. The packages inserted inside these packages are renumbered with numbers starting with the number of their parent package.

Example:

  • 1
    • 1.1
    • 1.2
      • 1.2.1
  • 2
    • 2.1
    • 2.2


When Nonhierarchical is selected as the numbering type, the numbers are assigned without controlling the levels.

Example:

  • 1
    • 2
    • 3
      • 4
  • 5
  • 6


When By Level is selected as the numbering type, the numbers of each packaging line follow an independent order.

Example:

  • 1
    • 1
    • 2
    • 3
  • 2
    • 4
      • 1
      • 2
    • 5
    • 6
  • 3