Xiphe / budgetbudget

🧮 make financial decisions with confidence
https://budgetbudget.app
GNU General Public License v3.0
92 stars 7 forks source link

Add option to exclude reserved transactions #78

Closed leo-benz closed 3 years ago

leo-benz commented 3 years ago

Feature Request As a user I would like to have a setting to ignore reserved transactions (vorgemerkte Umsätze).

Use-Case I have a monthly mortgage payment that is deducted via SEPA Lastschrift and is shown as reserved for a few days before the transaction. I always split this payment in money money into interest and repayment of the loan and assign the splits to different categories. The split in money money is only possible after the transactions has cleared. Therefore it is uncategorised while it is a reserved transaction. In the days while it has not cleared BudgetBudget shows the month as over budgeted due to the uncategorised transaction even tough I have budgeted for the interest and repayment in the respective categories. Therefore I would like BudgetBudget to ignore the reserved transaction.

Since there are probably different opinions on this I would propose to add a user setting so that this behaviour is customisable.

Xiphe commented 3 years ago

I understand the problem and agree that this would be a nice setting to have.

If we get the information from MM, I'll happily implement this

leo-benz commented 3 years ago

I just checked and the exported plist contains the boolean key `

booked

` So the required data should be available.

leo-benz commented 3 years ago

I started implementing this myself and will provide a PR soon.

Xiphe commented 3 years ago

awesome!

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.0.0-beta.15 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: