diff --git a/src/PowderCoating.Web/Views/CatalogItems/AiPriceCheck.cshtml b/src/PowderCoating.Web/Views/CatalogItems/AiPriceCheck.cshtml index 3f4f84e..b5708d9 100644 --- a/src/PowderCoating.Web/Views/CatalogItems/AiPriceCheck.cshtml +++ b/src/PowderCoating.Web/Views/CatalogItems/AiPriceCheck.cshtml @@ -98,7 +98,7 @@ {
Next run available: @ViewBag.NextRunAvailable
@@ -109,8 +109,7 @@ @Html.AntiForgeryToken() } @@ -135,20 +134,52 @@ } + +
+
+
+
+
+
What this analysis does
+

+ Claude reviews every active, priced item in your catalog against your shop's actual operating costs — + labor, oven time, sandblasting, coating booth, and powder material. For each item it estimates a + realistic surface area and processing time, calculates a cost floor, then compares that to your + current price and returns one of four verdicts: +

+
+ Below Cost— you're losing money on this item +
+
+ Thin Margin— above cost floor but below your target margin +
+
+ High— significantly above typical market rates +
+
+ OK— price is within a reasonable range +
+

+ + Results are estimates based on industry knowledge and your shop's rates. Always apply your own + judgment before changing prices. Make sure your + operating costs are up to date for the most accurate results. + Analysis can be run once per quarter. +

+
+
+
+
+ @if (Model == null) {
-

No price check has been run yet

+

No analysis has been run yet

- Click Run Price Check above to have Claude review your entire catalog - against your shop's operating costs. Each item receives a verdict and suggested price range. -

-

- Make sure your operating costs - are up to date before running for the first time. + Click Analyze Catalog with AI above to get started.