Skip to content

Fixes #229 : allow to assign operation to previous or following month

ArnoBouts requested to merge ArnoBouts/kresus:operation-budget-date into master

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.

Merge request reports