gnucash-docs master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Mar 19 12:38:16 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/8fb47e8f (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/2cd20446 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/bb525f98 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/3e4e977b (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/5e04e572 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/66aadbe4 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/255e2f8d (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/ee9e5a99 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/3ae473b6 (commit)



commit 8fb47e8f55a96f4090a888dfda9713e4450df438
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 18:13:38 2016 +0100

    Update partial date entry documentation based on new default behaviour

diff --git a/guide/C/ch_txns.xml b/guide/C/ch_txns.xml
index ccebaa9..42295f8 100644
--- a/guide/C/ch_txns.xml
+++ b/guide/C/ch_txns.xml
@@ -216,12 +216,13 @@
     <tip><para>Specifically for dates there's another way you can save time: you can enter
             partial dates. For example if you only enter one number, <application>&app;</application>
             will interpret it as the day in the current month of the current year. If you only enter
-            a day and month, <application>&app;</application> will automatically append the year. By
-            default this is the current year. You can however also configure
-            <application>&app;</application> to take such a date in a sliding window starting
-            a number of months before the current month. This can be done via
+            a day and month, <application>&app;</application> will automatically append the year. The
+            default this to take such a date in a sliding window starting 11 months before the current
+            month. This means that if you enter 1/5 (January 5th) as date while the current date is
+            in December 2015, the date will be completed as 1/5/16. This default can be changed via
             <menuchoice><guimenu>Edit</guimenu><guisubmenu>Preferences</guisubmenu><guisubmenu>Date/Time</guisubmenu>
-            <guilabel>Date Completion</guilabel></menuchoice>.</para></tip>
+            <guilabel>Date Completion</guilabel></menuchoice>. You can change it to either always
+            evaluate a date in the current calendar year or change the start of the sliding window.</para></tip>
 
     <para>In the <guilabel>Num</guilabel> field of the transaction line, you
         can type <keycap>+</keycap> to increment the transaction number from the

commit 2cd204463481d204df99c844b2ecb6fa85dc5a51
Merge: 3ae473b bb525f9
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 18:15:28 2016 +0100

    Merge branch 'maint'


commit bb525f98b551ac5ab18ba6512f385cbc1af1b184
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 17:58:33 2016 +0100

    Document partial date entry and how to configure it

diff --git a/guide/C/ch_txns.xml b/guide/C/ch_txns.xml
index a5bbd16..ccebaa9 100644
--- a/guide/C/ch_txns.xml
+++ b/guide/C/ch_txns.xml
@@ -210,6 +210,19 @@
         </listitem>
     </itemizedlist>
     
+    <tip><para>These date shortcuts not only work in the account register but everywhere
+            you can enter a date.</para></tip>
+
+    <tip><para>Specifically for dates there's another way you can save time: you can enter
+            partial dates. For example if you only enter one number, <application>&app;</application>
+            will interpret it as the day in the current month of the current year. If you only enter
+            a day and month, <application>&app;</application> will automatically append the year. By
+            default this is the current year. You can however also configure
+            <application>&app;</application> to take such a date in a sliding window starting
+            a number of months before the current month. This can be done via
+            <menuchoice><guimenu>Edit</guimenu><guisubmenu>Preferences</guisubmenu><guisubmenu>Date/Time</guisubmenu>
+            <guilabel>Date Completion</guilabel></menuchoice>.</para></tip>
+
     <para>In the <guilabel>Num</guilabel> field of the transaction line, you
         can type <keycap>+</keycap> to increment the transaction number from the
         last one you typed in. Typing <keycap>-</keycap> will decrement the

commit 3e4e977b7494b3ebe4e26d7fd03a3acb47e226de
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 17 22:54:13 2016 +0100

    Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab
    
    Make minor changes following the fix for this issue in code.
    Note that 3 formats are universally supported: li, lli and I64i

diff --git a/help/C/Help_ch_Customize.xml b/help/C/Help_ch_Customize.xml
index 00979a8..c4d77e4 100644
--- a/help/C/Help_ch_Customize.xml
+++ b/help/C/Help_ch_Customize.xml
@@ -1491,16 +1491,16 @@
         <para>The corresponding format fields are
          used to specify printf-style format strings that are used to format the
          printing of the number. For example, to put the literal "C - " in front
-         of the customer number, you would put "C - %li" (without the quotes;
-         "li" on Unix, "I64i" on Windows) in the customer format string field.
+         of the customer number, you would put "C - %li" (without the quotes) in
+         the customer format string field.
          If the value in the customer number field was 5, the next customer added
          would be assigned the number "C - 6". As another example, if you wanted
          the number to be printed with leading zeros and 5 characters wide, you
          would enter "C - %05li" and the next customer number would be assigned
          the number "C - 00006".</para>
          
-        <note><para>On some versions of Unix, for example Fedora 18 32-bit, it is necessary to use
-        "lli" instead of "li". Fedora 22 64-bit needs "li".</para>
+        <note><para>For historical reasons <application>&app;</application> accepts multiple format specifiers
+        although they all yield the same end result. You can choose "li", "lli" or I64i".</para>
         </note>
       </sect2>
 

commit 5e04e5728a25e3caac2c477bcc010bff64d8aaa4
Author: Chris Good <chris.good at ozemail.com.au>
Date:   Sun Mar 6 18:17:37 2016 +1100

    Add missing sect Guide ch2.8 New book options in New Acct Hierarchy Bug 761025

diff --git a/guide/C/ch_basics.xml b/guide/C/ch_basics.xml
index bce3db6..e9ebeab 100644
--- a/guide/C/ch_basics.xml
+++ b/guide/C/ch_basics.xml
@@ -1171,7 +1171,41 @@
     </listitem>
 
     <listitem>
-      <para>In the third screen select the <guilabel>Common Accounts</guilabel> group in the 
+      <para>In the third screen, set the <guilabel>New Book Options</guilabel>,
+        then press the <guibutton>Forward</guibutton> button.
+        You can also update these options later using <menuchoice><guimenu>File
+        </guimenu><guimenuitem>Properties</guimenuitem></menuchoice>.
+        For details of these options, see the <application>&app;</application> 
+        Help manual, chapter Customizing GnuCash, Book Options. 
+      </para>
+      
+      <screenshot id="basics-NewBookOptions">
+        <mediaobject>
+          <imageobject role="html">
+            <imagedata fileref="figures/basics_NewBookOpts.png"
+                       format="PNG" srccredit="Chris Good" width="510"></imagedata>
+          </imageobject>
+
+          <imageobject role="fo">
+            <imagedata fileref="figures/basics_NewBookOpts.png"
+                       format="PNG" srccredit="Chris Good" ></imagedata>
+          </imageobject>
+
+          <textobject>
+            <phrase>The New Book Options assistant</phrase>
+          </textobject>
+
+          <caption>
+            <para>This image shows the third screen of the <guilabel>New
+            Account Hierarchy Setup</guilabel> assistant where you select the
+            book options.</para>
+          </caption>
+        </mediaobject>
+      </screenshot>
+    </listitem>
+
+    <listitem>
+      <para>In the fourth screen select the <guilabel>Common Accounts</guilabel> group in the 
       <guilabel>Categories</guilabel> pane. Then press the <guibutton>Forward</guibutton> button to
       proceed.</para>
       <note>
@@ -1197,7 +1231,7 @@
           </textobject>
 
           <caption>
-            <para>This image shows the third screen of the <guilabel>New
+            <para>This image shows the fourth screen of the <guilabel>New
             Account Hierarchy Setup</guilabel> assistant where you choose the
             various accounts.</para>
           </caption>
@@ -1206,7 +1240,7 @@
     </listitem> 
 
     <listitem>
-      <para>In the fourth screen you will be able to set an <guilabel>Opening
+      <para>In the fifth screen you will be able to set an <guilabel>Opening
       Balance</guilabel> on each of the accounts, as well as indicate if
       the account should be a <guilabel>Placeholder</guilabel>. As these features will be 
       described in next chapters, leave all as configured by <application>&app;</application> 
@@ -1229,7 +1263,7 @@
           </textobject>
 
           <caption>
-            <para>This image shows the fourth screen of the <guilabel>New
+            <para>This image shows the fifth screen of the <guilabel>New
             Account Hierarchy Setup</guilabel> assistant where you can set
             <guilabel>Opening Balance</guilabel>.</para>
           </caption>
diff --git a/guide/C/figures/basics_NewBookOpts.png b/guide/C/figures/basics_NewBookOpts.png
new file mode 100644
index 0000000..eb5ffb0
Binary files /dev/null and b/guide/C/figures/basics_NewBookOpts.png differ

commit 66aadbe491d14c2c3997e5b69eea490c7fa49612
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Mar 7 10:58:04 2016 +0100

    Add adjust-dpi.sh script to utils

diff --git a/util/adjust-dpi.sh b/util/adjust-dpi.sh
new file mode 100755
index 0000000..37f8033
--- /dev/null
+++ b/util/adjust-dpi.sh
@@ -0,0 +1,57 @@
+#! /bin/bash
+# make a list file of all the png figures
+ls *.png > list
+
+for figure in `cat list`;
+do
+# read width in pixel for the figure
+width=$(identify -format "%w" "$figure")
+# if the width is less than 90x14cm/2,54
+if [ "$width" -lt 496 ]; then
+  dpi=90
+  # convert dpi from pixelsperinch to pixelspercentimeter
+  dpi_cm=$(echo "scale=2; $dpi/2.54" | bc)
+  # read the existing dpi from figure as XX PixelsPerCentimeter
+  existing_dpi=$(identify -format "%x" "$figure")
+  # set the future dpi of figure as XX PixelsPerCentimeter
+  future_dpi="$dpi_cm PixelsPerCentimeter"
+  # apply new dpi only if it's changed from the existing
+  if [ "$existing_dpi" != "$future_dpi" ]; then
+    convert -units PixelsPerInch -density "$dpi" "$figure" "$figure"
+    echo "File $figure converted to $dpi dpi"
+  fi
+# if the width is more than 144x14cm/2,54
+else
+  if [ "$width" -gt 793 ]; then
+    # set the new dpi in function of the image size
+    dpi=$(echo "scale=0; $width*2.54/14" | bc)
+    # convert dpi from pixelsperinch to pixelspercentimeter
+    dpi_cm=$(echo "scale=2; $dpi/2.54" | bc)
+    # read the existing dpi from figure as XX PixelsPerCentimeter
+    existing_dpi=$(identify -format "%x" "$figure")
+    # set the future dpi of figure as XX PixelsPerCentimeter
+    future_dpi="$dpi_cm PixelsPerCentimeter"
+    # apply new dpi only if it's changed from the existing
+    if [ "$existing_dpi" != "$future_dpi" ]; then
+      convert -units PixelsPerInch -density "$dpi" "$figure" "$figure"
+      echo "File $figure converted to $dpi dpi"
+    fi
+# for figures with width between 496px and 793px use a dpi of 144
+  else
+    dpi=144
+    # convert dpi from pixelsperinch to pixelspercentimeter
+    dpi_cm=$(echo "scale=2; $dpi/2.54" | bc)
+    # read the existing dpi from figure as XX PixelsPerCentimeter
+    existing_dpi=$(identify -format "%x" "$figure")
+    # set the future dpi of figure as XX PixelsPerCentimeter
+    future_dpi="$dpi_cm PixelsPerCentimeter"
+    # apply new dpi only if it's changed from the existing
+    if [ "$existing_dpi" != "$future_dpi" ]; then
+      convert -units PixelsPerInch -density 144 "$figure" "$figure"
+      echo "File $figure converted to 144 dpi"
+    fi
+  fi
+fi
+done
+rm list
+echo "Done!"

commit 255e2f8de143dc8cc5824859babbd2dcd2ede176
Author: pmralbuquerque <palbuquerque73 at gmail.com>
Date:   Sat Mar 5 09:49:53 2016 +0000

    Adjust dpi of images in Portuguese translation

diff --git a/guide/C/ch_reports.xml b/guide/C/ch_reports.xml
index d00fc58..eeec533 100644
--- a/guide/C/ch_reports.xml
+++ b/guide/C/ch_reports.xml
@@ -1,4 +1,4 @@
-<!--
+<!--
       (Do not remove this comment block.)
   Version: 2.0.0
   Last modified: July 9th 2006
@@ -199,4 +199,4 @@
  <para>
  </para>
  </sect1>
- </chapter>
+ </chapter>
\ No newline at end of file
diff --git a/guide/C/figures/reports_Accounts_Summary.png b/guide/C/figures/reports_Accounts_Summary.png
deleted file mode 100644
index b81ac2e..0000000
Binary files a/guide/C/figures/reports_Accounts_Summary.png and /dev/null differ
diff --git a/guide/C/figures/reports_Accounts_Tab.png b/guide/C/figures/reports_Accounts_Tab.png
deleted file mode 100644
index 719b53e..0000000
Binary files a/guide/C/figures/reports_Accounts_Tab.png and /dev/null differ
diff --git a/guide/C/figures/reports_Commodities_Tab.png b/guide/C/figures/reports_Commodities_Tab.png
deleted file mode 100644
index 69cd306..0000000
Binary files a/guide/C/figures/reports_Commodities_Tab.png and /dev/null differ
diff --git a/guide/C/figures/reports_Display_Tab.png b/guide/C/figures/reports_Display_Tab.png
deleted file mode 100644
index b076d42..0000000
Binary files a/guide/C/figures/reports_Display_Tab.png and /dev/null differ
diff --git a/guide/C/figures/reports_General_Tab.png b/guide/C/figures/reports_General_Tab.png
deleted file mode 100644
index ff4b16f..0000000
Binary files a/guide/C/figures/reports_General_Tab.png and /dev/null differ
diff --git a/guide/C/gnucash-guide.xml b/guide/C/gnucash-guide.xml
index f2e97d2..4cb2f6b 100644
--- a/guide/C/gnucash-guide.xml
+++ b/guide/C/gnucash-guide.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
@@ -29,13 +29,6 @@
 <!ENTITY chapter18 SYSTEM "ch_dep.xml">
 <!ENTITY chapter19 SYSTEM "ch_python_bindings.xml">
 <!ENTITY chapter20 SYSTEM "ch_import_business_data.xml">
-<!ENTITY chapter21 SYSTEM "ch_reports.xml">
-<!ENTITY chapter22 SYSTEM "ch_reports_general.xml">
-<!ENTITY chapter23 SYSTEM "ch_reports_asset_liability.xml">
-<!ENTITY chapter24 SYSTEM "ch_reports_example.xml">
-<!ENTITY chapter25 SYSTEM "ch_reports_business.xml">
-<!ENTITY chapter26 SYSTEM "ch_reports_budget.xml">
-<!ENTITY chapter27 SYSTEM "ch_reports_income_expense.xml">
 <!ENTITY appendixa SYSTEM "appendixa.xml">
 <!ENTITY appendixb SYSTEM "appendixb.xml">
 <!ENTITY appendixc SYSTEM "appendixc.xml">
@@ -525,4 +518,4 @@
 </part>
 &GFDL;
 
-</book>
+</book>
\ No newline at end of file
diff --git a/guide/pt/figures/accts_CreateAssetsAccount.png b/guide/pt/figures/accts_CreateAssetsAccount.png
index 67c978e..c801aed 100644
Binary files a/guide/pt/figures/accts_CreateAssetsAccount.png and b/guide/pt/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/pt/figures/accts_DefaultExpenseAccounts.png b/guide/pt/figures/accts_DefaultExpenseAccounts.png
index e7635ed..0c35b63 100644
Binary files a/guide/pt/figures/accts_DefaultExpenseAccounts.png and b/guide/pt/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/pt/figures/accts_DefaultIncomeAccounts.png b/guide/pt/figures/accts_DefaultIncomeAccounts.png
index dcdb73b..702613d 100644
Binary files a/guide/pt/figures/accts_DefaultIncomeAccounts.png and b/guide/pt/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/pt/figures/accts_toplevel.png b/guide/pt/figures/accts_toplevel.png
index 3429a3e..25d7fdf 100644
Binary files a/guide/pt/figures/accts_toplevel.png and b/guide/pt/figures/accts_toplevel.png differ
diff --git a/guide/pt/figures/accts_tree.png b/guide/pt/figures/accts_tree.png
index 4dca65b..75c99a4 100644
Binary files a/guide/pt/figures/accts_tree.png and b/guide/pt/figures/accts_tree.png differ
diff --git a/guide/pt/figures/basics_AccountRelationships.png b/guide/pt/figures/basics_AccountRelationships.png
index 22a8f28..aad9266 100755
Binary files a/guide/pt/figures/basics_AccountRelationships.png and b/guide/pt/figures/basics_AccountRelationships.png differ
diff --git a/guide/pt/figures/basics_Accounts.png b/guide/pt/figures/basics_Accounts.png
index bc96bc8..e8960ae 100644
Binary files a/guide/pt/figures/basics_Accounts.png and b/guide/pt/figures/basics_Accounts.png differ
diff --git a/guide/pt/figures/basics_AccountsSampleQIF.png b/guide/pt/figures/basics_AccountsSampleQIF.png
index 9eaae04..29c62fc 100644
Binary files a/guide/pt/figures/basics_AccountsSampleQIF.png and b/guide/pt/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/pt/figures/basics_CheckAccount.png b/guide/pt/figures/basics_CheckAccount.png
index 1c3a1b6..6344251 100644
Binary files a/guide/pt/figures/basics_CheckAccount.png and b/guide/pt/figures/basics_CheckAccount.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png
index c1453c6..52267ff 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_compact.png b/guide/pt/figures/basics_DoubleEntryIntro_compact.png
index b43f44a..4c588f7 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_compact.png and b/guide/pt/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_expanded.png b/guide/pt/figures/basics_DoubleEntryIntro_expanded.png
index d132f33..d43ad03 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_expanded.png and b/guide/pt/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_groceries.png b/guide/pt/figures/basics_DoubleEntryIntro_groceries.png
index 599d753..3a47260 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_groceries.png and b/guide/pt/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_salary.png b/guide/pt/figures/basics_DoubleEntryIntro_salary.png
index b784de5..aa9c3b1 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_salary.png and b/guide/pt/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/pt/figures/basics_EmptyAccounts.png b/guide/pt/figures/basics_EmptyAccounts.png
index 72f37e9..099df7e 100644
Binary files a/guide/pt/figures/basics_EmptyAccounts.png and b/guide/pt/figures/basics_EmptyAccounts.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup.png b/guide/pt/figures/basics_NewAccountHierarchySetup.png
index 500e744..fedc192 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup.png and b/guide/pt/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png
index ca6e330..5e98232 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png
index 0334c2c..82ddded 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png
index eecce45..90e620b 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png b/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png
index b354b5d..49c1d0e 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png b/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png
index 14af1e3..4bc3b2f 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/pt/figures/basics_QIF_Import_welcome.png b/guide/pt/figures/basics_QIF_Import_welcome.png
index 141594a..172d82f 100644
Binary files a/guide/pt/figures/basics_QIF_Import_welcome.png and b/guide/pt/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/pt/figures/basics_SaveSQL.png b/guide/pt/figures/basics_SaveSQL.png
index 5dd8f8d..e4143d1 100755
Binary files a/guide/pt/figures/basics_SaveSQL.png and b/guide/pt/figures/basics_SaveSQL.png differ
diff --git a/guide/pt/figures/basics_SaveXML.png b/guide/pt/figures/basics_SaveXML.png
index d847482..994d821 100644
Binary files a/guide/pt/figures/basics_SaveXML.png and b/guide/pt/figures/basics_SaveXML.png differ
diff --git a/guide/pt/figures/basics_TipOfDay.png b/guide/pt/figures/basics_TipOfDay.png
index dee1e2f..48697ab 100644
Binary files a/guide/pt/figures/basics_TipOfDay.png and b/guide/pt/figures/basics_TipOfDay.png differ
diff --git a/guide/pt/figures/bus_ap_billedit.png b/guide/pt/figures/bus_ap_billedit.png
index e773cf7..eb63833 100644
Binary files a/guide/pt/figures/bus_ap_billedit.png and b/guide/pt/figures/bus_ap_billedit.png differ
diff --git a/guide/pt/figures/bus_ap_billnew.png b/guide/pt/figures/bus_ap_billnew.png
index b2910d9..1335a6c 100644
Binary files a/guide/pt/figures/bus_ap_billnew.png and b/guide/pt/figures/bus_ap_billnew.png differ
diff --git a/guide/pt/figures/bus_ap_billpost.png b/guide/pt/figures/bus_ap_billpost.png
index c2a4ffc..0d301e4 100644
Binary files a/guide/pt/figures/bus_ap_billpost.png and b/guide/pt/figures/bus_ap_billpost.png differ
diff --git a/guide/pt/figures/bus_ap_jobnew.png b/guide/pt/figures/bus_ap_jobnew.png
index 957ea0d..adf04d2 100644
Binary files a/guide/pt/figures/bus_ap_jobnew.png and b/guide/pt/figures/bus_ap_jobnew.png differ
diff --git a/guide/pt/figures/bus_ap_payment.png b/guide/pt/figures/bus_ap_payment.png
index abf3999..1b1fb22 100644
Binary files a/guide/pt/figures/bus_ap_payment.png and b/guide/pt/figures/bus_ap_payment.png differ
diff --git a/guide/pt/figures/bus_ap_vendorfind.png b/guide/pt/figures/bus_ap_vendorfind.png
index cb5dee3..8071485 100644
Binary files a/guide/pt/figures/bus_ap_vendorfind.png and b/guide/pt/figures/bus_ap_vendorfind.png differ
diff --git a/guide/pt/figures/bus_ap_vendornew.png b/guide/pt/figures/bus_ap_vendornew.png
index d3fd679..18106a5 100644
Binary files a/guide/pt/figures/bus_ap_vendornew.png and b/guide/pt/figures/bus_ap_vendornew.png differ
diff --git a/guide/pt/figures/bus_ar_custfind.png b/guide/pt/figures/bus_ar_custfind.png
index 66a3af9..bbb65ac 100644
Binary files a/guide/pt/figures/bus_ar_custfind.png and b/guide/pt/figures/bus_ar_custfind.png differ
diff --git a/guide/pt/figures/bus_ar_custnew.png b/guide/pt/figures/bus_ar_custnew.png
index 48b582a..99c2a77 100644
Binary files a/guide/pt/figures/bus_ar_custnew.png and b/guide/pt/figures/bus_ar_custnew.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange1.png b/guide/pt/figures/bus_ar_invoicechange1.png
index 4544d5b..f8eab18 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange1.png and b/guide/pt/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange2.png b/guide/pt/figures/bus_ar_invoicechange2.png
index d00e780..64fd508 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange2.png and b/guide/pt/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange3.png b/guide/pt/figures/bus_ar_invoicechange3.png
index e1587b5..b84cfde 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange3.png and b/guide/pt/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/pt/figures/bus_ar_invoiceedit.png b/guide/pt/figures/bus_ar_invoiceedit.png
index 8a826c5..afeb6bb 100644
Binary files a/guide/pt/figures/bus_ar_invoiceedit.png and b/guide/pt/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/pt/figures/bus_ar_invoicenew.png b/guide/pt/figures/bus_ar_invoicenew.png
index 11a6ac2..31ddd96 100644
Binary files a/guide/pt/figures/bus_ar_invoicenew.png and b/guide/pt/figures/bus_ar_invoicenew.png differ
diff --git a/guide/pt/figures/bus_ar_invoicepost.png b/guide/pt/figures/bus_ar_invoicepost.png
index 061b7ff..6a39616 100644
Binary files a/guide/pt/figures/bus_ar_invoicepost.png and b/guide/pt/figures/bus_ar_invoicepost.png differ
diff --git a/guide/pt/figures/bus_ar_invoiceprint.png b/guide/pt/figures/bus_ar_invoiceprint.png
index 073e47e..65c34f3 100644
Binary files a/guide/pt/figures/bus_ar_invoiceprint.png and b/guide/pt/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/pt/figures/bus_ar_jobnew.png b/guide/pt/figures/bus_ar_jobnew.png
index b99c7f1..55a5a54 100644
Binary files a/guide/pt/figures/bus_ar_jobnew.png and b/guide/pt/figures/bus_ar_jobnew.png differ
diff --git a/guide/pt/figures/bus_ar_payment.png b/guide/pt/figures/bus_ar_payment.png
index 414cbd0..37024ef 100644
Binary files a/guide/pt/figures/bus_ar_payment.png and b/guide/pt/figures/bus_ar_payment.png differ
diff --git a/guide/pt/figures/bus_co_reg.png b/guide/pt/figures/bus_co_reg.png
index d935152..353ea56 100644
Binary files a/guide/pt/figures/bus_co_reg.png and b/guide/pt/figures/bus_co_reg.png differ
diff --git a/guide/pt/figures/bus_pay_ex1.png b/guide/pt/figures/bus_pay_ex1.png
index 494f2fa..556e95a 100644
Binary files a/guide/pt/figures/bus_pay_ex1.png and b/guide/pt/figures/bus_pay_ex1.png differ
diff --git a/guide/pt/figures/bus_pay_ex2.png b/guide/pt/figures/bus_pay_ex2.png
index 0ca7e1a..678aa64 100644
Binary files a/guide/pt/figures/bus_pay_ex2.png and b/guide/pt/figures/bus_pay_ex2.png differ
diff --git a/guide/pt/figures/bus_pay_ex3.png b/guide/pt/figures/bus_pay_ex3.png
index bde98df..854377b 100644
Binary files a/guide/pt/figures/bus_pay_ex3.png and b/guide/pt/figures/bus_pay_ex3.png differ
diff --git a/guide/pt/figures/bus_pay_ex4.png b/guide/pt/figures/bus_pay_ex4.png
index b94cc42..9df1146 100644
Binary files a/guide/pt/figures/bus_pay_ex4.png and b/guide/pt/figures/bus_pay_ex4.png differ
diff --git a/guide/pt/figures/bus_tax_main.png b/guide/pt/figures/bus_tax_main.png
index dafc1e4..9da25ab 100644
Binary files a/guide/pt/figures/bus_tax_main.png and b/guide/pt/figures/bus_tax_main.png differ
diff --git a/guide/pt/figures/bus_tax_new.png b/guide/pt/figures/bus_tax_new.png
index 781b191..e08d1c7 100644
Binary files a/guide/pt/figures/bus_tax_new.png and b/guide/pt/figures/bus_tax_new.png differ
diff --git a/guide/pt/figures/bus_terms_main.png b/guide/pt/figures/bus_terms_main.png
index 3a09423..511059e 100644
Binary files a/guide/pt/figures/bus_terms_main.png and b/guide/pt/figures/bus_terms_main.png differ
diff --git a/guide/pt/figures/bus_terms_new.png b/guide/pt/figures/bus_terms_new.png
index 761e9eb..dd559d4 100644
Binary files a/guide/pt/figures/bus_terms_new.png and b/guide/pt/figures/bus_terms_new.png differ
diff --git a/guide/pt/figures/capgain_app2main.png b/guide/pt/figures/capgain_app2main.png
index ff63517..2ceaca1 100644
Binary files a/guide/pt/figures/capgain_app2main.png and b/guide/pt/figures/capgain_app2main.png differ
diff --git a/guide/pt/figures/capgain_app3main.png b/guide/pt/figures/capgain_app3main.png
index 6309c2c..569089c 100644
Binary files a/guide/pt/figures/capgain_app3main.png and b/guide/pt/figures/capgain_app3main.png differ
diff --git a/guide/pt/figures/capgain_appmain.png b/guide/pt/figures/capgain_appmain.png
index 7cf430d..e8a0370 100644
Binary files a/guide/pt/figures/capgain_appmain.png and b/guide/pt/figures/capgain_appmain.png differ
diff --git a/guide/pt/figures/cbook_CashFlow.png b/guide/pt/figures/cbook_CashFlow.png
index 8a2ccd6..2e5d7b1 100644
Binary files a/guide/pt/figures/cbook_CashFlow.png and b/guide/pt/figures/cbook_CashFlow.png differ
diff --git a/guide/pt/figures/cbook_TransactionRptAssets.png b/guide/pt/figures/cbook_TransactionRptAssets.png
index 4b5a1dc..ae92b87 100644
Binary files a/guide/pt/figures/cbook_TransactionRptAssets.png and b/guide/pt/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/pt/figures/cbook_TransactionRptExpenses.png b/guide/pt/figures/cbook_TransactionRptExpenses.png
index 6f5db6c..6470188 100644
Binary files a/guide/pt/figures/cbook_TransactionRptExpenses.png and b/guide/pt/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/cbook_atm.png b/guide/pt/figures/cbook_atm.png
index 560c4e1..86a880f 100644
Binary files a/guide/pt/figures/cbook_atm.png and b/guide/pt/figures/cbook_atm.png differ
diff --git a/guide/pt/figures/cbook_bankstmt.png b/guide/pt/figures/cbook_bankstmt.png
index 4b78184..4cf1a16 100644
Binary files a/guide/pt/figures/cbook_bankstmt.png and b/guide/pt/figures/cbook_bankstmt.png differ
diff --git a/guide/pt/figures/cbook_chartaccts5.png b/guide/pt/figures/cbook_chartaccts5.png
index 98cb65f..b0058da 100644
Binary files a/guide/pt/figures/cbook_chartaccts5.png and b/guide/pt/figures/cbook_chartaccts5.png differ
diff --git a/guide/pt/figures/cbook_checkexamp.png b/guide/pt/figures/cbook_checkexamp.png
index 0263bb3..3d4a67e 100644
Binary files a/guide/pt/figures/cbook_checkexamp.png and b/guide/pt/figures/cbook_checkexamp.png differ
diff --git a/guide/pt/figures/cbook_gcashdata4.png b/guide/pt/figures/cbook_gcashdata4.png
index b6d6d5d..edd0ed0 100644
Binary files a/guide/pt/figures/cbook_gcashdata4.png and b/guide/pt/figures/cbook_gcashdata4.png differ
diff --git a/guide/pt/figures/cbook_reconciledCheckAct.png b/guide/pt/figures/cbook_reconciledCheckAct.png
index 71e4c2f..2d5e994 100644
Binary files a/guide/pt/figures/cbook_reconciledCheckAct.png and b/guide/pt/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/pt/figures/cbook_reconexamp.png b/guide/pt/figures/cbook_reconexamp.png
index 835a5ac..1699469 100644
Binary files a/guide/pt/figures/cbook_reconexamp.png and b/guide/pt/figures/cbook_reconexamp.png differ
diff --git a/guide/pt/figures/cbook_servch.png b/guide/pt/figures/cbook_servch.png
index dc10d73..362407d 100644
Binary files a/guide/pt/figures/cbook_servch.png and b/guide/pt/figures/cbook_servch.png differ
diff --git a/guide/pt/figures/cbook_transferin.png b/guide/pt/figures/cbook_transferin.png
index b484cd8..69d0bec 100644
Binary files a/guide/pt/figures/cbook_transferin.png and b/guide/pt/figures/cbook_transferin.png differ
diff --git a/guide/pt/figures/cc_CashFlow.png b/guide/pt/figures/cc_CashFlow.png
index f8dbbcf..b86a79b 100644
Binary files a/guide/pt/figures/cc_CashFlow.png and b/guide/pt/figures/cc_CashFlow.png differ
diff --git a/guide/pt/figures/cc_Reversing_Transaction_1.png b/guide/pt/figures/cc_Reversing_Transaction_1.png
index a771eef..8dbcb55 100644
Binary files a/guide/pt/figures/cc_Reversing_Transaction_1.png and b/guide/pt/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/pt/figures/cc_Reversing_Transaction_2.png b/guide/pt/figures/cc_Reversing_Transaction_2.png
index bfe7175..17abd17 100644
Binary files a/guide/pt/figures/cc_Reversing_Transaction_2.png and b/guide/pt/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/pt/figures/cc_TransactionRptExpenses.png b/guide/pt/figures/cc_TransactionRptExpenses.png
index 12d89f2..c4ecd60 100644
Binary files a/guide/pt/figures/cc_TransactionRptExpenses.png and b/guide/pt/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/cc_TransactionRptVisa.png b/guide/pt/figures/cc_TransactionRptVisa.png
index 17b87e6..e438845 100644
Binary files a/guide/pt/figures/cc_TransactionRptVisa.png and b/guide/pt/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/pt/figures/cc_accounts.png b/guide/pt/figures/cc_accounts.png
index b25f250..5b650c0 100644
Binary files a/guide/pt/figures/cc_accounts.png and b/guide/pt/figures/cc_accounts.png differ
diff --git a/guide/pt/figures/cc_final.png b/guide/pt/figures/cc_final.png
index aa6601d..3f7e4aa 100644
Binary files a/guide/pt/figures/cc_final.png and b/guide/pt/figures/cc_final.png differ
diff --git a/guide/pt/figures/cc_interest.png b/guide/pt/figures/cc_interest.png
index c9312fd..7577e0d 100644
Binary files a/guide/pt/figures/cc_interest.png and b/guide/pt/figures/cc_interest.png differ
diff --git a/guide/pt/figures/cc_payment.png b/guide/pt/figures/cc_payment.png
index c7b2d90..7100972 100644
Binary files a/guide/pt/figures/cc_payment.png and b/guide/pt/figures/cc_payment.png differ
diff --git a/guide/pt/figures/cc_purchases.png b/guide/pt/figures/cc_purchases.png
index 40a7668..ea6694d 100644
Binary files a/guide/pt/figures/cc_purchases.png and b/guide/pt/figures/cc_purchases.png differ
diff --git a/guide/pt/figures/cc_reconcile.png b/guide/pt/figures/cc_reconcile.png
index cf0a19a..1b079a6 100644
Binary files a/guide/pt/figures/cc_reconcile.png and b/guide/pt/figures/cc_reconcile.png differ
diff --git a/guide/pt/figures/cc_reconcile_init.png b/guide/pt/figures/cc_reconcile_init.png
index 7d708a0..d36c40b 100644
Binary files a/guide/pt/figures/cc_reconcile_init.png and b/guide/pt/figures/cc_reconcile_init.png differ
diff --git a/guide/pt/figures/cc_refund.png b/guide/pt/figures/cc_refund.png
index 16d0168..12f427c 100644
Binary files a/guide/pt/figures/cc_refund.png and b/guide/pt/figures/cc_refund.png differ
diff --git a/guide/pt/figures/currency_AfterGetOnlineQuotes.png b/guide/pt/figures/currency_AfterGetOnlineQuotes.png
index 89b092d..50b7719 100644
Binary files a/guide/pt/figures/currency_AfterGetOnlineQuotes.png and b/guide/pt/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/pt/figures/currency_BeforeGetOnlineQuotes.png b/guide/pt/figures/currency_BeforeGetOnlineQuotes.png
index 35520c6..a5370cb 100644
Binary files a/guide/pt/figures/currency_BeforeGetOnlineQuotes.png and b/guide/pt/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AfterMoney.png b/guide/pt/figures/currency_PutTogether_AfterMoney.png
index 0416da6..8234282 100644
Binary files a/guide/pt/figures/currency_PutTogether_AfterMoney.png and b/guide/pt/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AfterStocks.png b/guide/pt/figures/currency_PutTogether_AfterStocks.png
index 8d55ba0..1dd2765 100644
Binary files a/guide/pt/figures/currency_PutTogether_AfterStocks.png and b/guide/pt/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AussieHouse.png b/guide/pt/figures/currency_PutTogether_AussieHouse.png
index 1364bcc..4bbe53a 100644
Binary files a/guide/pt/figures/currency_PutTogether_AussieHouse.png and b/guide/pt/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/pt/figures/currency_addcurr.png b/guide/pt/figures/currency_addcurr.png
index f2d124c..bab30a2 100644
Binary files a/guide/pt/figures/currency_addcurr.png and b/guide/pt/figures/currency_addcurr.png differ
diff --git a/guide/pt/figures/currency_main1.png b/guide/pt/figures/currency_main1.png
index fd65c5c..9ed9941 100644
Binary files a/guide/pt/figures/currency_main1.png and b/guide/pt/figures/currency_main1.png differ
diff --git a/guide/pt/figures/currency_main2.png b/guide/pt/figures/currency_main2.png
index 80e6595..46444df 100644
Binary files a/guide/pt/figures/currency_main2.png and b/guide/pt/figures/currency_main2.png differ
diff --git a/guide/pt/figures/currency_main3.png b/guide/pt/figures/currency_main3.png
index 200a152..964f3af 100644
Binary files a/guide/pt/figures/currency_main3.png and b/guide/pt/figures/currency_main3.png differ
diff --git a/guide/pt/figures/currency_peditor.png b/guide/pt/figures/currency_peditor.png
index 02a8d5f..60559a0 100644
Binary files a/guide/pt/figures/currency_peditor.png and b/guide/pt/figures/currency_peditor.png differ
diff --git a/guide/pt/figures/currency_purchase_AfterBoat.png b/guide/pt/figures/currency_purchase_AfterBoat.png
index 6680eb4..2f25c57 100644
Binary files a/guide/pt/figures/currency_purchase_AfterBoat.png and b/guide/pt/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/pt/figures/currency_purchase_AfterStocks.png b/guide/pt/figures/currency_purchase_AfterStocks.png
index 69e2e3a..87f3efb 100644
Binary files a/guide/pt/figures/currency_purchase_AfterStocks.png and b/guide/pt/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/pt/figures/currency_purchase_BeforeBoat.png b/guide/pt/figures/currency_purchase_BeforeBoat.png
index 095249b..31ab2fe 100644
Binary files a/guide/pt/figures/currency_purchase_BeforeBoat.png and b/guide/pt/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/pt/figures/currency_purchase_BeforeStocks.png b/guide/pt/figures/currency_purchase_BeforeStocks.png
index 3ec2337..1f147b5 100644
Binary files a/guide/pt/figures/currency_purchase_BeforeStocks.png and b/guide/pt/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/pt/figures/currency_purchase_Commodities.png b/guide/pt/figures/currency_purchase_Commodities.png
index 858d985..c70cf6e 100644
Binary files a/guide/pt/figures/currency_purchase_Commodities.png and b/guide/pt/figures/currency_purchase_Commodities.png differ
diff --git a/guide/pt/figures/currency_purchase_MoveMoney.png b/guide/pt/figures/currency_purchase_MoveMoney.png
index d4baa57..7864c78 100644
Binary files a/guide/pt/figures/currency_purchase_MoveMoney.png and b/guide/pt/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/pt/figures/currency_purchase_SetExchangeRate.png b/guide/pt/figures/currency_purchase_SetExchangeRate.png
index b66b441..c0fc02a 100644
Binary files a/guide/pt/figures/currency_purchase_SetExchangeRate.png and b/guide/pt/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/pt/figures/currency_purchase_ToAmount.png b/guide/pt/figures/currency_purchase_ToAmount.png
index 749b245..db927da 100644
Binary files a/guide/pt/figures/currency_purchase_ToAmount.png and b/guide/pt/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/pt/figures/dep_assetmain.png b/guide/pt/figures/dep_assetmain.png
index 8e1bffd..0afcde0 100644
Binary files a/guide/pt/figures/dep_assetmain.png and b/guide/pt/figures/dep_assetmain.png differ
diff --git a/guide/pt/figures/dep_assetreg.png b/guide/pt/figures/dep_assetreg.png
index 25ae8ac..6819b94 100644
Binary files a/guide/pt/figures/dep_assetreg.png and b/guide/pt/figures/dep_assetreg.png differ
diff --git a/guide/pt/figures/dep_example.png b/guide/pt/figures/dep_example.png
index 5b61000..839e7c6 100644
Binary files a/guide/pt/figures/dep_example.png and b/guide/pt/figures/dep_example.png differ
diff --git a/guide/pt/figures/invest_AccountsPredef.png b/guide/pt/figures/invest_AccountsPredef.png
index 75cebf3..cfdba03 100644
Binary files a/guide/pt/figures/invest_AccountsPredef.png and b/guide/pt/figures/invest_AccountsPredef.png differ
diff --git a/guide/pt/figures/invest_SetupPortfolio2.png b/guide/pt/figures/invest_SetupPortfolio2.png
index 8a26093..a09b25a 100644
Binary files a/guide/pt/figures/invest_SetupPortfolio2.png and b/guide/pt/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/pt/figures/invest_dividendcash.png b/guide/pt/figures/invest_dividendcash.png
index 13a5bf6..af297a8 100644
Binary files a/guide/pt/figures/invest_dividendcash.png and b/guide/pt/figures/invest_dividendcash.png differ
diff --git a/guide/pt/figures/invest_dividendreinvest1.png b/guide/pt/figures/invest_dividendreinvest1.png
index b00d449..e71aa23 100644
Binary files a/guide/pt/figures/invest_dividendreinvest1.png and b/guide/pt/figures/invest_dividendreinvest1.png differ
diff --git a/guide/pt/figures/invest_int1.png b/guide/pt/figures/invest_int1.png
index 3a91d7e..4ae133d 100644
Binary files a/guide/pt/figures/invest_int1.png and b/guide/pt/figures/invest_int1.png differ
diff --git a/guide/pt/figures/invest_int2-1.png b/guide/pt/figures/invest_int2-1.png
index 792fdc9..a3782f3 100644
Binary files a/guide/pt/figures/invest_int2-1.png and b/guide/pt/figures/invest_int2-1.png differ
diff --git a/guide/pt/figures/invest_int2.png b/guide/pt/figures/invest_int2.png
index 4496ac2..c92108c 100644
Binary files a/guide/pt/figures/invest_int2.png and b/guide/pt/figures/invest_int2.png differ
diff --git a/guide/pt/figures/invest_int3.png b/guide/pt/figures/invest_int3.png
index 2cea5f0..3e5861f 100644
Binary files a/guide/pt/figures/invest_int3.png and b/guide/pt/figures/invest_int3.png differ
diff --git a/guide/pt/figures/invest_merge2.png b/guide/pt/figures/invest_merge2.png
index 6ff8b25..26004ab 100644
Binary files a/guide/pt/figures/invest_merge2.png and b/guide/pt/figures/invest_merge2.png differ
diff --git a/guide/pt/figures/invest_merge3.png b/guide/pt/figures/invest_merge3.png
index 4b2efdd..f99ee9f 100644
Binary files a/guide/pt/figures/invest_merge3.png and b/guide/pt/figures/invest_merge3.png differ
diff --git a/guide/pt/figures/invest_newaccount.png b/guide/pt/figures/invest_newaccount.png
index 9174395..6d73def 100644
Binary files a/guide/pt/figures/invest_newaccount.png and b/guide/pt/figures/invest_newaccount.png differ
diff --git a/guide/pt/figures/invest_newsecurity.png b/guide/pt/figures/invest_newsecurity.png
index 53a45db..272d35a 100644
Binary files a/guide/pt/figures/invest_newsecurity.png and b/guide/pt/figures/invest_newsecurity.png differ
diff --git a/guide/pt/figures/invest_peditor.png b/guide/pt/figures/invest_peditor.png
index adbbb60..6c56218 100644
Binary files a/guide/pt/figures/invest_peditor.png and b/guide/pt/figures/invest_peditor.png differ
diff --git a/guide/pt/figures/invest_peditor2.png b/guide/pt/figures/invest_peditor2.png
index abf51dc..17e2db7 100644
Binary files a/guide/pt/figures/invest_peditor2.png and b/guide/pt/figures/invest_peditor2.png differ
diff --git a/guide/pt/figures/invest_selectsecurity.png b/guide/pt/figures/invest_selectsecurity.png
index a82dad0..e083747 100644
Binary files a/guide/pt/figures/invest_selectsecurity.png and b/guide/pt/figures/invest_selectsecurity.png differ
diff --git a/guide/pt/figures/invest_sellstock.png b/guide/pt/figures/invest_sellstock.png
index 6b727dd..0e7d6c2 100644
Binary files a/guide/pt/figures/invest_sellstock.png and b/guide/pt/figures/invest_sellstock.png differ
diff --git a/guide/pt/figures/invest_sellstock2.png b/guide/pt/figures/invest_sellstock2.png
index 1a04553..4743a97 100644
Binary files a/guide/pt/figures/invest_sellstock2.png and b/guide/pt/figures/invest_sellstock2.png differ
diff --git a/guide/pt/figures/invest_sellstockLoss.png b/guide/pt/figures/invest_sellstockLoss.png
index 74f7f31..829c9bf 100644
Binary files a/guide/pt/figures/invest_sellstockLoss.png and b/guide/pt/figures/invest_sellstockLoss.png differ
diff --git a/guide/pt/figures/invest_sellstockLoss2.png b/guide/pt/figures/invest_sellstockLoss2.png
index 6a5a8be..c01e0af 100644
Binary files a/guide/pt/figures/invest_sellstockLoss2.png and b/guide/pt/figures/invest_sellstockLoss2.png differ
diff --git a/guide/pt/figures/invest_setup_current.png b/guide/pt/figures/invest_setup_current.png
index 295eb8d..0230b36 100644
Binary files a/guide/pt/figures/invest_setup_current.png and b/guide/pt/figures/invest_setup_current.png differ
diff --git a/guide/pt/figures/invest_setup_portfolio1.png b/guide/pt/figures/invest_setup_portfolio1.png
index 610e84b..61e9874 100644
Binary files a/guide/pt/figures/invest_setup_portfolio1.png and b/guide/pt/figures/invest_setup_portfolio1.png differ
diff --git a/guide/pt/figures/invest_simplesplit1.png b/guide/pt/figures/invest_simplesplit1.png
index 244fada..3a27da9 100644
Binary files a/guide/pt/figures/invest_simplesplit1.png and b/guide/pt/figures/invest_simplesplit1.png differ
diff --git a/guide/pt/figures/invest_split1.png b/guide/pt/figures/invest_split1.png
index 0f9c626..396f437 100644
Binary files a/guide/pt/figures/invest_split1.png and b/guide/pt/figures/invest_split1.png differ
diff --git a/guide/pt/figures/invest_split2.png b/guide/pt/figures/invest_split2.png
index 181b00e..65a02e4 100644
Binary files a/guide/pt/figures/invest_split2.png and b/guide/pt/figures/invest_split2.png differ
diff --git a/guide/pt/figures/invest_split3.png b/guide/pt/figures/invest_split3.png
index ab83e7f..c557932 100644
Binary files a/guide/pt/figures/invest_split3.png and b/guide/pt/figures/invest_split3.png differ
diff --git a/guide/pt/figures/invest_split4.png b/guide/pt/figures/invest_split4.png
index 71b6e71..cc589c4 100644
Binary files a/guide/pt/figures/invest_split4.png and b/guide/pt/figures/invest_split4.png differ
diff --git a/guide/pt/figures/invest_split5.png b/guide/pt/figures/invest_split5.png
index 6964da6..878c8fa 100644
Binary files a/guide/pt/figures/invest_split5.png and b/guide/pt/figures/invest_split5.png differ
diff --git a/guide/pt/figures/invest_stockmerge1.png b/guide/pt/figures/invest_stockmerge1.png
index 065dba6..35fe20f 100644
Binary files a/guide/pt/figures/invest_stockmerge1.png and b/guide/pt/figures/invest_stockmerge1.png differ
diff --git a/guide/pt/figures/invest_stockvalue.png b/guide/pt/figures/invest_stockvalue.png
index 9e2d803..3568b81 100644
Binary files a/guide/pt/figures/invest_stockvalue.png and b/guide/pt/figures/invest_stockvalue.png differ
diff --git a/guide/pt/figures/invest_stockvalue_report.png b/guide/pt/figures/invest_stockvalue_report.png
index 4f46589..0d01728 100644
Binary files a/guide/pt/figures/invest_stockvalue_report.png and b/guide/pt/figures/invest_stockvalue_report.png differ
diff --git a/guide/pt/figures/invest_stockvalue_report_options.png b/guide/pt/figures/invest_stockvalue_report_options.png
index ce25c66..235c23b 100644
Binary files a/guide/pt/figures/invest_stockvalue_report_options.png and b/guide/pt/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanCalculation.png b/guide/pt/figures/loans_PrivateLoanCalculation.png
index 795b32d..6c2703f 100644
Binary files a/guide/pt/figures/loans_PrivateLoanCalculation.png and b/guide/pt/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanFirstPayment.png b/guide/pt/figures/loans_PrivateLoanFirstPayment.png
new file mode 100644
index 0000000..94382e3
Binary files /dev/null and b/guide/pt/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanInitial.png b/guide/pt/figures/loans_PrivateLoanInitial.png
index ea282d6..8ee3eb4 100644
Binary files a/guide/pt/figures/loans_PrivateLoanInitial.png and b/guide/pt/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanSecondPayment.png b/guide/pt/figures/loans_PrivateLoanSecondPayment.png
index 2da7c92..473bba3 100644
Binary files a/guide/pt/figures/loans_PrivateLoanSecondPayment.png and b/guide/pt/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png
index c8c9eec..07879ea 100644
Binary files a/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/pt/figures/loans_fcalc.png b/guide/pt/figures/loans_fcalc.png
index 1123e3a..b1804b7 100644
Binary files a/guide/pt/figures/loans_fcalc.png and b/guide/pt/figures/loans_fcalc.png differ
diff --git a/guide/pt/figures/loans_mortgage1.png b/guide/pt/figures/loans_mortgage1.png
index 059b1af..36a0ddb 100644
Binary files a/guide/pt/figures/loans_mortgage1.png and b/guide/pt/figures/loans_mortgage1.png differ
diff --git a/guide/pt/figures/loans_mortgage2.png b/guide/pt/figures/loans_mortgage2.png
index d7c7196..c4c40db 100644
Binary files a/guide/pt/figures/loans_mortgage2.png and b/guide/pt/figures/loans_mortgage2.png differ
diff --git a/guide/pt/figures/loans_mortgage3.png b/guide/pt/figures/loans_mortgage3.png
index c896a4b..3ad036c 100644
Binary files a/guide/pt/figures/loans_mortgage3.png and b/guide/pt/figures/loans_mortgage3.png differ
diff --git a/guide/pt/figures/oview_intro.png b/guide/pt/figures/oview_intro.png
index b5566bc..982b921 100644
Binary files a/guide/pt/figures/oview_intro.png and b/guide/pt/figures/oview_intro.png differ
diff --git a/guide/pt/figures/txns_CashFlow.png b/guide/pt/figures/txns_CashFlow.png
index aced3eb..dab04a7 100644
Binary files a/guide/pt/figures/txns_CashFlow.png and b/guide/pt/figures/txns_CashFlow.png differ
diff --git a/guide/pt/figures/txns_TransactionRptChecking.png b/guide/pt/figures/txns_TransactionRptChecking.png
index 632db40..f47a706 100644
Binary files a/guide/pt/figures/txns_TransactionRptChecking.png and b/guide/pt/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/pt/figures/txns_TransactionRptExpenses.png b/guide/pt/figures/txns_TransactionRptExpenses.png
index 799ccde..a2e1fdc 100644
Binary files a/guide/pt/figures/txns_TransactionRptExpenses.png and b/guide/pt/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts.png b/guide/pt/figures/txns_puttoget_Charts.png
index ea46e28..cfc61f2 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts.png and b/guide/pt/figures/txns_puttoget_Charts.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts1.png b/guide/pt/figures/txns_puttoget_Charts1.png
index 9cc2820..68662d7 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts1.png and b/guide/pt/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts2.png b/guide/pt/figures/txns_puttoget_Charts2.png
index 3b25d1a..1776d59 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts2.png and b/guide/pt/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/pt/figures/txns_reconcile_window1.png b/guide/pt/figures/txns_reconcile_window1.png
index 314dfae..ab2ffd9 100644
Binary files a/guide/pt/figures/txns_reconcile_window1.png and b/guide/pt/figures/txns_reconcile_window1.png differ
diff --git a/guide/pt/figures/txns_reconcile_window2.png b/guide/pt/figures/txns_reconcile_window2.png
index db3c3fd..461a092 100644
Binary files a/guide/pt/figures/txns_reconcile_window2.png and b/guide/pt/figures/txns_reconcile_window2.png differ
diff --git a/guide/pt/figures/txns_reconcile_window3.png b/guide/pt/figures/txns_reconcile_window3.png
index e5ac0c8..3e5b74d 100644
Binary files a/guide/pt/figures/txns_reconcile_window3.png and b/guide/pt/figures/txns_reconcile_window3.png differ
diff --git a/guide/pt/figures/txns_register_2account.png b/guide/pt/figures/txns_register_2account.png
index 289af6a..c7c9f5f 100644
Binary files a/guide/pt/figures/txns_register_2account.png and b/guide/pt/figures/txns_register_2account.png differ
diff --git a/guide/pt/figures/txns_register_2account2.png b/guide/pt/figures/txns_register_2account2.png
index 8a47644..ec7f2f0 100644
Binary files a/guide/pt/figures/txns_register_2account2.png and b/guide/pt/figures/txns_register_2account2.png differ
diff --git a/guide/pt/figures/txns_register_multiaccount.png b/guide/pt/figures/txns_register_multiaccount.png
index cb5fdf5..fd59147 100644
Binary files a/guide/pt/figures/txns_register_multiaccount.png and b/guide/pt/figures/txns_register_multiaccount.png differ
diff --git a/guide/pt/figures/txns_registersplit2.png b/guide/pt/figures/txns_registersplit2.png
index de5fadf..ac92404 100644
Binary files a/guide/pt/figures/txns_registersplit2.png and b/guide/pt/figures/txns_registersplit2.png differ
diff --git a/guide/pt/figures/txns_registersplit3.png b/guide/pt/figures/txns_registersplit3.png
index 4d152da..7bb8e7f 100644
Binary files a/guide/pt/figures/txns_registersplit3.png and b/guide/pt/figures/txns_registersplit3.png differ
diff --git a/guide/pt/figures/txns_registersplit4.png b/guide/pt/figures/txns_registersplit4.png
index 9b8cea8..1d219d1 100644
Binary files a/guide/pt/figures/txns_registersplit4.png and b/guide/pt/figures/txns_registersplit4.png differ
diff --git a/guide/pt/figures/txns_registersplit5.png b/guide/pt/figures/txns_registersplit5.png
index 679a033..6d28c9e 100644
Binary files a/guide/pt/figures/txns_registersplit5.png and b/guide/pt/figures/txns_registersplit5.png differ
diff --git a/guide/pt/figures/txns_registersplit6.png b/guide/pt/figures/txns_registersplit6.png
index 9ff307b..9851fb7 100644
Binary files a/guide/pt/figures/txns_registersplit6.png and b/guide/pt/figures/txns_registersplit6.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-2.png b/guide/pt/figures/txns_sxn_editor-2.png
index c065ba6..b637beb 100644
Binary files a/guide/pt/figures/txns_sxn_editor-2.png and b/guide/pt/figures/txns_sxn_editor-2.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-frequency.png b/guide/pt/figures/txns_sxn_editor-3-frequency.png
index e15bd72..df2ba0c 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-frequency.png and b/guide/pt/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-overview.png b/guide/pt/figures/txns_sxn_editor-3-overview.png
index b8306cd..fa9e9a2 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-overview.png and b/guide/pt/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-template.png b/guide/pt/figures/txns_sxn_editor-3-template.png
index 054e960..259e351 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-template.png and b/guide/pt/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-4.png b/guide/pt/figures/txns_sxn_editor-4.png
index 8194769..7124ddf 100644
Binary files a/guide/pt/figures/txns_sxn_editor-4.png and b/guide/pt/figures/txns_sxn_editor-4.png differ
diff --git a/guide/pt/figures/txns_sxn_editor_slr.png b/guide/pt/figures/txns_sxn_editor_slr.png
index 3e7b67d..e46044d 100644
Binary files a/guide/pt/figures/txns_sxn_editor_slr.png and b/guide/pt/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger1.png b/guide/pt/figures/txns_sxn_ledger1.png
index f46b6f6..3565435 100644
Binary files a/guide/pt/figures/txns_sxn_ledger1.png and b/guide/pt/figures/txns_sxn_ledger1.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger2.png b/guide/pt/figures/txns_sxn_ledger2.png
index 023734f..961e2bc 100644
Binary files a/guide/pt/figures/txns_sxn_ledger2.png and b/guide/pt/figures/txns_sxn_ledger2.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger3.png b/guide/pt/figures/txns_sxn_ledger3.png
index 3dfa360..bba3adb 100644
Binary files a/guide/pt/figures/txns_sxn_ledger3.png and b/guide/pt/figures/txns_sxn_ledger3.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger4.png b/guide/pt/figures/txns_sxn_ledger4.png
index 9781a75..86b3164 100644
Binary files a/guide/pt/figures/txns_sxn_ledger4.png and b/guide/pt/figures/txns_sxn_ledger4.png differ
diff --git a/guide/pt/gnucash-guide.xml b/guide/pt/gnucash-guide.xml
index 4e82661..0fa31fe 100644
--- a/guide/pt/gnucash-guide.xml
+++ b/guide/pt/gnucash-guide.xml
@@ -30,13 +30,6 @@
 <!ENTITY chapter18 SYSTEM "ch_dep.xml">
 <!ENTITY chapter19 SYSTEM "ch_python_bindings.xml">
 <!ENTITY chapter20 SYSTEM "ch_import_business_data.xml">
-<!ENTITY chapter21 SYSTEM "ch_reports.xml">
-<!ENTITY chapter22 SYSTEM "ch_reports_general.xml">
-<!ENTITY chapter23 SYSTEM "ch_reports_asset_liability.xml">
-<!ENTITY chapter24 SYSTEM "ch_reports_example.xml">
-<!ENTITY chapter25 SYSTEM "ch_reports_business.xml">
-<!ENTITY chapter26 SYSTEM "ch_reports_budget.xml">
-<!ENTITY chapter27 SYSTEM "ch_reports_income_expense.xml">
 <!ENTITY appendixa SYSTEM "appendixa.xml">
 <!ENTITY appendixb SYSTEM "appendixb.xml">
 <!ENTITY appendixc SYSTEM "appendixc.xml">
diff --git a/help/pt/figures/Help_AccountReg_Screen.png b/help/pt/figures/Help_AccountReg_Screen.png
index fbf341f..5daa00e 100644
Binary files a/help/pt/figures/Help_AccountReg_Screen.png and b/help/pt/figures/Help_AccountReg_Screen.png differ
diff --git a/help/pt/figures/Help_AccountTree_Screen.png b/help/pt/figures/Help_AccountTree_Screen.png
index bae57b2..b45bcbd 100644
Binary files a/help/pt/figures/Help_AccountTree_Screen.png and b/help/pt/figures/Help_AccountTree_Screen.png differ
diff --git a/help/pt/figures/Help_Pref_AccntPeriod.png b/help/pt/figures/Help_Pref_AccntPeriod.png
index 3f7d96f..119282f 100644
Binary files a/help/pt/figures/Help_Pref_AccntPeriod.png and b/help/pt/figures/Help_Pref_AccntPeriod.png differ
diff --git a/help/pt/figures/Help_Pref_Accnts.png b/help/pt/figures/Help_Pref_Accnts.png
index b5c6f8e..c0dc6eb 100644
Binary files a/help/pt/figures/Help_Pref_Accnts.png and b/help/pt/figures/Help_Pref_Accnts.png differ
diff --git a/help/pt/figures/Help_Pref_Business.png b/help/pt/figures/Help_Pref_Business.png
index 1a33284..2d320d4 100644
Binary files a/help/pt/figures/Help_Pref_Business.png and b/help/pt/figures/Help_Pref_Business.png differ
diff --git a/help/pt/figures/Help_Pref_DateTime.png b/help/pt/figures/Help_Pref_DateTime.png
index 3b5dff6..4427273 100644
Binary files a/help/pt/figures/Help_Pref_DateTime.png and b/help/pt/figures/Help_Pref_DateTime.png differ
diff --git a/help/pt/figures/Help_Pref_General.png b/help/pt/figures/Help_Pref_General.png
index 44e9b95..36c6604 100755
Binary files a/help/pt/figures/Help_Pref_General.png and b/help/pt/figures/Help_Pref_General.png differ
diff --git a/help/pt/figures/Help_Pref_OnlineBanking.png b/help/pt/figures/Help_Pref_OnlineBanking.png
index e9e7ee9..030eb28 100755
Binary files a/help/pt/figures/Help_Pref_OnlineBanking.png and b/help/pt/figures/Help_Pref_OnlineBanking.png differ
diff --git a/help/pt/figures/Help_Pref_Printing.png b/help/pt/figures/Help_Pref_Printing.png
index 6a31927..83cb70b 100755
Binary files a/help/pt/figures/Help_Pref_Printing.png and b/help/pt/figures/Help_Pref_Printing.png differ
diff --git a/help/pt/figures/Help_Pref_Register.png b/help/pt/figures/Help_Pref_Register.png
index c03839d..e5aa240 100755
Binary files a/help/pt/figures/Help_Pref_Register.png and b/help/pt/figures/Help_Pref_Register.png differ
diff --git a/help/pt/figures/Help_Pref_RegisterDefaults.png b/help/pt/figures/Help_Pref_RegisterDefaults.png
index e613d65..3d8352c 100755
Binary files a/help/pt/figures/Help_Pref_RegisterDefaults.png and b/help/pt/figures/Help_Pref_RegisterDefaults.png differ
diff --git a/help/pt/figures/Help_Pref_Reports.png b/help/pt/figures/Help_Pref_Reports.png
index 5f0f607..8af3180 100755
Binary files a/help/pt/figures/Help_Pref_Reports.png and b/help/pt/figures/Help_Pref_Reports.png differ
diff --git a/help/pt/figures/Help_Pref_Sched.png b/help/pt/figures/Help_Pref_Sched.png
index d678e45..c45fdd3 100755
Binary files a/help/pt/figures/Help_Pref_Sched.png and b/help/pt/figures/Help_Pref_Sched.png differ
diff --git a/help/pt/figures/Help_Pref_Windows.png b/help/pt/figures/Help_Pref_Windows.png
index 3243625..515b43d 100755
Binary files a/help/pt/figures/Help_Pref_Windows.png and b/help/pt/figures/Help_Pref_Windows.png differ
diff --git a/help/pt/figures/Help_Report_Screen.png b/help/pt/figures/Help_Report_Screen.png
index 78d24b1..d746ded 100644
Binary files a/help/pt/figures/Help_Report_Screen.png and b/help/pt/figures/Help_Report_Screen.png differ
diff --git a/help/pt/figures/Help_TxRptOpt_Screen.png b/help/pt/figures/Help_TxRptOpt_Screen.png
index b7dc1d6..0d15793 100755
Binary files a/help/pt/figures/Help_TxRptOpt_Screen.png and b/help/pt/figures/Help_TxRptOpt_Screen.png differ
diff --git a/help/pt/figures/Main-window-callouts.png b/help/pt/figures/Main-window-callouts.png
index dd00956..dd08d80 100644
Binary files a/help/pt/figures/Main-window-callouts.png and b/help/pt/figures/Main-window-callouts.png differ
diff --git a/help/pt/figures/Report_Screen_pt_PT.png b/help/pt/figures/Report_Screen_pt_PT.png
index e08efaa..3f4c298 100644
Binary files a/help/pt/figures/Report_Screen_pt_PT.png and b/help/pt/figures/Report_Screen_pt_PT.png differ

commit ee9e5a9906f731980921fd44153a145d993251ee
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Mar 7 10:43:04 2016 +0100

    Fix name of omf file

diff --git a/guide/pt/gnucash-guide-C.omf b/guide/pt/gnucash-guide-pt.omf
similarity index 98%
rename from guide/pt/gnucash-guide-C.omf
rename to guide/pt/gnucash-guide-pt.omf
index 6c1ed55..3f33543 100644
--- a/guide/pt/gnucash-guide-C.omf
+++ b/guide/pt/gnucash-guide-pt.omf
@@ -104,7 +104,7 @@
     </type>
     <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
     <identifier url="gnucash-guide.xml"/>
-    <language code="C"/>
+    <language code="pt"/>
     <relation seriesid="ef1352c0-0831-11d7-91de-f42a0df0ca1a"/>
     <rights type="GNU FDL" license.version="1.1" holder="GnuCash Development Team"/>
   </resource>        



Summary of changes:
 guide/C/ch_basics.xml                              |  42 +++++++++++++--
 guide/C/ch_reports.xml                             |   4 +-
 guide/C/ch_txns.xml                                |  14 +++++
 guide/C/figures/basics_NewBookOpts.png             | Bin 0 -> 33310 bytes
 guide/C/figures/reports_Accounts_Summary.png       | Bin 12116 -> 0 bytes
 guide/C/figures/reports_Accounts_Tab.png           | Bin 41602 -> 0 bytes
 guide/C/figures/reports_Commodities_Tab.png        | Bin 33251 -> 0 bytes
 guide/C/figures/reports_Display_Tab.png            | Bin 46645 -> 0 bytes
 guide/C/figures/reports_General_Tab.png            | Bin 37620 -> 0 bytes
 guide/C/gnucash-guide.xml                          |  11 +---
 guide/pt/figures/accts_CreateAssetsAccount.png     | Bin 58157 -> 59482 bytes
 guide/pt/figures/accts_DefaultExpenseAccounts.png  | Bin 95725 -> 96835 bytes
 guide/pt/figures/accts_DefaultIncomeAccounts.png   | Bin 69933 -> 70886 bytes
 guide/pt/figures/accts_toplevel.png                | Bin 46970 -> 47866 bytes
 guide/pt/figures/accts_tree.png                    | Bin 73735 -> 74941 bytes
 guide/pt/figures/basics_AccountRelationships.png   | Bin 31932 -> 32392 bytes
 guide/pt/figures/basics_Accounts.png               | Bin 66893 -> 67937 bytes
 guide/pt/figures/basics_AccountsSampleQIF.png      | Bin 52820 -> 52890 bytes
 guide/pt/figures/basics_CheckAccount.png           | Bin 114500 -> 115352 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        | Bin 67739 -> 68549 bytes
 .../pt/figures/basics_DoubleEntryIntro_compact.png | Bin 50869 -> 51446 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   | Bin 58095 -> 58788 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  | Bin 44751 -> 45369 bytes
 .../pt/figures/basics_DoubleEntryIntro_salary.png  | Bin 53836 -> 54512 bytes
 guide/pt/figures/basics_EmptyAccounts.png          | Bin 52165 -> 53142 bytes
 .../pt/figures/basics_NewAccountHierarchySetup.png | Bin 32974 -> 33542 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   | Bin 108508 -> 109242 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     | Bin 29843 -> 30435 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      | Bin 97991 -> 98813 bytes
 ...asics_NewAccountHierarchySetup_book_options.png | Bin 29892 -> 30692 bytes
 .../basics_NewAccountHierarchySetup_currency.png   | Bin 16997 -> 17620 bytes
 guide/pt/figures/basics_QIF_Import_welcome.png     | Bin 40721 -> 40791 bytes
 guide/pt/figures/basics_SaveSQL.png                | Bin 28167 -> 29173 bytes
 guide/pt/figures/basics_SaveXML.png                | Bin 70152 -> 71099 bytes
 guide/pt/figures/basics_TipOfDay.png               | Bin 25360 -> 25384 bytes
 guide/pt/figures/bus_ap_billedit.png               | Bin 61542 -> 61612 bytes
 guide/pt/figures/bus_ap_billnew.png                | Bin 26742 -> 26812 bytes
 guide/pt/figures/bus_ap_billpost.png               | Bin 18711 -> 18781 bytes
 guide/pt/figures/bus_ap_jobnew.png                 | Bin 22789 -> 22859 bytes
 guide/pt/figures/bus_ap_payment.png                | Bin 36910 -> 36907 bytes
 guide/pt/figures/bus_ap_vendorfind.png             | Bin 42928 -> 42998 bytes
 guide/pt/figures/bus_ap_vendornew.png              | Bin 30966 -> 31036 bytes
 guide/pt/figures/bus_ar_custfind.png               | Bin 43939 -> 44009 bytes
 guide/pt/figures/bus_ar_custnew.png                | Bin 32027 -> 32097 bytes
 guide/pt/figures/bus_ar_invoicechange1.png         | Bin 13626 -> 13678 bytes
 guide/pt/figures/bus_ar_invoicechange2.png         | Bin 38914 -> 38966 bytes
 guide/pt/figures/bus_ar_invoicechange3.png         | Bin 66148 -> 66218 bytes
 guide/pt/figures/bus_ar_invoiceedit.png            | Bin 66858 -> 66928 bytes
 guide/pt/figures/bus_ar_invoicenew.png             | Bin 25324 -> 25394 bytes
 guide/pt/figures/bus_ar_invoicepost.png            | Bin 19242 -> 19312 bytes
 guide/pt/figures/bus_ar_invoiceprint.png           | Bin 19292 -> 19301 bytes
 guide/pt/figures/bus_ar_jobnew.png                 | Bin 22784 -> 22854 bytes
 guide/pt/figures/bus_ar_payment.png                | Bin 38472 -> 38469 bytes
 guide/pt/figures/bus_co_reg.png                    | Bin 72844 -> 72917 bytes
 guide/pt/figures/bus_pay_ex1.png                   | Bin 44893 -> 44963 bytes
 guide/pt/figures/bus_pay_ex2.png                   | Bin 60935 -> 61005 bytes
 guide/pt/figures/bus_pay_ex3.png                   | Bin 47916 -> 47986 bytes
 guide/pt/figures/bus_pay_ex4.png                   | Bin 46214 -> 46284 bytes
 guide/pt/figures/bus_tax_main.png                  | Bin 15111 -> 15184 bytes
 guide/pt/figures/bus_tax_new.png                   | Bin 23429 -> 23502 bytes
 guide/pt/figures/bus_terms_main.png                | Bin 27874 -> 27947 bytes
 guide/pt/figures/bus_terms_new.png                 | Bin 24135 -> 24208 bytes
 guide/pt/figures/capgain_app2main.png              | Bin 91260 -> 91889 bytes
 guide/pt/figures/capgain_app3main.png              | Bin 107320 -> 107960 bytes
 guide/pt/figures/capgain_appmain.png               | Bin 112581 -> 113200 bytes
 guide/pt/figures/cbook_CashFlow.png                | Bin 38611 -> 38603 bytes
 guide/pt/figures/cbook_TransactionRptAssets.png    | Bin 54732 -> 54683 bytes
 guide/pt/figures/cbook_TransactionRptExpenses.png  | Bin 36836 -> 36876 bytes
 guide/pt/figures/cbook_atm.png                     | Bin 101547 -> 102234 bytes
 guide/pt/figures/cbook_bankstmt.png                | Bin 51588 -> 51912 bytes
 guide/pt/figures/cbook_chartaccts5.png             | Bin 100422 -> 101409 bytes
 guide/pt/figures/cbook_checkexamp.png              | Bin 103894 -> 104512 bytes
 guide/pt/figures/cbook_gcashdata4.png              | Bin 139536 -> 140293 bytes
 guide/pt/figures/cbook_reconciledCheckAct.png      | Bin 104887 -> 105696 bytes
 guide/pt/figures/cbook_reconexamp.png              | Bin 64018 -> 64826 bytes
 guide/pt/figures/cbook_servch.png                  | Bin 105088 -> 105879 bytes
 guide/pt/figures/cbook_transferin.png              | Bin 81373 -> 82042 bytes
 guide/pt/figures/cc_CashFlow.png                   | Bin 32639 -> 32651 bytes
 guide/pt/figures/cc_Reversing_Transaction_1.png    | Bin 51514 -> 52066 bytes
 guide/pt/figures/cc_Reversing_Transaction_2.png    | Bin 47095 -> 47656 bytes
 guide/pt/figures/cc_TransactionRptExpenses.png     | Bin 116967 -> 117863 bytes
 guide/pt/figures/cc_TransactionRptVisa.png         | Bin 43016 -> 42975 bytes
 guide/pt/figures/cc_accounts.png                   | Bin 164149 -> 165255 bytes
 guide/pt/figures/cc_final.png                      | Bin 176861 -> 177960 bytes
 guide/pt/figures/cc_interest.png                   | Bin 78322 -> 78953 bytes
 guide/pt/figures/cc_payment.png                    | Bin 99597 -> 100254 bytes
 guide/pt/figures/cc_purchases.png                  | Bin 78446 -> 79028 bytes
 guide/pt/figures/cc_reconcile.png                  | Bin 52465 -> 53085 bytes
 guide/pt/figures/cc_reconcile_init.png             | Bin 26395 -> 26472 bytes
 guide/pt/figures/cc_refund.png                     | Bin 78077 -> 78695 bytes
 guide/pt/figures/currency_AfterGetOnlineQuotes.png | Bin 39399 -> 40005 bytes
 .../pt/figures/currency_BeforeGetOnlineQuotes.png  | Bin 30089 -> 30461 bytes
 .../pt/figures/currency_PutTogether_AfterMoney.png | Bin 73748 -> 74383 bytes
 .../figures/currency_PutTogether_AfterStocks.png   | Bin 167681 -> 168938 bytes
 .../figures/currency_PutTogether_AussieHouse.png   | Bin 61161 -> 61806 bytes
 guide/pt/figures/currency_addcurr.png              | Bin 30924 -> 30975 bytes
 guide/pt/figures/currency_main1.png                | Bin 103686 -> 104518 bytes
 guide/pt/figures/currency_main2.png                | Bin 110951 -> 111682 bytes
 guide/pt/figures/currency_main3.png                | Bin 111628 -> 112408 bytes
 guide/pt/figures/currency_peditor.png              | Bin 22268 -> 22544 bytes
 guide/pt/figures/currency_purchase_AfterBoat.png   | Bin 120052 -> 120865 bytes
 guide/pt/figures/currency_purchase_AfterStocks.png | Bin 149524 -> 150769 bytes
 guide/pt/figures/currency_purchase_BeforeBoat.png  | Bin 117701 -> 118498 bytes
 .../pt/figures/currency_purchase_BeforeStocks.png  | Bin 134637 -> 135912 bytes
 guide/pt/figures/currency_purchase_Commodities.png | Bin 30630 -> 31085 bytes
 guide/pt/figures/currency_purchase_MoveMoney.png   | Bin 55257 -> 55777 bytes
 .../figures/currency_purchase_SetExchangeRate.png  | Bin 56228 -> 56808 bytes
 guide/pt/figures/currency_purchase_ToAmount.png    | Bin 55018 -> 55561 bytes
 guide/pt/figures/dep_assetmain.png                 | Bin 57794 -> 57864 bytes
 guide/pt/figures/dep_assetreg.png                  | Bin 51587 -> 51657 bytes
 guide/pt/figures/dep_example.png                   | Bin 56656 -> 56726 bytes
 guide/pt/figures/invest_AccountsPredef.png         | Bin 123315 -> 124054 bytes
 guide/pt/figures/invest_SetupPortfolio2.png        | Bin 42231 -> 42642 bytes
 guide/pt/figures/invest_dividendcash.png           | Bin 54054 -> 54722 bytes
 guide/pt/figures/invest_dividendreinvest1.png      | Bin 41875 -> 42340 bytes
 guide/pt/figures/invest_int1.png                   | Bin 161577 -> 162424 bytes
 guide/pt/figures/invest_int2-1.png                 | Bin 84770 -> 85321 bytes
 guide/pt/figures/invest_int2.png                   | Bin 78229 -> 78724 bytes
 guide/pt/figures/invest_int3.png                   | Bin 120592 -> 121363 bytes
 guide/pt/figures/invest_merge2.png                 | Bin 58675 -> 59668 bytes
 guide/pt/figures/invest_merge3.png                 | Bin 96597 -> 97252 bytes
 guide/pt/figures/invest_newaccount.png             | Bin 65370 -> 65376 bytes
 guide/pt/figures/invest_newsecurity.png            | Bin 94570 -> 95186 bytes
 guide/pt/figures/invest_peditor.png                | Bin 31416 -> 31473 bytes
 guide/pt/figures/invest_peditor2.png               | Bin 65397 -> 66271 bytes
 guide/pt/figures/invest_selectsecurity.png         | Bin 15376 -> 15517 bytes
 guide/pt/figures/invest_sellstock.png              | Bin 68987 -> 69481 bytes
 guide/pt/figures/invest_sellstock2.png             | Bin 136136 -> 137109 bytes
 guide/pt/figures/invest_sellstockLoss.png          | Bin 64661 -> 65072 bytes
 guide/pt/figures/invest_sellstockLoss2.png         | Bin 126579 -> 127519 bytes
 guide/pt/figures/invest_setup_current.png          | Bin 89526 -> 90199 bytes
 guide/pt/figures/invest_setup_portfolio1.png       | Bin 41424 -> 41908 bytes
 guide/pt/figures/invest_simplesplit1.png           | Bin 49119 -> 49640 bytes
 guide/pt/figures/invest_split1.png                 | Bin 54926 -> 55241 bytes
 guide/pt/figures/invest_split2.png                 | Bin 52360 -> 53083 bytes
 guide/pt/figures/invest_split3.png                 | Bin 96053 -> 96716 bytes
 guide/pt/figures/invest_split4.png                 | Bin 88929 -> 89861 bytes
 guide/pt/figures/invest_split5.png                 | Bin 46868 -> 46938 bytes
 guide/pt/figures/invest_stockmerge1.png            | Bin 41596 -> 42062 bytes
 guide/pt/figures/invest_stockvalue.png             | Bin 114648 -> 115474 bytes
 guide/pt/figures/invest_stockvalue_report.png      | Bin 81728 -> 82868 bytes
 .../figures/invest_stockvalue_report_options.png   | Bin 54631 -> 55284 bytes
 guide/pt/figures/loans_PrivateLoanCalculation.png  | Bin 87084 -> 87716 bytes
 .../figures/loans_PrivateLoanFirstPayment.png      | Bin 53293 -> 53363 bytes
 guide/pt/figures/loans_PrivateLoanInitial.png      | Bin 74495 -> 75061 bytes
 .../pt/figures/loans_PrivateLoanSecondPayment.png  | Bin 51757 -> 52366 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     | Bin 54876 -> 55310 bytes
 guide/pt/figures/loans_fcalc.png                   | Bin 71227 -> 71719 bytes
 guide/pt/figures/loans_mortgage1.png               | Bin 124980 -> 125606 bytes
 guide/pt/figures/loans_mortgage2.png               | Bin 53584 -> 54163 bytes
 guide/pt/figures/loans_mortgage3.png               | Bin 127531 -> 128092 bytes
 guide/pt/figures/oview_intro.png                   | Bin 111879 -> 111773 bytes
 guide/pt/figures/txns_CashFlow.png                 | Bin 34945 -> 34981 bytes
 guide/pt/figures/txns_TransactionRptChecking.png   | Bin 28807 -> 28892 bytes
 guide/pt/figures/txns_TransactionRptExpenses.png   | Bin 28222 -> 28281 bytes
 guide/pt/figures/txns_puttoget_Charts.png          | Bin 44285 -> 44408 bytes
 guide/pt/figures/txns_puttoget_Charts1.png         | Bin 61836 -> 61911 bytes
 guide/pt/figures/txns_puttoget_Charts2.png         | Bin 104081 -> 103972 bytes
 guide/pt/figures/txns_reconcile_window1.png        | Bin 28784 -> 28850 bytes
 guide/pt/figures/txns_reconcile_window2.png        | Bin 51124 -> 51265 bytes
 guide/pt/figures/txns_reconcile_window3.png        | Bin 74239 -> 74259 bytes
 guide/pt/figures/txns_register_2account.png        | Bin 44137 -> 44449 bytes
 guide/pt/figures/txns_register_2account2.png       | Bin 51179 -> 51513 bytes
 guide/pt/figures/txns_register_multiaccount.png    | Bin 71503 -> 71882 bytes
 guide/pt/figures/txns_registersplit2.png           | Bin 57666 -> 58031 bytes
 guide/pt/figures/txns_registersplit3.png           | Bin 57955 -> 58342 bytes
 guide/pt/figures/txns_registersplit4.png           | Bin 44439 -> 44800 bytes
 guide/pt/figures/txns_registersplit5.png           | Bin 69589 -> 69627 bytes
 guide/pt/figures/txns_registersplit6.png           | Bin 46992 -> 47369 bytes
 guide/pt/figures/txns_sxn_editor-2.png             | Bin 170044 -> 172806 bytes
 guide/pt/figures/txns_sxn_editor-3-frequency.png   | Bin 155193 -> 157305 bytes
 guide/pt/figures/txns_sxn_editor-3-overview.png    | Bin 74024 -> 74987 bytes
 guide/pt/figures/txns_sxn_editor-3-template.png    | Bin 51179 -> 51776 bytes
 guide/pt/figures/txns_sxn_editor-4.png             | Bin 182920 -> 185786 bytes
 guide/pt/figures/txns_sxn_editor_slr.png           | Bin 81531 -> 82263 bytes
 guide/pt/figures/txns_sxn_ledger1.png              | Bin 60674 -> 61107 bytes
 guide/pt/figures/txns_sxn_ledger2.png              | Bin 68452 -> 68881 bytes
 guide/pt/figures/txns_sxn_ledger3.png              | Bin 70403 -> 70062 bytes
 guide/pt/figures/txns_sxn_ledger4.png              | Bin 68033 -> 67886 bytes
 .../{gnucash-guide-C.omf => gnucash-guide-pt.omf}  |   2 +-
 guide/pt/gnucash-guide.xml                         |   7 ---
 help/C/Help_ch_Customize.xml                       |   8 +--
 help/pt/figures/Help_AccountReg_Screen.png         | Bin 67871 -> 68542 bytes
 help/pt/figures/Help_AccountTree_Screen.png        | Bin 84943 -> 84905 bytes
 help/pt/figures/Help_Pref_AccntPeriod.png          | Bin 70232 -> 70231 bytes
 help/pt/figures/Help_Pref_Accnts.png               | Bin 79801 -> 79587 bytes
 help/pt/figures/Help_Pref_Business.png             | Bin 73846 -> 73681 bytes
 help/pt/figures/Help_Pref_DateTime.png             | Bin 64834 -> 64944 bytes
 help/pt/figures/Help_Pref_General.png              | Bin 104510 -> 104354 bytes
 help/pt/figures/Help_Pref_OnlineBanking.png        | Bin 98329 -> 98134 bytes
 help/pt/figures/Help_Pref_Printing.png             | Bin 52615 -> 52621 bytes
 help/pt/figures/Help_Pref_Register.png             | Bin 82766 -> 82450 bytes
 help/pt/figures/Help_Pref_RegisterDefaults.png     | Bin 65599 -> 65835 bytes
 help/pt/figures/Help_Pref_Reports.png              | Bin 57239 -> 57360 bytes
 help/pt/figures/Help_Pref_Sched.png                | Bin 66748 -> 66946 bytes
 help/pt/figures/Help_Pref_Windows.png              | Bin 69321 -> 69280 bytes
 help/pt/figures/Help_Report_Screen.png             | Bin 77972 -> 77936 bytes
 help/pt/figures/Help_TxRptOpt_Screen.png           | Bin 66957 -> 66950 bytes
 help/pt/figures/Main-window-callouts.png           | Bin 112379 -> 112110 bytes
 help/pt/figures/Report_Screen_pt_PT.png            | Bin 75438 -> 75260 bytes
 util/adjust-dpi.sh                                 |  57 +++++++++++++++++++++
 201 files changed, 118 insertions(+), 27 deletions(-)
 create mode 100644 guide/C/figures/basics_NewBookOpts.png
 delete mode 100644 guide/C/figures/reports_Accounts_Summary.png
 delete mode 100644 guide/C/figures/reports_Accounts_Tab.png
 delete mode 100644 guide/C/figures/reports_Commodities_Tab.png
 delete mode 100644 guide/C/figures/reports_Display_Tab.png
 delete mode 100644 guide/C/figures/reports_General_Tab.png
 copy guide/{C => pt}/figures/loans_PrivateLoanFirstPayment.png (98%)
 rename guide/pt/{gnucash-guide-C.omf => gnucash-guide-pt.omf} (98%)
 create mode 100755 util/adjust-dpi.sh



More information about the gnucash-changes mailing list