diff --git a/services/arbiter-3.0/src/views/admin/financials/index.ejs b/services/arbiter-3.0/src/views/admin/financials/index.ejs index 98ebd51..c0cbe8e 100644 --- a/services/arbiter-3.0/src/views/admin/financials/index.ejs +++ b/services/arbiter-3.0/src/views/admin/financials/index.ejs @@ -1,13 +1,151 @@ -<%- include('../../layout', { - body: ` -
Real-time MRR and subscriber intelligence
+<% +// Build the body content as a string variable +let bodyContent = ` +Real-time MRR and subscriber intelligence
+PvP • Competition • Glory
+Financials module placeholder - data integration pending
+ + +Building • Creativity • Chill
+Subscriber distribution and revenue by tier
+| Tier | +Path | +Active | +At Risk | +MRR | +
|---|---|---|---|---|
|
+ ${tier.name}
+ |
+ + ${tier.path.charAt(0).toUpperCase() + tier.path.slice(1)} + | ++ ${tier.activeCount} + | ++ ${tier.graceCount} + | ++ $${tier.totalMrr.toFixed(2)} + | +