And if you're on windows, just grab one of the nightly builds after 16620 if
you don't feel like building it yourself.

On Dec 13, 2007 2:56 PM, Neilgn <[EMAIL PROTECTED]> wrote:

>
> How do you use a patch.  I can find the file on my computer and see the
> code,
> but what do I do with the patch?
>
> Neilgn
>
>
> Hi guys,
>
> Attached here is a patch to the advanced portfolio report.
>
>
> Index: src/report/standard-reports/advanced-portfolio.scm
> ===================================================================
> --- src/report/standard-reports/advanced-portfolio.scm  (revision 16594)
> +++ src/report/standard-reports/advanced-portfolio.scm  (working copy)
> @@ -41,7 +41,7 @@
>  (define optname-price-source (N_ "Price Source"))
>  (define optname-shares-digits (N_ "Share decimal places"))
>  (define optname-zero-shares (N_ "Include accounts with no shares"))
> -(define optname-include-gains (N_ "Include gains and losses"))
> +;;(define optname-include-gains (N_ "Include gains and losses"))
>  (define optname-show-symbol (N_ "Show ticker symbols"))
>  (define optname-show-listing (N_ "Show listings"))
>  (define optname-show-price (N_ "Show prices"))
> @@ -103,12 +103,13 @@
>       #t))
>
>
> -    (gnc:register-option
> -     options
> -     (gnc:make-simple-boolean-option
> -      gnc:pagename-general optname-include-gains "g"
> -      (N_ "Include splits with no shares for calculating money-in and
> money-out")
> -      #f))
> +;; this option is currently unimplemented
> +;;    (gnc:register-option
> +;;     options
> +;;     (gnc:make-simple-boolean-option
> +;;      gnc:pagename-general optname-include-gains "g"
> +;;      (N_ "Include splits with no shares for calculating money-in and
> money-out")
> +;;      #f))
>
> --
> View this message in context:
> http://www.nabble.com/PATCH%3A-Advanced-portfolio-report-revisions-tp14143911p14323484.html
> Sent from the GnuCash - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>



-- 
<><><><><><><><><><><><><><><>
Ever notice something?  Linux comes with compilers.  Vista comes with
Solitaire.
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to