Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 5. Manufacturers
2
3
**URL:** `http(s)://url/manufacturers`
4
5
![Manufacturers Page](../images/manufacturers.png)
6
7
The Manufacturers page is where you manage all **filament manufacturers** whose products you want to track in the system. Each manufacturer can have multiple associated filaments.
8
9
## Table Columns
10
11
| Column | Description |
12
|--------|-------------|
13
| **NAME** | Name of the manufacturer |
14
| **URL** | Manufacturer's website (clickable link) |
15
| **FILAMENTS** | Number of filament types registered for this manufacturer |
16
| **SPOOLS** | Number of spools from this manufacturer currently in stock |
17
| **MATERIALS** | Materials used (e.g. PLA, PETG, ABS) |
18
| **ACTIONS** | Edit / Delete buttons |
19
20
## Features
21
22
### Search
23
Use the **search bar** at the top left to filter manufacturers by name.
24
25
### Filter by Material
26
The **"All Materials"** dropdown filters the manufacturer list by a specific filament material (e.g. show only PLA manufacturers).
27
28
### Add a Manufacturer
29
Click **"Add Manufacturer"** in the top right. A dialog will open with the following fields:
30
- **Name** – Required: manufacturer name (e.g. "Prusament")
31
- **URL** – Optional website address of the manufacturer
32
33
### Edit a Manufacturer
34
Click the **pencil icon** in the **ACTIONS** column next to a manufacturer.
35
36
### Delete a Manufacturer
37
Click the **trash icon** in the **ACTIONS** column. A manufacturer can only be deleted if no filaments are assigned to it.
38
39
---
40
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.
41
← [Back: Dashboard](/Docs/En/04-Dashboard) | [Next: Filaments →](/Docs/En/06-Filaments)