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
We aim to create a feature for the renewal of contracts while preserving the history, along with the functionality to upload old contracts as well.
Problem Analysis
Currently, there is no feature for the renewal of contracts and functionality to upload the old contract as well
There is no UI to upload the contract.
While uploading the contract and start date and end date it modifies the current contract and we lose the previous contract
Right now client store contracts with their start and end date, But the project stores contracts only at the database level.
Proposed solution:-
For client Contracts, we will only need UI for storing the contracts with their Start and end dates.
For the Project's contract we need changes in the Project_contract schema.
old project Contract Schema
Modified project contract schema:-
UI For the Store The Contract:-
There is a button "Add Contract" which will open the new page
Here we can store the contract and can store multiple contract histories for that, after clicking the save and exit it will take it to the contract's History Page.
The text was updated successfully, but these errors were encountered:
Goal/Vision:-
We aim to create a feature for the renewal of contracts while preserving the history, along with the functionality to upload old contracts as well.
Problem Analysis
Proposed solution:-
old project Contract Schema
Modified project contract schema:-
UI For the Store The Contract:-
The text was updated successfully, but these errors were encountered: