mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added documentation for ENFORCE_CHANGE_COMMENTS_FOR
Related to issue #220
This commit is contained in:
parent
29af14f588
commit
3edc0a7f53
2 changed files with 15 additions and 1 deletions
|
@ -62,4 +62,10 @@ 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.
|
||||
|
||||
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.
|
||||
|
||||
## Enforce log comments
|
||||
On almost any editing operation it is possible to add a comment describing, what or why you changed something.
|
||||
This comment will be written to change log and can be viewed later.
|
||||
If you want to enforce your users to add comments to certain operations, you can do this by setting the `ENFORCE_CHANGE_COMMENTS_FOR` option.
|
||||
See the configuration reference for more information.
|
Loading…
Add table
Add a link
Reference in a new issue