You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will make the current "time transfer for this offer" button work even if it is an offer from another organisation. This will allow different organisations to exchange time with each other.
The button will work as follows when the exchange is between different organisations:
member A and his organisation give one hour and member B and his organisation get one hour. So now the sum of time of the members of organisation A will be -1 and of organisation B will be 1.
For this Issue the way to share an offer from another organisation will be via URL, then we will look at how to implement a search engine.
The text was updated successfully, but these errors were encountered:
I think is a good first step. Someday we can show only accountability between organizations, limits of credit between organitzacions or other rules for interbank exchanges
To do this, 3 transfers are made: member1 --> organization1; organization1 --> organization2; organization2 --> member2. In order to reuse the implemented code and not make it unnecessarily long, it was necessary to make some modifications to the implemented code. Issue #638.
the transfer between users from different organisations has been carefully tested and tests like those of transfer_factory which required a parameter. Issue #638.
Sergi says that an organisation can also give time for an offer from another organisation so now it also works if an admin chooses an organisation's account. I have also refactored my code a bit. Issue #638.
I will make the current "time transfer for this offer" button work even if it is an offer from another organisation. This will allow different organisations to exchange time with each other.
The button will work as follows when the exchange is between different organisations:
member A and his organisation give one hour and member B and his organisation get one hour. So now the sum of time of the members of organisation A will be -1 and of organisation B will be 1.
For this Issue the way to share an offer from another organisation will be via URL, then we will look at how to implement a search engine.
The text was updated successfully, but these errors were encountered: