Fixes #229 : allow to assign operation to previous or following month
I add the field budgetDate on the operation object.
I used a calendar icon with a minus for assigning on previous month and a plus for assigning on following month.
We may refactor client layer as we have one method per property to change on the operation rather than a generic one.