gnucash-docs maint: Use unique table titles in Guide

Frank H.Ellenberger fell at code.gnucash.org
Sat Mar 30 00:05:59 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/cec6df4a (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/e48c289c (commit)



commit cec6df4a60e80c7abee3369ad74179c5e2256941
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Mar 30 05:05:05 2019 +0100

    Use unique table titles in Guide
    
    Remind the global List of Tables

diff --git a/guide/C/ch_bus_features.xml b/guide/C/ch_bus_features.xml
index 66970da..9644cd4 100644
--- a/guide/C/ch_bus_features.xml
+++ b/guide/C/ch_bus_features.xml
@@ -1433,7 +1433,7 @@ Basic A/R and A/P Account Hierarchy:
            
            <para>
               <table>
-                 <title>Transaction Map</title>
+                 <title>Payroll Transaction Map</title>
                  <tgroup cols="3">
                     <thead>
                        <row>
@@ -1530,7 +1530,7 @@ Basic A/R and A/P Account Hierarchy:
            
            <para>
               <table>
-                 <title>Transaction Map for Employee 1</title>
+                 <title>Payroll Transaction Map for Employee 1</title>
                  <tgroup cols="3">
                     <thead>
                        <row>
diff --git a/guide/C/ch_capgain.xml b/guide/C/ch_capgain.xml
index 385ffc5..ee97aa3 100644
--- a/guide/C/ch_capgain.xml
+++ b/guide/C/ch_capgain.xml
@@ -252,7 +252,7 @@
           <para>These transactions should now appear as follows:</para>
 
           <para><table>
-              <title>Turning an Accrued Gain into a Realized Gain</title>
+              <title>Turning an Accrued Gain into a Realized Gain - Accurate Estimation</title>
 
               <tgroup cols="4">
                 <tbody>
@@ -335,7 +335,7 @@
           accounts):</para>
 
           <para><table>
-              <title>Turning an Accrued Gain into a Realized Gain</title>
+              <title>Turning an Accrued Gain into a Realized Gain - Underestimation</title>
 
               <tgroup cols="4">
                 <tbody>
@@ -410,7 +410,7 @@
           accounts):</para>
 
           <para><table>
-              <title>Turning an Accrued Gain into a Realized Gain</title>
+              <title>Turning an Accrued Gain into a Realized Gain - Overestimation</title>
 
               <tgroup cols="4">
                 <tbody>
diff --git a/guide/C/ch_invest.xml b/guide/C/ch_invest.xml
index f0f0da1..dbcf3c8 100644
--- a/guide/C/ch_invest.xml
+++ b/guide/C/ch_invest.xml
@@ -2234,7 +2234,7 @@ Income
         </para>
 
         <table>
-          <title>Selling Shares Split Scheme, Sale Transaction</title>
+          <title>Selling Shares Split Scheme, Sale Transaction, Gross Pricing</title>
 
           <?dbfo table-width="70%" ?>
 
@@ -2281,7 +2281,7 @@ Income
         </table>
 
         <table>
-          <title>Selling Shares Split Scheme, Gain Transaction</title>
+          <title>Selling Shares Split Scheme, Gain Transaction, Gross Pricing</title>
 
           <?dbfo table-width="70%" ?>
 
@@ -2357,7 +2357,7 @@ Income
         </para>
 
         <table>
-          <title>Selling Shares Split Scheme, Sale Transaction</title>
+          <title>Selling Shares Split Scheme, Sale Transaction, Net Pricing</title>
 
           <?dbfo table-width="70%" ?>
 
@@ -2396,7 +2396,7 @@ Income
         </table>
 
         <table>
-          <title>Selling Shares Split Scheme, Gain Transaction</title>
+          <title>Selling Shares Split Scheme, Gain Transaction, Net Pricing</title>
 
           <?dbfo table-width="70%" ?>
 
diff --git a/guide/C/ch_reports.xml b/guide/C/ch_reports.xml
index 0ba55c2..c84a83d 100644
--- a/guide/C/ch_reports.xml
+++ b/guide/C/ch_reports.xml
@@ -876,7 +876,7 @@ an empty report will be generated.</para>
   practice. For example, the following describes a typical household book with
   skeleton accounts. Further accounts will undoubtedly be necessary.</para>
   <table>
-    <title>Sample Chart of Accounts</title>
+    <title>Sample Chart of Accounts for the Transaction Report</title>
     <tgroup cols='2' align='left' colsep='1' rowsep='1'>
       <thead>
         <row>



Summary of changes:
 guide/C/ch_bus_features.xml | 4 ++--
 guide/C/ch_capgain.xml      | 6 +++---
 guide/C/ch_invest.xml       | 8 ++++----
 guide/C/ch_reports.xml      | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list