victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
566 stars 42 forks source link

BUG_The total assets of the account are not displayed based on the selected month #159

Closed s4w4j4 closed 1 year ago

s4w4j4 commented 1 year ago

Describe the bug The total assets of the account are not displayed based on the selected month.

image

s4w4j4 commented 1 year ago

For example, when selecting September, the total assets for the current month (October) will still be displayed.

victorbalssa commented 1 year ago

@s4w4j4 Yes, it was design this way to avoid confusion when checking previous months. But we still display difference for each month.

victorbalssa commented 1 year ago

@s4w4j4 seems like the api https://api-docs.firefly-iii.org/#/summary/getBasicSummary only return the last net worth whether or not the end date is passed.

I will flag this issue as wontfix but will follow the API update to see if this changes in the future.