Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix element types list in synonym documentation
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
  • Loading branch information
Copilot and jbtronics committed Dec 6, 2025
commit 3d33b2c725b1c7b831a96139a009dd39d02d83f5
11 changes: 5 additions & 6 deletions docs/usage/synonyms.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ You can create synonyms for the following element types:
| **attachment_type**| Attachment Type | Document Type, File Category |
| **category** | Category | Group, Class, Type, Collection |
| **currency** | Currency | Monetary Unit, Money Type |
| **device** | Device | Assembly, System, Machine |
| **footprint** | Footprint | Package, Form Factor, Physical Type |
| **group** | Group | Team, Department, Role |
| **label_profile** | Label Profile | Label Template, Print Template |
Expand All @@ -67,7 +66,7 @@ You can create synonyms for the following element types:
| **part** | Part | Component, Item, Product, Article, SKU |
| **part_lot** | Part Lot | Stock Item, Inventory Item, Batch |
| **project** | Project | Assembly, Build, Work Order |
| **storelocation** | Storage Location | Warehouse, Bin, Location, Place |
| **storage_location**| Storage Location | Warehouse, Bin, Location, Place |
| **supplier** | Supplier | Vendor, Distributor, Reseller |
| **user** | User | Member, Account, Person |

Expand Down Expand Up @@ -124,9 +123,9 @@ This allows Part-DB to maintain proper multilingual support even with custom ter
- Category → Material Type
- Part Lot → Batch
- Storage Location → Warehouse Zone
- Device → Assembly
- Project → Assembly

**Result**: The interface uses manufacturing terminology: "Materials", "Batches", "Warehouse Zones"
**Result**: The interface uses manufacturing terminology: "Materials", "Batches", "Warehouse Zones", "Assemblies"

### Small Business Retail

Expand Down Expand Up @@ -163,10 +162,10 @@ This allows Part-DB to maintain proper multilingual support even with custom ter
- Part → Resource
- Category → Resource Type
- Storage Location → Area
- DeviceEquipment
- ProjectActivity
- Part Lot → Available Unit

**Result**: Educational context: "Resources", "Resource Types", "Areas"
**Result**: Educational context: "Resources", "Resource Types", "Areas", "Activities"

## Managing Synonyms

Expand Down