✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for ARMember Pro: MRR, plan, and churn dashboards

ARMember Pro stores subscription plans, member payments, and recurring subscription state in dedicated arm tables. SleekView Charts reads those rows and renders Number, Pie, Bar, and Area cards so finance and admins see MRR, plan mix, and churn on one screen.

♾️ Lifetime License available

SleekView Charts dashboard for ARMember Pro

ARMember Pro data as a real MRR dashboard

ARMember Pro keeps its operational data in dedicated arm_* tables: arm_subscription_plans for plan definitions, arm_member_payments for every transaction with status, amount, and gateway, arm_subscription_logs for state changes across the subscription lifecycle, and member records linking everything by user_id. Clean schema for the plugin, opaque for cross-cutting questions like MRR-by-plan or churn-by-month.

SleekView Charts reads the same tables and exposes them as a chart canvas you assemble yourself. A Number card sums monthly recurring revenue from arm_member_payments.amount for active recurring plans. A Pie card splits active members by plan from arm_subscription_plans.plan_id. A Bar card ranks gateways by payment volume. An Area card plots daily payments to surface campaign-driven spikes.

Because every card runs against the live arm_* tables, the dashboard reflects right-now state, not a nightly snapshot. Finance opens the MRR view before billing, admins watch plan mix and churn, and support gates a member-context dashboard, all from the same source as the ARMember admin screens.

Workflow

From ARMember tables to a finance dashboard

1

Map the arm tables

Point SleekView at arm_member_payments, arm_subscription_plans, and arm_subscription_logs. Charts read the indexed columns ARMember already maintains, so the dashboard stays responsive even on large member bases.
2

Pick chart types

Number cards for MRR and lifetime revenue, Pie for plan and status mix, Bar for ranked gateway or plan breakdowns, Area or Line for daily payment volume across weeks and months.
3

Configure groupBy and aggregation

Group payments by plan_id for plan revenue, by payment_gateway for processor health, by payment_date for revenue trends. Sum the amount column for revenue cards or Count rows for transaction volume.
4

Save dashboards per role

Finance gets MRR and gateway dashboards; admins get plan mix and churn; support gets a member-context dashboard. Each saved layout is one click in the WP admin menu, gated per WordPress capability.

Sample dashboard

Charts you can build from ARMember Pro data

A typical ARMember Pro dashboard mixes an MRR KPI with plan distribution, gateway ranking, and a daily payment trend, all on one screen.
Number · Default

Monthly recurring revenue

Sums arm_member_payments.amount for recurring rows in the last 30 days. The headline MRR KPI sitting at the top of the dashboard, with last month underneath for trend context.
Sum(amount)
Pie · Donut

Active members by plan

Donut split of active subscriptions across arm_subscription_plans rows, resolved to plan names. Shows the plan mix of the recurring revenue base at a glance.
Count group by plan_id
Bar · Horizontal

Payments by gateway

Horizontal bar of payment volume per gateway in arm_member_payments.payment_gateway. A jump in failed Stripe rows is the dunning signal, visible before support tickets land.
Count group by payment_gateway
Area · Gradient

Daily payment volume

Gradient area sums arm_member_payments.amount grouped by payment_date day. Surfaces weekly cycles, monthly billing peaks, and the impact of promo campaigns on raw revenue.
Sum(amount) group by payment_date

Comparison

Default ARMember Pro reports vs SleekView Charts

Default ARMember Pro admin

  • Fixed reports tab, no way to add a Pie of plan mix or a Bar of gateway volume
  • Members, payments, and plans live on separate screens
  • No per-role dashboard layouts for finance, admins, and support
  • Cannot mix Number, Pie, Bar, and Area cards on one canvas
  • No click-through from a chart segment to the row-level table

SleekView Charts

  • Build any chart against any column on the arm_* tables
  • Number, Pie, Bar, and Area cards on one configurable canvas
  • Per-role saved dashboards (finance, admins, support)
  • Charts share data source with Table view, so cards and rows stay in sync
  • Click a chart segment to drill into the matching filtered table

Features

What SleekView Charts gives you for ARMember Pro

Free-form chart canvas

Drop Number, Pie, Bar, and Area cards onto a single dashboard, each configured against arm_member_payments, arm_subscription_plans, or arm_subscription_logs. No template constraints, no fixed widget set.

MRR and churn KPIs

Number cards sum recurring payments for MRR, count active subscriptions, and count cancellation rows in arm_subscription_logs for churn. The three KPIs sit on one row, fed from the same indexed columns ARMember already uses.

Plan and gateway breakdowns

Pie cards on plan_id and gateway columns show the recurring revenue mix and the processor health, both updated live as new arm_member_payments rows land.

Audience

Who builds ARMember Pro charts dashboards with SleekView

Finance

Opens the MRR dashboard each morning. The headline KPI, the plan mix Pie, and the daily payments Area sit on one screen, ready to drive end-of-month billing reviews.

Membership admins

Watch plan distribution and the cancellation count from arm_subscription_logs. A growing churn bar drives win-back campaigns before the next billing cycle.

Support

Gates a member-context dashboard showing the user's payment history Area and last gateway from arm_member_payments. Tickets are resolved without leaving the SleekView screen.

The bigger picture

Why membership programs need an MRR dashboard

MRR is the single number every membership business needs in front of them every morning. ARMember Pro records every recurring payment in arm_member_payments, every plan change in arm_subscription_logs, every cancellation as a status row. The default admin shows totals and tables, but no real chart canvas.

Finance teams either build a custom dashboard or export the payments table to a spreadsheet, and the spreadsheet drifts out of sync the moment the next subscription renews. SleekView Charts runs against the same arm_* tables the admin screens read, so the MRR card matches the payments table and the plan-mix Pie matches the active-subscription count. Finance, admins, and support work from one source of truth, configured from WP Admin without writing SQL.

Questions

Common questions about SleekView Charts for ARMember Pro

Yes. A Line or Area card on arm_member_payments.payment_date with a Sum on amount, filtered to recurring rows, gives a daily MRR trend. Bucket monthly for the boardroom view, daily for operations, and put both on the same dashboard.

 

Yes. ARMember Pro logs subscription state changes in arm_subscription_logs. A Number card counts cancellation rows per month, an Area card plots the trend, and a Pie groups cancellations by reason if you collect one through the cancel flow.

 

Yes. A Bar card grouped on plan_id with a Sum on amount ranks plans by revenue contribution. The same dashboard pairs it with a Pie counting active subscriptions per plan, so finance sees both revenue and volume per tier on one screen.

 

Yes. Group arm_member_payments on payment_gateway for the processor breakdown. A jump in failed rows on Stripe versus PayPal surfaces a gateway-specific issue without combing through support tickets first.

 

Cards run against the live arm_* tables on each refresh. A subscription renewal logged minutes ago appears in the MRR KPI, the trend Area, and the plan Pie at the next refresh, in lockstep with the ARMember admin.

 

Yes. ARMember Pro custom registration fields live in the member tables and meta. SleekView Charts joins them in and groups on the field value, so charts like members-per-country or signups-per-source work the same way native columns do.

 

Yes. Save dashboards and gate per WordPress capability or role. Finance sees the MRR and gateway view, admins see plan mix and churn, support gets the member-context view, with no SQL skills required for any of them.

 

Every chart exports as CSV for the finance team or as PNG for monthly board decks. Saved dashboards have stable URLs so the MRR view can be bookmarked and re-opened without reconfiguring anything between months.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView