Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 4. Dashboard
2
3
**URL:** `http(s)://url/`
4
5
![Dashboard Overview](../images/dashboard.png)
6
7
The Dashboard is the FilaMan start page and provides a quick overview of your entire filament inventory.
8
9
## Statistics Cards (Top Row)
10
11
| Card | Description |
12
|------|-------------|
13
| **Total Spools** | Total number of all registered spools |
14
| **Filaments** | Number of different filament types |
15
| **Low & Empty Spools** | Spools with low or empty fill levels |
16
| **Total Value (available)** | Total value of the available filament stock |
17
18
## Alert System: Low Stock Spools
19
20
The **"Low Stock Spools"** card immediately shows whether any spools need to be reordered:
21
- **Green message** "All spools have sufficient filament" – no action required
22
- **Red message** – a list of critical or empty spools is displayed
23
24
## Statistics Sections
25
26
| Section | Description |
27
|---------|-------------|
28
| **Manufacturers (non-empty)** | List of manufacturers that still have filled spools |
29
| **Filament Types** | Overview of the material types in use |
30
| **Spool Status** | Visual breakdown of spool fill levels by category |
31
| **Filament Statistics** | Additional filament statistics |
32
| **Locations** | Overview of occupied storage locations |
33
34
## Spool Status – Fill Level Categories
35
36
| Status | Color | Meaning |
37
|--------|-------|---------|
38
| **Full** | Green | > 75 % fill level |
39
| **Normal** | Blue | 50 – 75 % |
40
| **Low** | Yellow | Below minimum weight |
41
| **Critical** | Red | < 50 % of minimum weight |
42
| **Empty** | Gray | 0 g – completely empty |
43
44
---
45
fe70cf Manuel Weiser 2026-03-09 08:10:11
Update documentation links to use consistent casing and absolute paths - Changed links in German documentation to use absolute paths with consistent casing. - Updated links in English documentation to follow the same format. - Ensured all navigation links point to the correct sections across all documents.
46
← [Back: Navigation](/Docs/En/03-Navigation) | [Next: Manufacturers →](/Docs/En/05-Manufacturers)