mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-27 14:25:02 +02:00
Updated Concepts (markdown)
parent
c8f2ba3254
commit
6b9ef431ee
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@ A part entity have many fields, which can be used to describe it better. Most of
|
||||||
* **Internal Part number** (IPN): Each part is automatically assigned an numerical ID which identifies a part in the database. This ID depends on when a part was created and can not be changed. If you want to assign your own unique identifiers, or sync parts identifiers with the identifiers of another database you can use this field.
|
* **Internal Part number** (IPN): Each part is automatically assigned an numerical ID which identifies a part in the database. This ID depends on when a part was created and can not be changed. If you want to assign your own unique identifiers, or sync parts identifiers with the identifiers of another database you can use this field.
|
||||||
|
|
||||||
## Attachments
|
## Attachments
|
||||||
|
### Attachment
|
||||||
|
An attachment is an file that can be associated with another entity (like a Part, Storelocation, User, etc.). This could for example be a datasheet in a Part, the logo of a vendor or some CAD drawing of a footprint.
|
||||||
|
|
||||||
|
An attachment has an attachment type (see below), which groups the attachments logically (and optionally restricts the allowed file types), a name describing the attachment and a file. The file can either be uploaded to the server and stored there, or given as a link to a file on another webpath. If configured in the settings, it is also possible that the webserver downloads the file from the supplied website and stores it locally on the server.
|
||||||
|
|
||||||
|
By default all uploaded files, are accessible for everyone (even non logged in users), if the link is known. If your Part-DB instance is publicly available and you want to store private/sensitve files on it, you should mark the attachment as "Private attachment". Private attachments are only accessible to users, which has the permission to access private attachments.
|
||||||
|
Please not, that no thumbnails are generated for private attachments, which can have an performance impact.
|
||||||
|
|
||||||
## User System
|
## User System
|
||||||
### User
|
### User
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue