From e9a5547d283e0a6a22fd0b6a8cad169052c3b328 Mon Sep 17 00:00:00 2001
From: Sudha Eswaran
Date: Thu, 3 Oct 2024 12:23:28 -0700
Subject: [PATCH] manual j in the report
---
.../doe_workflow_heat_pump_ducted.mdx | 39 ++++++++-----------
.../doe_workflow_heat_pump_ductless.mdx | 8 ++--
...e_workflow_high_efficiency_gas_furnace.mdx | 4 +-
3 files changed, 22 insertions(+), 29 deletions(-)
diff --git a/src/templates/doe_workflow_heat_pump_ducted.mdx b/src/templates/doe_workflow_heat_pump_ducted.mdx
index 83aef82..4197b06 100644
--- a/src/templates/doe_workflow_heat_pump_ducted.mdx
+++ b/src/templates/doe_workflow_heat_pump_ducted.mdx
@@ -71,12 +71,10 @@
-## Combustion Appliance Safety Testing
- If the home upgrades will result in a barometric draft controlled or Category I appliance equipped with a draft
-hood or connected to a natural draft venting system remaining in the conditioned envelope of the home, combustion
-safety checks are required to be performed at the completion of the project.
-
-
+ ## Combustion Appliance Safety Testing
+ If the home upgrades will result in a barometric draft controlled or Category I appliance equipped with a draft
+ hood or connected to a natural draft venting system remaining in the conditioned envelope of the home, combustion
+ safety checks are required to be performed at the completion of the project.
@@ -251,10 +249,7 @@ safety checks are required to be performed at the completion of the project.
-
-
-
-
+
---
# Central Ducted Split Heat Pump Upgrade
## Photo Report
@@ -406,8 +401,6 @@ safety checks are required to be performed at the completion of the project.
-
-
## Planning
@@ -431,19 +424,19 @@ safety checks are required to be performed at the completion of the project.
Manual J
- {
- props.metadata.attachments?.manual_j_file ? Please see the attached PDF containing the Manual J report.
: null
- }
-
+ {props.metadata.attachments?.manual_j_file ? Please see the attached Manual J report.
: null}
+ >)
+ }
+
+
- { props.data.comment_manual_j
- ? Manual J Notes or Comments: {props.data.comment_manual_j}
- : null }
- > : null
+ { props.data.comment_manual_j
+ && (Manual J Notes or Comments: {props.data.comment_manual_j}
+ )
}
## Equipment Selection
The selected heat pump's extended heating and cooling performance tables are shown below. These tables were used in concert with the ASHRAE heating
@@ -581,7 +574,9 @@ safety checks are required to be performed at the completion of the project. >
)}
-
+
+
+
diff --git a/src/templates/doe_workflow_heat_pump_ductless.mdx b/src/templates/doe_workflow_heat_pump_ductless.mdx
index 91cfc1b..6962f2b 100644
--- a/src/templates/doe_workflow_heat_pump_ductless.mdx
+++ b/src/templates/doe_workflow_heat_pump_ductless.mdx
@@ -199,7 +199,7 @@
-
+
---
# Ductless Heat Pump Upgrade
## Photo Report
@@ -297,11 +297,11 @@
props.metadata.attachments?.manual_j_file ?
<>
Manual J
- Please see the attached PDF containing the Manual J report.
+ Please see the attached Manual J report.
> : null
}
-
+
## Equipment Selection
@@ -417,14 +417,12 @@
-
{props.metadata?.attachments?.project_invoice_photo && (
<> Project Invoice
Photo of the project invoice
>
)}
-
diff --git a/src/templates/ira_doe_workflow_high_efficiency_gas_furnace.mdx b/src/templates/ira_doe_workflow_high_efficiency_gas_furnace.mdx
index e17346b..2382abc 100644
--- a/src/templates/ira_doe_workflow_high_efficiency_gas_furnace.mdx
+++ b/src/templates/ira_doe_workflow_high_efficiency_gas_furnace.mdx
@@ -73,7 +73,7 @@
-
+
---
# High Efficiency Gas Furnace Upgrade
## Photo Report
@@ -147,7 +147,7 @@
<>
Manual J Load Calculation
{
- props.metadata.attachments?.manual_j_file ? Please see the attached PDF containing the Manual J report.
: null
+ props.metadata.attachments?.manual_j_file ? Please see the attached Manual J report.
: null
}
>: null
}