mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Updated Concepts (markdown)
parent
18d9f12338
commit
b10425119b
1 changed files with 8 additions and 2 deletions
10
Concepts.md
10
Concepts.md
|
@ -62,7 +62,7 @@ An example tree could look like this:
|
|||
|
||||
Storelocations should be defined down to the smallest possible location, to make finding the part again easy.
|
||||
|
||||
## Footprint
|
||||
### Footprint
|
||||
In electronics many components have one of the common components cases / footprints. The footprint entity describes such common footprints, which can be assigned to parts.
|
||||
You can assign an image (and an 3D model) as an attachment to a footprint, which will be used as preview for parts with this footprint, even if the parts do not have an explicitly assigned preview image.
|
||||
|
||||
|
@ -124,4 +124,10 @@ There is a special user called `anonymous`, whose access rights are used to dete
|
|||
For simplification of access management users can be assigned to groups.
|
||||
|
||||
### Group
|
||||
A group is entity, to which users can be assigned to. This can be used to logically group users by for example organisational structures and to simplify permissions managment, as you can define groups with access rights for common use cases and then just assign users to them, without the need to change every permission on the users individually.
|
||||
A group is entity, to which users can be assigned to. This can be used to logically group users by for example organisational structures and to simplify permissions managment, as you can define groups with access rights for common use cases and then just assign users to them, without the need to change every permission on the users individually.
|
||||
|
||||
## Labels
|
||||
### Label profiles
|
||||
A label profile represents an template for a label (for a storelocation, a part or part lot). It consists of a size, an barcode type and the content. There are various placeholders which can be inserted in the text content and which will be used replaced with data for the actual thing.
|
||||
|
||||
You do not have to define a label profile to generate labels (you can just set the settings on the fly in the label dialog), however if you want to generate many labels, it is recommended to save the settings as label profile, to save it for later usage. This ensures that all generated labels look the same.
|
Loading…
Add table
Add a link
Reference in a new issue