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
signature.asc
Description: Digital signature
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel