vault backup: 2026-03-06 15:34:44
This commit is contained in:
@@ -19,19 +19,33 @@ yearly: "[[2026]]"
|
||||
|
||||
## Labor Plan
|
||||
|
||||
Anova
|
||||
Anova - The Pearl Multifamily Tower
|
||||
|
||||
### PDI SORT CODES
|
||||
[[pdi-labor-plan]]
|
||||
|
||||
| Code | Description |
|
||||
| ---- | ------------------------- |
|
||||
| 100 | Slab Deck |
|
||||
| 200 | Rough |
|
||||
| 250 | Rough (Fire alarm trough) |
|
||||
| 300 | Trim |
|
||||
| 400 | Wire and Cable |
|
||||
| 500 | Fixtures |
|
||||
| 600 | Distribution |
|
||||
### PDI Sort Codes
|
||||
|
||||
Accubid item breakdown `PDI SORT CODES`
|
||||
|
||||
| Code | Description |
|
||||
| ---- | -------------------------- |
|
||||
| 100 | Slab-Deck |
|
||||
| 200 | Rough |
|
||||
| 250 | Rough (Fire alarm trough?) |
|
||||
| 300 | Trim |
|
||||
| 400 | Wire-Cable |
|
||||
| 500 | Fixtures |
|
||||
| 600 | Distribution |
|
||||
|
||||
### Labor Factor Adjustment
|
||||
|
||||
$$
|
||||
\text{Desired Factor} = \text{Current Factor} \times \frac{\text{Desired Value}}{\text{Current Value}}
|
||||
$$
|
||||
|
||||
$$
|
||||
\text{New Labor Factor} = \text{Current Labor Factor} \times \frac{\text{Labor Plan Hours}}{\text{Accubid Hours}}
|
||||
$$
|
||||
|
||||
### Garage Slab/Deck
|
||||
|
||||
@@ -46,19 +60,23 @@ Slab & Deck Labor
|
||||
|
||||
Calculate Factor and apply to column **Slab-Deck**
|
||||
|
||||
| |
|
||||
| --------------- |
|
||||
| BLDG - CORRIDOR |
|
||||
| BLDG - BOH |
|
||||
| UNITS |
|
||||
| SUBFEEDS |
|
||||
| FIRE ALARM |
|
||||
| AMENITY |
|
||||
| RETAIL |
|
||||
| OFFICE |
|
||||
| KITCHEN |
|
||||
| FACADE |
|
||||
| GARAGE |
|
||||
| Labor Factor | |
|
||||
| --------------- | -------------------------------- |
|
||||
| BLDG - CORRIDOR | Slab-Deck, All Others |
|
||||
| BLDG - BOH | Slab-Deck, All Others |
|
||||
| GARAGE | Slab-Deck, All Others |
|
||||
| UNITS | Slab-Deck, Rough, Trim, Fixtures |
|
||||
| SUBFEEDS | Slab-Deck, All Others |
|
||||
| GEAR | Not adjusted |
|
||||
| FEEDERS | Not adjusted |
|
||||
| FIRE ALARM | Slab-Deck, All Others |
|
||||
| AMENITY | Slab-Deck, All Others |
|
||||
| RETAIL | Slab-Deck, All Others |
|
||||
| OFFICE | Slab-Deck, All Others |
|
||||
| KITCHEN | Slab-Deck, All Others |
|
||||
| FACADE | Slab-Deck, All Others |
|
||||
| TEMP POWER | Not adjusted? |
|
||||
| SITE | Not adjusted? |
|
||||
|
||||
### Garage, Other than 100: Slab/Deck
|
||||
|
||||
@@ -66,7 +84,11 @@ Calculate Factor and apply to column **Slab-Deck**
|
||||
|
||||
Drill into "Garage"
|
||||
|
||||
Total Labor Hrs of all codes other than 100.
|
||||
```sql
|
||||
SELECT SUM(Labor_Hrs)
|
||||
FROM Extension
|
||||
WHERE PDI_SORT_CODES != 100;
|
||||
```
|
||||
|
||||
Garage = Total \
|
||||
^ Garage (rough, trim, fix, f/a, ect..) \
|
||||
|
||||
Reference in New Issue
Block a user