jsdoc.budget_transfer_modal

File: biweeklybudget/flaskapp/static/js/budget_transfer_modal.js

budgetTransferDivForm()

Generate the HTML for the form on the Modal

budgetTransferModal(txfr_date)

Show the modal popup for transferring between budgets. Uses budgetTransferDivForm() to generate the form.

Arguments:
  • txfr_date (string) – The date, as a “yyyy-mm-dd” string, to default the form to. If null or undefined, will default to BIWEEKLYBUDGET_DEFAULT_DATE.