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

The tax problem #87

Closed
dlebech opened this issue Dec 2, 2018 · 0 comments
Closed

The tax problem #87

dlebech opened this issue Dec 2, 2018 · 0 comments

Comments

@dlebech
Copy link
Owner

dlebech commented Dec 2, 2018

For most people, tax is probably not part of a bank transaction list. Rather, the income shown on a bank statement is the income with taxes already subtracted.

In some cases (e.g. for business owners), the tax might be manually paid, or the tax could show up for another reason.

This is a problem, because if the tax is counted as an expense, it will probably dwarf all other expenses in a given month, and it's not very relevant since tax is not something that can be controlled.

Ignoring the tax transaction is not a good solution, because it potentially creates and income skew. For example, if the income is $10, and tax is $4, ignoring the transaction will make it look like the income is $10 (which is wrong) and including the transaction will create an expense of $4 (which can be kind-of misleading).

Ideally we would want to see a single positive entry in the charts of $6 which is the absolute income after taxes are subtracted.

The tax problem essentially be modelled as a negative refund so solving #85 will also help in solving this issue.

dlebech added a commit that referenced this issue Dec 2, 2018
This commit consist of three parts:
- Actions: An action to delete a transaction group
- Transaction List: An indicator on the transaction list that
  transactions are grouped (and a method to ungroup them)
- Charts: Summing and filtering of transactions that are grouped
  together

This feature is implemented as a way to handle refunds, i.e. avoid
having refunds show up as both an expense and income

Closes #85 and closes #87
@dlebech dlebech closed this as completed in 3404277 Dec 2, 2018
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

1 participant