gnucash-htdocs beta: New_features-4.0: Remove the Import Map Editor item from Major Highlights.

John Ralls jralls at code.gnucash.org
Fri Jun 26 18:23:39 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/047d25ba (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/6fc5411e (commit)



commit 047d25ba1d96e6b8f747c91cecdbe1bb8904e6b5
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 15:22:03 2020 -0700

    New_features-4.0: Remove the Import Map Editor item from Major Highlights.
    
    It's not new, though the unmatched associations dialog is so put that
    back under Import Transactions.

diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index ddecc43..375cee0 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -36,17 +36,6 @@ include("$top_dir/externals/menu.phtml");
                     <li><?php echo T_("New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.");?></li>
                 </ul></p>
         </div>
-        <div class="row">
-                <img class="featureimage"
-                     src="<?=$top_dir?>/images/4.0-release/edit_online_import.png"
-                     alt="[Import Map Editor Dialog]"/>
-            <p class="justify">
-                <ul>
-                    <li><?php echo T_("New Account - Online Account match list to the Import Map Editor.");?></li>
-                    <li><?php echo T_("New invalid maps dialog in the Import Map Editor.");?></li>
-                </ul>
-            </p>
-        </div>
         <div class="row">
                 <img class="featureimage" src="<?=$top_dir?>/images/4.0-release/gnucash-cli.png" alt="Command-Line" />
             <p class="justify"><?php echo T_("A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.");?>
@@ -97,6 +86,7 @@ include("$top_dir/externals/menu.phtml");
         </div>
         <ul>
             <li><?php echo T_("Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2).");?></li>
+            <li><?php echo T_("The <b>Import Map Editor</b> (Tools>Edit Import Maps) will scan for Bayesian associations with non-existent accounts and display a dialog offering to remove any that are found. It also adds a button at the bottom of the Import Map Editor to delete them if one chooses not to use the dialog.");?></li>
             <li><?php echo T_("The OFX file importer can now import more than one file at a time.");?></li>
             <li><?php echo T_("OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info.");?></li>
             <li><?php echo T_("The import transaction matcher window column headings are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them.");?></li>



Summary of changes:
 new_features-4.0.phtml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)



More information about the gnucash-changes mailing list