Replies: 3 comments 3 replies
That should not be a problem I think. We already have |
|
We have started development on a simplified "Disbursements" flow in projects. See https://code.librehq.com/ots/hypha/-/merge_requests/205 for the current tip of development of this concept (vs Some of the changes:
The idea is that both the flows will be useful to more deployments but should be chosen exclusively. Also it should help with upstreaming/downstreaming to have this feature flag rather than having to nerf or enable capabilities in a fork. |
|
I created #4987. It is a quick rebase of the commits we presented to our customer, I didn't want to lose track of the order later. It is not ready (draft) as I haven't even tried it on base hypha yet. I expect we'd do that after we actually ship the feature to the customer. |
Uh oh!
There was an error while loading. Please reload this page.
At the moment, the contracts area manages contract documents and signing. We are going to extend contracts to explicitly include the (money) amount a given contract requested and also the (money) amount approved by the funder, and also track disbursements, also views for these in various tables and API calls.
Would y'all accept the two additional (optional) attributes of requested and approved amounts on the actual model,
class Contract(models.Model)?All reactions