-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Add detailed CSV export option #2618
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2618 +/- ##
==========================================
- Coverage 58.30% 58.29% -0.01%
==========================================
Files 75 75
Lines 11400 11400
==========================================
- Hits 6647 6646 -1
- Misses 4753 4754 +1 ☔ View full report in Codecov by Sentry. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
yes, it's JSON stringify of the items, the user can use it to build whatever type of report needed, i guess looking at it now, maybe JSON.stringify is not needed (it's done in lnbits/tpos#86 ) |
0d89afd
to
7e803c6
Compare
export_details.mov |
hitting enter does not add the tag, i think it should |
Optional detailed CSV export with the TPoS items list.
Normal behaviour:
Detailed:
Also fixed
pending
column on the paymentsCSV, it's nowstatus
Closes #2325 , #2312