feather-wallet / feather

A free and open-source Monero desktop wallet.
https://featherwallet.org
BSD 3-Clause "New" or "Revised" License
347 stars 51 forks source link

Export options #154

Open SamsungGalaxyPlayer opened 9 months ago

SamsungGalaxyPlayer commented 9 months ago

The Monero CLI supports several history export options:

It would be nice if Feather Wallet supported export options. Most notably, the ability to export with_keys is important to me.

maltfield commented 8 months ago

+1, but also I'd like to add the ability for a user to specify a date range.

For example, many users will want to export all transactions between January 1st and December 31st (inclusive) for generating a file to send to their accountant at year-end.

This action is probably so common, that the UX might benefit if there were a UI radio buttons to auto-fill the start & end dates with:

  1. Past 90 days
  2. YTD (current calendar year)
  3. Last Month (the last month's transactions from the 1st through 28th/29th/30th/31st)
  4. Last Year (last year's Jan 1 to Dec 31)