[GNC] Link to Actuals on Budget Report

Christopher Lam christopher.lck at gmail.com
Mon Apr 21 09:55:12 EDT 2025


Good catch. Usually you'd file in bugs.gnucash.org.

Try the following change in budget.scm around line 435; changing 'car' to
'last' and test thoroughly, and let us know!
-                               (gnc-budget-get-period-end-date budget (car
period-list))
+                               (gnc-budget-get-period-end-date budget
(last period-list))


On Mon, 21 Apr 2025 at 04:06, Jon Schewe <jpschewe at mtu.net> wrote:

> I have a budget report where I'm showign the Actuals and Differences
> columns. The Actuals column is a link that I would assume would take me
> to a view showing the transactions for that account over the time
> period. Clicking on the Actuals for the total year works. Clicking on
> the Actuals for the last half of the year summarized works.
> Clicking on the individual month values always shows the first month
> value rather than the month that I clicked on.
>
> I have tried checking and unchecking "Report for range of budget
> periods" and get the same results both ways.
>
> Unchecking "Use accumulated amounts" displays the correct information.
>
> I'm using version 5.11 from Flatpak on Linux.
>
> Jon
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


More information about the gnucash-user mailing list