Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV export option for transaction list #182

Open
Rigidity opened this issue Dec 22, 2024 · 1 comment · May be fixed by #385
Open

CSV export option for transaction list #182

Rigidity opened this issue Dec 22, 2024 · 1 comment · May be fixed by #385
Labels
enhancement New feature or request ui Display issue
Milestone

Comments

@Rigidity
Copy link
Collaborator

No description provided.

@Rigidity Rigidity added enhancement New feature or request ui Display issue labels Dec 22, 2024
@dkackman
Copy link
Collaborator

dkackman commented Jan 29, 2025

do you have a format in mind for what to include?

Thinking one line per Tx,Coin,Asset combination.

Also could encode sent vs received as an attribute or the sign of the amount.

something like:

TxId, CoinId, Token, AssetId, Amount (mojo)
ABC,  100,    XCH,   XCH,     1000000 
ABC,  101,    XCH,   XCH,     -100 

(folding in the rest of the properties of TransactionRecord and TransactionCoin of course)

dkackman added a commit to dkackman/sage that referenced this issue Mar 27, 2025
@dkackman dkackman linked a pull request Mar 28, 2025 that will close this issue
@dkackman dkackman added this to the 0.11.0 milestone Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Display issue
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants