-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Budget home page does not show expenses #366
Comments
Thanks for the compliments! Mmm, that is strange indeed. What happens when you run How many transactions are assigned to the budget? Is it one big one, or multiple small ones? Are they split journals, by any chance? The code to show "Spent" is pretty straight forward but I'll dive into it and see what might be the issue. |
Hi, It's 1 transaction in this case. I do have the same problem with a [expenses@singapore firefly-iii]$ php artisan cache:clear The cache was successfully cleared but that did not resolve the issue. Drop me your public key if you'd like a peek at the server. Cheers, Menno On 10/29/2016 05:27 PM, James Cole wrote:
|
Which version of Firefly are you running right now? It's in the bottom right corner. |
Alright I've found a difference between the two amounts. They are calculated slightly differently which may cause the difference. I will update the query so this will matter less. |
I'm on 4.1.1. Just to be sure I did a git pull before I sent the bug report. |
Good. You should be able to safely do the following. Open your Then, run these commands:
It should pull in the very latest code. Then check out directory Then, visit the
As you may have guessed, these entries reveal how the displayed amount is calculated. Run Remember one of the budgets you see here (for example your budget "Household"), and then visit the budget page itself at Your log file should once again get a new set of lines, which look like the ones above. Please pay close attention if the amounts are the same. If not, there should be a difference in the lines. For example "and these accounts" is different. Or maybe the start date and the end date are different. Let me know if it works! |
Yes, this works. The log entries are generated, the totals are correct. Sadly now I can see that I overspent on the household budget ;) I ran into 1 problem.
The depth param at
The develop branch will not be accessible because of that. I changed the line in
Then execute: And the develop branch will be checked out. I suggest removing --depth from the installation instructions. |
Good to hear the problem is fixed! And thanks for the tip about the installation guide. It needs an overhaul any way, and I will make sure to fix it! |
Hi,
First of all my thanks. Firefly is helping me greatly to control my expenses. Well done :)
And a bug report:
On the budget page expenses against a certain budget are not shown / calculated.
On the budget detail page for that budget expenses are shown.
Please see screenshots.
Cheers,
3mz3t
The text was updated successfully, but these errors were encountered: