jsdoc.creditPayoffErrorModal¶
File: biweeklybudget/flaskapp/static/js/creditPayoffErrorModal.js
-
creditPayoffErrorModal(acct_id)¶ Trigger Ajax to get account OFX statement information. Ajax callback to create the form and display the modal is
creditPayoffErrorModalForm().Arguments: - acct_id (number) – the ID of the Account to show data for.
-
creditPayoffErrorModalForm(data)¶ Generate the HTML for the form on the Credit Payoff Error Modal and show the modal. This is an Ajax callback triggered by a request to
/ajax/account_ofx_ajax/<int:account_id>increditPayoffErrorModal(). The response data is generated byAccountOfxAjax.