From a49415a90ea8d3bc1da8a8f1d2653ac790b6c7e3 Mon Sep 17 00:00:00 2001 From: End Nightshade Date: Tue, 3 Mar 2026 13:18:09 -0700 Subject: [PATCH] aaaaaaaaaaa --- frontend/src/routes/admin/+page.svelte | 51 +++++++++++++++++--------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/frontend/src/routes/admin/+page.svelte b/frontend/src/routes/admin/+page.svelte index afc11fd..a15c1c2 100644 --- a/frontend/src/routes/admin/+page.svelte +++ b/frontend/src/routes/admin/+page.svelte @@ -638,7 +638,14 @@ > ${stats.shopActualCost.remainingBudget.toFixed(2)}

-

hcb balance − actual fulfillment cost

+

+ hcb balance − actual cost + {#if stats.shopRealCost} + (projected: ${( + stats.shopActualCost.hcbBalance - stats.shopRealCost.totalRealCost + ).toFixed(2)}) + {/if} +

@@ -649,11 +656,30 @@
-

actual cost per hour

+

projected cost per hour

+ {#if stats.shopRealCost} + ${stats.shopRealCost.realCostPerHour.toFixed(2)} + {:else} + — + {/if} +

+

if all orders fulfilled

+
+ + +
+
+ +
+
+

actual cost per hour

+

${stats.shopActualCost.actualCostPerHour.toFixed(2)}

-

fulfillment cost ÷ shipped hours

+

+ ${stats.shopActualCost.totalActualCost.toFixed(0)} fulfilled so far ÷ shipped hours +

@@ -682,7 +708,8 @@ ${stats.shopActualCost.fulfilledLuckWinCost.toFixed(2)}

- {stats.shopActualCost.fulfilledLuckWinCount} items fulfilled + {stats.shopActualCost.fulfilledLuckWinCount}{#if stats.shopRealCost}/{stats + .shopRealCost.luckWinCount}{/if} items fulfilled

@@ -697,23 +724,11 @@ ${stats.shopActualCost.fulfilledConsolationCost.toFixed(2)}

- {stats.shopActualCost.fulfilledConsolationCount} consolations × $2 + {stats.shopActualCost.fulfilledConsolationCount}{#if stats.shopRealCost}/{stats + .shopRealCost.consolationCount}{/if} consolations × $2

- -
-
- -
-
-

upgrades consumed

-

- ${stats.shopActualCost.fulfilledUpgradeCost.toFixed(2)} -

-

refinery spending on fulfilled wins

-
-
{/if} {/if}