mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 18:04:33 +02:00
Added some documentation about the stock owner system.
This commit is contained in:
parent
c91a6640ff
commit
54c6757bc7
1 changed files with 5 additions and 1 deletions
|
@ -62,4 +62,8 @@ by calling the `php bin/console partdb:currencies:update-exchange-rates`.
|
||||||
If you call this command regularly (e.g. with a cronjob), you can keep the exchange rates up-to-date.
|
If you call this command regularly (e.g. with a cronjob), you can keep the exchange rates up-to-date.
|
||||||
|
|
||||||
Please note that if you use a base currency, which is not the Euro, you have to configure an exchange rate API, as the
|
Please note that if you use a base currency, which is not the Euro, you have to configure an exchange rate API, as the
|
||||||
free API used by default only supports the Euro as base currency.
|
free API used by default only supports the Euro as base currency.
|
||||||
|
|
||||||
|
## Personal stocks and stock locations
|
||||||
|
For makerspaces and universities with a lot of users, where each user can have his own stock, which only he should be able to access, you can assign
|
||||||
|
the user as "owner" of a part lot. This way, only him is allowed to add or remove parts from this lot.
|
Loading…
Add table
Add a link
Reference in a new issue