Replies: 1 comment 1 reply
-
That should not be a problem I think. We already have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)?Beta Was this translation helpful? Give feedback.
All reactions