profit and loss report in CVS HEAD !!SOLVED!!
Andrew Sackville-West
andrew at farwestbilliards.com
Wed May 4 22:40:16 EDT 2005
Figur'd it out.
put the report itself (pnl.scm) in share/guile-modules/gnucash/report
and add a line in standard-reports.scm (same directory) as follows
(use-modules (gnucash report <reportname>))
where <reportname> is the file name of the report without the .scm
extension. group it together with the other (use-modules...) lines...
seems to work for me. If I missed something, please let me know
Andrew
Andrew Sackville-West wrote:
> Just compiled HEAD and there is no profit and loss report. I believe I
> can drag it from an older version and plop it in the "report" directory
> buried deep in directory tree. SO I copied "pnl.scm" to the "report"
> directory, but can't get it to show up (yes, I restarted the program).
> what am I missing? I think there is a way to "Register" the report, but
> can't find the reference.
>
> thanks
>
> A
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
More information about the gnucash-user
mailing list