mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 06:09:33 +00:00
Add comprehensive documentation for IPN generation and synonym system
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
ca246c5e80
commit
9629e849b9
4 changed files with 659 additions and 1 deletions
|
|
@ -50,7 +50,10 @@ A part entity has many fields, which can be used to describe it better. Most of
|
|||
* **Mass**: The mass of a single piece of this part (so of a single transistor). Given in grams.
|
||||
* **Internal Part Number** (IPN): Each part is automatically assigned a numerical ID that identifies a part in the
|
||||
database. This ID depends on when a part was created and cannot 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.
|
||||
identifiers, or sync parts identifiers with the identifiers of another database, you can use this field. Part-DB
|
||||
can automatically suggest IPNs based on category prefixes and sequential numbering. See the
|
||||
[IPN Generation documentation]({% link usage/ipn_generation.md %}) for detailed information on how to set up and use
|
||||
this feature.
|
||||
|
||||
### Stock / Part lot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue