ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.4k stars 124 forks source link

Cash Flow data is being shown at a one month lag #254

Closed mananapr closed 2 months ago

mananapr commented 2 months ago

Describe your Environment OS: Artix Linux (Arch based) Paisa Version: 0.6.6 App Variant: CLI

Describe the bug When checking the cash flow under Cash Flow > Monthly tab, data is being shown at a lag of month. For example, June'24 data is showing up under May'24 data and the June'24 data itself is blank. This is strange since numbers are accurately displayed in the Expenses > Monthly tab.

To Reproduce Steps to reproduce the behavior:

  1. Go to Cash Flow > Monthly
  2. Data is being shown at a one month lag

Expected behavior Income, Investments and Expenses for each month should be shown under it's respective month, not in the month prior. For example, June'24 data should not show up as May'24 data.

Screenshots

  1. June'24 Data showing up as expected in the Expenses > Monthly tab - image

  2. June'24 Data showing up under May'24 in the Cash Flow > Monthly tab - image

mananapr commented 2 months ago

So it turns out this looks fine when I open the same page on Chromium. However on my hardened firefox this issue is happening. I'll figure out what property could be causing this issue, thanks!