From 91a5dbe30c295759763fa7c86f2ba15a5cba7b97 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Fri, 15 May 2026 21:03:43 -0400 Subject: [PATCH] Reorganize Operating Costs tab into individual section cards Replaces single large card with six labeled section cards (Rates & Costs, Facility Overhead, Equipment, Pricing & Profit, Rush Charges, Complexity) to reduce visual density and improve scannability. Co-Authored-By: Claude Sonnet 4.6 --- .../Views/CompanySettings/Index.cshtml | 258 ++++++++++-------- 1 file changed, 142 insertions(+), 116 deletions(-) diff --git a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml index 12e39a4..9480002 100644 --- a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml +++ b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml @@ -344,28 +344,35 @@
- + + +
+
+ Rates & Costs + + + +
+
@@ -430,16 +437,21 @@
+
+
- -
Facility Overhead - - - -
+ +
+
+ Facility Overhead + + + +
+
@@ -469,7 +481,7 @@ hrs
- Typical: 160 hrs (4 wks × 40 hrs) + Typical: 160 hrs (4 wks × 40 hrs)
@@ -484,16 +496,21 @@
+
+ - -
Equipment Operating Costs - - - -
+ +
+
+ Equipment Operating Costs + + + +
+
@@ -527,16 +544,21 @@
+
+
- -
Pricing & Profit - - - -
+ +
+
+ Pricing & Profit + + + +
+
@{ var currentPricingMode = (int)(Model.OperatingCosts?.PricingMode ?? PowderCoating.Core.Enums.PricingMode.MarkupOnMaterial); } @@ -547,14 +569,14 @@
@@ -592,16 +614,21 @@ + + - -
Rush Charges - - - -
+ +
+
+ Rush Charges + + + +
+
@@ -611,7 +638,6 @@ -
-
@@ -643,65 +668,66 @@
- - -
-
- Part Complexity Multipliers - - - -
-
-

Percentage added to the calculated item price based on part intricacy. Applied to calculated items only (not catalog, generic, or labor items).

-
-
- -
- - % -
- No added complexity -
-
- -
- - % -
- Some detail work -
-
- -
- - % -
- Intricate parts -
-
- -
- - % -
- Highly detailed/difficult -
-
-
-
- -
- -
- +
- + + +
+
+ Part Complexity Multipliers + + + +
+
+

Percentage added to the calculated item price based on part intricacy. Applied to calculated items only (not catalog, generic, or labor items).

+
+
+ +
+ + % +
+ No added complexity +
+
+ +
+ + % +
+ Some detail work +
+
+ +
+ + % +
+ Intricate parts +
+
+ +
+ + % +
+ Highly detailed/difficult +
+
+
+
+ +
+ +
+ +