Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle payments #27

Open
Sha-yol opened this issue Dec 26, 2024 · 1 comment
Open

handle payments #27

Sha-yol opened this issue Dec 26, 2024 · 1 comment

Comments

@Sha-yol
Copy link
Contributor

Sha-yol commented Dec 26, 2024

Currently, payments "expenses" are skipped. I suggest handling them in the following way:

  • If the balance account feature is off, add/subtract the payment amount from the account with the correspond withdrawal/deposit txn
  • If the balance account feature is off, add a transfer txn to/from the balance account to the corresponding account.
@adyanth
Copy link
Owner

adyanth commented Jan 4, 2025

For 1, matching/searching the old transaction might be tricky (or maybe not, since dedup does the same).
For 2, feature is off on.

Sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants