mutiny-web icon indicating copy to clipboard operation
mutiny-web copied to clipboard

Export of transaction history in a ASCII file

Open GitKalle opened this issue 2 years ago • 1 comments

Hello,

in some countries is it necessary to prove all transactions for tax purpose. Therefore it would be great to have the possibility to export the transaction history to an ASCII-file. The Phoenix wallet exports the history in a CSV file with following content:

Date,Amount Millisatoshi,Fees Millisatoshi,Amount Fiat,Fees Fiat,Context,Description,Notes
2023-10-24T12:07:53.837Z,-158470340,-635340,-51.7486 EUR,-0.2074 EUR,Outgoing LN payment to 028d98b9969...,Donation,
2023-10-24T11:59:05.556Z,-236744188,-947188,-77.3089 EUR,-0.3093 EUR,Outgoing LN payment to 035e4ff418fc8b5554c5d...,Thank you for buying a coffee,

What do you think?

GitKalle avatar Mar 26 '24 06:03 GitKalle

We don't save the fiat amount/price at the time of sending. Otherwise everything else should be doable

benthecarman avatar Mar 26 '24 23:03 benthecarman