r16600 - gnucash-docs/trunk/guide/C - Correct the Tax included computation in the docs to match what the code does.

Andrew Sackville-West andrew at farwestbilliards.com
Sun Dec 2 11:14:54 EST 2007


On Thu, Nov 29, 2007 at 10:11:35AM -0500, Derek Atkins wrote:
> Author: warlord
> Date: 2007-11-29 10:11:35 -0500 (Thu, 29 Nov 2007)
> New Revision: 16600
> Trac: http://svn.gnucash.org/trac/changeset/16600
> 
> Modified:
>    gnucash-docs/trunk/guide/C/ch_bus_ar.xml
> Log:
> Correct the Tax included computation in the docs to match what the code does.
> 
> 
> Modified: gnucash-docs/trunk/guide/C/ch_bus_ar.xml
> ===================================================================
> --- gnucash-docs/trunk/guide/C/ch_bus_ar.xml	2007-11-28 22:47:53 UTC (rev 16599)
> +++ gnucash-docs/trunk/guide/C/ch_bus_ar.xml	2007-11-29 15:11:35 UTC (rev 16600)
> @@ -553,7 +553,10 @@
>  
>              <listitem>
>                <para>If Tax included is set (<guilabel>X</guilabel>), then
> -              subtotal = $95 and tax = $5.</para>
> +              subtotal = $95.23 and tax = $4.77.  The computation is: 
> +              Subtotal = Total / (1+taxrate) and Tax = Total - Subtotal
> +              = Total - (Total / (1+taxrate)).
> +              </para>
>              </listitem>
>            </itemizedlist>
>          </listitem>
> 

just out of curiousity, how do you guys edit the guide? Do you just
edit the xml directly? or do you use some kind of specialized editor?

A
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20071202/b9b99195/attachment.bin 


More information about the gnucash-devel mailing list