-
Notifications
You must be signed in to change notification settings - Fork 31
/
2.6-release-tour.phtml
188 lines (167 loc) · 10.1 KB
/
2.6-release-tour.phtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?php
include("lang.php");
$title = T_("GnuCash 2.6 release tour");
$description = T_("This tour will introduce you to new major features in <span class=\"gnucash\">GnuCash</span> 2.6.");
$page = basename($_SERVER['SCRIPT_NAME']);
include("$top_dir/externals/header.phtml");
include("$top_dir/externals/menu.phtml");
?>
<div id="content">
<h1><?=$title?></h1>
<div>
<p><?=$description?></p>
</div>
<h2 class="featuretitle"><?php echo T_("Jqplot Reports");?></h2>
<p class="justify">
<?php echo T_("<span class=\"gnucash\">GnuCash</span> now uses javascript jqplot to render reports. This gives a more professional look to all graphical reports (piechart, barchart, scatterplot).");?>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-jqplot-reports.png" alt="[jqplot barchart]" style="max-width:649px; max-height:457px"/></p>
</td>
<tr>
<th><?php echo T_("A barchart rendered in GnuCash with jqplot.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("New preconfigured reports management system");?></h2>
<p class="justify">
<?php echo T_("The old <span class=\"gnucash\">GnuCash</span> custom report management system has been revised. You can save a report using the dedicated options in the File menu and rerun it later by selecting it from the menu Reports->Preconfigured Reports.");?>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-Pre-reports.png" alt="[Preconfigred reports window]" style="max-width:322px; max-height:233px"/></p>
</td>
<tr>
<th><?php echo T_("The Preconfigured Reports window. You can select and run a preconfigured report, edit its name and delete it.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("Export any report directly to PDF");?></h2>
<p class="justify">
<?php echo T_("Reports and invoices can be exported directly in a PDF file without going thru the Print window.");?>
</p>
<h2 class="featuretitle"><?php echo T_("Associate a local file or remote location with any transaction");?></h2>
<p class="justify">
<?php echo T_("It is now possible to link an external local file or a remote location (URL) with a transaction. This long-requested feature is available through both the Transaction menu and the transaction's context menu. The files are displayed in the default viewer for that file type.");?>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-file-location.png" alt="[Attach file/ location to transaction]" style="max-width:323px; max-height:92px"/></p>
</td>
<tr>
<th><?php echo T_("You can now associate a local file or a remote location with any transaction.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("Account colors");?></h2>
<p class="justify">
<?php echo T_("It is now possible to associate to any account a unique color from the edit account window. This color can then be displayed as account name and account register tab background easing the lookup of a specific account.");?>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-acc-colors.png" alt="[Account colors]" style="max-width:783px; max-height:455px"/></p>
</td>
<tr>
<th><?php echo T_("The colors ease the lookup of specific accounts in the account tree and in tabs.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("Timeout on \"Save changes on closing\"");?></h2>
<p class="justify">
<?php echo T_("In the General tab of the <span class=\"gnucash\">GnuCash</span> Preferences is now possible to set a timeout for the \"Save changes on closing\" window. If enabled, the \"Save changes on closing\" question will only wait a limited number of seconds for an answer. If the user didn't answer within that time, the changes will be saved automatically and the question window closed.");?>
</p>
<h2 class="featuretitle"><?php echo T_("Open datafile read-only");?></h2>
<p class="justify">
<?php echo T_("When opening a locked \"book\" one now has the option of opening it read-only.");?>
</p>
<div class="dialog note">
<p><?php echo T_("Note that <span class=\"gnucash\">GnuCash</span> is still a single-user program and that the database backends are still used only as a data store.");?></p>
</div>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-read-only.png" alt="Open read-only]" style="max-width:600px; max-height:193px"/></p>
</td>
<tr>
<th><?php echo T_("The new button to open a <span class=\"gnucash\">GnuCash</span> datafile in read-only mode.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("Save \"Filter By\" settings");?></h2>
<p class="justify">
<?php echo T_("It is now possible to save the \"Filter By…\" settings for an account register.");?>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-save-filter.png" alt="[Filter by save]" style="max-width:366px; max-height:396px"/></p>
</td>
<tr>
<th><?php echo T_("Save the \"Filter By…\" settings by enabling the \"Save Filter\" checkbox.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("Improved business module");?></h2>
<p class="justify">
<?php echo T_("The business module has been revamped and we introduced some new features:");?>
<ul>
<li><?php echo T_("Credit Notes");?></li>
<li><?php echo T_("Customer and Vendor Overview Pages");?></li>
<li><?php echo T_("Customer Overview Reports");?></li>
<li><?php echo T_("Existing Transactions may be reassigned as invoice payments");?></li>
<li><?php echo T_("One click duplication of invoices");?></li>
<li><?php echo T_("Improved invoice and bill handling: Post, print, or duplicate multiple items directly from a search results list");?></li>
<li><?php echo T_("Better invoice printing setup: Choose a default invoice report as a preference");?></li>
<li><?php echo T_("Reorder invoice entries in the invoice window");?></li>
</ul>
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-credit-customer-report.png" alt="[Customer report]" style="max-width:727px; max-height:575px"/></p>
</td>
<tr>
<th><?php echo T_("Customer report with an invoice and a credit note.");?>
</th>
</tr>
</table>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-search-business.png" alt="[Search Invoice]" style="max-width:730px; max-height:399px"/></p>
</td>
<tr>
<th><?php echo T_("Updated search window with buttons to process payment, duplicate, post and print multiple search results.");?>
</th>
</tr>
</table>
<h2 class="featuretitle"><?php echo T_("New preference system");?></h2>
<p class="justify">
<?php echo T_("The preferences system has been rewritten to use GSettings from GIO (GLib) instead of GConf. This is a simpler and more robust backend which writes to the OS's native prefs - defaults on OS X and the Registry on MSWindows - and allows us to remove several troublesome dependencies including GConf, ORBit, and DBus.");?></p>
<div class="dialog note">
<p><?php echo T_("Note that window position, column sizes, and sort orders will not be migrated from GConf. Those settings will revert to the default the first time you use Gnucash 2.6 or later, but they will be saved once you've reset them.");?></p>
</div>
<h2 class="featuretitle"><?php echo T_("Relicensing");?></h2>
<p class="justify">
<?php echo T_("By agreement of all authors we have relicensed <span class=\"gnucash\">GnuCash</span> to the GNU General Public License Version 2 or later from just Version 2.");?></p>
<h2 class="featuretitle"><?php echo T_("Download");?></h2>
<p class="justify">
<?php echo T_("You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</span> from the <a href=\"https://www.gnucash.org\">GnuCash website main page</a>.");?></p>
<h2 class="featuretitle"><?php echo T_("Help");?></h2>
<p class="justify">
<?php echo T_("<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and Guide. If you can't find the answer to your questions in those documents, try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</a>. If both options are unsatisfactory, you can send your questions to the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very friendly and experienced and someone will surely assist you.");?></p>
<h2 class="featuretitle"><?php echo T_("Want to Help?");?></h2>
<p class="justify">
<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a program maintained by volunteers. If you want to be part of the effort, you can contribute in many ways:");?>
<ul>
<li><?php echo T_("By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
<li><?php echo T_("By liking our project page on <a href=\"https://www.facebook.com/Gnucash\">facebook</a> and <a href=\"https://plus.google.com/u/0/+gnucash\">Google+</a>");?></li>
<li><?php echo T_("By spreading the word");?></li>
<li><?php echo T_("<a href=\"https://sourceforge.net/donate/index.php?group_id=192\">By making a donation</a>");?></li>
<li><?php echo T_("By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC\">IRC channel</a>");?></li>
<li><?php echo T_("By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/\">wiki</a>");?></li>
<li><?php echo T_("By improving the <a href=\"https://gnucash.org/docs.phtml\">released documentation</a>");?></li>
<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the program and documentation to your language</a>");?></li>
<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the source code</a>");?></li>
</ul>
</p>
<p style="text-align:right; font-size:14px; margin:6%"><i><?php echo T_("The GnuCash developers team");?></i></p>
</div>
<?php include("externals/footer.phtml"); ?>