gnucash-docs maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 30 08:43:01 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/5d3e6dac (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/f4a58baa (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/ccbb2cab (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/94744d93 (commit)



commit 5d3e6dac62c0d70cc4c6db5acd3d1ced44968a4a
Merge: 94744d9 f4a58ba
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 30 14:37:12 2018 +0200

    Merge branch 'maint-progress' of https://github.com/christopherlam/gnucash-docs into maint


commit f4a58baa7229cdbb669fb57e79b80a5ac367055b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 17 16:57:13 2018 +0800

    Add sample tax tables

diff --git a/guide/C/ch_bus_features.xml b/guide/C/ch_bus_features.xml
index cf8f694..c6a97c2 100644
--- a/guide/C/ch_bus_features.xml
+++ b/guide/C/ch_bus_features.xml
@@ -210,6 +210,134 @@ Basic A/R and A/P Account Hierarchy:
           <para><emphasis>If unsure about tax law requirements, get professional advice. </emphasis></para>
         </listitem>
       </itemizedlist>
+
+      <para>The following charts illustrate sample tax tables and
+      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%
+        / 0% Belgium, 20% / 5% / 0% UK etc.)  (2017)</title>
+        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+          <thead>
+            <row>
+              <entry>Tax Table</entry>
+              <entry>Tax Table Entries [Asset/Liability]</entry>
+              <entry>Percentage or Amount</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry>Standard VAT Sales</entry>
+              <entry>VAT:Sales:Standard [L]</entry>
+              <entry>21%</entry>
+            </row>
+            <row>
+              <entry>Reduced VAT Sales</entry>
+              <entry>VAT:Sales:Reduced [L]</entry>
+              <entry>6%</entry>
+            </row>
+            <row>
+              <entry>Zero-Rated VAT Sales</entry>
+              <entry>VAT:Sales:Zero [L]</entry>
+              <entry>0%</entry>
+            </row>
+            <row>
+              <entry morerows='1'>EC Sales</entry>
+              <entry>VAT:Sales:EC [L]</entry>
+              <entry>21%</entry>
+            </row>
+            <row>
+              <entry>VAT:Sales:Reverse EC [L]</entry>
+              <entry>-21%</entry>
+            </row>
+            <row>
+              <entry>Standard VAT Purchases</entry>
+              <entry>VAT:Purchases:Standard [A]</entry>
+              <entry>21%</entry>
+            </row>
+            <row>
+              <entry>Reduced VAT Purchases</entry>
+              <entry>VAT:Purchases:Reduced [A]</entry>
+              <entry>6%</entry>
+            </row>
+            <row>
+              <entry>Zero-Rated VAT Purchases</entry>
+              <entry>VAT:Purchases:Zero [A]</entry>
+              <entry>0%</entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+
+      <table frame='all'>
+        <title>Sample Tax Table Entries for Australia (2017)
+        </title>
+        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+          <thead>
+            <row>
+              <entry>Tax Table</entry>
+              <entry>Tax Table Entries [Asset/Liability]</entry>
+              <entry>Percentage or Amount</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry>Standard GST Sales</entry>
+              <entry>GST:Sales:Standard [L]</entry>
+              <entry>10%</entry>
+            </row>
+            <row>
+              <entry>GST-free Sales</entry>
+              <entry>GST:Sales:Zero [L]</entry>
+              <entry>0%</entry>
+            </row>
+            <row>
+              <entry>Standard GST Purchases</entry>
+              <entry>GST:Purchases:Standard [A]</entry>
+              <entry>10%</entry>
+            </row>
+            <row>
+              <entry>GST-free Purchases</entry>
+              <entry>GST:Purchases:Zero [A]</entry>
+              <entry>0%</entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+
+      <table frame='all'>
+        <title>Sample Tax Table Entries for Cook County, Illinois (2017)</title>
+        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+          <thead>
+            <row>
+              <entry>Tax Table</entry>
+              <entry>Tax Table Entries [Asset/Liability]</entry>
+              <entry>Percentage or Amount</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry morerows='3'>Chicago Sales Taxes</entry>
+              <entry>Taxes:Sales:State [L]</entry>
+              <entry>6.25%</entry>
+            </row>
+            <row>
+              <entry>Taxes:Sales:City [L]</entry>
+              <entry>1.25%</entry>
+            </row>
+            <row>
+              <entry>Taxes:Sales:County [L]</entry>
+              <entry>1.75%</entry>
+            </row>
+            <row>
+              <entry>Taxes:Sales:Region [L]</entry>
+              <entry>1%</entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+
     </sect2>
 
     <sect2 id="bus-setupcname">

commit ccbb2cabbfb7239d113683c7c4093222f4ca4b00
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat May 12 21:56:07 2018 +0800

    Document Filter/Closing transactions feature

diff --git a/help/C/Help_ch_Reports.xml b/help/C/Help_ch_Reports.xml
index 3ffcb48..01847d5 100644
--- a/help/C/Help_ch_Reports.xml
+++ b/help/C/Help_ch_Reports.xml
@@ -551,6 +551,17 @@
                  </tgroup>
                </informaltable>
                </listitem>
+               <listitem><para><guilabel>Closing transactions:</guilabel> One of</para>
+               <informaltable>
+                 <tgroup cols="2">
+                   <tbody>
+                     <row><entry>Excluding closing transactions</entry><entry>Show only regular transactions</entry></row>
+                     <row><entry>Show both closing and regular transactions</entry><entry>Show both regular and closing transactions</entry></row>
+                     <row><entry>Show closing transactions only</entry><entry>Show closing transactions only</entry></row>
+                   </tbody>
+                 </tgroup>
+               </informaltable>
+               </listitem>
                <listitem><para><guilabel>Reset defaults button:</guilabel> Reset all values to their defaults</para></listitem>
              </itemizedlist>
              </listitem>



Summary of changes:
 guide/C/ch_bus_features.xml | 128 ++++++++++++++++++++++++++++++++++++++++++++
 help/C/Help_ch_Reports.xml  |  11 ++++
 2 files changed, 139 insertions(+)



More information about the gnucash-changes mailing list