Add missing file.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3056 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-10-14 22:24:10 +00:00
parent f774229e60
commit 590a57dc6b
2 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
<ARTICLE ID="XACC-TAX-REPORT">
<ARTHEADER>
<TITLE>Tax Report</TITLE>
</ARTHEADER>
<PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="image/report-tax.png">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT>
</PARA>
<PARA>This report allows you to view all tax related Income and Expenses.
Up to fifteen sub-accounts are displayed. Lower sub-accounts are ignored.
</PARA>
<PARA><EMPHASIS>NOTE:</EMPHASIS> For this to work, the user has to
segregate taxable and not taxable income to different accounts, as
well as deductible and non deductible expenses. The user also must
Set the Tax Status of each tax related account. The "Set/Reset
Tax Status:" parameter does this. There is a taxreport.xac file in
the examples directory, which shows one way this can be set up.
</PARA>
<PARA> <INLINEMEDIAOBJECT>
<IMAGEOBJECT>
<IMAGEDATA FILEREF="image/report-tax-options.png">
</IMAGEOBJECT>
</INLINEMEDIAOBJECT>
</PARA>
<PARA>Options specifiable for this report include:
<ITEMIZEDLIST>
<LISTITEM><PARA>The start and end dates - default: Year-to-Date.
</PARA></LISTITEM>
<LISTITEM><PARA>Alternate Period: (Year is relative to From:)
<ITEMIZEDLIST>
<LISTITEM><PARA>Use From - To (default)</PARA></LISTITEM>
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters
(From: year)</PARA></LISTITEM>
<LISTITEM><PARA>Last Year (year before From: year)
</PARA></LISTITEM>
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters for
Last Year</PARA></LISTITEM>
</ITEMIZEDLIST></PARA></LISTITEM>
<LISTITEM><PARA>The accounts for which the report is to be
produced. If no account is selected, all tax related accounts
are displayed. Non-tax related accounts are not displaied, even
if selected, though tax related sub-accounts will be
displaied.</PARA></LISTITEM>
<LISTITEM><PARA>Suppress $0.00 values</PARA></LISTITEM>
<LISTITEM><PARA>Display Full account names</PARA></LISTITEM>
<LISTITEM><PARA>Set/Reset Tax Status of selected accounts.
(No op is none selected)
<ITEMIZEDLIST>
<LISTITEM><PARA>No Change (default)</PARA></LISTITEM>
<LISTITEM><PARA>Set Tax Related</PARA></LISTITEM>
<LISTITEM><PARA>Reset Tax Related</PARA></LISTITEM>
<LISTITEM><PARA>Set Tax Related & sub-accounts</PARA></LISTITEM>
<LISTITEM><PARA>Reset Tax Related & sub-accounts</PARA></LISTITEM>
</ITEMIZEDLIST></PARA></LISTITEM>
</ITEMIZEDLIST>
</PARA>
<PARA> I plan to add export capability to TaxCut and TurboTax, as soon
as I can get a hold of the spec for .txf files.
</PARA>
</ARTICLE>