Hello,
I would like to know how to manage an organization chage of one ressource, without creating another ressource in his new organisation.
Is there a way ?
Indeed, if I need doing that because if I keep the same ressource, all old imputations are moving to the new organization.
Thanks,
Changing organization of a resource is easy.
What you expect is changing organization but keep work record summed up on the old while new record will be added to the new.
This is not possible.
Indeed, the feature would be to add a start and end date to the organisation field and the possibility to add several organisation rows per employee.
Thanks for your answer.
Change of the model is then quite heavy.
Change a 1-to-many to many-to-many relation...
I mean actually an Organyzation can have several resources, but a resource can have one and only one organization.
In the model you need, an Organyzation can have several resources, but a resource can alos have several organizations.
This requires new table in the model, and change all features linked to Organizations.
Moreover, whet you expect is an history, so that each work input is attached to a dedicated Organization.
All this is not simple, and I'm not sure we'll develop it one day unless someone sonsors the evolution.