Improve the context menu of the history table
- Revisit the context menu of the history table.
- It should contains the action
new
event,split
event andclose
event. - Keep the action
update
,duplicate
anddestroy
. - The action
split
is a wizard. It request theend_date
. It closes the select event by theend_date
, duplicate it with thestart_date
equal toend_date
+ 1 day and allow the user to update the other field. - The action
close
event is also a wizard requesting only theend_date
.