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

Amount for an account for a given date #54

Open
adegenkolbe opened this issue Feb 28, 2024 · 2 comments
Open

Amount for an account for a given date #54

adegenkolbe opened this issue Feb 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@adegenkolbe
Copy link

Hi,

is there a way to get the amount of an account for a given date ?
In the old interface you can filter your transactions for given time period and see the amount for this.
When you export these results as csv you also see your amount.

Would be great to get this feature.

Thanks for your work and kind regards
Andy

@grindsa grindsa added the enhancement New feature or request label Feb 28, 2024
@grindsa
Copy link
Owner

grindsa commented Feb 28, 2024

Hi,

just for clarification and to avoid misunderstandings. You would like to see the "Tagessaldo" of an account for a certain date, right?

If so this will be a challenge as the new backend does not hold this information. This would mean that we need to calculate backwards from the current date. and amount..

I am not saying that it is impossible. Give me a few days to think about it more in detail...

BR G.

@adegenkolbe
Copy link
Author

adegenkolbe commented Feb 28, 2024

Hi,

this is exactly what I mean.

Just to explain what i want to do:

I Would like to use dkb-robo to fill my "Haushaltsbuch".
For now i used the CVS Export of the old Web-Interface to track my transactions.
On the first of every month i used the export for the month before (eg. on March 1 i would export the transactions for Feb 1 to Feb. 29).

I import all the transactions into an excel sheet for some analytics.
Sometimes not all the transactions were in the transaction list (maybe they were not booked), but they were already taken into account in the saldo.

To have a check for this, i use the "Tagessaldo" from the export (which is then the saldo of the last day of this export), add the sum of the amount of the transactions from the list and then i should have the "Tagessaldo" of the month before last month( hope you understand).

So if the new API did not offer this information right now, is there a way i can get it with the old one ?
Because calculating the value should be the same as i do already in the excel sheet. So if there is a transaction missing, it would not be detected.

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

No branches or pull requests

2 participants