r20836 - htdocs/branches/beta - Get hands dirty: first try to update the GnuCash features webpage.

Cristian Marchi cmarchi at code.gnucash.org
Thu Jul 7 08:33:40 EDT 2011


Author: cmarchi
Date: 2011-07-07 08:33:39 -0400 (Thu, 07 Jul 2011)
New Revision: 20836
Trac: http://svn.gnucash.org/trac/changeset/20836

Added:
   htdocs/branches/beta/externals/basics_AccountRelationships.png
   htdocs/branches/beta/externals/feature_register.png
   htdocs/branches/beta/externals/gnucash-icon-32x32.png
Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/features.phtml
Log:
Get hands dirty: first try to update the GnuCash features webpage.

Added: htdocs/branches/beta/externals/basics_AccountRelationships.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/basics_AccountRelationships.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/externals/feature_register.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/feature_register.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/externals/gnucash-icon-32x32.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/gnucash-icon-32x32.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-06 18:53:15 UTC (rev 20835)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-07 12:33:39 UTC (rev 20836)
@@ -30,8 +30,18 @@
    height: 280px;
 }
 
+.center {
+	text-align:center;
+}
+
+.justify {
+	text-align:justify;
+}
+
 .featureimage {
    float: right;
+   width: 400px;
+   margin: 0 0 1em 1em;
 }
 
 .featureblock {
@@ -39,6 +49,41 @@
    color: silver;
 }
 
+.featureborder {
+   background-color: #cacaf7;
+   color: black;
+   border: 1px;
+   border-color: silver;
+   border-style: ridge;
+   padding: 2px;
+   margin-bottom: 1em;
+}
+
+.featurecontainer {
+   width:98%;
+   float:right;
+}
+
+h1.featuresection {
+   font-style:italic;
+}
+
+h2.featuretitle {
+   margin-top: 2px;
+   margin-bottom: 2px;
+   margin-left: 2px;
+   text-align: left;
+   color: black;
+}
+
+.gnc-icon {
+   height:28px;
+   width:28px;
+   float:right;
+   vertical-align:middle;
+   margin-right:10px;
+}
+
 .divider {
    background-color: #ececff;
    text-align: left;
@@ -259,4 +304,18 @@
 
 div.note {
    background: url('../images/icons/gnome-dialog-information.png') 5px 5px no-repeat #E6E6F7;
+}
+
+span.gnu {
+	font-weight:bold;
+	color: blue;
+}
+
+span.cash {
+	font-weight:bold;
+	color: green;
+}
+
+span.bold {
+	font-weight:bold;
 }
\ No newline at end of file

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-06 18:53:15 UTC (rev 20835)
+++ htdocs/branches/beta/features.phtml	2011-07-07 12:33:39 UTC (rev 20836)
@@ -9,36 +9,96 @@
 <div id="content">
 <h1><?php echo T_($title);?></h1>
 
-<!-- images needed:
-- register
-- double-entry
-- expense account hierarchy
-- report+graph
-- invoice
-- search query builder?
--->
+<div>
+<p>
+<?php echo T_("<span class="gnu">Gnu</span><span class="cash">Cash</span> is a powerful accounting software. This page will try to explain 
+in detail which are the numerous features that <span class="gnu">Gnu</span><span class="cash">Cash</span> has to offer to it's users.");?>
+</p>
+<ul>
+<li><a title="<?php echo T_("Jump to the the main features section");?>" href="#main-feat"><?php echo T_("Main features");?></a></li>
+<li><?php echo T_("Advanced features");?></li>
+<li><?php echo T_("Data storing and exchange features");?></li>
+<li><?php echo T_("Other goodies");?></li>
+</ul>
+</div>
 
-<h2><?php echo T_("Checkbook-Style Register");?></h2>
+<h1 class="featuresection"><img class="gnc-icon" src="features_files/gnucash-icon-32x32.png" alt="[GnuCash]"></a><?php echo T_("Main features");?></h1>
 
-<p>
-<img src="<?=$top_dir?>/images/features/feature_register.png" width="300" height="200" style="float: right; border: solid thin grey; margin: 0.5em;" alt="[Register]"/>
-<?php echo T_("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.");?>
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php echo T_("Double Entry");?></h2>
+</div>
+<div class="center">
+<img class="featureimage" src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]">
+</div>
+<p class="justify">
+<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures that the <span class="bold">books balance</span>: that the difference between <span class="bold">income</span> and <span class="bold">expenses</span> exactly equals the sum of <span class="bold">assets</span> and <span class="bold">liabilities</span>.");?>
 </p>
+<br clear="all" />
+</div>
+
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
+</div>
+<div class="center">
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]"/>
+</div>
+<p class="justify">
+<?php echo T_("The <span class="gnu">Gnu</span><span class="cash">Cash</span> checkbook-style <span class="bold">register</span> provides a custom, convenient and familiar interface to entering financial transactions.");?>
+<p class="justify">
+<?php echo T_("The <span class="bold">register</span> supports common checking and credit-card transactions, as well as income, stock and currency transactions. The following features are also provided:");?>
+</p>
+<ul>
+<li><?php echo T_("<span class="bold">Autofill</span> of entered transactions");?></li>
+<li><?php echo T_("Possibility to mark a transaction as <span class="bold">cleared</span>");?></li>
+<li><?php echo T_("Possibility to enter <span class="bold">split transactions</span>");?></li>
+<li><?php echo T_("Multiple accounts can be displayed in one register window at the same time");?></li>
+<li><?php echo T_("A summarybar that display all the relevant account's balance informations");?></li>
+<li><?php echo T_("Many options to <span class="bold">costumize</span> the appearence and the display style");?></li>
+</ul>
 <br clear="all"/>
+</div>
 
-<h2><?php echo T_("Double Entry");?></h2>
-<p>
-<?php echo T_("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.");?>
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php echo T_("Reports, Graphs");?></h2>
+</div>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
+<p class="justify">
+<?php echo T_("<span class="gnu">Gnu</span><span class="cash">Cash</span> has an integrated module to display graphs of your financial data in the form of:");?>
 </p>
-<br clear="all" />
+<ul>
+<li><?php echo T_("Barcharts");?></li>
+<li><?php echo T_("Piecharts");?></li>
+<li><?php echo T_("Scatter plots");?></li>
+</ul>
 
-<h2><?php echo T_("Reports, Graphs");?></h2>
-<p>
-<img src="<?=$top_dir?>/images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
-<?php echo T_("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 & Loss, Portfolio Valuation, and many others.");?>
+<?php echo T_("<span class="gnu">Gnu</span><span class="cash">Cash</span> comes also complete with a full suite of standard and customizeable reports, such as:");?>
+<ul>
+<li><?php echo T_("Balance Sheet");?></li>
+<li><?php echo T_("Profit & Loss");?></li>
+<li><?php echo T_("Portfolio Valuation");?></li>
+<li><?php echo T_("and many others.");?></li>
+</ul>
+<p class="justify">
+<?php echo T_("Graphs and reports can be highly and easily customized in appearence and contents, in order to fullfill every user's need.");?>
 </p>
 <br clear="all"/>
+</div>
 
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php echo T_("Statement Reconciliation");?></h2>
+</div>
+<div class="center">
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]"/>
+</div>
+<p class="justify"><?php echo T_("The <span class="bold">reconciliation</span> of an account is an operation that allow the user to check the entered transactions belongings to a <span class="gnu">Gnu</span><span class="cash">Cash</span> account against a bank statement. This operation is very useful to spot untracked operations.");?></p>
+<p class="justify"><?php echo T_("In <span class="gnu">Gnu</span><span class="cash">Cash</span>, a reconcile window with running reconciled and cleared balances makes balancing against bank statements an easy task.");?></p>
+<br clear="all" />
+</div>
+
 <h2><?php echo T_("Income/Expense Account Types");?></h2>
 <p><?php echo T_("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 & Loss, that plain-vanilla systems cannot handle.");?>
 </p>
@@ -74,10 +134,6 @@
 <p><?php echo T_("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 T_("Statement Reconciliation");?></h2>
-<p><?php echo T_("A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy.");?></p>
-<br clear="all" />
-
 <h2><?php echo T_("Localization");?></h2>
 <p><?php echo T_("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" />



More information about the gnucash-changes mailing list