mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
6f0742f341
commit
73916de0da
1 changed files with 9 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,10 +1,3 @@
|
||||||
## MR 427: Tickets
|
|
||||||
Manually edit `settings_local.py` to provide the new `OPTIONNAL_APPS` lists:
|
|
||||||
```python
|
|
||||||
OPTIONNAL_APPS_RE2O = ('tickets',)
|
|
||||||
OPTIONNAL_APPS = OPTIONNAL_APPS_RE2O + (...,...,)
|
|
||||||
```
|
|
||||||
|
|
||||||
## MR 160: Datepicker
|
## MR 160: Datepicker
|
||||||
|
|
||||||
Install libjs-jquery libjs-jquery-ui libjs-jquery-timepicker libjs-bootstrap javascript-common
|
Install libjs-jquery libjs-jquery-ui libjs-jquery-timepicker libjs-bootstrap javascript-common
|
||||||
|
@ -185,3 +178,12 @@ Be carefull, you need the proper rights to edit a DocumentTemplate.
|
||||||
Re2o now sends subscription voucher when an invoice is controlled. It uses one
|
Re2o now sends subscription voucher when an invoice is controlled. It uses one
|
||||||
of the templates. You also need to set the name of the president of your association
|
of the templates. You also need to set the name of the president of your association
|
||||||
to be set in your settings.
|
to be set in your settings.
|
||||||
|
|
||||||
|
## MR 427: Tickets
|
||||||
|
Manually edit `settings_local.py` to provide the new `OPTIONNAL_APPS` lists:
|
||||||
|
```python
|
||||||
|
OPTIONNAL_APPS_RE2O = ('tickets',)
|
||||||
|
OPTIONNAL_APPS = OPTIONNAL_APPS_RE2O + (...,...,)
|
||||||
|
```
|
||||||
|
|
||||||
|
Don't forget to run migrations afterwards.
|
||||||
|
|
Loading…
Reference in a new issue