gnucash-docs maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sun Jun 23 17:11:45 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/3634474a (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/c855c4f9 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/4099a8d8 (commit)



commit 3634474a7a2da7d3eacbe45777f34a7b19c186f5
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Jun 23 23:11:06 2019 +0200

    Guide: Move the FDL appendix into the appendix part
    
    Several languages had it separate

diff --git a/guide/C/gnucash-guide.xml b/guide/C/gnucash-guide.xml
index c85c248..ecb0c2f 100644
--- a/guide/C/gnucash-guide.xml
+++ b/guide/C/gnucash-guide.xml
@@ -477,7 +477,7 @@
 <xi:include href="appendixb.xml" />
 <xi:include href="appendixc.xml" />
 <xi:include href="appendixd.xml" />
-</part>
 <xi:include href="fdl-appendix.xml" />
+</part>
 
 </book>
diff --git a/guide/pt/gnucash-guide.xml b/guide/pt/gnucash-guide.xml
index a720dee..8023e27 100644
--- a/guide/pt/gnucash-guide.xml
+++ b/guide/pt/gnucash-guide.xml
@@ -404,7 +404,7 @@
     <xi:include href="appendixb.xml" />
     <xi:include href="appendixc.xml" />
     <xi:include href="appendixd.xml" />
+    <xi:include href="fdl-appendix.xml" />
 </part>
-<xi:include href="fdl-appendix.xml" />
 
 </book>
diff --git a/guide/ru/gnucash-guide.xml b/guide/ru/gnucash-guide.xml
index 7440852..bffebd1 100644
--- a/guide/ru/gnucash-guide.xml
+++ b/guide/ru/gnucash-guide.xml
@@ -450,7 +450,7 @@
     <xi:include href="appendixb.xml" />
     <xi:include href="appendixc.xml" />
     <xi:include href="appendixd.xml" />
+    <xi:include href="fdl-appendix.xml" />
 </part>
-<xi:include href="fdl-appendix.xml" />
 
 </book>

commit c855c4f9694d3f0ad7885984a6da21cfade20e04
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Jun 23 23:09:16 2019 +0200

    Guide Bus: Add IDs to tables
    
    Then they will appear in the "List of Tables"
    
    Additional update: In 2007 the EC became the EU

diff --git a/guide/C/ch_bus_features.xml b/guide/C/ch_bus_features.xml
index 9644cd4..ac0d14f 100644
--- a/guide/C/ch_bus_features.xml
+++ b/guide/C/ch_bus_features.xml
@@ -218,8 +218,8 @@ Basic A/R and A/P Account Hierarchy:
       may be used as starting points to determine the setup
       appropriate for a particular jurisdiction.</para>
 
-      <table frame='all'>
-        <title>Sample Tax Table Entries for EC country (e.g. 21% / 6%
+      <table frame='all' id="bus-tax-tbl-eu">
+        <title>Sample Tax Table Entries for EU country (e.g. 21% / 6%
         / 0% Belgium, 20% / 5% / 0% UK etc.)  (2017)</title>
         <tgroup cols='3' align='left' colsep='1' rowsep='1'>
           <thead>
@@ -273,7 +273,7 @@ Basic A/R and A/P Account Hierarchy:
         </tgroup>
       </table>
 
-      <table frame='all'>
+      <table frame='all' id="bus-tax-tbl-au">
         <title>Sample Tax Table Entries for Australia (2017)
         </title>
         <tgroup cols='3' align='left' colsep='1' rowsep='1'>
@@ -309,7 +309,7 @@ Basic A/R and A/P Account Hierarchy:
         </tgroup>
       </table>
 
-      <table frame='all'>
+      <table frame='all' id="bus-tax-tbl-us">
         <title>Sample Tax Table Entries for Cook County, Illinois (2017)</title>
         <tgroup cols='3' align='left' colsep='1' rowsep='1'>
           <thead>
@@ -1432,7 +1432,7 @@ Basic A/R and A/P Account Hierarchy:
            <para>With the deductions list from above, an employee split transaction map can be generated. Each of the items in the list is mapped to a <application>&app;</application> account.</para>
            
            <para>
-              <table>
+              <table id="bus-payroll-txn-tbl">
                  <title>Payroll Transaction Map</title>
                  <tgroup cols="3">
                     <thead>
@@ -1529,7 +1529,7 @@ Basic A/R and A/P Account Hierarchy:
            </itemizedlist>
            
            <para>
-              <table>
+              <table id="bus-payroll-txn-empl-tbl">
                  <title>Payroll Transaction Map for Employee 1</title>
                  <tgroup cols="3">
                     <thead>



Summary of changes:
 guide/C/ch_bus_features.xml | 12 ++++++------
 guide/C/gnucash-guide.xml   |  2 +-
 guide/pt/gnucash-guide.xml  |  2 +-
 guide/ru/gnucash-guide.xml  |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list