Ravencoin icon indicating copy to clipboard operation
Ravencoin copied to clipboard

Display a sum total on filtered transactions

Open JoelAzaria opened this issue 4 years ago • 0 comments

Describe the issue

This is a feature/enhancement request. When in the transactions tab I'd like to see a total (summed) of the list. This total would (obv) match the wallet total when unfiltered and when filtered by a label would show the sum of only those matched transactions.

An example use case is when mining from different machines or pools, giving each their own transaction address and if I want to see the individual balance/total for each

Another use case is (eg a parent or sibling) managing a wallet for multiple people and wanting to see segregated balances for each.

At present I can mimic the behavior I want in Excel buy doing an export and then manually summing. This is a PiTA and I'm guessing it should be relatively easy (?) from a coding perspective. (not a dev but it seems like just summing what's visible in the grid/table object?)

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Go to Transactions tab
  2. Filter/search by a label or other criteria
  3. What is the sum total of just those filtered transactions? You need Excel or gSheets (or time and a calculator!) to find out..

Expected behaviour

After filtering the list I'd like to see a Total field summing the visible (ie filtered) transactions. For example at the bottom near the Export button. See attached mockup for a crude example.

Actual behaviour

Nothing. There is no total :(

Screenshots.

Clipboard01

What version of Ravencoin are you using?

Raven Core version v4.3.2.1-25a2dbf41 (64-bit) (Official binary DL from github iirc)

Machine specs:

  • OS: Win 10

JoelAzaria avatar Oct 08 '21 17:10 JoelAzaria