mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 03:44:36 +02:00
Updated Concepts (markdown)
parent
4025f21cf1
commit
18d9f12338
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ 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.
|
||||
|
||||
### Currency
|
||||
By default all prices are set in the base currency configured for the instance (by default euros). If you want to use multiple currencies together (as e.g. vendors use foreign currencies for their price and you do not want to update the prices for every exchange rate change), you have to define these currencies here.
|
||||
|
||||
You can set an exchange rate here in terms of the base currency (or fetch it from the internet if configured). The exchange rate will be used to show users the prices in their preferred currency.
|
||||
|
||||
## Attachments
|
||||
### 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue