[Gnucash-changes] r13902 - htdocs/trunk/www - simplify features description

Joshua Sled jsled at cvs.gnucash.org
Tue May 2 19:55:36 EDT 2006


Author: jsled
Date: 2006-05-02 19:55:36 -0400 (Tue, 02 May 2006)
New Revision: 13902
Trac: http://svn.gnucash.org/trac/changeset/13902

Modified:
   htdocs/trunk/www/features.phtml
Log:
simplify features description

Modified: htdocs/trunk/www/features.phtml
===================================================================
--- htdocs/trunk/www/features.phtml	2006-05-02 23:54:35 UTC (rev 13901)
+++ htdocs/trunk/www/features.phtml	2006-05-02 23:55:36 UTC (rev 13902)
@@ -8,17 +8,112 @@
 <div id="content">
 <h1><?php echo _("Features");?></h1>
 
-<p><?php echo _("GnuCash has long had many features that support basic accounting needs for individuals and families, starting with an easy-to-use checkbook-register-style layout, and supporting things like bank statement reconciliation, stock/fund portfolios and numerous reports/graphs.  But GnuCash development doesn't stand still, and the newest versions add support for small business accounting as well.  German residents will also enjoy its on-line banking features (Sorry, on-line banking is not supported in the US; don't blame us, blame your bank.  Tell them to tell us the URL for their OFX servers, instead of hiding it like state secrets.).");?>
+<!-- images needed:
+- register
+- double-entry
+- expense account hierarchy
+- report+graph
+- invoice
+- search query builder?
+
+-->
+
+<h2><?php echo _("Checkbook-Style Register");?></h2>
+
+<p>
+<img src="feature_register.png" width="300" height="200" style="float: right; border: solid thin black; margin: 1em;" alt="[Register]"/>
+The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.   The register supports common checking and credit-card transactions, as well as income, stock and currency transactions.
 </p>
-<p style="text-align:center">
-<?php echo _("Take a graphical tour of some of the core GnuCash features!");?></p>
-<p style="text-align:center"><a href="features_1.phtml">
-<img alt="start" src="/images/features/features_start_the_tour.png"></a>
+<br clear="all"/>
+
+<h2><?php echo _("Double Entry");?></h2>
+<p>
+<?php echo _("Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity.");?>
 </p>
+<br clear="all" />
 
-<p style="text-align:center">or dive into the<br>
-<b><a href="features_5.phtml"><?php echo _("Complete Features List");?></a></b>.
+<h2><?php echo _("Reports, Graphs");?></h2>
+<p>
+<img src="/images/feature_reports.png" width="300" height="200" style="float: left; border: solid thin black; margin: 1em;" alt="[Graphs]"/>
+<?php echo _("GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit &amp; Loss, Portfolio Valuation, and many others.");?>
 </p>
+<br clear="all"/>
 
+<h2><?php echo _("Income/Expense Account Types");?></h2>
+<p><?php echo _("Income/Expense Account Types (Categories) allow you to categorize your cash flow.  When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit &amp; Loss, that plain-vanilla systems cannot handle.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Multiple Currencies");?></h2>
+<p><?php echo _("Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Stock/Mutual Fund Portfolios");?></h2>
+<p><?php echo _("Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together).");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Small Business Accounting Features");?></h2>
+<p>
+<?php echo _("Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("QIF Import");?></h2>
+<p><?php echo _("Intuit<sup>&reg;</sup> Quicken<sup>&reg;</sup> QIF files can be imported, and are automatically merged to eliminate duplicate transactions.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("OFX Import");?></h2>
+<p><?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("HBCI Support");?></h2>
+<p><?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Improved Import Transaction Matching");?></h2>
+<p><?php echo _("The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Statement Reconciliation");?></h2>
+<p><?php echo _("A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Localization");?></h2>
+<p><?php echo _("Handles internationalized dates and currencies.  The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Transaction Finder");?></h2>
+<p><?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("General Ledger");?></h2>
+<p><?php echo _("Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Online Stock &amp; Mutual Fund Quotes");?></h2>
+<p><?php echo _("Get Stock &amp; Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Check Printing");?></h2>
+<p><?php echo _("Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed.");?></p>
+<br clear="all" />
+
+<dl>
+<h2><?php echo _("Scheduled Transactions");?></h2>
+<p><?php echo _("You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Mortgage &amp; Loan Repayment Druid");?></h2>
+<p><?php echo _("A guided dialogue for setting up loan payments as scheduled transactions.");?>
+</p>
+<br clear="all" />
+
+<!-- ++: budgeting -->
+
+<!-- fixme: "complete user manual"? -->
+<h2><?php echo _("New User Manual and Help");?></h2>
+<p><?php echo _("A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash.");?></p>
+<br clear="all" />
+
 </div>
 <?php include("externals/footer.phtml"); ?>



More information about the gnucash-changes mailing list