mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated Concepts (markdown)
parent
0541df43dd
commit
ceffef4bca
1 changed files with 3 additions and 0 deletions
|
@ -30,7 +30,10 @@ The first part (the order information) describes at which supplier the part can
|
||||||
An order information can contain multiple price informations, which describes the prices for the part at the supplier including bulk discount, etc.
|
An order information can contain multiple price informations, which describes the prices for the part at the supplier including bulk discount, etc.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
Parameters represents various specifications / parameters of a part, like the the maximum current of a diode, etc. The advantage of using parameters instead of just putting the data in the comment field or so, is that you can filter for parameters values (including ranges and more) later on.
|
||||||
|
Parameters describe can describe numeric values and/or text values for which they can be filtered. This basically allows you to define custom fields on a part.
|
||||||
|
|
||||||
|
Using the group field a parameter allows you to group parameters together in the info page later (all parameters with the same group value will be shown under the same group title).
|
||||||
|
|
||||||
## Core data
|
## Core data
|
||||||
### Category
|
### Category
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue