Merge pull request #163 from Hestia-Homes/new-reporting

updated pc cost to 30%
This commit is contained in:
KhalimCK 2026-01-08 15:36:29 +00:00 committed by GitHub
commit f55e10cd69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ export async function GET(
const contingency = upgraded.contingency ?? 0;
const total_funding = upgraded.total_funding ?? 0;
const net_cost = construction_cost - total_funding;
const pc_cost = construction_cost * 0.28; // Placeholder for PC cost
const pc_cost = construction_cost * 0.3; // Placeholder for PC cost
//
// ----------------------------------------------------------