Open barredterra opened 3 years ago
TAN handling is not implemented yet. Here are some notes how it could be built.
FinTS3PinTanClient
frappe.publish_realtime('tan_response_needed')
frappe.prompt()
Relevant Docs:
I will dig into it when I have time. PR's into develop are welcome
Unfortunately i looked my online banking and cannot proceed with programing. Waiting for reactivation. PR's into develop are welcome.
TAN handling is not implemented yet. Here are some notes how it could be built.
FinTS3PinTanClient
needs to be stored on the server / database (for example, in the FinTS Login doctype).frappe.publish_realtime('tan_response_needed')
)frappe.prompt()
).Relevant Docs: