jeremy159 / ab-helpers

Actual Budget helpers to automate some redundant tasks
GNU General Public License v3.0
0 stars 0 forks source link

Add subcommand to CLI to compute loan interest #7

Open jeremy159 opened 2 months ago

jeremy159 commented 2 months ago

Similar to https://github.com/psybers/actual-helpers?tab=readme-ov-file#loan-interest-calculator we need a subcommand to compute the interest so that only the principal portion of the payment is applied to the account. Basically this script should create a transaction that adds the interest paid in the loan account.

jeremy159 commented 2 months ago

Can't fetch account notes from http api. Investigate what to do...