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
Attorney adds Project ID, Vendor ID, and amendment number to contract
Project ID is needed to retrieve the list of deliverables for a project.
Vendor ID together with Project ID seems to be needed to create invoice, more on that later.
The amendment number is needed together with the other two to construct the contract number. Amendment
number start with "00" for the first contract and then the first amendment is "01" etc.
Contract number is: <projectid>-<vendorid>-<amendment>
In the database we can name these fields something like external_projectid etc. Then they can be reused by other integration and future devs can easily understand what they are.
The OTF staff member needs enter these 3 strings ( <projectid>-<vendorid>-<amendment>) into Hypha during the contracting and compliance phase - when the contract is being created.
Additional context
This is a sub-issue of the meta #2
User story
To-Do
The text was updated successfully, but these errors were encountered: