crowning
Well-known member
crowning
Just asking, is there any chance to get totals to transactions tab, to below transactions table.
And row count would be nice too.
Example:
I want check last month masternode payments, i select last month and mined to see totals.
Or i just want check last month total income and sent out totals.
Total rows: 23 - Total in: 120.00 DASH - Total out: 87.56 DASH
As a first proof of concept I've implemented the totals for all selected transactions, see https://github.com/dashpay/dash/pull/329
It was quite tricky (at least for me) to get the information from the transaction list back to the main page, but during that process I've learned a lot about Qt-signals and all that stuff, so it was a nice exercise in Qt-programming :smile:
I will probably add more details one day, but for now this should be sufficient.