vault backup: 2025-12-10 15:58:11
This commit is contained in:
+18
-8
@@ -22,14 +22,19 @@ Copy-Item ".\z.Template Folder\" ".\$region\$projectName - $state, $buildingType
|
||||
# TODO: Create shortcut in ~/Jobs/$ConEstProjectFolderName
|
||||
```
|
||||
|
||||
## Create Shortcut Folder
|
||||
|
||||
```pwsh
|
||||
# TODO:
|
||||
```
|
||||
|
||||
## Download Project Documents
|
||||
|
||||
1. Locate Request for Proposal (RFP) documents in BPM
|
||||
and download to `"$conestFolder\3. Plans & Spec's"`:
|
||||
* Drawings
|
||||
* Electrical
|
||||
* Low Voltage
|
||||
* Telecom
|
||||
* Specifications (Project Manual)
|
||||
|
||||
2. Locate proposal in BPM
|
||||
and download to `"$conestFolder\2. Contract, Sch. & Scope"`
|
||||
|
||||
```
|
||||
Set-Location ".\$region\$projectName"
|
||||
# Download docs from BPM to ".\3. Plans & Spec's"
|
||||
@@ -41,7 +46,7 @@ Set-Location ".\$region\$projectName"
|
||||
|
||||
## Create Unit Matrix
|
||||
|
||||
See Architectural set.
|
||||
See Electrical and Architectural sets.
|
||||
|
||||
The Unit Matrix shows quantities for each typical
|
||||
|
||||
@@ -51,6 +56,11 @@ The Unit Matrix shows quantities for each typical
|
||||
> * "Room Matrix"
|
||||
> * "Unit Mix"
|
||||
|
||||
> [!important]
|
||||
> If matrices are provided in both Electrical and Architectural sets,
|
||||
> they almost certainly disagree.
|
||||
> Discrepancies must be resolved before continuing.
|
||||
|
||||
There is no standard format for these matrices.
|
||||
|
||||
"QQ" is sometimes used as shorthand for double queen.
|
||||
@@ -62,7 +72,7 @@ There is no standard format for these matrices.
|
||||
## Setup WBS
|
||||
|
||||
> [!info] "WBS"
|
||||
> What is called a "WBS" is not one and is not intended to be.
|
||||
> What is called a "WBS" is not and is not intended to be.
|
||||
> It is a macro monolith excel document
|
||||
> used to extend/replace Accubid's default closeout.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user