Release 2.3.21
[fa-stable.git] / update.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head>\r
3 \r
4 \r
5 \r
6 \r
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1"><title>FrontAccounting Update</title>\r
8 \r
9 <meta name="GENERATOR" content="OpenOffice.org 2.4 (Linux)">\r
10 <meta name="CREATED" content="0;0">\r
11 <meta name="CHANGED" content="20100902;19041400"></head><body style="direction: ltr;" lang="en-US">\r
12 <h4><strong><font color="#cc6600"><font style="font-size: 20pt;" size="5"><i>Front</i></font></font></strong><strong><font style="font-size: 20pt;" size="5">Accounting\r
13 Update</font></strong></h4>\r
14 <h2>Important Notes for release 2.3.21.</h2>\r
15 \r
16 \r
17 \r
18 <h4>Crucial security patches:</h4>\r
19 \r
20 This version consists of crucial security patches and this applies especially to all publicly available servers, <br>\r
21 &nbsp;f.i. installations which are run in not fully trusted environment like public demos, shared accounts or SAAS.<br>\r
22 <h4>New global flags in config.php (config-default.php):</h4>\r
23 /* Whether to allow sending new password by e-mail */<br>\r
24 <span style="font-weight: bold;">$allow_password_reset = false</span><h2>Important Notes for release 2.3.20.</h2>\r
25 \r
26 \r
27 <h4>Crucial security patches:</h4>\r
28 This version consists of crucial security patches and all guest FA\r
29 installations (I mean whenever FA is run in not fully trusted\r
30 environment) should be updtaed.<br>\r
31 <h2>Important Notes for release 2.3.17.</h2>\r
32 \r
33 <h4>New global flags in config.php (config-default.php):</h4>\r
34 /*<br>\r
35 &nbsp;&nbsp;&nbsp; Choose Exchange Rate Provider<br>\r
36 &nbsp;&nbsp;&nbsp; Default is ECB for backwards compatibility<br>\r
37 */<br>\r
38 <span style="font-weight: bold;">$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");<br>\r
39 $dflt_xr_provider = 0;<br>\r
40 <br>\r
41 </span>/*<br>\r
42 &nbsp;&nbsp;&nbsp; Set to true when remote service is authoritative\r
43 source of exchange rates, and can be stored automatically without<br>\r
44 &nbsp;&nbsp;&nbsp; manual edition. Otherwise exrate is stored on first new currency transaction of the day.<br>\r
45 */<br>\r
46 <span style="font-weight: bold;">$xr_provider_authoritative = false;<br>\r
47 </span><h2>Important Notes for release 2.3.16.</h2>\r
48 <h4>New global flags in config.php (config-default.php):</h4><span style="font-weight: bold;">/*<br>&nbsp;&nbsp; </span>&nbsp;Optional sorting new sales documents lines according to item code<span style="font-weight: bold;"><br>*/<br>$sort_sales_items = false;<br><br>/*<br>&nbsp;&nbsp; &nbsp;</span>Trial Balance opening balance presentation option.<br>&nbsp;&nbsp; &nbsp;When set to true past years part of opening balance is cleared.<span style="font-weight: bold;"><br>*/<br>$clear_trial_balance_opening = false;</span><h2>Important Notes for release 2.3.14.</h2>\r
49 <h4>New global flags in config.php (config-default.php):</h4>\r
50 /* default print orientation. 0 = Portrait, 1 = Landscape */<br>\r
51 &nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">$def_print_orientation\r
52 = 0;</span><br>\r
53 <h2>Important Notes for release 2.3.13.</h2>\r
54 <h4>New global flags in config.php (config-default.php):</h4>\r
55 /* No check on edit conflicts. Maybe needed to be set to 1 in certains\r
56 Windows Servers */<br>\r
57 &nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">$no_check_edit_conflicts\r
58 = 0;</span><br>\r
59 <h2>Important Notes for release 2.3.12.</h2>\r
60 <h4>New global flags in config.php (config-default.php):</h4>\r
61 /* <br>\r
62 &nbsp;&nbsp;&nbsp; Display a dropdown select box for\r
63 choosing Company to login if false.<br>\r
64 &nbsp;&nbsp;&nbsp; Show a blank editbox only if true where\r
65 the Company NickName<br>\r
66 &nbsp;&nbsp;&nbsp; will have to be manually entered. This\r
67 is when privacy is needed.<br>\r
68 */<br>\r
69 &nbsp; &nbsp; <span style="font-weight: bold;">$text_company_selection</span>&nbsp;\r
70 = false;<br>\r
71 <br>\r
72 /*&nbsp; Should FA hide menu items (Applications, Modules, and\r
73 Actions) from the user if they don't have access to them? <br>\r
74 &nbsp;&nbsp;&nbsp; 0 for\r
75 no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 for yes<br>\r
76 */<br>\r
77 <br>\r
78 &nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">$hide_inaccessible_menu_items</span>\r
79 = 0;<br>\r
80 <br>\r
81 /*<br>\r
82 &nbsp;&nbsp;&nbsp; Brute force prevention.<br>\r
83 &nbsp;&nbsp;&nbsp; $login_delay seconds delay is required\r
84 between login attempts after $login_max_attemps failed logins.<br>\r
85 &nbsp;&nbsp;&nbsp; Set $login_delay to 0 to disable the\r
86 feature (not recommended)<br>\r
87 */<br>\r
88 &nbsp; &nbsp; <span style="font-weight: bold;">$login_delay</span>\r
89 = 30;<br>\r
90 &nbsp; &nbsp; <span style="font-weight: bold;">$login_max_attempts</span>\r
91 = 10;\r
92 <h2><strong></strong>Important Notes for release\r
93 2.3.5.</h2>\r
94 Change in the behaviour of <span style="font-weight: bold; font-style: italic;">Recurrent\r
95 Invoices</span>.<br>\r
96 <ul>\r
97 <li>Now\r
98 the Last Sent day is stamped with the former Last Sent (or Begin date\r
99 the first time) + months + days. Before the Last Sent day was stamped\r
100 with tthe creation date (today). The Invoice date is still todays date.\r
101 </li>\r
102 <li>If you for some reason want to make a pause in the\r
103 recurrent\r
104 invoices, you can now edit the Last Sent day in the Management section\r
105 of Sales tab.</li>\r
106 <li>Before the days value, together with a month\r
107 value, decided which day in the month the invoice was due..\r
108 &nbsp;This\r
109 does not&nbsp;work now. You can&nbsp;change the day in the\r
110 month you\r
111 want the recurrency to happen by setting the Last Sent day with the new\r
112 day in the Management section.&nbsp;</li>\r
113 <li>If you create a new Recurrent Invoice the Beginning date\r
114 can be set to the day in the month you want the recurrencies to be due.</li>\r
115 </ul>\r
116 <h2>Important Notes</h2>\r
117 <p>Upgrade process can be done only by administrator of the first\r
118 company created during FrontAccounting installation. This person is\r
119 considered as a site admin who have granted access to potentially\r
120 dangerous setup options, like Setup/Software Upgrade.</p>\r
121 <p>In the following description sections related to older FA\r
122 versions are\r
123 prefixed with <span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[color\r
124 tags]</span><span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">\r
125 . Y</span>ou can skip tagged fragment safely if currently FA\r
126 application is newer than the version in tag.</p>\r
127 <p>Upgrade process consists of up to four stages, some of them\r
128 are\r
129 optional:</p>\r
130 <ol>\r
131 <li>\r
132 <p>Application source files update </p>\r
133 </li>\r
134 <li>\r
135 <p>Database upgrade &#8211; this step is needed only during upgrade\r
136 which involves change in major application version number (e.g. from\r
137 2.2.x to 2.3.x), and sometimes during upgrade from beta release to\r
138 stable version. Otherwise this step can be skipped.</p>\r
139 </li>\r
140 <li>\r
141 <p>Final cleanup &#8211; is needed when some old source files,\r
142 obsoleted by new release should be removed.</p>\r
143 </li>\r
144 <li>\r
145 <p>New features configuration &#8211; this is optional step needed\r
146 for most major releases and some minor ones. </p>\r
147 </li>\r
148 </ol>\r
149 <p style="margin-bottom: 0cm;">Before starting upgrade\r
150 ensure nobody\r
151 is using the application and make database backup for all companies.\r
152 To be on safe side backup also old source files, especially those\r
153 locally customized (if any).</p>\r
154 <p>Log into admin account of first company.<strong> </strong><strong><span style="">If\r
155 you use a theme other than the standard 3 (aqua, cool or default),\r
156 switch to one of these before going further.</span></strong></p>\r
157 <h2><strong><b>1. Application files update</b></strong></h2>\r
158 <p style="margin-top: 0.42cm; page-break-after: avoid;"><font face="Liberation Sans, sans-serif"><font size="4"><strong><span style="">a. Source\r
159 files update</span></strong></font></font></p>\r
160 <p><strong><span style="">Extract distribution\r
161 zip/tar.gz file in empty directory, and copy all the files to your\r
162 FrontAccounting directory overwriting old files. If it is major\r
163 release upgrade you can skip next step and go directly to cleanup.</span></strong></p>\r
164 <p style="margin-top: 0.42cm; page-break-after: avoid;"><strong><font face="Liberation Sans, sans-serif"><font size="4"><span style="">b. Configuration\r
165 files update</span></font></font></strong></p>\r
166 <p><strong><span style="">Compare new\r
167 </span></strong><strong><i><b>config.default.php</b></i></strong><strong>\r
168 </strong><strong><span style="">file with the\r
169 old\r
170 </span></strong><strong><i><b>config.php </b></i></strong><strong><span style="font-style: normal;"><span style="">and\r
171 add all n</span></span></strong><strong><span style="">ew\r
172 settings (if any). </span></strong>\r
173 </p>\r
174 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
175 2.2beta]</span></span></strong></p>\r
176 <p><strong> <span style="">$show_users_online\r
177 = 0;</span></strong></p>\r
178 <p><strong> <span style="">$def_print_destination\r
179 = 0;</span></strong></p>\r
180 <p><strong><span style="">$dflt_date_fmt=0;</span></strong></p>\r
181 <p><strong><span style="">$dflt_date_sep=0;</span></strong></p>\r
182 <p><strong><span style="">$table_style,table_style2\r
183 changed</span></strong></p>\r
184 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
185 2.3beta]</span></span></strong></p>\r
186 <p><strong> <span style="">$alternative_tax_include_on_doc=0;</span></strong></p>\r
187 <p><strong><span style="">$suppress_tax_rates\r
188 = 0;</span></strong></p>\r
189 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
190 2.3RC1]</span></span></strong><strong> </strong>\r
191 </p>\r
192 <p><strong><span style="">Application version\r
193 information and a couple of other private FA variables are stored in\r
194 </span></strong><strong><i><b>version.php</b></i></strong><strong>\r
195 </strong><strong><span style="">file. The\r
196 application version displayed in footer is defined in $version\r
197 variable unless this is set in config.php file. If you want current\r
198 release version to be displayed on every FA update just remove or\r
199 comment out $version variable in </span></strong><strong><span style="font-style: normal;"><span style="">config.php</span></span></strong><strong><span style="">.</span></strong></p>\r
200 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
201 2.3RC2]</span></span></strong></p>\r
202 <p><strong> <span style="">$save_report_selections\r
203 &nbsp;= 0; &nbsp;// A value &gt; 0 means days to save the\r
204 report selections.</span></strong></p>\r
205 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
206 2.3]</span></span></strong></p>\r
207 <p><strong> <span style="">$save_po_item_codes\r
208 &nbsp;= 0; &nbsp;//&nbsp; show item codes on purchase\r
209 order&nbsp;</span></strong></p>\r
210 <p><strong><span style="">$def_print_destination\r
211 = 0; // &nbsp;default print destination. 0 = PDF/Printer, 1 = Excel</span></strong></p>\r
212 <p><strong><span style="">$alternative_tax_include_on_docs\r
213 = 0; // &nbsp;1 = print Subtotal tax excluded, tax and Total tax\r
214 included</span></strong></p>\r
215 <p><strong><span style="">$suppress_tax_rates\r
216 = 0; // &nbsp;suppress tax rates on documents. 0 = no, 1 = yes.</span></strong></p>\r
217 <strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"></span></span></strong><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"></span></span></strong>\r
218 <h2><strong><b>2. Database upgrade</b></strong></h2>\r
219 <p><strong><span style="">This step can be\r
220 skipped\r
221 for small version updates i.e. when you have already installed\r
222 FrontAccounting version 2.3.1 or later. Before database upgrade is\r
223 done on all company databases backup file is created automatically to\r
224 enable database restore after failure.</span></strong></p>\r
225 <p><strong><span style="">After major version\r
226 upgrade overwriting files in first step makes the system unaccessible\r
227 for all users but site admin, who have to run upgrade procedures to\r
228 update all company databases to the new version provided with the\r
229 release. After logging to administrator account of first installed\r
230 company go directly to Setup/Software Upgrade screen, mark all\r
231 subsequent 'Install' checkboxes and press 'Upgrade System'.</span></strong></p>\r
232 <p style="">If something goes wrong during\r
233 upgrade, you can eventually try forced upgrade option. Forced upgrade\r
234 ignores some smaller errors which can arise during upgrade due to\r
235 some exotic database configuration. This is depreciated option, so\r
236 first read error messages if any, try to fix signalized problems,\r
237 restore databases from backup and retry normal installation. To run\r
238 upgrade in forced mode check box 'Force Upgrade', and press 'Upgrade\r
239 System' again.</p>\r
240 <h2>3. Final cleanup</h2>\r
241 <p>Remove or rename install folder in main FrontAccounting\r
242 directory.\r
243 </p>\r
244 <p>After upgrade is installed you can remove files obsoleted by\r
245 new\r
246 FrontAccounting version. Also old, unused settings <span style="font-style: normal;"><span style="">can\r
247 be removed from </span></span><i><b>config.php</b></i><span style="font-style: normal;"><span style="">\r
248 file.</span></span></p>\r
249 <p style="margin-top: 0.42cm; page-break-after: avoid;"><font face="Liberation Sans, sans-serif"><font size="4">a.\r
250 Source files cleanup</font></font></p>\r
251 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
252 2.2beta]</span></span></strong></p>\r
253 <p><strong><span style=""><span style="background: transparent none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">/includes/reserved.inc\r
254 &#8211; removed.</span></span></strong></p>\r
255 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
256 2.1]</span></span></strong><strong> </strong>\r
257 </p>\r
258 <p><strong><span style="">/admin/db/v_banktrans.inc\r
259 - removed</span></strong></p>\r
260 <p style="margin-top: 0.42cm; page-break-after: avoid;"><font face="Liberation Sans, sans-serif"><font size="4"><span style="font-style: normal;"><span style="">b.\r
261 Config.php cleanup </span></span></font></font>\r
262 </p>\r
263 <p><strong><span style=""><span style="background: rgb(235, 97, 61) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">[&lt;FA\r
264 2.2RC1]</span></span></strong><strong> </strong>\r
265 </p>\r
266 <p><strong><span style="">$security_headings,\r
267 $security_groups arrays &#8211; moved to database (see Access Setup) </span></strong>\r
268 </p>\r
269 <p><strong><span style="">$def_app &#8211; moved\r
270 to user configuration in database.</span></strong></p>\r
271 <p><strong><span style="font-style: normal;"><span style="">$version\r
272 &#8211; moved to </span></span></strong><strong><i><b>version.php</b></i></strong><strong><span style="font-style: normal;"><span style="">\r
273 file. Remove</span></span></strong></p>\r
274 <h2>4. New features configuration</h2>\r
275 <p>During upgrade process new features are initialized to default\r
276 status, and sometimes old settings are also changed to conform with\r
277 new security policy. This automatic process is designed to be as\r
278 neutral for end users as possible, however sometimes site or company\r
279 admin intervention can be necessary to set thing after changes to\r
280 their best state. Below you will find description of new settings\r
281 available after upgrade.</p>\r
282 <p><br>\r
283 <br>\r
284 </p>\r
285 <p>----------------------</p>\r
286 <ul>\r
287 </ul>\r
288 </body></html>