gnucash-htdocs beta: Bug 799261 - Webpage Outdated
John Ralls
jralls at code.gnucash.org
Sun Mar 31 18:54:31 EDT 2024
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/28594c01 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/745fd988 (commit)
commit 28594c01de723041cc5d90b9e2a115ec1559afc6
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 31 15:52:50 2024 -0700
Bug 799261 - Webpage Outdated
Renove stale book reference and obsolete GnuCash 4.0 Released banner.
diff --git a/externals/menu.phtml b/externals/menu.phtml
index 6070af1..4cf5432 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -54,22 +54,6 @@
<li><a href="https://wiki.gnucash.org/wiki/Documentation_Improvement"><?=T_("Writing Documentation")?></a></li>
</ul>
</div>
-
- <?php // ADS start: GnuCash small business accounting book ?>
- <div class="adscontainer">
-
- <h2 class="adstitle"><?= T_("GnuCash 2.4 Small Business Accounting")?></h2>
-
- <p class="center"><a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide"><img class="adsimage" src="<?=$home?>/externals/packtpub_gnucash_2.4cov.png" alt="GnuCash 2.4 small business accounting" height="152" width="125" /></a>
- </p>
- <p class="adstext"><?= T_("The GnuCash development team received notice about a new book published by PacktPub, UK:")?></p>
- <p class="adstext"><a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
- <p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
- <?php
- echo '<p class="adstext">' . sprintf(T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at %s, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!"), '<a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide">packtpub.com</a>') . '</p>';
- ?>
- </div>
-
- </div><?php // ADS end: GnuCash small business accounting book ?>
+ </div>
</div><?php // maincol ?>
diff --git a/index.phtml b/index.phtml
index 5824dfa..d96c45d 100644
--- a/index.phtml
+++ b/index.phtml
@@ -85,12 +85,6 @@ include ("externals/menu.phtml");
<a href="<?=$home?>/features.phtml"><?=T_("<b>Discover more …</b>")?></a>
</div>
<!-- mainfeature -->
- <div id="newfeatures">
- <h1><?php printf(T_("GnuCash %s Released"), "4.0"); ?></h1>
- <p><?php printf(T_("We've released GnuCash %s with many bugfixes and improvements including some %s!"), "4.0",
- sprintf("<a href=\"%s\">%s</a>", $home . "/new_features-4.0.phtml", T_("great new features")))?>
- </p>
- </div> <!-- newfeatures -->
<?php /*!-- Android app info
<div class="download" style="margin-top:2em">
diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
deleted file mode 100644
index b62af66..0000000
--- a/new_features-4.0.phtml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?php
- include("lang.php");
- $title = T_("Features");;
- $description = sprintf (T_("What's New in GnuCash %s"),"4.0");
- $page = basename($_SERVER['SCRIPT_NAME']);
- include("$top_dir/externals/header.phtml");
- include("$top_dir/externals/menu.phtml");
-?>
-
-<div id="content">
- <h1><?$description?></h1>
-
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Major Highlights");?></h2>
- </div>
- <div class="row">
- <img class="featureimage"
- src="<?=$top_dir?>/images/4.0-release/trans-assoc.png"
- alt="[Transaction Association Dialog]"/>
- <div class="justify">
- <ul>
- <li><?php echo T_("A new <b>Transaction Association</b> dialog, available from the <b>Update Association for Transaction</b> menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations.");?></li>
- <li><?php echo T_("A symbol (paperclip for files, chain links for URLS) is now displayed in the Associations column (visible in double-line mode) in the register in place of the letters when a transaction has an association. This doesn't work on MacOS.");?></li>
- <li><?php echo T_("Associations may now be added to bills, credit notes, invoices, and vouchers. The actual association when present is added as a link button which is shown below the notes.");?> </li>
- </ul>
- </div>
- </div>
- <div class="row">
- <video class="featureimage" controls>
- <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
- <source src="<?=$top_dir?>/images/4.0-release/select_account.webm" type="video/webm">
- <?php echo T_("[Video showing two ways to filter accounts]");?>
- </video>
- <p class="justify">
- <ul>
- <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/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.");?>
- <ul>
- <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>
- <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash</code></li>
- <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash</code></li>
- </ul></p>
- <p class="justify"><kbd>gnucash-cli --help</kbd> <?php echo T_("will display a screen listing all of the available commands and their options.");?></p>
- <p><?php echo T_("The GUI program, <kbd>gnucash</kbd>, still responds to the options it always has, though <kbd>--get-price-quotes</kbd> is deprecated in favor of <kbd>gnucash-cli --quotes get</kbd>.");?></p>
- </div>
- </div>
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Graphic User Interface");?></h2>
- </div>
- <p>
- <ul>
- <li><p><?php echo T_("When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface.");?></p>
- <p><?php echo T_("On the <b>Choose Accounts to Create</b> page there are two drop-downs above the <b>Account Types</b> selector, one for language and one for country, the choices in the latter depending on the former. The default is the current locale but they may be used to select account templates from any locale.");?></p>
- </li>
- <li><?php echo T_("When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless.");?></li>
- <li><?php echo T_("Reversing transactions will now pop a dialog box to request a posting date.");?></li>
- </ul>
- </p>
- </div>
-
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Business Functions");?></h2>
- </div>
- <ul>
- <li><?php echo T_("Business Document Column Widths");?>
- <p><?php echo T_("Entry column widths in Invoices, Bills, and Employee Vouchers may now be saved as defaults for each type of document.");?></p></li>
- <li><?php echo T_("Two menu items are added to the View menu when a Bill, Invoice, or Voucher tab has focus:");?>
- <ul>
- <li><?php echo T_("Use as Default Layout for Vendor Documents");?></li>
- <li><?php echo T_("Reset Default Layout for Vendor Documents");?></li>
- </ul><?php echo T_("Vendor Documents is for Bills and is replaced by Customer or Employee Documents for Invoices or Vouchers respectively.");?>
- </li>
- <li><?php echo T_("The first saves the current document's column widths and makes them the default for all documents in the same type. The second menu item removes the customization and documents of that type will therafter use the computed default widths.");?>
- </li>
- </ul>
- </div>
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Importing Transactions");?></h2>
- </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>
- <li><?php echo T_("Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity.");?></li>
- <li><?php echo T_("Ellipsize the Description and Memo fields in the account matcher.");?></li>
- </ul>
- </div>
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Reports");?></h2>
- </div>
- <ul>
- <li><?php echo T_("A new report menu submenu <b>Multicolumn</b> contains the old custom-multicolumn report and a new <b>Dashboard</b> report containing Account reports for expenses and income, an income-expense chart, and an account summary.");?></li>
- <li><?php echo T_("Support for UK VAT and Australian GST have been added to the Income-GST report. The report's options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. <b>N.B.</b> This is incompatible with previous versions of the report and will require regenerating saved configurations.");?></li>
- </ul>
- </div>
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Budgets");?></h2>
- </div>
- <ul>
- <li><?php echo T_("Optionally include the account code option in budget view.");?></li>
- <li><?php echo T_("Enable adding notes to budgets.");?></li>
- <li><?php echo T_("Account codes may now optionally be displayed in the Budget Tree View.");?></li>
- </ul>
- </div>
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Compatibility");?></h2>
- </div>
- <ul>
- <li><?php echo T_("GnuCash 4.x and later will no longer migrate old gconf settings from GnuCash 2.4.x.");?></li>
- </ul>
- </div>
-
- <div class="featurecontainer">
- <div class="featureborder">
- <h2 class="featuretitle"><?php echo T_("Customization and Scripting");?></h2>
- </div>
- <ul>
- <li><?php echo T_("The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it.");?></li>
- <li><?php echo T_("Python bindings are now localized and their strings available for translation.");?></li>
- </ul>
- </div>
- <p><?php printf (T_("For a complete list of new features and API changes see the %s."),
- sprintf ("<a href=\"%s/news.phtml#n-200628-4.0.news\">%s</a>", $home, T_("Release Notes"))
- );?></p>
-</div>
-<?php include("externals/footer.phtml"); ?>
Summary of changes:
externals/menu.phtml | 18 +------
index.phtml | 6 ---
new_features-4.0.phtml | 139 -------------------------------------------------
3 files changed, 1 insertion(+), 162 deletions(-)
delete mode 100644 new_features-4.0.phtml
More information about the gnucash-changes
mailing list