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 +
- {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
-