You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

User documentation

The application offers basic inventory management of devices supporting ONF-TR-512.

In inventory basically serial-numbers and manufacturer details are displayed according to the containment of the equipment.

Specification

The graphical user interface has a table view.

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server.

The view shows the below fields.

  1. Name
  2. Parent
  3. Mountpoint
  4. Manufacturer
  5. Serial
  6. Type


The index is “sdnevents” the doctype is inventoryequipment

  • Name -uuid field from database
  • Parent -parentUuid field from database
  • Mountpoint -mountpoint field from database
  • Manufacturer ManufacturerIdentifier field from database
  • Serial – serial field from database
  • Type -type field from database

  • No labels