Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 1 | .. contents:: |
| 2 | :depth: 3 |
| 3 | .. |
| 4 | |
| 5 | Inventory |
| 6 | ========= |
| 7 | |
| 8 | The application offers basic inventory management of devices supporting |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 9 | ONF-TR-512 and ietf-hardware. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 10 | |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 11 | Views |
| 12 | ----- |
| 13 | |
| 14 | The inventory application offers two different ways to visualize |
| 15 | inventory data. |
| 16 | |
| 17 | Tableview |
| 18 | ~~~~~~~~~ |
| 19 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 20 | The view displays the inventory data of the network element – for |
| 21 | example, serial-numbers and part-numbers according to the containment of |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 22 | the equipment – as a table. By right-clicking on an entry, the element |
| 23 | can be viewed in the treeview. |
| 24 | |
| 25 | Treeview |
| 26 | ~~~~~~~~ |
| 27 | |
| 28 | The treeview visualizes relations between the inventory data of a |
| 29 | network element. To load all relations, a ’*’ can be entered in the |
| 30 | search-field. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 31 | |
| 32 | Inventory Export: |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 33 | ^^^^^^^^^^^^^^^^^ |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 34 | |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 35 | The ‘︙’ button in the upper right corner of the table allows exporting |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 36 | the inventory data as a CSV file. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 37 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 38 | Only the currently viewed table data is exported. As the default |
| 39 | pagination is set to 10, only the first 10 rows or filtered rows would |
| 40 | be exported. To increase the number of exported rows change the |
| 41 | pagination. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 42 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 43 | The behavior of the export can vary based on different browsers: |
| 44 | |
| 45 | a) Some browsers allow you to save the file with the predefined name |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 46 | export.csv. In case your browser does not offer this function please |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 47 | use the ‘Save as…’ option and define the filename with extension csv. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 48 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 49 | b) Some browsers save the file automatically with the alphanumeric name |
| 50 | but without an extension. In such a case navigate to the downloaded |
| 51 | file location and rename the file. The extension (csv) must be |
Aijana Schumann | b439e2b | 2020-09-03 20:39:00 +0200 | [diff] [blame] | 52 | appended to the name. The result should look like export_file.csv. |