In our project, we have a folder structure that includes various contracts and a central management folder for all contracts. In the contract management folder, we need to have links (shortcuts) to all the specific contract folders. This will facilitate quick and organized access to documents related to each contract.
Example of Folders Structure:
00-Management
-----01-Letters
----------01-Contract01
---------------01-Letters
--------------------01-Letters(Shortcut)
--------------------(Other management files)
----------02-Contract02
---------------02-Letters
--------------------01-Letters(Shortcut)
--------------------(Other management files)
-----02-Logs
----------01-Contract01
---------------01-Logs
--------------------01-Logs(Shortcut)
--------------------(Other management files)
----------02-Contract02
---------------02-Logs
--------------------01-Logs(Shortcut)
--------------------(Other management files)
-----03-Engineering
----------01-Contract01
---------------01-Concrete
--------------------01-Concrete(Shortcut)
--------------------(Other management files)
---------------02-Mechanical
--------------------01-Mechanical(Shortcut)
--------------------(Other management files)
----------02-Contract02
---------------02-Concrete
--------------------01-Concrete(Shortcut)
--------------------(Other management files)
---------------02-Mechanical
--------------------01-Mechanical(Shortcut)
--------------------(Other management files)
02-Contract01
-----01-Letters
----------(contract files to be referenced)
-----02-Logs
----------(contract files to be referenced)
-----03-Engineering
----------01-Concrete
---------------(contract files to be referenced)
----------02-Mechanical
---------------(contract files to be referenced)
03-Contract02
-----01-Letters
----------(contract files to be referenced)
-----02-Logs
----------(contract files to be referenced)
-----03-Engineering
----------01-Concrete
---------------(contract files to be referenced)
----------02-Mechanical
---------------(contract files to be referenced)
Adding this folder shortcut functionality will significantly improve efficiency and organization in contract management, giving facilitates direct access to contract folders from the management folder, keeping the file structure organized and easing to navigate and reduces the time spent searching for specific contract documents.
Can't find what you're looking for? Ask the community or share your knowledge.