mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 20:04:34 +02:00
Updated Concepts (markdown)
parent
511001558c
commit
4025f21cf1
1 changed files with 7 additions and 0 deletions
|
@ -81,6 +81,13 @@ Footprints are a hierachically which allows you to build logical sorted trees. A
|
||||||
* Resistors
|
* Resistors
|
||||||
* 0805
|
* 0805
|
||||||
* 0603
|
* 0603
|
||||||
|
|
||||||
|
### Measurement Unit
|
||||||
|
By default part instock is counted in number of individual parts, which is fine for things like electronic components, which exists only in integer quantities. However if you have things with fractional units like the length of a wire or the volume of a liquid, you have to define a measurement unit.
|
||||||
|
The measurement unit represents a physical quantity like mass, volume or length.
|
||||||
|
|
||||||
|
You can define a short unit for it (like m for Meters, or g for gramms) which will be shown, when a quantity of a part with this unit is shown.
|
||||||
|
|
||||||
## Attachments
|
## Attachments
|
||||||
### Attachment
|
### 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 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue