New Transaction Report Feature

Dave Peticolas dave@krondo.com
18 Jul 2001 00:20:41 -0700


On 14 Jul 2001 22:32:24 -0400, Michael T. Garrison Stuber wrote:
> (2) I'm calculating the running total within the report by getting the 
> amount of shares and adding it to accumulation variable.  When I output the 
> total I'm only getting two digits to the right of the decimal.  I'd like 
> three.  Is there a way to change this.  I started looked at the 
> info.max_decimals in gnc-helper but I confess I'm mystified.  Before I 
> really torture myself I was hoping somebody might be able to fill me in. 
> Thanks!

Use gnc:account-quantity-print-info to get the print info object
to be used for printing the shares quantities of a particular
account. Do not just set a particular number of decimal places,
that will not work.

dave