✨ 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 TeraWallet: wallet balances and transactions

TeraWallet writes every credit, debit, and refund to the woo_wallet_transactions table with type, amount, currency, balance, and date columns. SleekView Charts reads that table and builds a dashboard with wallet liability KPIs, transaction type donuts, daily top-up area charts, and per-user balance bars.

♾️ Lifetime License available

SleekView Charts dashboard for TeraWallet for WooCommerce

Read your TeraWallet ledger as charts, not raw rows

TeraWallet already has the ledger. Every credit, debit, refund, and adjustment lands in woo_wallet_transactions with user_id, type (credit or debit), amount, balance, currency, details, and date on every row. The default admin shows a flat WP_List_Table per-user, and reading the total store liability or the top-up pattern means a CSV export.

SleekView Charts reads the same woo_wallet_transactions table and turns it into chart cards on a single dashboard. A Number card summing current balances per user for total wallet liability, a Donut splitting transactions by type across credit and debit, a Bar of the top wallet holders by balance, and an Area chart of daily top-ups using date and amount. Each card is a saved query against the live ledger, not a snapshot.

This sits alongside TeraWallet's own per-user transaction view, not on top of it. The admin transaction list still owns individual ledger entries and per-user history. SleekView Charts adds the store-wide reading layer for the questions the per-user view does not answer: how much liability do we hold this month, are top-ups outpacing withdrawals, which users move the most money. Each card respects the currency column, so multi-currency stores keep their numbers honest.

Workflow

From woo_wallet_transactions to a dashboard in four steps

1

Point SleekView at TeraWallet

Add a SleekView data source for the woo_wallet_transactions table plus the WordPress users table if you need names alongside user IDs. SleekView reads custom tables natively and detects indexes on user_id and date.
2

Switch the view to Charts

Flip the saved view from Table to Charts. SleekView opens a blank dashboard ready for cards built on transaction type, amount, balance, currency, and date columns.
3

Add wallet chart cards

Pick a chart type, a grouping column like type or user_id, and an aggregation like Sum on amount or Count on transaction id. Each card becomes a saved query that respects the existing indexes on woo_wallet_transactions.
4

Save and share the dashboard

Save the chart view, scope it per role for finance or support, and optionally embed the dashboard on a frontend page so stakeholders read wallet liability without WordPress admin access.

Sample dashboard

Charts you can build from TeraWallet data

Four cards that turn the woo_wallet_transactions ledger into a working wallet dashboard inside WordPress.
Number · Default

Total wallet liability

A single big-number KPI summing the latest balance per user from woo_wallet_transactions, showing the total liability the store owes wallet holders right now. The previous month is shown underneath for context.
Sum(balance)
Pie · Donut

Transactions by type

A donut split across credit and debit using the type column on woo_wallet_transactions, so finance sees whether top-ups, refunds, or order payments dominate wallet activity this period.
Count group by type
Bar · Horizontal

Top wallet holders

A horizontal bar of users with the highest current balance from woo_wallet_transactions, joined to wp_users on user_id so display names show up next to the figures.
Maximum(balance) group by user_id
Area · Gradient

Daily top-up trend

A gradient area chart of total credit transactions per day filtered to type credit, sourced from amount and date on woo_wallet_transactions, useful for spotting promotion-driven top-up spikes.
Sum(amount) group by date

Comparison

Default TeraWallet admin vs SleekView Charts

Default TeraWallet admin

  • Default TeraWallet shows transactions in a flat WP_List_Table per user without store-wide totals
  • No store-wide chart for total wallet liability or daily top-up volume
  • No donut of credit vs debit mix across the whole transaction ledger
  • No saved dashboards per role for finance or support staff
  • No frontend embed of wallet KPIs for stakeholders without WordPress admin access

SleekView Charts

  • Chart cards built directly from the woo_wallet_transactions ledger
  • Mix Number, Pie, Bar, Line, and Area cards on a single wallet dashboard
  • Group by user_id, type, currency, or date for any cut of the ledger
  • Saved chart views scoped per role for finance, support, or owners
  • Queries hit existing indexes on user_id and date so dashboards stay quick at scale

Features

What SleekView Charts gives you for TeraWallet for WooCommerce

Real chart cards on wallet data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built directly from the woo_wallet_transactions columns you already have, no SQL or custom dev needed.

Liability and movement at a glance

A liability KPI summing current balances and a credit-vs-debit donut tell finance how exposed the store is and where the activity is coming from this month.

Per-user and per-role visibility

Top-balance bars surface power users while saved views scoped per role keep support staff looking at the right slice of the wallet ledger.

Audience

Who builds TeraWallet charts dashboards with SleekView

Finance and owners

Watch total wallet liability month over month and the credit-vs-debit donut to track exposure and the impact of refunds going back to wallets.

Support teams

Read top-balance bars and per-user activity to confirm balances during tickets without opening separate per-user transaction screens.

Marketing teams

Measure top-up promotions using the daily top-up area chart filtered to credit transactions and compare against promo dates.

The bigger picture

Wallet liability deserves a real dashboard, not a per-user list

TeraWallet stores wallet data well. Every credit, debit, refund, and adjustment lands in woo_wallet_transactions with the columns finance needs: user_id, type, amount, balance, currency, and date. The reading side is the gap.

The default admin shows transactions per user in a flat list, so reading total liability across the store, the credit-vs-debit mix, or which users top up the most usually means a CSV export. SleekView Charts reads the same table and turns it into chart cards on one saved dashboard. Finance sees the liability KPI and the daily top-up area chart.

Support sees the top-balance bars next to a credit-vs-debit donut. Owners watch wallet exposure trend monthly without asking developers for a custom report. The TeraWallet admin keeps owning per-user history and individual ledger lines; SleekView Charts adds the store-wide reading layer that an actual team can share, scope per role, and embed on a frontend page when needed.

Questions

Common questions about SleekView Charts for TeraWallet for WooCommerce

No. The TeraWallet admin still owns per-user transaction history, manual wallet adjustments, and the wallet payment-gateway settings. SleekView Charts adds a store-wide reading layer on the woo_wallet_transactions table for liability, mix, and trend dashboards the default admin does not lay out.

 

Anything in woo_wallet_transactions: user_id, type (credit or debit), amount, balance, currency, details, and date. SleekView lists the columns directly from the live schema so you pick from a real list rather than guessing field names.

 

Yes. The currency column on woo_wallet_transactions is exposed as a chartable dimension and a filter, so you can build a per-currency liability KPI or stack a bar chart by currency to keep mixed-currency stores honest.

 

Yes. Group woo_wallet_transactions by date and use a running sum over amount with a signed type to chart historic liability across any date range, useful for closing-of-month reports.

 

Yes. TeraWallet records order payments, manual adjustments, and refunds in the same table with the type and details columns. Filtering by details keyword surfaces refund-only flows, while leaving the filter off shows the complete ledger.

 

Yes. Saved chart views support role-based visibility so finance staff see liability totals, support staff see per-user balances, and owners see the high-level trend without each role seeing everything.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, so stakeholders read wallet liability and movement without WordPress admin access.

 

Cards aggregate against the existing indexes on woo_wallet_transactions, primarily user_id and date, so dashboards stay quick even on stores with hundreds of thousands of transactions across the wallet ledger.

 

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