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

Replace myIbans concept #38

Open
michielbdejong opened this issue Mar 24, 2021 · 0 comments
Open

Replace myIbans concept #38

michielbdejong opened this issue Mar 24, 2021 · 0 comments

Comments

@michielbdejong
Copy link
Collaborator

There are a number of steps from data sources to query result:

  • import the raw data sources
  • parse to AccountHistoryChunks in the case of bank statements, use the arms of the Y.
  • add implied purchases
  • parse incoming usage reports / invoices to AccountHistoryChunk(s)
  • parse outgoing hours-reports / invoices to AccountHistoryChunk(s)
  • parse budgets to AccountHistoryChunk(s)
  • in the case of trackEquity for instance, sum it all up to see how hours-worked and other income increase equity and how purchases / expenses to budgets decrease equity each day.

I'm currently using dataRoot.myIbans for the list of bank accounts for which I have bank statements, but also as the list of accounts whose balance is mine to spend.

Need to clean that up!

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