Current build of the core.debt_recovery plan is intended to support repeated calls using the same plan dict.
it's unclear whether this works when the function is called repeatedly from an endpoint.
to make certain it does, i want to rework the core module to provide a list of 12 plans from a single call.
I can store that in the user's document and just page through them on the action_plan page.
Current build of the core.debt_recovery plan is intended to support repeated calls using the same
plan
dict.it's unclear whether this works when the function is called repeatedly from an endpoint. to make certain it does, i want to rework the core module to provide a list of 12
plan
s from a single call.I can store that in the user's document and just page through them on the action_plan page.