Release: develop -> main - #1187
Merged
Merged
Conversation
github-actions
Bot
requested review from
TaprootFreak and
davidleomay
as code owners
July 23, 2026 07:56
…EV-4572) (#1160) * feat(compliance): DE/EN PDF export for OnRamp/OffRamp/Account Info (DEV-4572) Adds three per-transaction PDF exports to the compliance user screen's transaction detail row: - OnRamp analysis (BuyCrypto / Fiat2Krypto) - OffRamp analysis (BuyFiat / Krypto2Fiat) - Customer Account Info (DFX vs. Bank two-column overview) Each PDF ships with German and English label sets and renders via jspdf + jspdf-autotable. Buttons for both languages appear in the existing action-button row of an expanded transaction, so the language is chosen at export time without switching the whole app UI. - New src/util/pdf/ module with a shared common helper (DFX color palette, UTC time formatting, footer legend) and one renderer per PDF type. - Renderers are dynamically imported so the jspdf bundle only loads when a compliance user actually clicks Export. - TransactionsTable accepts the UserData record so the renderers get KYC / mail / address context without an extra API round-trip. * fix(compliance): rename PDF export buttons Shorten the button labels in the tx detail action row: - 'OnRamp/OffRamp PDF (DE|EN)' -> 'Transaction PDF (DE|EN)' - 'Account Info PDF (DE|EN)' -> 'Account PDF (DE|EN)' The ramp is already implied by the row's transaction type, so calling it out in the button label was redundant.
davidleomay
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist