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

feat: ebics client #103

Merged
merged 46 commits into from
Nov 13, 2024
Merged

feat: ebics client #103

merged 46 commits into from
Nov 13, 2024

Conversation

barredterra
Copy link
Member

@barredterra barredterra commented Sep 6, 2024

Adds a new doctype Ebics User, which represents a natural person's bank access. It holds the IDs provided by the bank. An Ebics User is located in a certain Country and belongs to a Company and to a Bank. It has access to one or more bank accounts.

EBICS User

ebics_user

Rearranged Banking Settings

bs_klarna

bs_ebics

Todo:

  • allow sync from Banking Settings, iterate over Ebics User Link to Ebics User from Banking Settings
  • use a separate signature passphrase, store keyring and sig_passphrase in Ebics User
  • Show banner in Ebics User if last sync was unsuccessful, with specific error message. Not sure how to test this.
  • Display Bank account limit in Subscription Details
  • validate unique UserID / PartnerID
  • rename "Bank Account Limit" to "Ebics User Limit"
  • Hide unnecessary "Actions" (Initialize, Verify) when not in developer mode
  • Fetch license key via API
  • Transition: Two checkboxes "Enable Kosma", "Enable Ebics". Both can be active at the same time.
  • Once the first Ebics User is activated show message to disable Kosma.
  • Make storing the passphrase optional?

- Enter and store various credentials
- Initialize new EBICS user, create INI letter
@barredterra barredterra changed the title feat: first draft feat: ebics client Sep 6, 2024
Copy link
Member

@marination marination left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API requests happening on EBICS User save() and on "Initialize" etc. need error handling

Otherwise, looks great. What's pending is the flow/UX review

@barredterra barredterra merged commit 29427e0 into version-15 Nov 13, 2024
2 checks passed
@barredterra barredterra deleted the ebics branch November 13, 2024 23:23
@barredterra
Copy link
Member Author

@Mergifyio backport version-14

Copy link
Contributor

mergify bot commented Nov 13, 2024

backport version-14

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Nov 13, 2024
(cherry picked from commit 29427e0)
@mergify mergify bot mentioned this pull request Nov 13, 2024
11 tasks
barredterra added a commit that referenced this pull request Nov 14, 2024
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
@barredterra barredterra mentioned this pull request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants