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

Splitting bills across categories #13

Open
cheetahbyte opened this issue Jul 5, 2024 · 1 comment · May be fixed by #55
Open

Splitting bills across categories #13

cheetahbyte opened this issue Jul 5, 2024 · 1 comment · May be fixed by #55
Assignees
Labels
feature New feature or request go Pull requests that update Go code
Milestone

Comments

@cheetahbyte
Copy link
Owner

for each transaction, there should be the option to split the price across multiple categories

Example

A bill from the supermarket may contain items belonging hygiene and food and not just goods from one category.

@cheetahbyte cheetahbyte added the feature New feature or request label Jul 5, 2024
@cheetahbyte cheetahbyte self-assigned this Jul 5, 2024
@cheetahbyte cheetahbyte moved this to Backlog in keinbudget Jul 5, 2024
@cheetahbyte
Copy link
Owner Author

Possibly there needs to be a change that decouples the balance in an transaction from the transaction itself. A table "payments" might be needed, that consists of balance, category and the tid (id of transaction). An transaction can contain multiple payments or just one.

@cheetahbyte cheetahbyte linked a pull request Sep 25, 2024 that will close this issue
@cheetahbyte cheetahbyte added this to the v0.1 milestone Sep 25, 2024
@cheetahbyte cheetahbyte added the go Pull requests that update Go code label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request go Pull requests that update Go code
Projects
Status: Ready
Development

Successfully merging a pull request may close this issue.

1 participant