tomellm / bread_manager

A small application that takes in CSV data and visualizes it for money management purpuses.
MIT License
0 stars 0 forks source link

add profile info on record #33

Closed tomellm closed 2 months ago

tomellm commented 3 months ago

add some kind of profile info on the record so that you can track afterwards which records came from which source

tomellm commented 3 months ago

My first thought was to define some Bank-account's and then define which profiles are part of which, but then I realized that doing so would not make sense because my credit card is in the end based on the same bank account.

Okay but now I realized something. What matters on one side is where the data is coming from and that is easily definable, meaning I can just have a different origin for the different things but I should then add a possibility to link expenses and tie one to another like saying expense x is the same as expense y. An example would be transferring money to paypal where the transaction can be seen on two sides. -> #35