Commit 8ea94e46 by Damien Moulard

create new config param to display comites button in bdm admin, manage shift templates

parent f039d92a
Pipeline #2135 passed with stage
in 1 minute 29 seconds
......@@ -138,3 +138,6 @@ ORDERS_HELPER_METABASE_URL = "url_meta_base"
USE_NEW_MEMBERS_SPACE = True
START_DATE_FOR_SHIFTS_HISTORY = "2018-01-01"
AMNISTIE_DATE= "2021-11-24 00:00:00"
# BDM Admin
BDM_SHOW_FTOP_BUTTON = True
......@@ -347,7 +347,7 @@ def manage_regular_shifts(request):
'max_begin_hour': settings.MAX_BEGIN_HOUR,
'mag_place_string': settings.MAG_NAME,
'open_on_sunday': getattr(settings, 'OPEN_ON_SUNDAY', False),
'show_ftop_button': getattr(settings, 'SHOW_FTOP_BUTTON', True),
'show_ftop_button': getattr(settings, 'BDM_SHOW_FTOP_BUTTON', True),
'has_committe_shift': committees_shift_id is not None,
'ASSOCIATE_MEMBER_SHIFT' : getattr(settings, 'ASSOCIATE_MEMBER_SHIFT', '')
}
......
......@@ -385,6 +385,13 @@
- AMNISTIE_DATE = "2021-11-24 00:00:00"
In members_space history display a special activity about amnistie
### BDM Admin
- BDM_SHOW_FTOP_BUTTON = True (by default)
If True, in BDM Admin manage shift template, on the calendar when subscribing a partner to a shift, "Volant" button is included
### Miscellious
- EXPORT_COMPTA_FORMAT = 'Quadratus'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment