Updated Concepts (markdown)

Jan Böhmer 2023-01-09 15:46:18 +01:00
parent 0541df43dd
commit ceffef4bca

@ -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