Richard -Gilligan- Uschold's tax report patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3051 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-10-13 21:57:15 +00:00
parent 23043ea563
commit a459ad6589
13 changed files with 113 additions and 84 deletions

View File

@ -116,6 +116,7 @@ Christian Stimming <stimming@uclink.berkeley.edu> report patch
Bartek Szady <bszx@bszxdomain.edu.eu.org> engine and build system patches
Herbert Thoma <tma@iis.fhg.de> gnome register & euro support patches
Diane Trout <detrout@earthlink.net> scheme qif import patch
Richard -Gilligan- Uschold <uschold@cs.ucf.edu> tax report
Richard Wackerbarth <rkw@dataplex.net> patch to gnc-prices, qif import fixes
Rob Walker <rob@valinux.com> guile and register patches
David Woodhouse <dwmw2@infradead.org> Great Britain translations

View File

@ -17,6 +17,7 @@ doc_DATA = \
quicktest.qif \
splitdemo.xac \
swipe.qif \
taxreport.xac \
test.xac \
test2.xac \
test3.xac \

View File

@ -19,6 +19,10 @@ trading2.xac
income taxes. In particular, a paycheck is split up into several
pieces.
taxreport.xac
A demo that can be used with the tax report to show income tax
related income and expenses.
Guide to QIF Files:
-------------------

BIN
doc/examples/taxreport.xac Normal file

Binary file not shown.

View File

@ -35,6 +35,7 @@ GNUCASH_SGML_FILES = \
xacc-regwin-kbd.sgml \
xacc-regwin.sgml \
xacc-reports.sgml \
xacc-tax-report.sgml \
xacc-ticker.sgml \
xacc-trans-report.sgml \
xacc-userdocs.sgml \

View File

@ -29,6 +29,7 @@
<!entity xaccregwinkbd system "xacc-regwin-kbd.sgml">
<!entity xaccreports system "xacc-reports.sgml">
<!entity xaccticker system "xacc-ticker.sgml">
<!entity xacctaxreport system "xacc-tax-report.sgml">
<!entity xacctransreport system "xacc-trans-report.sgml">
<!entity xaccdochack system "xacc-dochack.sgml">
<!entity xaccy2k system "xacc-y2k.sgml">
@ -68,6 +69,7 @@
&xaccregwin;
&xaccregwinkbd;
&xaccreports;
&xacctaxreport;
&xaccticker;
&xacctransreport;
&xaccdochack;

View File

@ -30,6 +30,8 @@ image_DATA = \
report-folio.png \
report-option.png \
report-pnl.png \
report-tax.png \
report-tax-options.png \
reportwin.png \
ticker-a.png \
ticker-b.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -811,6 +811,7 @@ provide an accurate Profit & Loss statement.
<PARA>gnome register &amp; euro support patches</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>detrout@earthlink.net</email> Diane
Trout</GLOSSTERM>
@ -818,6 +819,15 @@ provide an accurate Profit & Loss statement.
<PARA>scheme qif import patch</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>uschold@cs.ucf.edu</email> Richard
-Gilligan- Uschold</GLOSSTERM>
<GLOSSDEF>
<PARA>tax report</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>rkw@dataplex.net</email> Richard
Wackerbarth</GLOSSTERM>

View File

@ -35,6 +35,12 @@
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><LINK LINKEND="XACC-TAX-REPORT">Tax Report:</LINK>
shows tax related Income and Expenses.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA><APPLICATION>Balance Tracker</APPLICATION>
tracks the balance of one or more accounts over time, and
supports graphical output (if you have <APPLICATION>gnuplot</APPLICATION>

View File

@ -9,7 +9,8 @@ gncscm_DATA = \
folio.scm \
hello-world.scm \
report-list.scm \
transaction-report.scm
transaction-report.scm \
tax.scm
EXTRA_DIST = \
.cvsignore \

View File

@ -8,3 +8,4 @@
(gnc:depend "report/transaction-report.scm")
(gnc:depend "report/budget-report.scm")
(gnc:depend "report/account-summary.scm")
(gnc:depend "report/tax.scm")