vault backup: 2026-03-06 15:34:44

This commit is contained in:
2026-03-06 15:34:44 -05:00
parent 6ddaa363e8
commit db837f60ad
17 changed files with 233 additions and 62 deletions
+5
View File
@@ -59,3 +59,8 @@ to ask for a revision to a WBS
> [!aside]
> Sunset WBS: Engineer did not approve aluminum EMT
Bid receives bonuses based on _awarded GP_ ([[markup-vs-margin|margin]]),
thus they are incentivized to underestimate cost.
Ops receives bonuses based on _positive GP variance_,
thus they are incentivized to overestimate cost.
+47 -25
View File
@@ -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..) \
+37
View File
@@ -0,0 +1,37 @@
---
id: 2026-03-06T09:57:02-05:00
aliases: []
title: 2026-03-06 09:57:02
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/timestamped
dg-publish: true
date-created: 2026-03-06T09:57:02-05:00
daily: "[[2026-03-06]]"
weekly: "[[2026-W10]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-06 09:57:02
[[pdi-labor-plan]]
## Slab/Deck
$$
\begin{gather}
\text{Pour Sections Per Level} = \frac{\frac{\text{Gross Area}}{\text{Pour Section Area}}}{\text{Levels}} \\
\text{Days Per Level} = \lceil \text{Pour Sections Per Level} \rceil \times 4~\text{Days}
\end{gather}
$$
$$
\begin{gather}
\text{Pour Section Area} = [15000, 20000] \\
\text{Pour Sections} = \frac{\text{Gross Area}}{\text{Pour Section Area}}\\
\text{Days} = \lceil \text{Pour Sections} \rceil \times \{4,5\}~\text{Days}
\end{gather}
$$
+24
View File
@@ -0,0 +1,24 @@
---
id: 2026-03-06T12:20:32-05:00
aliases: []
title: 2026-03-06 12:20:32
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/timestamped
dg-publish: true
date-created: 2026-03-06T12:20:32-05:00
daily: "[[2026-03-06]]"
weekly: "[[2026-W10]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-06 12:20:32
[sqlean](https://github.com/nalgeon/sqlean)
```sh
choco install sqlean sqlean-shell
```