Better format.
[fa-stable.git] / update.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
3   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
4
5
6   <title>FrontAccounting Update</title></head>
7 <body>
8 <div><strong><span style="font-size: 20pt;"><span style="color: rgb(204, 102, 0); font-style: italic;">Front</span>Accounting&nbsp;Update</span></strong></div>
9 <br />
10 <br />
11
12 <h2>Important Notes</h2>
13
14 <ul>
15   <li>You can easily upload all the files to your installation folder on the
16 server overwriting the existing files. From 2.2 RC, your existing configuration files, - <span style="font-weight: bold;">config_db.php, config.php, /lang/installed_languages.inc and installed_extensions.php</span> - will nolonger be installed. They are created the first time you install FrontAccounting and don't need further updates.<ol>
17       <li>Backup&nbsp; (download) the following files to another folder:
18         <ol><li>if you have made <em>changes to other files</em>, like themes or so, backup
19 these files. </li>
20         </ol>
21
22       </li>
23       <li>Upload all the new files.
24       </li>
25       <li>Look into the file, <span style="font-weight: bold; font-style: italic;">config.default.php and compare with your own config.php</span> file. You should update the the following in your config.php:<br /></li><ol style="font-family: Courier New,Courier,monospace;"><li><small>Change the $version in your <span style="font-weight: bold;">config.php</span> file, about line 59, from "2.2.X" to "2.2 RC".</small></li><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 80-82 into <span style="font-weight: bold;">config.php</span> about line 80:</small></li><ol><li><small>/* Show users online discretetely in the footer */<br />$show_users_online = 0;</small></li><li><small>Change this to 1 if you want to show users online.</small></li></ol><li><small>Replace the 2 lines about line 110-111 in <span style="font-weight: bold;">config.php</span>:</small></li><ol><li><small>$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#8cacbb' style='border-collapse: collapse'";<br />$table_style2 &nbsp;&nbsp; &nbsp;= "cellpadding=3 border=1 bordercolor='#cccccc' style='border-collapse: collapse'";</small></li></ol><li><small>With these 4 lines from <span style="font-weight: bold;">config.default.php</span>:</small></li><ol><li><small>if (!isset($_SESSION['bordercolor']))<br />&nbsp; &nbsp; $_SESSION['bordercolor'] = "#8cacbb";<br />$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";<br />$table_style2 &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";</small></li></ol><li><small>Remove these 2 lines from <span style="font-weight: bold;">config.php</span> about line 176-176:</small></li><ol><li><small>/* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */<br />$def_app = "orders";</small></li></ol><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 202-203:</small></li><ol><li><small>define("ICON_SUBMIT", "ok.gif");&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // new in 2.2<br />define("ICON_ESCAPE", "escape.png");&nbsp;&nbsp;&nbsp; // new in 2.2</small></li></ol><li><small>And paste them into <span style="font-weight: bold;">config.php</span> about line 209<br /></small></li></ol>
26       <li>Rename or remove the /install folder (you have already performed the install
27 process earlier). </li>
28     </ol>
29   </li><li><strong>You
30 must immediately
31 login on company 0, the first company you created, as&nbsp;admin
32 (called the superadmin). If you use a theme other than the standard 3,
33 aqua, cool or default, switch to one of these before going further. You
34 can download a new one of the new themes on the download page
35 later.&nbsp; Go
36 to the 'Setup' tab and run 'Software
37 Upgrade'.
38 Mark the checkbox 'Install' and press 'Upgrade System'. &nbsp;You must
39 also do this if you upgrade from 2.2 Beta to 2.2 RC. This will
40 upgrade ALL your companies.</strong></li><li style="font-weight: bold;">If something goes wrong during upgrade, you can enter here again and try 'Force Upgrade', and press 'Upgrade System' again.</li><li><strong>There are no database changes during a major and minor release. Like from 2.2 to 2.2.1 - 2.2.X .</strong></li><li style="font-weight: bold;">Enter
41 'Setup' tab, 'System and Generel GL Setup'. &nbsp;Set the correct
42 Accounts for Retained Earnings, Profit/Loss Year and Bank Charge.</li><li style="font-weight: bold;">Enter
43 'Setup' tab, 'Access Setup'. Check all the roles and change as you
44 please. The roles have been converted from the former Access Roles and
45 may need some changes.</li><li style="font-weight: bold;">Enter
46 'Setup' tab, 'Company Setup'. If you want Automatic Item Price
47 Calculations from Standard&nbsp;Cost, add a percent to add and
48 eventually round to the nearest XX Cent. Also check that Base for Auto
49 Price calculations is set. </li></ul></body></html>