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
Once your project begins, you will likely want to attach information from individual files. Common additions are contracts, requirements, technical specifications, relevant standards, or any of a plethora of other things. While these can be handled in a third-party Document Management System or a wiki, it is often better to have a single location for pulling all this information together into a single interface for review, comment, update, or perusal.
19
+
18
20
The File Repository in web2Project is a well organized dynamic module for maintaining your assets that are associated with [Projects](/modules/projects.html), [Task](/modules/tasks.html), or the [Calendar](/modules/calendar.html). The files module appears in the main navigation by default, but you can also access files via projects, project designer, and task.
19
21
20
22
In the web2Project file repository you can:
@@ -27,6 +29,18 @@ In the web2Project file repository you can:
27
29
* Track Revision Cycles of files.
28
30
* View file size, type and date added.
29
31
32
+
### Attach a File
33
+
34
+
The three ways of getting to this module are all effectively the same. The fastest is to select “New File” from the “New Item” dropdown in the upper right corner of any screen. Alternatively, you can select the File module from the main navigation and then click on the “New File” button. Finally, you can select a particular project or task, click on the Files tab, and then click on “Attach a file”.
35
+
36
+
You can then select a Category of the File – default options are “Document” and “Application” – assign a specific Project/Task, and fill in a description. The primary benefit of attaching the file through an individual Project or Task is that this information will automatically be filled in on this screen. Regardless, if you attach a file and associate it with a Project or Task, the owner will immediately be notified of the new file available.
37
+
38
+
### Check-in / Check-out / Update
39
+
40
+
As most projects progress, new versions of documents become available, documents change, and old information becomes less relevant. In order to handle this, Web2project has a simple versioning feature with checkin/checkout functionality. A user simply clicks on the “co” column to checkout the file. They fill in a comment and download it immediately. When their modifications are complete, they click on the “co” column again, fill in a new comment, denote whether this is a major or minor revision, and save.
41
+
42
+
The previous version of the file is kept untouched and the new file is displayed. Older versions of every file are kept for archival purposes and are denoted in the version column with a number in parentheses. By clicking on this number, all previous versions of the file are displayed and available for download. This protects files from being lost either due to malicious or accidental actions.
0 commit comments