From ba94a0201dbad94f24e37adba9f4ffd48dcde272 Mon Sep 17 00:00:00 2001 From: Robert Graham Merkel Date: Wed, 16 May 2001 07:52:46 +0000 Subject: [PATCH] More documentation updates. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4227 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 11 ++++++ doc/sgml/C/Makefile.am | 1 + doc/sgml/C/gnucash.sgml | 3 +- doc/sgml/C/xacc-account-summary.sgml | 2 +- .../C/xacc-asset-liability-barcharts.sgml | 36 +++++++++++++++++-- doc/sgml/C/xacc-common-report-options.sgml | 18 ++++++---- doc/sgml/C/xacc-reports.sgml | 3 +- doc/sgml/C/xacc-stock-price-report.sgml | 17 +++++++++ src/scm/html-utilities.scm | 2 +- 9 files changed, 79 insertions(+), 14 deletions(-) create mode 100644 doc/sgml/C/xacc-stock-price-report.sgml diff --git a/ChangeLog b/ChangeLog index daa8634c92..28614a6379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-05-16 Robert Graham Merkel + + * src/scm/html-utilities.scm ((gnc:html-make-empty-data-warning)): + update message. + + * src/scm/{gnucash.sgml, xacc-account-summary.sgml, + xacc-asset-liability-barcharts.sgml, xacc-reports.sgml}: more new + material. + + * src/scm/xacc-stock-price-report.sgml: new file. + 2001-05-15 Christian Stimming * src/scm/commodity-utilities.scm: added another case to diff --git a/doc/sgml/C/Makefile.am b/doc/sgml/C/Makefile.am index fe0f7d3314..7fe4bec2d5 100644 --- a/doc/sgml/C/Makefile.am +++ b/doc/sgml/C/Makefile.am @@ -46,6 +46,7 @@ GNUCASH_SGML_FILES = \ xacc-repdev.sgml \ xacc-reports.sgml \ xacc-scheme.sgml \ + xacc-stock-price-report.sgml \ xacc-tax-report.sgml \ xacc-ticker.sgml \ xacc-trans-report.sgml \ diff --git a/doc/sgml/C/gnucash.sgml b/doc/sgml/C/gnucash.sgml index ed91705bfd..e4b28b25f5 100644 --- a/doc/sgml/C/gnucash.sgml +++ b/doc/sgml/C/gnucash.sgml @@ -38,6 +38,7 @@ + @@ -75,7 +76,6 @@ &xaccincomeexpensebarcharts; &xaccincomeexpensepiecharts; &xacclocatingtxns; -&xaccmulticolumnviewreports; &xaccpreferences; &xaccchartofaccts; &xaccuserdocs; @@ -100,6 +100,7 @@ &xacctxfexport; &xaccdochack; &xaccscheme; +&xaccstockpricereport; &xaccrepdev; &xaccy2k; &xaccgpl; diff --git a/doc/sgml/C/xacc-account-summary.sgml b/doc/sgml/C/xacc-account-summary.sgml index 004d040c2f..a079d6729c 100644 --- a/doc/sgml/C/xacc-account-summary.sgml +++ b/doc/sgml/C/xacc-account-summary.sgml @@ -1,4 +1,4 @@ -
+
Account Summary Report diff --git a/doc/sgml/C/xacc-asset-liability-barcharts.sgml b/doc/sgml/C/xacc-asset-liability-barcharts.sgml index 27e2352aa4..be96bb0ef8 100644 --- a/doc/sgml/C/xacc-asset-liability-barcharts.sgml +++ b/doc/sgml/C/xacc-asset-liability-barcharts.sgml @@ -6,10 +6,40 @@ Asset and Liability Barcharts PICTURES NEEDED!!!! -This is not yet documented. - -
+These reports allow you to display home one, some, +or all of your assets or liabilities change over time. +If you want a barchart showing an overall picture of +your net worth, use the + Net Worth Barchart instead. + + + + Accounts + + + Report Title + + From & To + + Step Size + + + Style Sheet + + + Price Source + + + Depth + + Add More!!! + + + + +
+ diff --git a/doc/sgml/C/xacc-common-report-options.sgml b/doc/sgml/C/xacc-common-report-options.sgml index e473b7507d..7a5508aacb 100644 --- a/doc/sgml/C/xacc-common-report-options.sgml +++ b/doc/sgml/C/xacc-common-report-options.sgml @@ -24,7 +24,7 @@ beginning of this year" or "today", and are highly convenient for doing "rolling reports". -Interval +Interval/Step Size This option is used on bar charts to determine the interval which each bar represents. Typical values are daily, weekly, monthly, and yearly. @@ -48,8 +48,8 @@ parent account is. Depth This option allows the selection of how "deep" the -reports display subaccounts. If the subaccounts go deeper -than selected, the report will calculate an overall value +report displays subaccounts. If the subaccounts go deeper +than selected, most reports will calculate an overall value for all the subaccounts and include it in a higher-level total. If you want to make sure every account selected is individually displayed, select "All". @@ -64,11 +64,15 @@ the global Style Sheet menu item. -Plot Dimensions -There are "Width" and "Height" options for most of the graphs, -which specify the displayed dimensions (in pixels). + Plot + Dimensions + + There are "Width" and "Height" + options for most of the graphs, which specify the + displayed dimensions + (in pixels). - + Report Currency Most reports allow you to select the report currency (the default diff --git a/doc/sgml/C/xacc-reports.sgml b/doc/sgml/C/xacc-reports.sgml index 99b119ea26..eb056e20f6 100644 --- a/doc/sgml/C/xacc-reports.sgml +++ b/doc/sgml/C/xacc-reports.sgml @@ -31,7 +31,8 @@ ways. Stock Portfolio provides a quick summary of your stocks, their current value, -and profits made. +and profits made. The Stock Price Tracker + lets you track the price of a particular stock over time. Tax Report / TXF Export: shows tax related Income and Expenses. Can + +Stock Price Report + + +Stock Price Report + +PICTURE NEEDED + +This report is not documented yet. + + + + + + + diff --git a/src/scm/html-utilities.scm b/src/scm/html-utilities.scm index 6025ab45cc..5a69702200 100644 --- a/src/scm/html-utilities.scm +++ b/src/scm/html-utilities.scm @@ -670,5 +670,5 @@ p (gnc:html-markup-h2 (_ "No data")) (gnc:html-markup-p - (_ "The selected accounts contain no data for the selected time period"))) + (_ "The selected accounts contain no data (or only zeroes) for the selected time period"))) p)) \ No newline at end of file