Merged changes form main trunk (2.2.8, 2.2.9)
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 27 May 2010 06:57:15 +0000 (06:57 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 27 May 2010 06:57:15 +0000 (06:57 +0000)
44 files changed:
CHANGELOG.txt
admin/create_coy.php
admin/db/maintenance_db.inc
admin/display_prefs.php
admin/system_diagnostics.php
config.default.php
gl/inquiry/balance_sheet.php
gl/inquiry/profit_loss.php
includes/current_user.inc
includes/session.inc
includes/ui/allocation_cart.inc
includes/ui/ui_input.inc
includes/ui/ui_lists.inc
js/allocate.js
js/payalloc.js
lang/new_language_template/LC_MESSAGES/empty.po
purchasing/includes/db/suppalloc_db.inc
purchasing/includes/ui/invoice_ui.inc
purchasing/po_entry_items.php
purchasing/supplier_invoice.php
purchasing/supplier_payment.php
reporting/includes/doctext.inc
reporting/includes/excel_report.inc
reporting/includes/header2.inc
reporting/includes/pdf_report.inc
reporting/rep104.php
reporting/rep105.php
reporting/rep108.php
reporting/rep203.php
reporting/rep209.php
reporting/rep301.php
reporting/rep302.php
reporting/rep303.php
reporting/rep304.php
reporting/rep305.php
reporting/rep709.php
reporting/reports_main.php
sales/customer_invoice.php
sales/customer_payments.php
sales/includes/db/sales_order_db.inc
sales/inquiry/sales_orders_view.php
sales/sales_order_entry.php
taxes/tax_groups.php
update.html

index 78830cd5d3104c2b6763a4a40e5f1d37fd6b27e2..9c25fbcce40055e30cd61565db3eb98edb2cbaec 100644 (file)
@@ -19,6 +19,159 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+27-May-2010 Merged changes from main trunk (2.2.8, 2.2.9) as follows
+
+------------------------------- Release 2.2.9 ----------------------------------
+24-May-2010 Joe hunt
+! Release 2.2.9
+$ config.default.php
+  update.html
+# [0000230] Incorrect 'On order' quantity of raw materials in the 'Stock Check Sheets' report.   
+$ /reporting/rep303.php
+
+24-May-2010 Janusz Dobrowolski
+# Additional fixes in payment/deposit allocations.
+$ /includes/ui/allocation_cart.inc
+  /js/payalloc.js
+
+22-May-2010 Janusz Dobrowolski
+# Fixed html generation for buttons
+$ /includes/ui/ui_input.inc
+
+13-May-2010 Janusz Dobrowolski
+# [0000229] Payment overallocation is now forbidden (addendum)
+$ /js/payalloc.js
+
+12-May-2010 Janusz Dobrowolski
+# [0000226] Fixed diagnostic checks for javascript cached files, improved readability
+$ /admin/system_diagnostics.php
+# [0000227] Fixed cookie name to enable multiply FA instances on the same server.
+$ /includes/session.inc
+# [0000229] Payment overallocation is now forbidden
+$ /includes/ui/allocation_cart.inc
+  /js/allocate.js
+# Fixed email links to use ajax
+$ /purchasing/po_entry_items.php
+  /sales/credit_note_entry.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+# Fixed shipping tax naming
+$ /taxes/tax_groups.php
+
+12-May-2010 Joe Hunt
+! Changed to allow change of theme in 'allow_demo_mode' during session
+$ /admin/display_prefs.php
+! [0000228] Sales order inquiry using reference number.
+$ /sales/inquiry/sales_orders_view.php
+
+10-May-2010 Joe Hunt/Alvin
+! Changed so Print Statements don't list voided items.
+$ /reporting/rep108.php
+
+04-May-2010 Janusz Dobrowolski/Robert Laussegger
+# Fixed amibiguites and typos in report titles.
+$ /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+
+04-May-2010 Joe Hunt
+# [0000225] Supplier Payment Report showing paid invoices (rounding problem)
+$ /reporting/rep203.php
+! Minor change to balance sheet/profit and loss drilldown
+  Script is modified to display only direct child types
+/gl/inquiry/balance_sheet.php
+/gl/inquiry/profit_loss.php
+! New empty.po for release 2.2.8
+$ /lang/new_language_template/LC_MESSAGES/empty.po
+
+26-Apr-2010 Joe Hunt
+! Allowing the Tax Report to be printed to Excel/OO Calc
+$ /reporting/rep709.php
+  /reporting/reports_main.php
+  /reporting/includes/excel_report.inc
+  
+21-Apr-2010 Joe Hunt
+# [0000223] Incorrect backup of tables with more than 2 digit prefix
+$ /admin/db/maintenance_db.inc
+
+21-Apr-2010 Joe Hunt
+# [0000222] Deleting a Sales Order with reference to a voided delivery causes SQL error when
+  looking at this delivery. Solution, can't delete, but set the deliveries to 0
+  on the lines.
+$ /sales/includes/db/sales_order_db.inc
+
+------------------------------- Release 2.2.8 ----------------------------------
+18-Apr-2010
+! Release 2.2.8
+$ config.default.php
+  update.html
+
+17-Apr-2010 Janusz Dobrowolski
+# Small fix in company creation 
+$ /admin/create_coy.php
+# Checking whether reference is unique before saving transaction.
+$ /sales/sales_order_entry.php
+
+09-Apr-2010 Joe Hunt
+# Creating a new company without a Database script causes unpredictable errors.
+$ /admin/create_coy.php
+
+06-Apr-2010 Joe Hunt/Albin
+# Inactive items should not show in Price List Report. In Item lists they are
+  stamped (Inactive) after the description.
+$ /reporting/rep104.php
+  /reporting/rep301.php
+  /reporting/rep302.php
+  /reporting/rep303.php
+  /reporting/rep304.php
+  /reporting/rep305.php
+  
+03-Apr-2010 Joe Hunt/Chaitanya
+# [0000219] Incorrect behaviors regarding Payment forms
+$ /purchasing/supplier_payment.php
+  /sales/customer_payments.php
+
+20-Mar-2010 Joe Hunt/RodW
+# [0000215} Wrong text in deliver to and not printing it.
+$ /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+  /reporting/includes/header2.inc
+  
+15-Mar-2010 Janusz Dobrowolski
+# Missing check for customer/branch selected ([0000216])
+$ /sales/sales_order_entry.php
+  /sales/customer_payment.php
+# Missing check for supplier selected ([0000217])
+$ /purchasing/supplier_invoice.php
+  /purchasing/supplier_payment.php
+  /purchasing/po_entry_items.php
+# Fixed db error on no supplier selected
+  /purchasing/includes/db/suppalloc_db.inc
+# Smaller clenaups.
+$ /includes/current_user.inc
+  /includes/session.inc
+
+10-Mar-2010 Joe Hunt
+! Print full Location name on reports
+$ /reporting/rep105.php
+  /reporting/rep301.php
+  /reporting/rep302.php
+  /reporting/rep303.php
+# Print reference on email (PO)
+  /reporting/rep209.php
+  
+07-Mar-2010 Joe Hunt
+# Bug in ui_lists.inc, systypes_list_row, too many parameters in
+  call to systypes_list_cells
+$ /includes/ui/ui_lists.inc
+
+06-Mar-2010 Joe Hunt
+# Bug in Text(Col)WrapLines. Doesn't break on space.
+$ /reporting/includes/pdf_report.inc
+# Missing 'Set Global Supplier' in invoice_ui.inc
+$ /purchasing/includes/ui/invoice_ui.inc
+
+---------- End of changes from main trunk 2.2.7-2.2.9
+
 15-May-2010 Joe Hunt
 ! Layout - added class label for branch link
 $ /sales7manage/customers.php
@@ -284,7 +437,7 @@ $ /reporting rep301.php
   /reporting rep304.php
   /reporting rep601.php
 
-05-Mar-2010 Merged changes from main trunk up to 2.2.7 as follows
+05-Mar-2010 Merged changes from main trunk up to 2.2. as follows
 ------------------------------- Release 2.2.7 ----------------------------------
 05-Mar-2010 Joe Hunt
 ! Release 2.2.7
index 2d9242f43d1f01d5ddb8e3a4544baeec6b342d15..9ac71ef0bf2d1370984f800cf416783d4ea6f8c6 100644 (file)
@@ -42,6 +42,11 @@ function check_data()
 
        if ($_POST['name'] == "" || $_POST['host'] == "" || $_POST['dbuser'] == "" || $_POST['dbname'] == "")
                return false;
+       if ($selected_id == -1 && (!isset($_GET['ul']) || $_GET['ul'] != 1))
+       {
+               display_error(_("When creating a new company, you must provide a Database script file."));
+               return false;
+       }
        foreach($db_connections as $id=>$con)
        {
         if($id != $selected_id && $_POST['host'] == $con['host'] 
@@ -82,12 +87,12 @@ function handle_submit()
        global $db_connections, $def_coy, $tb_pref_counter, $db,
            $comp_subdirs, $path_to_root;
 
-       $new = false;
        $error = false;
        if (!check_data())
                return false;
 
        $id = $_GET['id'];
+       $new = !isset($db_connections[$id]);
 
        $db_connections[$id]['name'] = $_POST['name'];
        $db_connections[$id]['host'] = $_POST['host'];
@@ -100,7 +105,6 @@ function handle_submit()
                {
                        $db_connections[$id]['tbpref'] = $_POST['tbpref'] == 1 ?
                          $tb_pref_counter."_" : '';
-                       $new = true;
                }
                else if ($_POST['tbpref'] != "")
                        $db_connections[$id]['tbpref'] = $_POST['tbpref'];
@@ -146,7 +150,7 @@ function handle_submit()
                        {
                                display_error(_("Error connecting to Database: ") . $conn['dbname'] . _(", Please correct it"));
                                $error = true;
-                       } else {
+                       } elseif ($_POST['admpassword'] != "") {
                                db_query("UPDATE ".$conn['tbpref']."users set password = '".md5($_POST['admpassword']). "' WHERE user_id = 'admin'");
                        }
                }
index 0cb76d087396a87b5b27940c9c2b25b049c54a68..958572c2b5ab0ffb12f5296f1430e8e88ec8f711 100644 (file)
@@ -557,7 +557,7 @@ function db_export($conn, $filename, $zip='no', $comment='', $tbpref = TB_PREF)
     {
                //if ($conn["tbpref"] == "" || strpos($row['Name'], $conn["tbpref"]) !== false) replaced
                if (($conn["tbpref"] == "" && !preg_match('/[0-9]+_/', $row['Name'])) ||
-                       ($conn["tbpref"] != "" && strpos($row['Name'], $conn["tbpref"]) !== false))
+                       ($conn["tbpref"] != "" && strpos($row['Name'], $conn["tbpref"]) === 0))
                $all_tables[] = $row;
     }
         // get table structures
index 0e2084915a13d1703e78777ddc8b85bfb11e89d3..d792f10441fb040dafb30369d70aa8356b0cebae 100644 (file)
@@ -47,6 +47,9 @@ if (isset($_POST['setprefs']))
 
                flush_dir(company_path().'/js_cache');  
 
+               if ($chg_theme && $allow_demo_mode)
+                       $_SESSION["wa_current_user"]->prefs->theme = $_POST['theme'];
+
                if ($chg_theme || $chg_lang)
                        meta_forward($_SERVER['PHP_SELF']);
 
index 4e554290ac67fcdd89e0f63ac18c300f2d30a2f1..8fba181051c23a9329cf89983e6cc5e732074832 100644 (file)
@@ -190,6 +190,16 @@ function tst_subdirs()
                        if (!is_dir($spath) || !is_writable($spath) ) {
                                $test['result'] = false;
                                $test['comments'][] = sprintf(_("'%s' is not writeable"), $spath);
+                       } else {
+                               $dir = opendir($spath);
+                               while (false !== ($fname = readdir($dir))) {
+                                       // check only *.js files. Manually installed package can contain other
+                                       // non-writable files which are non-crucial for normal operations
+                                       if (preg_match('/.*(\.js)/', $fname) && !is_writable("$spath/$fname")) {
+                                               $test['result'] = false;
+                                               $test['comments'][] = sprintf(_("'%s' is not writeable"), "$spath/$fname");
+                                       }
+                               }
                        }
                }
        }
@@ -316,7 +326,11 @@ foreach ($system_tests as $test)
 
     $comm = is_array(@$result['comments']) ? implode('<br>', $result['comments']) 
                : @$result['comments'];
-    label_cell($result['result'] ? _('Ok') : '<b>'.$comm.'</b>');
+       $color = ($result['result'] ? 'green': 
+       ($result['type']==3 ? 'red' :
+        ($result['type']==2 ? 'orange' : 'green')));
+    label_cell("<span style='color:$color'>".
+       ($result['result'] ? _('Ok') : '<b>'.$comm.'</b>').'</span>');
     end_row();
 }
 
index 4d370d9ece625eb3ac0c25c41c322a9085fa98e2..44b0d8e252a21d39b6f085091cd4cde265bd6840 100644 (file)
@@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.3 CVS (m7)";
+       $version                = "2.3 CVS (m9)";
         // src-data compatibility check. Do not change.
        $core_version = "2.3";
 
index 22dee85c78209b4e195e1774693b22b71d62d450..3ee0ee50350cd8f91655026547d75ad48bda5ecb 100644 (file)
@@ -97,7 +97,12 @@ function display_type ($type, $typename, $from, $to, $convert, $drilldown, $path
                        amount_cell(($acctstotal + $typestotal) * $convert);
                        end_row();
                }
-               elseif ($drilldown && $type != $_POST["AccGrp"])
+               //START Patch#1 : Display  only direct child types
+               $acctype1 = get_account_type($type);
+               $parent1 = $acctype1["parent"];
+               if ($drilldown && $parent1 == $_POST["AccGrp"])
+               //END Patch#2           
+               //elseif ($drilldown && $type != $_POST["AccGrp"])
                {
                        $url = "<a href='$path_to_root/gl/inquiry/balance_sheet.php?TransFromDate=" 
                                . $from . "&TransToDate=" . $to 
index 3af0e4a7ca65f142fda8b25ec79ab08bcb479b23..70f08d54c0134d92ca52a156d5f3ab85665ce7dd 100644 (file)
@@ -114,8 +114,13 @@ function display_type ($type, $typename, $from, $to, $begin, $end, $compare, $co
                        amount_cell(Achieve(($code_per_balance + $per_balance_total), ($code_acc_balance + $acc_balance_total)));
                        end_row();
                }
-               elseif ($drilldown && $type != $_POST["AccGrp"])
-               {
+               //START Patch#1 : Display  only direct child types
+               $acctype1 = get_account_type($type);
+               $parent1 = $acctype1["parent"];
+               if ($drilldown && $parent1 == $_POST["AccGrp"])
+               //END Patch#2           
+               //elseif ($drilldown && $type != $_POST["AccGrp"])
+               {       
                        $url = "<a href='$path_to_root/gl/inquiry/profit_loss.php?TransFromDate=" 
                                . $from . "&TransToDate=" . $to . "&Compare=" . $compare
                                . "&AccGrp=" . $type ."'>" . $typename ."</a>";
@@ -156,7 +161,7 @@ function inquiry_controls()
        //Compare Combo
        global $sel;
        $sel = array(_("Accumulated"), _("Period Y-1"), _("Budget"));   
-       echo "<td>Comapre To:</td>\n";
+       echo "<td>"._("Compare to").":</td>\n";
        echo "<td>";
        echo array_selector('Compare', null, $sel);
        echo "</td>\n"; 
index c4d94539df5797c01dad0cfd64d9f4fc0c754242..8a167e3ffe7acb0dd7ae39a6f0cff2cde818ac1b 100644 (file)
@@ -175,7 +175,7 @@ class current_user
                        update_user_prefs($this->user, $prefs);
                }
 
-               $this->prefs = new user_prefs($prefs);
+               $this->prefs = new user_prefs(get_user($this->user));
        }
 }
 
index 5c5ec42be41a5e208924c0a6593a7e8fedf126b5..4a92fe238f80656ff65ee56a498aa12dfed98ada 100644 (file)
@@ -174,7 +174,7 @@ include_once($path_to_root . "/includes/prefs/sysprefs.inc");
 
 ini_set('session.gc_maxlifetime', 36000); // 10hrs
 
-session_name('FrontAccounting');
+session_name('FA'.md5(dirname(__FILE__)));
 session_start();
 
 // this is to fix the "back-do-you-want-to-refresh" issue - thanx PHPFreaks
@@ -246,7 +246,9 @@ if (strstr($_SERVER['PHP_SELF'], 'logout.php') == false){
                                $Ajax->activate('_page_body');
                        exit;
                } else {
-                       $succeed = $_SESSION["wa_current_user"]->login($_POST["company_login_name"],
+
+                       $succeed = isset($db_connections[$_POST["company_login_name"]]) &&
+                               $_SESSION["wa_current_user"]->login($_POST["company_login_name"],
                                $_POST["user_name_entry_field"], md5($_POST["password"]));
                        // select full vs fallback ui mode on login
                        $_SESSION["wa_current_user"]->ui_mode = $_POST['ui_mode'];
index be0ebc5817550c8e8dfcd1287c91a94e11aa37d6..8d1e400186f5ce06ae83ec2bcde5170d2b4e4f98 100644 (file)
@@ -274,7 +274,7 @@ function show_allocatable($show_totals) {
                amount_cells(null, "amount" . $counter, price_format('amount' . $counter));
 
                $un_allocated = round($alloc_item->amount - $alloc_item->amount_allocated, 6);
-               amount_cell($un_allocated);
+               amount_cell($un_allocated, false,'', 'maxval'.$counter);
                        label_cell("<a href='#' name=Alloc$counter onclick='allocate_all(this.name.substr(5));return true;'>"
                                 . _("All") . "</a>");
                        label_cell("<a href='#' name=DeAll$counter onclick='allocate_none(this.name.substr(5));return true;'>"
@@ -332,7 +332,9 @@ function check_allocations()
                 amount left to be allocated against the transaction under review */
                 if (input_num('amount' . $counter) > get_post('un_allocated' . $counter))
                 {
-                    //$_POST['amount' . $counter] = $_POST['un_allocated' . $counter];
+                       display_error(_("At least one transaction is overallocated."));
+                       set_focus('amount'.$counter);
+                       return false;
                 }
 
                 $_SESSION['alloc']->allocs[$counter]->current_allocated = input_num('amount' . $counter);
index d963665f4cb7d42ce5a1d1a38ae6923d57ede79c..36f99e9ce01bf0e7bd5fc69095c14a804bd3ea59 100644 (file)
@@ -270,7 +270,7 @@ function button($name, $value, $title=false, $icon=false,  $aspect='')
                        "' value='1'" . ($title ? " title='$title'":" title='$value'")
                        . ($aspect ? " aspect='$aspect'" : '')
                        . $rel
-                       ." />".set_icon($icon)."\n";
+                       ." />".set_icon($icon)."</button>\n";
        }
        else
                return "<input type='submit' class='editbutton' name='"
index 50de77afc8692e7e4fe40a6229d1e80b98669340..0ddf0c34f6dad80ce61af1721c539cf6cfe73697 100644 (file)
@@ -1851,7 +1851,7 @@ function systypes_list_cells($label, $name, $value=null, $submit_on_change=false
 function systypes_list_row($label, $name, $value=null, $submit_on_change=false)
 {
        echo "<tr><td class='label'>$label</td>";
-       systypes_list_cells(null, $name, $value, false, $submit_on_change);
+       systypes_list_cells(null, $name, $value, $submit_on_change);
        echo "</tr>\n";
 }
 
index 0294137ad3c2561e566a64b763d3acf0cfd245ec..707bdf8ef841afd4ff4c9fc94a7d2aa45ccffc13 100644 (file)
@@ -14,12 +14,16 @@ function focus_alloc(i) {
 }
 
 function blur_alloc(i) {
-       var change = get_amount(i.name);
-               price_format(i.name, change, user.pdec);                
-               if(change<0) change = 0;
-               change = change-i.getAttribute('_last');
+
+       var last = +i.getAttribute('_last')
+       var left = get_amount('left_to_allocate', 1); 
+       var cur = Math.min(get_amount(i.name), get_amount('maxval'+i.name.substr(6), 1), last+left)
+
+       price_format(i.name, cur, user.pdec);
+       change = cur-last;
+
        var total = get_amount('total_allocated', 1)+change;
-       var left = get_amount('left_to_allocate', 1)-change;
+               left -= change;
        
        price_format('left_to_allocate', left, user.pdec, 1, 1);
        price_format('total_allocated', total, user.pdec, 1, 1);
index 7bdd991483cac7f689082799c4ae30785006cbf8..a1cbc09ec3334f9c8cf548a69c42c2473f42d5c5 100644 (file)
@@ -14,8 +14,12 @@ function focus_alloc(i) {
 }
 
 function blur_alloc(i) {
-       var change = get_amount(i.name);
-               price_format(i.name, change, user.pdec);                
+               var change = get_amount(i.name);
+               
+               if (i.name != 'amount' && i.name != 'charge' && i.name != 'discount')
+                       change = Math.min(change, get_amount('maxval'+i.name.substr(6), 1))
+
+               price_format(i.name, change, user.pdec);
                if (i.name != 'amount' && i.name != 'charge') {
                        if (change<0) change = 0;
                        change = change-i.getAttribute('_last');
index d0b822fb95f4783a8f169ce9a92ee4552efc65b7..e25e0cce29f47363856485a1d7c24e1dfe813de6 100644 (file)
@@ -5,8994 +5,9025 @@ msgid ""
 msgstr ""
 "Project-Id-Version: FrontAccounting\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-25 17:05+0100\n"
-"PO-Revision-Date: 2010-02-25 17:05+0100\n"
+"POT-Creation-Date: 2010-05-05 13:48+0100\n"
+"PO-Revision-Date: 2010-05-05 13:48+0100\n"
 "Last-Translator: Translation Team <info@frontaccounting.net>\n"
 "Language-Team: Translators\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: English\n"
 "X-Poedit-Country: UNITED KINGDOM\n"
 "X-Poedit-SourceCharset: iso-8859-1\n"
-"X-Poedit-Basepath: c:\\Apache2\\htdocs\\account226\n"
-"X-Poedit-SearchPath-0: c:\\Apache2\\htdocs\\account226\n"
+"X-Poedit-Basepath: c:\\Apache2\\htdocs\\account228\n"
+"X-Poedit-SearchPath-0: c:\\Apache2\\htdocs\\account228\n"
 
-#: c:\Apache2\htdocs\account226/frontaccounting.php:80
-#: c:\Apache2\htdocs\account226/frontaccounting.php:81
+#: c:\Apache2\htdocs\account228/frontaccounting.php:80
+#: c:\Apache2\htdocs\account228/frontaccounting.php:81
 msgid "Main  Menu"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/frontaccounting.php:82
-#: c:\Apache2\htdocs\account226/access/logout.php:17
+#: c:\Apache2\htdocs\account228/frontaccounting.php:82
+#: c:\Apache2\htdocs\account228/access/logout.php:17
 msgid "Logout"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:13
+#: c:\Apache2\htdocs\account228/access/login.php:13
 msgid "Restricted access"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:33
+#: c:\Apache2\htdocs\account228/access/login.php:33
 msgid "Login as user: demouser and password: password"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:37
+#: c:\Apache2\htdocs\account228/access/login.php:37
 msgid "Please login here"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:45
-#: c:\Apache2\htdocs\account226/access/login.php:75
+#: c:\Apache2\htdocs\account228/access/login.php:45
+#: c:\Apache2\htdocs\account228/access/login.php:75
 msgid "Authorization timeout"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:45
-#: c:\Apache2\htdocs\account226/access/login.php:82
+#: c:\Apache2\htdocs\account228/access/login.php:45
+#: c:\Apache2\htdocs\account228/access/login.php:82
 msgid "Login"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:82
+#: c:\Apache2\htdocs\account228/access/login.php:82
 msgid "Version"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:85
+#: c:\Apache2\htdocs\account228/access/login.php:85
 msgid "User name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:89
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:78
+#: c:\Apache2\htdocs\account228/access/login.php:89
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:78
 msgid "Password:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:98
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:248
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:337
+#: c:\Apache2\htdocs\account228/access/login.php:98
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:263
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:352
 msgid "Company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:107
+#: c:\Apache2\htdocs\account228/access/login.php:107
 msgid "Login -->"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/login.php:136
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:110
+#: c:\Apache2\htdocs\account228/access/login.php:136
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:110
 msgid "Theme:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/logout.php:28
+#: c:\Apache2\htdocs\account228/access/logout.php:28
 msgid "Thank you for using"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/access/logout.php:39
+#: c:\Apache2\htdocs\account228/access/logout.php:39
 msgid "Click here to Login Again."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:71
+#: c:\Apache2\htdocs\account228/admin/attachments.php:71
 msgid "Attach Documents"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:120
+#: c:\Apache2\htdocs\account228/admin/attachments.php:120
 msgid "Attachment has been inserted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:137
+#: c:\Apache2\htdocs\account228/admin/attachments.php:137
 msgid "Attachment has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:150
+#: c:\Apache2\htdocs\account228/admin/attachments.php:150
 msgid "Attachment has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:167
+#: c:\Apache2\htdocs\account228/admin/attachments.php:167
 msgid "Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
 msgid "#"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
-#: c:\Apache2\htdocs\account226/admin/attachments.php:250
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/attachments.php:250
 msgid "Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
-#: c:\Apache2\htdocs\account226/admin/backups.php:60
-#: c:\Apache2\htdocs\account226/admin/backups.php:139
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/backups.php:60
+#: c:\Apache2\htdocs\account228/admin/backups.php:139
 msgid "Filename"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
 msgid "Size"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
 msgid "Filetype"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:195
+#: c:\Apache2\htdocs\account228/admin/attachments.php:195
 msgid "Date Uploaded"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:212
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:272
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:457
+#: c:\Apache2\htdocs\account228/admin/attachments.php:212
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:287
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:457
 msgid "Edit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:213
+#: c:\Apache2\htdocs\account228/admin/attachments.php:213
 msgid "View"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:214
+#: c:\Apache2\htdocs\account228/admin/attachments.php:214
 msgid "Download"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:215
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:273
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:459
+#: c:\Apache2\htdocs\account228/admin/attachments.php:215
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:288
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:459
 msgid "Delete"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:244
-#: c:\Apache2\htdocs\account226/admin/attachments.php:249
+#: c:\Apache2\htdocs\account228/admin/attachments.php:244
+#: c:\Apache2\htdocs\account228/admin/attachments.php:249
 msgid "Transaction #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/attachments.php:251
+#: c:\Apache2\htdocs\account228/admin/attachments.php:251
 msgid "Attached File"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:21
-#: c:\Apache2\htdocs\account226/admin/backups.php:111
+#: c:\Apache2\htdocs\account228/admin/backups.php:21
+#: c:\Apache2\htdocs\account228/admin/backups.php:111
 msgid "Select backup file first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:40
+#: c:\Apache2\htdocs\account228/admin/backups.php:40
 msgid "Backup and Restore Database"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:47
+#: c:\Apache2\htdocs\account228/admin/backups.php:47
 msgid "Backup paths have not been set correctly."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:48
+#: c:\Apache2\htdocs\account228/admin/backups.php:48
 msgid "Please contact System Administrator."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:49
+#: c:\Apache2\htdocs\account228/admin/backups.php:49
 msgid "cannot find backup directory"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:59
+#: c:\Apache2\htdocs\account228/admin/backups.php:59
 msgid "Backup successfully generated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:62
+#: c:\Apache2\htdocs\account228/admin/backups.php:62
 msgid "Database backup failed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:95
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:260
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:448
+#: c:\Apache2\htdocs\account228/admin/backups.php:95
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:275
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:448
 msgid "No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:133
+#: c:\Apache2\htdocs\account228/admin/backups.php:133
 msgid "Restore backup completed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:138
+#: c:\Apache2\htdocs\account228/admin/backups.php:138
 msgid "File successfully deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:143
+#: c:\Apache2\htdocs\account228/admin/backups.php:143
 msgid "Can't delete backup file."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:152
+#: c:\Apache2\htdocs\account228/admin/backups.php:152
 msgid "You can only upload *.sql backup files"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:158
+#: c:\Apache2\htdocs\account228/admin/backups.php:158
 msgid "File was not uploaded into the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:164
+#: c:\Apache2\htdocs\account228/admin/backups.php:164
 msgid "Create backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:165
+#: c:\Apache2\htdocs\account228/admin/backups.php:165
 msgid "Comments:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:166
+#: c:\Apache2\htdocs\account228/admin/backups.php:166
 msgid "Compression:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:168
+#: c:\Apache2\htdocs\account228/admin/backups.php:168
 msgid "Create Backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:170
+#: c:\Apache2\htdocs\account228/admin/backups.php:170
 msgid "Backup scripts maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:176
+#: c:\Apache2\htdocs\account228/admin/backups.php:176
 msgid "View Backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:177
+#: c:\Apache2\htdocs\account228/admin/backups.php:177
 msgid "Download Backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:178
+#: c:\Apache2\htdocs\account228/admin/backups.php:178
 msgid "Restore Backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:179
+#: c:\Apache2\htdocs\account228/admin/backups.php:179
 msgid ""
 "You are about to restore database from backup file.\n"
 "Do you want to continue?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:181
+#: c:\Apache2\htdocs\account228/admin/backups.php:181
 msgid "Delete Backup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:183
+#: c:\Apache2\htdocs\account228/admin/backups.php:183
 #, php-format
 msgid ""
 "You are about to remove selected backup file.\n"
 "Do you want to continue ?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/backups.php:189
+#: c:\Apache2\htdocs\account228/admin/backups.php:189
 msgid "Upload file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:16
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:85
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:16
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:85
 msgid "Change password"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:28
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:28
 msgid "The password entered must be at least 4 characters long."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:35
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:35
 msgid "The password cannot contain the user login."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:42
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:42
 msgid "The passwords entered are not the same."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:56
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:56
 msgid "Password cannot be changed in demo mode."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:61
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:61
 msgid "Your password has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:73
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:73
 msgid "User login:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:79
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:79
 msgid "Repeat password:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/change_current_user_password.php:81
+#: c:\Apache2\htdocs\account228/admin/change_current_user_password.php:81
 msgid "Enter your new password in the fields."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:16
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:16
 msgid "Company Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:31
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:31
 msgid "Login timeout must be positive number not less than 10."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:38
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:38
 msgid "The company name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:56
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:56
 msgid "Only jpg and png files are supported - a file extension of .jpg or .png is expected"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:61
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:61
 msgid "The file size is over the maximum allowed. The maximum size allowed in KB is"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:66
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:66
 msgid "Only graphics files can be uploaded"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:74
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:96
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:74
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:96
 msgid "The existing image could not be removed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:84
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:84
 msgid "Error uploading logo file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:119
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:119
 msgid "Company setup has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:162
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:162
 msgid "Name (to appear on reports):"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:163
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:163
 msgid "Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:164
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:164
 msgid "Domicile:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:166
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:166
 msgid "Phone Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:167
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:167
 msgid "Fax Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:168
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:168
 msgid "Email Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:170
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:170
 msgid "Official Company Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:171
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:171
 msgid "GSTNo:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:173
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:173
 msgid "Home Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:174
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:174
 msgid "Fiscal Year:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:178
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:178
 msgid "Tax Periods:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:178
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:178
 msgid "Months."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:179
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:179
 msgid "Tax Last Period:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:179
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:179
 msgid "Months back."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:181
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:181
 msgid "Company Logo:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:182
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:182
 msgid "New Company Logo (.jpg)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:183
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:183
 msgid "Delete Company Logo:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:185
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:185
 msgid "Use Dimensions:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:186
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:186
 msgid "Base for auto price calculations:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:187
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:187
 msgid "No base price list"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:188
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:188
 msgid "Add Price from Std Cost:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:190
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:190
 msgid "Round to nearest:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:192
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:192
 msgid "Search Item List"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:193
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:193
 msgid "Search Customer List"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:194
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:194
 msgid "Search Supplier List"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:196
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:196
 msgid "Time Zone on Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:197
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:197
 msgid "Login Timeout:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:197
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:197
 msgid "seconds"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:198
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:198
 msgid "Version Id"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/company_preferences.php:203
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:141
-#: c:\Apache2\htdocs\account226/admin/forms_setup.php:61
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:221
+#: c:\Apache2\htdocs\account228/admin/company_preferences.php:203
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:141
+#: c:\Apache2\htdocs\account228/admin/forms_setup.php:61
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:221
 msgid "Update"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:21
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:21
 msgid "Create/Update Company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:52
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:47
+msgid "When creating a new company, you must provide a Database script file."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:57
 msgid "This database settings are already used by another company."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:57
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:62
 msgid "You cannot have table set without prefix together with prefixed sets in the same database."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:117
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:121
 msgid "Error creating Database: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:117
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:121
 msgid ", Please create it manually"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:125
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:129
 msgid "Cannot create new company due to bugs in sql file."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:133
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:137
 msgid "Error uploading Database Script, please upload it manually"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:145
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:211
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:151
+msgid "Error connecting to Database: "
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:151
+msgid ", Please correct it"
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:160
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:226
 msgid "Cannot open the configuration file - "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:147
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:213
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:162
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:228
 msgid "Cannot write to the configuration file - "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:149
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:184
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:215
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:164
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:199
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:230
 msgid "The configuration file "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:149
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:184
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:215
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:164
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:199
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:230
 msgid " is not writable. Change its permissions so it is, then re-run the operation."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:161
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:176
 msgid "New company has been created."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:161
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:176
 msgid "Company has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:177
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:192
 msgid "Broken company subdirectories system. You have to remove this company manually."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:193
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:208
 msgid "Cannot rename subdirectory to temporary name."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:199
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:214
 msgid "Cannot rename company subdirectory"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:205
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:220
 msgid "Error removing Database: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:205
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:220
 msgid ", please remove it manually"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:224
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:239
 msgid "Cannot remove temporary renamed company data directory "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:227
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:242
 msgid "Selected company as been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:241
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:256
 msgid "Are you sure you want to delete company no. "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:248
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:263
 msgid "Database Host"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:248
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:339
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:263
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:354
 msgid "Database User"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:249
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:342
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:264
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:357
 msgid "Database Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:249
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:344
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:346
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:264
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:359
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:361
 msgid "Table Pref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:249
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:347
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:264
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:362
 msgid "Default"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:258
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:452
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:273
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:452
 msgid "Yes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:286
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:301
 msgid "The marked company is the current company which cannot be deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:338
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:353
 msgid "Host"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:341
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:356
 msgid "Database Password"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:344
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:359
 msgid "None"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:349
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:364
 msgid "Database Script"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:351
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:366
 msgid "New script Admin Password"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:354
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:369
 msgid "Choose from Database scripts in SQL folder. No Database is created without a script."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:355
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:370
 msgid "Save"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/create_coy.php:378
+#: c:\Apache2\htdocs\account228/admin/create_coy.php:393
 msgid "Create a new company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:16
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:16
 msgid "Display Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:30
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:30
 msgid "Query size must be integer and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:58
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:58
 msgid "Display settings have been updated. Keep in mind that changed settings are restored on every login in demo mode."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:60
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:60
 msgid "Display settings have been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:69
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:69
 msgid "Decimal Places"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:71
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:71
 msgid "Prices/Amounts:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:72
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:72
 msgid "Quantities:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:73
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:73
 msgid "Exchange Rates:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:74
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:74
 msgid "Percentages:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:76
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:76
 msgid "Dateformat and Separators"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:78
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:78
 msgid "Dateformat:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:80
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:80
 msgid "Date Separator:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:85
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:85
 msgid "Thousand Separator:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:90
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:90
 msgid "Decimal Separator:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:97
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:97
 msgid "Language"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:99
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:99
 msgid "Language:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:102
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:102
 msgid "Miscellaneous"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:104
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:104
 msgid "Show hints for new users:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:106
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:106
 msgid "Show GL Information:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:108
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:108
 msgid "Show Item Codes:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:115
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:115
 msgid "Page Size:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:117
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:117
 msgid "Start-up Tab"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:125
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:125
 msgid "Printing profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:126
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:126
 msgid "Browser printing support"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:128
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:128
 msgid "Use popup window to display reports:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:129
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:129
 msgid "Set this option to on if your browser directly supports pdf files"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:131
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:131
 msgid "Use icons instead of text links:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:132
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:132
 msgid "Set this option to on for using icons instead of text links"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:134
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:134
 msgid "Query page size:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:136
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:136
 msgid "Remember last document date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/display_prefs.php:137
+#: c:\Apache2\htdocs\account228/admin/display_prefs.php:137
 msgid "If set document date is remembered on subsequent documents, otherwise default is current date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:24
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:24
 msgid "Fiscal Years"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:67
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:67
 msgid "Invalid BEGIN date in fiscal year."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:73
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:73
 msgid "Invalid END date in fiscal year."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:79
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:79
 msgid "BEGIN date bigger than END date."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:91
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:91
 msgid "The Retained Earnings Account or the Profit and Loss Year Account has not been set in System and General GL Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:115
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:117
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:115
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:117
 msgid "Closing Year"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:147
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:147
 msgid "Cannot CLOSE this year because there are open fiscal years before"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:158
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:158
 msgid "Selected fiscal year has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:166
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:166
 msgid "New fiscal year has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:179
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:179
 msgid "Cannot delete this fiscal year because thera are fiscal years before."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:184
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:184
 msgid "Cannot delete this fiscal year because the fiscal year is not closed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:217
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:217
 msgid "Open Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:411
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:411
 msgid "Selected fiscal year has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:426
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:426
 msgid ""
 "Warning: Deleting a fiscal year all transactions \n"
 "\t\tare removed and converted into relevant balances. This process is irreversible!"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:431
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:431
 msgid "Fiscal Year Begin"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:431
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:431
 msgid "Fiscal Year End"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:431
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:431
 msgid "Closed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:461
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:461
 #, php-format
 msgid "Are you sure you want to delete fiscal year %s - %s? All transactions are deleted and converted into relevant balances. Do you want to continue ?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:469
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:469
 msgid "The marked fiscal year is the current fiscal year which cannot be deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:493
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:498
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:493
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:498
 msgid "Fiscal Year Begin:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:494
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:499
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:494
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:499
 msgid "Fiscal Year End:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/fiscalyears.php:503
+#: c:\Apache2\htdocs\account228/admin/fiscalyears.php:503
 msgid "Is Closed:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/forms_setup.php:16
+#: c:\Apache2\htdocs\account228/admin/forms_setup.php:16
 msgid "Forms Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/forms_setup.php:36
+#: c:\Apache2\htdocs\account228/admin/forms_setup.php:36
 msgid "Forms settings have been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/forms_setup.php:46
+#: c:\Apache2\htdocs\account228/admin/forms_setup.php:46
 msgid "Form"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/forms_setup.php:46
+#: c:\Apache2\htdocs\account228/admin/forms_setup.php:46
 msgid "Next Reference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:16
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:16
 msgid "System and General GL Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:30
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:30
 msgid "The delivery over-receive allowance must be between 0 and 100."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:37
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:37
 msgid "The invoice over-charge allowance must be between 0 and 100."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:44
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:44
 msgid "The past due days interval allowance must be between 0 and 100."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:78
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:78
 msgid "The general GL setup has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:129
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:129
 msgid "General GL"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:136
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:136
 msgid "Past Due Days Interval:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:136
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:171
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:179
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:214
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:136
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:171
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:179
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:214
 msgid "days"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:138
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:138
 msgid "Retained Earnings:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:140
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:140
 msgid "Profit/Loss Year:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:142
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:142
 msgid "Exchange Variances Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:144
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:144
 msgid "Bank Charges Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:148
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:148
 msgid "Customers and Sales"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:150
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:150
 msgid "Default Credit Limit:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:152
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:152
 msgid "Accumulate batch shipping:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:154
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:154
 msgid "Legal Text on Invoice:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:156
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:156
 msgid "Shipping Charged Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:160
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:160
 msgid "Customers and Sales Defaults"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:162
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:162
 msgid "Receivable Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:164
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:200
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:164
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:200
 msgid "Sales Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:167
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:167
 msgid "Sales Discount Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:169
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:169
 msgid "Prompt Payment Discount Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:171
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:171
 msgid "Delivery Required By:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:177
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:177
 msgid "Dimension Defaults"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:179
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:179
 msgid "Dimension Required By After:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:182
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:182
 msgid "Suppliers and Purchasing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:184
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:184
 msgid "Delivery Over-Receive Allowance:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:186
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:186
 msgid "Invoice Over-Charge Allowance:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:188
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:188
 msgid "Suppliers and Purchasing Defaults"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:190
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:190
 msgid "Payable Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:192
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:192
 msgid "Purchase Discount Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:194
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:194
 msgid "Inventory"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:196
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:196
 msgid "Allow Negative Inventory:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:197
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:197
 msgid "Warning:  This may cause a delay in GL postings"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:199
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:199
 msgid "Items Defaults"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:202
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:202
 msgid "Inventory Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:204
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:204
 msgid "C.O.G.S. Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:206
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:206
 msgid "Inventory Adjustments Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:208
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:208
 msgid "Item Assembly Costs Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:212
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:212
 msgid "Manufacturing Defaults"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/gl_setup.php:214
+#: c:\Apache2\htdocs\account228/admin/gl_setup.php:214
 msgid "Work Order Required By After:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:16
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:16
 msgid "Install/Update Languages"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:41
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:41
 msgid "Language name, code nor encoding cannot be empty"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:133
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:133
 msgid "Are you sure you want to delete language no. "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:139
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:194
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:236
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:296
-#: c:\Apache2\htdocs\account226/admin/printers.php:88
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:117
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:139
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:194
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:236
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:296
+#: c:\Apache2\htdocs\account228/admin/printers.php:88
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:117
 msgid "Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:139
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:216
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:139
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:216
 msgid "Encoding"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:139
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:218
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:139
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:218
 msgid "Right To Left"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:175
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:175
 msgid "The marked language is the current language which cannot be deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:214
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:214
 msgid "Language Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:215
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:215
 msgid "Language Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:219
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:219
 msgid "Default Language"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:221
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:222
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:221
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:222
 msgid "Language File"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:225
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:225
 msgid "Select your language files from your local harddisk."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_lang.php:255
+#: c:\Apache2\htdocs\account228/admin/inst_lang.php:255
 msgid "Create a new language"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:16
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:16
 msgid "Install/Activate extensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:30
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:30
 msgid "Cannot update system extensions list."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:48
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:48
 #, php-format
 msgid "Cannot update extensions list for company '%s'."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:59
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:59
 msgid "Extension name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:64
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:64
 msgid "Extension name have to be unique."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:70
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:70
 msgid "Extension title cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:74
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:74
 msgid "Extension folder name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:78
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:78
 msgid "You have to select plugin file to upload"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:96
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:96
 msgid "Module installation support is not implemented yet. You have to do it manually."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:183
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:183
 msgid "Selected extension has been successfully deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:194
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:236
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:194
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:236
 msgid "Tab"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:194
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:236
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:194
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:236
 msgid "Link text"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:194
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:297
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:194
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:297
 msgid "Folder"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:195
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:195
 msgid "Access extensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:223
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:223
 msgid ""
 "You are about to delete this extension\\n"
 "Do you want to continue?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:236
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:236
 msgid "Active"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:299
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:299
 msgid "Menu Tab"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:300
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:300
 msgid "Menu Link Text"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:302
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:302
 msgid "Default status"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:304
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:304
 msgid "Module File"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:305
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:305
 msgid "Access Levels Extensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:306
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:306
 msgid "SQL File"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:309
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:309
 msgid "Select your module PHP file from your local harddisk."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:317
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:317
 msgid "Extension data has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:319
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:319
 msgid "Extension has been installed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:336
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:336
 msgid "Current active extensions set has been saved."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_module.php:350
+#: c:\Apache2\htdocs\account228/admin/inst_module.php:350
 msgid "Extensions:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:16
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:16
 msgid "Software Upgrade"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:111
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:111
 msgid "Upgrade cannot be done because database has been already partially upgraded. Please downgrade database to clean previous version or try forced upgrade."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:139
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:139
 msgid "Cannot connect to database for company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:151
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:151
 #, php-format
 msgid "Database upgrade to version %s failed for company '%s'."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:154
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:154
 msgid "You should restore company database from latest backup file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:165
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:165
 msgid "All companies data has been successfully updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:172
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:172
 msgid "Sql file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:172
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:172
 msgid "Install"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:173
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:173
 msgid "Force upgrade"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:190
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:190
 msgid "Installed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:196
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:196
 #, php-format
 msgid "Partially installed (%s)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:205
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:205
 msgid ""
 "Database upgrades marked as partially installed cannot be installed automatically.\n"
 "You have to clean database manually to enable them, or try to perform forced upgrade."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:209
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:209
 msgid "Upgrade system"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/inst_upgrade.php:209
+#: c:\Apache2\htdocs\account228/admin/inst_upgrade.php:209
 msgid "Save database and perform upgrade"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:16
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:16
 msgid "Payment Terms"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:31
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:31
 msgid "The number of days or the day in the following month must be numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:37
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:37
 msgid "The Terms description must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:43
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:43
 msgid "When the check box to indicate a day in the following month is the due date, the due date cannot be a day after the 30th. A number between 1 and 30 is expected."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:49
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:49
 msgid "When the check box is not checked to indicate that the term expects a number of days after which accounts are due, the number entered should be less than 500 days."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:74
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:74
 msgid "Selected payment terms have been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:93
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:93
 msgid "New payment terms have been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:111
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:111
 msgid "Cannot delete this payment term, because customer accounts have been created referring to this term."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:120
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:120
 msgid "Cannot delete this payment term, because supplier accounts have been created referring to this term"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:128
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:128
 msgid "Selected payment terms have been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:150
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:150
 msgid "Following Month On"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:150
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:150
 msgid "Due After (Days)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:159
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:168
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:159
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:168
 msgid "N/A"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:213
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:213
 msgid "Terms Description:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:215
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:215
 msgid "Due After A Given No. Of Days:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/payment_terms.php:225
+#: c:\Apache2\htdocs\account228/admin/payment_terms.php:225
 msgid "Days (Or Day In Following Month):"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:16
+#: c:\Apache2\htdocs\account228/admin/printers.php:16
 msgid "Printer Locations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:31
+#: c:\Apache2\htdocs\account228/admin/printers.php:31
 msgid "Printer name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:36
+#: c:\Apache2\htdocs\account228/admin/printers.php:36
 msgid "You have selected printing to server at user IP."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:41
+#: c:\Apache2\htdocs\account228/admin/printers.php:41
 msgid "Timeout cannot be less than zero nor longer than 60 (sec)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:52
+#: c:\Apache2\htdocs\account228/admin/printers.php:52
 msgid "New printer definition has been created"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:53
+#: c:\Apache2\htdocs\account228/admin/printers.php:53
 msgid "Selected printer definition has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:67
+#: c:\Apache2\htdocs\account228/admin/printers.php:67
 msgid "Cannot delete this printer definition, because print profile have been created using it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:73
+#: c:\Apache2\htdocs\account228/admin/printers.php:73
 msgid "Selected printer definition has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:88
-#: c:\Apache2\htdocs\account226/admin/printers.php:140
+#: c:\Apache2\htdocs\account228/admin/printers.php:88
+#: c:\Apache2\htdocs\account228/admin/printers.php:140
 msgid "Printer Queue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:136
+#: c:\Apache2\htdocs\account228/admin/printers.php:136
 msgid "Printer Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:137
+#: c:\Apache2\htdocs\account228/admin/printers.php:137
 msgid "Printer Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:138
+#: c:\Apache2\htdocs\account228/admin/printers.php:138
 msgid "Host name or IP"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:139
+#: c:\Apache2\htdocs\account228/admin/printers.php:139
 msgid "Port"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/printers.php:141
+#: c:\Apache2\htdocs\account228/admin/printers.php:141
 msgid "Timeout"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:18
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:18
 msgid "Printing Profiles"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:33
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:33
 msgid "Default printing destination"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:93
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:93
 msgid "Printing profile name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:109
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:109
 msgid "New printing profile has been created"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:112
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:112
 msgid "Printing profile has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:121
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:121
 msgid "Selected printing profile has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:132
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:132
 msgid "Select printing profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:133
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:133
 msgid "New printing profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:138
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:140
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:138
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:140
 msgid "Printing Profile Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:150
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:150
 msgid "Report Id"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:150
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:150
 msgid "Printer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:164
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:164
 msgid "Browser support"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:171
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:171
 msgid "no title was found in this report definition file."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:177
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:177
 msgid "Add New Profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:179
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:179
 msgid "Update Profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:180
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:180
 msgid "Update printer profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:181
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:181
 msgid "Delete Profile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/print_profiles.php:182
+#: c:\Apache2\htdocs\account228/admin/print_profiles.php:182
 msgid "Delete printer profile (only if not used by any user)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:18
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:18
 msgid "Access setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:63
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:63
 msgid "Role description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:69
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:69
 msgid "Role name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:76
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:76
 msgid "Access level edition in Company setup section have to be enabled for your account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:105
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:105
 msgid "New security role has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:113
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:113
 msgid "Security role has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:126
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:126
 msgid "This role is currently assigned to some users and cannot be deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:129
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:129
 msgid "Security role has been sucessfully deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:178
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:178
 msgid "Role:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:180
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:180
 msgid "Show inactive:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:195
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:195
 msgid "Role name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:196
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:196
 msgid "Role description:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:197
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:197
 msgid "Current status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:221
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:221
 msgid "On/off set of features"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:240
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:246
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:240
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:246
 msgid "Update view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:241
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:241
 msgid "Insert New Role"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:245
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:245
 msgid "Save Role"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:247
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:247
 msgid "Clone This Role"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:248
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:248
 msgid "Delete This Role"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:249
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:145
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:249
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:145
 msgid "Cancel"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/security_roles.php:249
+#: c:\Apache2\htdocs\account228/admin/security_roles.php:249
 msgid "Cancel Edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:15
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:15
 msgid "Shipping Company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:25
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:25
 msgid "The shipping company name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:44
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:44
 msgid "New shipping company has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:61
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:61
 msgid "Selected shipping company has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:77
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:77
 msgid "Cannot delete this shipping company because sales orders have been created using this shipper."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:89
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:89
 msgid "Cannot delete this shipping company because invoices have been created using this shipping company."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:95
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:95
 msgid "Selected shipping company has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:117
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:117
 msgid "Contact Person"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:117
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:117
 msgid "Phone Number"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:117
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:117
 msgid "Secondary Phone"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:117
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:117
 msgid "Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:163
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:163
 msgid "Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:165
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:165
 msgid "Contact Person:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/shipping_companies.php:169
+#: c:\Apache2\htdocs\account228/admin/shipping_companies.php:169
 msgid "Secondary Phone Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:17
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:17
 msgid "System Diagnostics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:23
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:23
 msgid "Info"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:24
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:24
 msgid "Optional"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:25
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:25
 msgid "Recomended"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:26
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:26
 msgid "Required "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:37
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:37
 msgid "MySQL version"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:41
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:41
 msgid "Upgrade MySQL server to version at least 3.23.58"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:48
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:48
 msgid "PHP version"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:52
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:52
 msgid "Upgrade PHP to version at least 4.3.2"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:59
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:59
 msgid "Server system"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:69
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:69
 msgid "Session save path"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:79
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:79
 msgid "Browser type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:83
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:83
 msgid "Any browser is supported"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:90
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:90
 msgid "Http server type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:94
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:94
 msgid "Any server is supported"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:101
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:101
 msgid "Native gettext"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:105
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:105
 msgid "In case of no getext support, php emulation is used"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:113
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:113
 msgid "Debugging mode"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:117
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:117
 msgid "To switch debugging on set $go_debug=1 in config.php file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:126
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:126
 msgid "Error logging"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:134
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:134
 msgid "Disabled"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:137
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:137
 msgid "To switch error logging set $error_logging in config.php file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:140
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:140
 msgid "Log file is not writeable"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:149
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:149
 msgid "Current database version"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:153
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:153
 msgid "Database structure seems to be not upgraded to current version"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:166
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:166
 msgid "Company subdirectories consistency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:176
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:183
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:190
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:205
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:290
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:176
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:183
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:190
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:205
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:290
 #, php-format
 msgid "'%s' is not writeable"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:201
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:201
 msgid "Temporary directory"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:213
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:213
 msgid "Language configuration consistency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:231
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:231
 #, php-format
 msgid "Missing %s translation file."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:236
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:236
 #, php-format
 msgid "Missing system locale: %s"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:251
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:251
 msgid "Main config file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:255
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:255
 #, php-format
 msgid "'%s' file should be read-only"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:263
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:263
 msgid "Database auth file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:267
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:267
 #, php-format
 msgid "'%s' file should be read-only if you do not plan to add or change companies"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:276
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:276
 msgid "Extensions configuration files"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:281
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:281
 #, php-format
 msgid "'%s' file should be writeable"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:299
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:299
 msgid "Test"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:299
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:299
 msgid "Test type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:299
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:299
 msgid "Value"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:299
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:299
 msgid "Comments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/system_diagnostics.php:317
+#: c:\Apache2\htdocs\account228/admin/system_diagnostics.php:317
 msgid "Ok"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:33
+#: c:\Apache2\htdocs\account228/admin/tags.php:33
 msgid "Unspecified tag type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:40
+#: c:\Apache2\htdocs\account228/admin/tags.php:40
 msgid "Account Tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:44
+#: c:\Apache2\htdocs\account228/admin/tags.php:44
 msgid "Dimension Tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:57
+#: c:\Apache2\htdocs\account228/admin/tags.php:57
 msgid "The tag name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:73
+#: c:\Apache2\htdocs\account228/admin/tags.php:73
 msgid "Selected tag settings have been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:78
+#: c:\Apache2\htdocs\account228/admin/tags.php:78
 msgid "New tag has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:94
+#: c:\Apache2\htdocs\account228/admin/tags.php:94
 msgid "Cannot delete this tag because records have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:109
+#: c:\Apache2\htdocs\account228/admin/tags.php:109
 msgid "Selected tag has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:128
+#: c:\Apache2\htdocs\account228/admin/tags.php:128
 msgid "Tag Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:128
+#: c:\Apache2\htdocs\account228/admin/tags.php:128
 msgid "Tag Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:165
+#: c:\Apache2\htdocs\account228/admin/tags.php:165
 msgid "Tag Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/tags.php:166
+#: c:\Apache2\htdocs\account228/admin/tags.php:166
 msgid "Tag Description:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:16
+#: c:\Apache2\htdocs\account228/admin/users.php:16
 msgid "Users"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:31
+#: c:\Apache2\htdocs\account228/admin/users.php:31
 msgid "The user login entered must be at least 4 characters long."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:72
+#: c:\Apache2\htdocs\account228/admin/users.php:72
 msgid "The selected user has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:88
+#: c:\Apache2\htdocs\account228/admin/users.php:88
 msgid "A new user has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:99
+#: c:\Apache2\htdocs\account228/admin/users.php:99
 msgid "User has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:116
+#: c:\Apache2\htdocs\account228/admin/users.php:116
 msgid "User login"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:116
-#: c:\Apache2\htdocs\account226/admin/users.php:200
+#: c:\Apache2\htdocs\account228/admin/users.php:116
+#: c:\Apache2\htdocs\account228/admin/users.php:200
 msgid "Full Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:116
+#: c:\Apache2\htdocs\account228/admin/users.php:116
 msgid "Phone"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:117
+#: c:\Apache2\htdocs\account228/admin/users.php:117
 msgid "E-mail"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:117
+#: c:\Apache2\htdocs\account228/admin/users.php:117
 msgid "Last Visit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:117
+#: c:\Apache2\htdocs\account228/admin/users.php:117
 msgid "Access Level"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:186
+#: c:\Apache2\htdocs\account228/admin/users.php:186
 msgid "User Login:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:197
+#: c:\Apache2\htdocs\account228/admin/users.php:197
 msgid "Enter a new password to change, leave empty to keep current."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:202
+#: c:\Apache2\htdocs\account228/admin/users.php:202
 msgid "Telephone No.:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:206
+#: c:\Apache2\htdocs\account228/admin/users.php:206
 msgid "Access Level:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:210
+#: c:\Apache2\htdocs\account228/admin/users.php:210
 msgid "User's POS"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/users.php:215
+#: c:\Apache2\htdocs\account228/admin/users.php:215
 msgid "Use popup window for reports:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:26
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:26
 msgid "View or Print Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:37
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:129
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:37
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:129
 msgid "Print"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:47
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:47
 msgid "Only documents can be printed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:59
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:59
 msgid "from #:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:61
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:61
 msgid "to #:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:63
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:63
 msgid "Search"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:76
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:76
 msgid "The starting transaction number is expected to be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:82
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:82
 msgid "The ending transaction number is expected to be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:127
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:127
 msgid "Reference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/view_print_transaction.php:130
+#: c:\Apache2\htdocs\account228/admin/view_print_transaction.php:130
 msgid "GL"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:27
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:27
 msgid "Void a Transaction"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:113
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:113
 msgid "Transaction Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:115
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:115
 msgid "Transaction #:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:117
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:117
 msgid "Voiding Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:119
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:119
 msgid "Memo:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:124
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:133
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:124
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:133
 msgid "Void Transaction"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:129
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:213
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:129
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:213
 msgid "The entered transaction does not exist or cannot be voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:137
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:137
 msgid "Are you sure you want to void this transaction ? This action cannot be undone."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:139
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:141
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:139
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:141
 msgid "View Transaction"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:144
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:144
 msgid "Proceed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:158
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:158
 msgid "The selected transaction was closed for edition and cannot be voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:164
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:164
 msgid "The entered date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:170
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:170
 msgid "The entered date is not in fiscal year."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:177
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:177
 msgid "The transaction number is expected to be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:194
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:194
 msgid "The selected transaction has already been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/void_transaction.php:207
+#: c:\Apache2\htdocs\account228/admin/void_transaction.php:207
 msgid "Selected transaction has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:17
+#: c:\Apache2\htdocs\account228/applications/customers.php:17
 msgid "&Sales"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:19
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:22
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:19
-#: c:\Apache2\htdocs\account226/applications/inventory.php:19
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:19
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:19
+#: c:\Apache2\htdocs\account228/applications/customers.php:19
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:22
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:19
+#: c:\Apache2\htdocs\account228/applications/inventory.php:19
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:19
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:19
 msgid "Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:20
+#: c:\Apache2\htdocs\account228/applications/customers.php:20
 msgid "Sales &Quotation Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:22
+#: c:\Apache2\htdocs\account228/applications/customers.php:22
 msgid "Sales &Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:24
+#: c:\Apache2\htdocs\account228/applications/customers.php:24
 msgid "Direct &Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:26
+#: c:\Apache2\htdocs\account228/applications/customers.php:26
 msgid "Direct &Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:29
+#: c:\Apache2\htdocs\account228/applications/customers.php:29
 msgid "&Delivery Against Sales Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:31
+#: c:\Apache2\htdocs\account228/applications/customers.php:31
 msgid "&Invoice Against Sales Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:34
+#: c:\Apache2\htdocs\account228/applications/customers.php:34
 msgid "&Template Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:36
+#: c:\Apache2\htdocs\account228/applications/customers.php:36
 msgid "&Template Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:38
+#: c:\Apache2\htdocs\account228/applications/customers.php:38
 msgid "&Create and Print Recurrent Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:41
+#: c:\Apache2\htdocs\account228/applications/customers.php:41
 msgid "Customer &Payments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:43
+#: c:\Apache2\htdocs\account228/applications/customers.php:43
 msgid "Customer &Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:45
+#: c:\Apache2\htdocs\account228/applications/customers.php:45
 msgid "&Allocate Customer Payments or Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:48
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:28
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:33
-#: c:\Apache2\htdocs\account226/applications/inventory.php:25
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:25
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:34
+#: c:\Apache2\htdocs\account228/applications/customers.php:48
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:28
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:33
+#: c:\Apache2\htdocs\account228/applications/inventory.php:25
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:25
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:34
 msgid "Inquiries and Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:49
+#: c:\Apache2\htdocs\account228/applications/customers.php:49
 msgid "Sales Quotation I&nquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:51
+#: c:\Apache2\htdocs\account228/applications/customers.php:51
 msgid "Sales Order &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:53
+#: c:\Apache2\htdocs\account228/applications/customers.php:53
 msgid "Customer Transaction &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:56
+#: c:\Apache2\htdocs\account228/applications/customers.php:56
 msgid "Customer Allocation &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:59
+#: c:\Apache2\htdocs\account228/applications/customers.php:59
 msgid "Customer and Sales &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:62
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:35
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:54
-#: c:\Apache2\htdocs\account226/applications/inventory.php:33
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:35
-#: c:\Apache2\htdocs\account226/applications/setup.php:53
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:46
+#: c:\Apache2\htdocs\account228/applications/customers.php:62
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:35
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:54
+#: c:\Apache2\htdocs\account228/applications/inventory.php:33
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:35
+#: c:\Apache2\htdocs\account228/applications/setup.php:53
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:46
 msgid "Maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:63
+#: c:\Apache2\htdocs\account228/applications/customers.php:63
 msgid "Add and Manage &Customers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:65
+#: c:\Apache2\htdocs\account228/applications/customers.php:65
 msgid "Customer &Branches"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:67
+#: c:\Apache2\htdocs\account228/applications/customers.php:67
 msgid "Sales &Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:69
+#: c:\Apache2\htdocs\account228/applications/customers.php:69
 msgid "Recurrent &Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:71
+#: c:\Apache2\htdocs\account228/applications/customers.php:71
 msgid "Sales T&ypes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:73
+#: c:\Apache2\htdocs\account228/applications/customers.php:73
 msgid "Sales &Persons"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:75
+#: c:\Apache2\htdocs\account228/applications/customers.php:75
 msgid "Sales &Areas"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/customers.php:77
+#: c:\Apache2\htdocs\account228/applications/customers.php:77
 msgid "Credit &Status Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:18
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:18
 msgid "&Dimensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:23
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:23
 msgid "Dimension &Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:25
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:25
 msgid "&Outstanding Dimensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:29
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:29
 msgid "Dimension &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:32
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:32
 msgid "Dimension &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/dimensions.php:36
+#: c:\Apache2\htdocs\account228/applications/dimensions.php:36
 msgid "Dimension &Tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:17
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:17
 msgid "&Banking and General Ledger"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:20
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:20
 msgid "&Payments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:22
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:22
 msgid "&Deposits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:24
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:24
 msgid "Bank Account &Transfers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:26
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:26
 msgid "&Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:28
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:28
 msgid "&Budget Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:30
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:30
 msgid "&Reconcile Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:34
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:34
 msgid "&Journal Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:36
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:36
 msgid "GL &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:38
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:38
 msgid "Bank Account &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:40
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:40
 msgid "Ta&x Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:43
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:43
 msgid "Trial &Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:45
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:45
 msgid "Balance &Sheet Drilldown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:47
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:47
 msgid "&Profit and Loss Drilldown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:49
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:49
 msgid "Banking &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:51
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:51
 msgid "General Ledger &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:55
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:55
 msgid "Bank &Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:57
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:57
 msgid "&Quick Entries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:59
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:59
 msgid "Account &Tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:62
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:62
 msgid "&Currencies"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:64
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:64
 msgid "&Exchange Rates"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:67
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:67
 msgid "&GL Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:69
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:69
 msgid "GL Account &Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/generalledger.php:71
+#: c:\Apache2\htdocs\account228/applications/generalledger.php:71
 msgid "GL Account &Classes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:17
+#: c:\Apache2\htdocs\account228/applications/inventory.php:17
 msgid "&Items and Inventory"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:20
+#: c:\Apache2\htdocs\account228/applications/inventory.php:20
 msgid "Inventory Location &Transfers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:22
+#: c:\Apache2\htdocs\account228/applications/inventory.php:22
 msgid "Inventory &Adjustments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:26
+#: c:\Apache2\htdocs\account228/applications/inventory.php:26
 msgid "Inventory Item &Movements"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:28
+#: c:\Apache2\htdocs\account228/applications/inventory.php:28
 msgid "Inventory Item &Status"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:30
+#: c:\Apache2\htdocs\account228/applications/inventory.php:30
 msgid "Inventory &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:34
+#: c:\Apache2\htdocs\account228/applications/inventory.php:34
 msgid "&Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:36
+#: c:\Apache2\htdocs\account228/applications/inventory.php:36
 msgid "&Foreign Item Codes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:38
+#: c:\Apache2\htdocs\account228/applications/inventory.php:38
 msgid "Sales &Kits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:40
+#: c:\Apache2\htdocs\account228/applications/inventory.php:40
 msgid "Item &Categories"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:42
+#: c:\Apache2\htdocs\account228/applications/inventory.php:42
 msgid "Inventory &Locations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:44
+#: c:\Apache2\htdocs\account228/applications/inventory.php:44
 msgid "Inventory &Movement Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:46
+#: c:\Apache2\htdocs\account228/applications/inventory.php:46
 msgid "&Units of Measure"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:48
+#: c:\Apache2\htdocs\account228/applications/inventory.php:48
 msgid "&Reorder Levels"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:51
+#: c:\Apache2\htdocs\account228/applications/inventory.php:51
 msgid "Pricing and Costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:52
+#: c:\Apache2\htdocs\account228/applications/inventory.php:52
 msgid "Sales &Pricing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:54
+#: c:\Apache2\htdocs\account228/applications/inventory.php:54
 msgid "Purchasing &Pricing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/inventory.php:56
+#: c:\Apache2\htdocs\account228/applications/inventory.php:56
 msgid "Standard &Costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:17
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:17
 msgid "&Manufacturing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:20
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:20
 msgid "Work &Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:22
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:22
 msgid "&Outstanding Work Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:26
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:26
 msgid "Costed Bill Of Material Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:28
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:28
 msgid "Inventory Item Where Used &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:30
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:30
 msgid "Work Order &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:32
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:32
 msgid "Manufacturing &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:36
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:36
 msgid "&Bills Of Material"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/manufacturing.php:38
+#: c:\Apache2\htdocs\account228/applications/manufacturing.php:38
 msgid "&Work Centres"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:17
+#: c:\Apache2\htdocs\account228/applications/setup.php:17
 msgid "S&etup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:20
+#: c:\Apache2\htdocs\account228/applications/setup.php:20
 msgid "&Company Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:22
+#: c:\Apache2\htdocs\account228/applications/setup.php:22
 msgid "&User Accounts Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:24
+#: c:\Apache2\htdocs\account228/applications/setup.php:24
 msgid "&Access Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:26
+#: c:\Apache2\htdocs\account228/applications/setup.php:26
 msgid "&Display Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:28
+#: c:\Apache2\htdocs\account228/applications/setup.php:28
 msgid "&Forms Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:30
+#: c:\Apache2\htdocs\account228/applications/setup.php:30
 msgid "&Taxes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:32
+#: c:\Apache2\htdocs\account228/applications/setup.php:32
 msgid "Tax &Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:34
+#: c:\Apache2\htdocs\account228/applications/setup.php:34
 msgid "Item Ta&x Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:36
+#: c:\Apache2\htdocs\account228/applications/setup.php:36
 msgid "System and &General GL Setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:38
+#: c:\Apache2\htdocs\account228/applications/setup.php:38
 msgid "&Fiscal Years"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:40
+#: c:\Apache2\htdocs\account228/applications/setup.php:40
 msgid "&Print Profiles"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:44
+#: c:\Apache2\htdocs\account228/applications/setup.php:44
 msgid "Pa&yment Terms"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:46
+#: c:\Apache2\htdocs\account228/applications/setup.php:46
 msgid "Shi&pping Company"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:48
+#: c:\Apache2\htdocs\account228/applications/setup.php:48
 msgid "&Points of Sale"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:50
+#: c:\Apache2\htdocs\account228/applications/setup.php:50
 msgid "&Printers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:54
+#: c:\Apache2\htdocs\account228/applications/setup.php:54
 msgid "&Void a Transaction"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:56
+#: c:\Apache2\htdocs\account228/applications/setup.php:56
 msgid "View or &Print Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:58
+#: c:\Apache2\htdocs\account228/applications/setup.php:58
 msgid "&Attach Documents"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:60
+#: c:\Apache2\htdocs\account228/applications/setup.php:60
 msgid "System &Diagnostics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:63
+#: c:\Apache2\htdocs\account228/applications/setup.php:63
 msgid "&Backup and Restore"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:65
+#: c:\Apache2\htdocs\account228/applications/setup.php:65
 msgid "Create/Update &Companies"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:67
+#: c:\Apache2\htdocs\account228/applications/setup.php:67
 msgid "Install/Update &Languages"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:69
+#: c:\Apache2\htdocs\account228/applications/setup.php:69
 msgid "Install/Activate &Extensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/setup.php:71
+#: c:\Apache2\htdocs\account228/applications/setup.php:71
 msgid "Software &Upgrade"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:17
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:17
 msgid "&Purchases"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:20
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:20
 msgid "Purchase &Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:22
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:22
 msgid "&Outstanding Purchase Orders Maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:24
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:24
 msgid "&Payments to Suppliers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:27
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:27
 msgid "Supplier &Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:29
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:29
 msgid "Supplier &Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:31
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:31
 msgid "&Allocate Supplier Payments or Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:35
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:35
 msgid "Purchase Orders &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:37
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:37
 msgid "Supplier Transaction &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:40
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:40
 msgid "Supplier Allocation &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:43
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:43
 msgid "Supplier and Purchasing &Reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/applications/suppliers.php:47
+#: c:\Apache2\htdocs\account228/applications/suppliers.php:47
 msgid "&Suppliers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:27
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:27
 msgid "Dimension Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:47
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:47
 msgid "The dimension has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:58
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:58
 msgid "The dimension has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:68
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:68
 msgid "The dimension has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:78
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:78
 msgid "The dimension has been closed. There can be no more changes to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:88
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:88
 msgid "The dimension has been re-opened. "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:98
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:98
 msgid "Enter a &new dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:100
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:100
 msgid "&Select an existing dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:116
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:116
 msgid "The dimension reference must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:123
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:123
 msgid "The entered reference is already in use."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:131
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:131
 msgid "The dimension name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:138
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:138
 msgid "The date entered is in an invalid format."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:145
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:145
 msgid "The required by date entered is in an invalid format."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:190
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:190
 msgid "This dimension cannot be deleted because it has already been processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:234
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:234
 msgid "The dimension sent is not valid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:261
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:268
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:261
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:268
 msgid "Dimension Reference:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:275
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:275
 msgid "Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:277
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:277
 msgid "Start Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:279
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:279
 msgid "Date Required By"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:281
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:281
 msgid "Tags:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:288
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:288
 msgid "This Dimension is closed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:293
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:293
 msgid "Save changes to dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:295
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:295
 msgid "Re-open This Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:295
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:295
 msgid "Mark this dimension as re-opened"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:297
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:297
 msgid "Close This Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:297
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:297
 msgid "Mark this dimension as closed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:298
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:298
 msgid "Delete This Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:298
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:298
 msgid "Delete unused dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/dimension_entry.php:302
+#: c:\Apache2\htdocs\account228/dimensions/dimension_entry.php:302
 msgid "Add"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:29
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:29
 msgid "Search Outstanding Dimensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:34
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:34
 msgid "Search Dimensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:73
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:89
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:73
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:89
 msgid "Reference:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:75
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:75
 msgid "All"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:76
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:76
 msgid "From:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:77
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:77
 msgid "To:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:79
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:79
 msgid "Only Overdue:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:83
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:83
 msgid "Only Open:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:174
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:54
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:264
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:174
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:54
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:264
 msgid "Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:175
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:54
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:175
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:54
 msgid "Due Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:177
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:177
 msgid "Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/inquiry/search_dimensions.php:186
+#: c:\Apache2\htdocs\account228/dimensions/inquiry/search_dimensions.php:186
 msgid "Marked dimensions are overdue."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:20
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:20
 msgid "View Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:48
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:48
 msgid "The dimension number sent is not valid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:72
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:72
 msgid "This dimension is closed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:84
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:84
 msgid "from:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:85
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:85
 msgid "to:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/view/view_dimension.php:86
+#: c:\Apache2\htdocs\account228/dimensions/view/view_dimension.php:86
 msgid "Show"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:33
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:33
 msgid "Reconcile Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:35
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:30
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:43
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:35
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:30
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:43
 msgid "There are no bank accounts defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:39
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:39
 msgid "Invalid reconcile date format"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:56
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:56
 msgid "Reconcile this transaction"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:173
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:173
 msgid "Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:175
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:175
 msgid "Bank Statement:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:176
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:176
 msgid "New"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:220
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:220
 msgid "Reconcile Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:220
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:220
 msgid "Beginning<br>Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:221
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:221
 msgid "Ending<br>Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:221
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:221
 msgid "Account<br>Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:221
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:221
 msgid "Reconciled<br>Amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:221
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:221
 msgid "Difference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:225
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:225
 msgid "Date of bank statement to reconcile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:265
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:265
 msgid "Debit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:266
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:266
 msgid "Credit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:267
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:267
 msgid "Person/Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_account_reconcile.php:277
+#: c:\Apache2\htdocs\account228/gl/bank_account_reconcile.php:277
 msgid "Reconcile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:28
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:28
 msgid "Transfer between Bank Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:39
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:39
 msgid "Transfer has been entered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:41
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:41
 msgid "&View the GL Journal Entries for this Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:43
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:43
 msgid "Enter &Another Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:66
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:66
 msgid "From Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:68
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:68
 msgid "To Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:70
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:70
 msgid "Transfer Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:76
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:83
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:76
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:83
 msgid "Amount:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:77
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:84
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:77
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:84
 msgid "Bank Charge:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:95
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:95
 msgid "Enter Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:121
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:128
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:121
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:128
 msgid "The entered amount is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:133
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:133
 msgid "The Bank Charge Account has not been set in System and General GL Setup."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:139
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:136
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:166
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:139
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:136
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:166
 msgid "You must enter a reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/bank_transfer.php:153
+#: c:\Apache2\htdocs\account228/gl/bank_transfer.php:153
 msgid "The source and destination bank accouts cannot be the same."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:33
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:33
 msgid "Bank Account Payment Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:37
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:37
 msgid "Bank Account Deposit Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:69
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:69
 msgid "&View the GL Postings for this Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:71
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:71
 msgid "Enter Another &Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:73
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:73
 msgid "Enter A &Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:85
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:85
 msgid "View the GL Postings for this Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:87
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:87
 msgid "Enter Another Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:89
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:89
 msgid "Enter A Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:123
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:123
 msgid "You must enter at least one payment line."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:129
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:129
 msgid "The total bank amount cannot be 0."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:148
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:148
 msgid "The entered date for the payment is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:197
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:197
 msgid "The source and destination accouts cannot be the same."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:279
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:279
 msgid "Payment Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:279
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:279
 msgid "Deposit Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:287
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:287
 msgid "Process Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_bank.php:287
+#: c:\Apache2\htdocs\account228/gl/gl_bank.php:287
 msgid "Process Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:18
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:18
 msgid "Budget Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:24
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:24
 msgid "There are no account groups defined. Please define at least one account group before entering accounts."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:102
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:102
 msgid "The Budget has been saved."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:104
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:104
 msgid "The Budget has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:121
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:121
 msgid "Account Code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:128
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:129
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:133
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:128
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:129
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:133
 msgid "Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:141
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:141
 msgid "Get"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:148
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:150
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:148
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:150
 msgid "Period"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:148
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:150
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:148
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:150
 msgid "Amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:148
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:148
 msgid "Dim. incl."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:148
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:150
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:148
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:150
 msgid "Last Year"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_budget.php:188
+#: c:\Apache2\htdocs\account228/gl/gl_budget.php:188
 msgid "Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:32
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:32
 #, php-format
 msgid "Modifying Journal Transaction # %d."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:36
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:36
 msgid "Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:54
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:54
 msgid "Journal entry has been entered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:56
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:69
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:56
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:69
 msgid "&View this Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:59
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:59
 msgid "Enter &New Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:67
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:67
 msgid "Journal entry has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:71
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:71
 msgid "Return to Journal &Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:84
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:84
 msgid "You can edit directly only journal entries created via Journal Entry page."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:85
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:85
 msgid "Entry &New Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:141
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:141
 msgid "You must enter at least one journal line."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:147
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:147
 msgid "The journal must balance (debits equal to credits) before it can be processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:209
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:216
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:209
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:216
 msgid "Dimension is closed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:223
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:223
 msgid "You must enter either a debit amount or a credit amount."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:230
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:230
 msgid "The debit amount entered is not a valid number or is less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:235
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:235
 msgid "The credit amount entered is not a valid number or is less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:241
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:241
 msgid "Cannot post to GL account used by more than one tax type."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:248
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:248
 msgid "You cannot make a journal entry for a bank account. Please use one of the banking functions for bank transactions."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:327
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:327
 msgid "Rows"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:333
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:333
 msgid "Process Journal Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/gl_journal.php:334
+#: c:\Apache2\htdocs\account228/gl/gl_journal.php:334
 msgid "Process journal entry only if debits equal to credits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:27
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:27
 msgid "Balance Sheet Drilldown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:118
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:118
 msgid "As at:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:211
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:276
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:211
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:276
 msgid "Calculated Return"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:219
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:219
 msgid "Liabilities"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:219
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:219
 msgid " and "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/balance_sheet.php:219
+#: c:\Apache2\htdocs\account228/gl/inquiry/balance_sheet.php:219
 msgid "Equities"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/bank_inquiry.php:28
+#: c:\Apache2\htdocs\account228/gl/inquiry/bank_inquiry.php:28
 msgid "Bank Statement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/bank_inquiry.php:85
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:163
+#: c:\Apache2\htdocs\account228/gl/inquiry/bank_inquiry.php:85
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:163
 msgid "Opening Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/bank_inquiry.php:124
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:212
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:145
+#: c:\Apache2\htdocs\account228/gl/inquiry/bank_inquiry.php:124
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:212
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:145
 msgid "Ending Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:30
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:30
 msgid "General Ledger Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:84
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:84
 msgid "Amount min:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:85
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:85
 msgid "Amount max:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:130
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:63
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:310
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:130
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:63
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:310
 msgid "Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:142
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:144
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:198
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:142
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:144
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:198
 msgid "Memo"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_account_inquiry.php:221
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_account_inquiry.php:221
 msgid "No general ledger transactions have been created for the specified criteria."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:27
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:27
 msgid "Trial Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:46
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:46
 msgid "No zero values"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:47
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:47
 msgid "Only balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:64
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:115
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:64
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:115
 msgid "Account Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:65
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:65
 msgid "Brought Forward"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/gl_trial_balance.php:66
+#: c:\Apache2\htdocs\account228/gl/inquiry/gl_trial_balance.php:66
 msgid "This Period"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:27
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:27
 msgid "Journal Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:45
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:45
 msgid "Enter reference fragment or leave empty"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:51
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:51
 msgid "Show closed:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:56
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:56
 msgid "Enter memo fragment or leave empty"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:195
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:195
 msgid "Trans #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/journal_inquiry.php:199
+#: c:\Apache2\htdocs\account228/gl/inquiry/journal_inquiry.php:199
 msgid "User"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:27
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:27
 msgid "Profit & Loss Drilldown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:158
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:158
 msgid "Accumulated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:158
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:158
 msgid "Period Y-1"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:158
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:158
 msgid "Budget"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:212
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:212
 msgid "Group/Account Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/profit_loss.php:215
+#: c:\Apache2\htdocs\account228/gl/inquiry/profit_loss.php:215
 msgid "Achieved %"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:30
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:30
 msgid "Tax Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:85
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:85
 msgid "Outputs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:85
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:85
 msgid "Inputs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:103
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:103
 msgid "Charged on sales"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:103
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:103
 msgid "Output Tax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:109
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:109
 msgid "Paid on purchases"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:109
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:109
 msgid "Input Tax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:115
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:115
 msgid "Net payable or collectible"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/inquiry/tax_inquiry.php:122
+#: c:\Apache2\htdocs\account228/gl/inquiry/tax_inquiry.php:122
 msgid "Total payable or refund"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:16
 msgid "Bank Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:33
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:33
 msgid "The bank account name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:47
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:47
 msgid "Bank account has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:56
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:56
 msgid "New bank account has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:75
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:75
 msgid "Cannot delete this bank account because transactions have been created using this account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:83
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:83
 msgid "Cannot delete this bank account because POS definitions have been created using this account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:88
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:88
 msgid "Selected bank account has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:115
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:115
 msgid "Currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:115
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:115
 msgid "GL Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:116
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:116
 msgid "Bank"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:116
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:116
 msgid "Number"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:116
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:116
 msgid "Bank Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:116
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:116
 msgid "Dflt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:172
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:172
 msgid "Bank Account Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:176
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:180
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:176
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:180
 msgid "Account Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:184
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:188
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:184
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:188
 msgid "Bank Account Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:191
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:191
 msgid "Default currency account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:194
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:196
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:194
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:196
 msgid "Bank Account GL Code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:198
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:198
 msgid "Bank Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:199
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:199
 msgid "Bank Account Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/bank_accounts.php:200
+#: c:\Apache2\htdocs\account228/gl/manage/bank_accounts.php:200
 msgid "Bank Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:16
 msgid "Currencies"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:29
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:29
 msgid "The currency abbreviation must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:35
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:35
 msgid "The currency name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:41
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:41
 msgid "The currency symbol must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:47
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:47
 msgid "The hundredths name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:69
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:69
 msgid "Selected currency settings has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:76
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:76
 msgid "New currency has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:97
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:97
 msgid "Cannot delete this currency, because customer accounts have been created referring to this currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:106
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:106
 msgid "Cannot delete this currency, because supplier accounts have been created referring to this currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:115
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:115
 msgid "Cannot delete this currency, because the company preferences uses this currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:125
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:125
 msgid "Cannot delete this currency, because thre are bank accounts that use this currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:140
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:140
 msgid "Selected currency has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:155
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:155
 msgid "Abbreviation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:155
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:155
 msgid "Symbol"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:155
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:155
 msgid "Currency Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:156
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:156
 msgid "Hundredths name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:156
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:156
 msgid "Country"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:156
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:156
 msgid "Auto update"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:191
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:191
 msgid "The marked currency is the home currency which cannot be deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:217
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:222
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:217
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:222
 msgid "Currency Abbreviation:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:225
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:225
 msgid "Currency Symbol:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:226
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:226
 msgid "Currency Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:227
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:227
 msgid "Hundredths Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:228
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:228
 msgid "Country:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/currencies.php:229
+#: c:\Apache2\htdocs\account228/gl/manage/currencies.php:229
 msgid "Automatic exchange rate update:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:24
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:24
 msgid "Exchange Rates"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:39
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:39
 msgid "The exchange rate cannot be zero or a negative number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:123
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:129
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:45
+msgid "The exchange rate for the date is already there."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:128
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:134
 msgid "Date to Use From:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:137
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:142
 msgid "Exchange Rate:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:138
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:143
 msgid "Get current ECB rate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:145
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:150
 msgid "Exchange rates are entered against the company currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:176
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:181
 msgid "Select a currency :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:195
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:200
 msgid "Date to Use From"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:196
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:201
 msgid "Exchange Rate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:205
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:210
 msgid "The selected currency is the company currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/exchange_rates.php:206
+#: c:\Apache2\htdocs\account228/gl/manage/exchange_rates.php:211
 msgid "The company currency is the base currency so exchange rates cannot be set for it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:16
 msgid "Chart of Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:53
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:53
 msgid "The account code must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:59
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:59
 msgid "The account name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:65
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:65
 msgid "The account code must be numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:86
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:86
 msgid "Account data has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:95
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:95
 msgid "New account has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:117
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:117
 msgid "Cannot delete this account because transactions have been created using this account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:142
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:142
 msgid "Cannot delete this account because it is used as one of the company default GL accounts."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:152
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:152
 msgid "Cannot delete this account because it is used by a bank account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:166
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:166
 msgid "Cannot delete this account because it is used by one or more Items."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:176
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:176
 msgid "Cannot delete this account because it is used by one or more Taxes."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:190
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:190
 msgid "Cannot delete this account because it is used by one or more Customer Branches."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:203
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:203
 msgid "Cannot delete this account because it is used by one or more suppliers."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:214
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:214
 msgid "Cannot delete this account because it is used by one or more Quick Entry Lines."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:232
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:232
 msgid "Selected account has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:247
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:247
 msgid "New account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:293
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:293
 msgid "Account Code 2:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:295
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:295
 msgid "Account Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:297
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:297
 msgid "Account Group:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:299
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:299
 msgid "Account Tags:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:301
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:301
 msgid "Account status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:306
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:306
 msgid "Add Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:310
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:310
 msgid "Update Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_accounts.php:311
+#: c:\Apache2\htdocs\account228/gl/manage/gl_accounts.php:311
 msgid "Delete account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:16
 msgid "GL Account Classes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:30
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:30
 msgid "The account class ID must be numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:36
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:36
 msgid "The account class name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:56
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:56
 msgid "Selected account class settings has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:61
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:61
 msgid "New account class has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:80
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:80
 msgid "Cannot delete this account class because GL account types have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:96
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:96
 msgid "Selected account class has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:113
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:113
 msgid "Class ID"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:113
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:113
 msgid "Class Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:113
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:131
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:113
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:131
 msgid "Class Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:115
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:172
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:115
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:172
 msgid "Balance Sheet"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:160
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:166
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:160
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:166
 msgid "Class ID:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:169
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:169
 msgid "Class Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_classes.php:174
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:190
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_classes.php:174
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:190
 msgid "Class Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:16
 msgid "GL Account Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:31
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:31
 msgid "The account id must be an integer and cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:37
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:37
 msgid "The account group name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:44
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:44
 msgid "You cannot set an account group to be a subgroup of itself."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:62
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:62
 msgid "Selected account type has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:67
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:67
 msgid "New account type has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:88
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:88
 msgid "Cannot delete this account group because GL accounts have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:98
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:98
 msgid "Cannot delete this account group because GL account groups have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:114
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:114
 msgid "Selected account group has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:131
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:131
 msgid "ID"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:131
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:131
 msgid "Subgroup Of"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:182
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:185
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:182
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:185
 msgid "ID:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_account_types.php:188
+#: c:\Apache2\htdocs\account228/gl/manage/gl_account_types.php:188
 msgid "Subgroup Of:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:16
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:16
 msgid "Quick Entries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:58
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:58
 msgid "Add new"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:73
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:73
 msgid "The Quick Entry description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:79
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:79
 msgid "The base amount description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:99
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:99
 msgid "Selected quick entry has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:105
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:105
 msgid "New quick entry has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:117
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:117
 msgid "Selected quick entry line has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:123
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:123
 msgid "New quick entry line has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:135
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:135
 msgid "Selected quick entry has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:140
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:140
 msgid "The Quick Entry has Quick Entry Lines. Cannot be deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:148
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:148
 msgid "Selected quick entry line has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:156
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:213
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:156
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:213
 msgid "Base Amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:211
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:211
 msgid "Entry Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:213
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:213
 msgid "Base Amount Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:215
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:215
 msgid "Default Base Amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:226
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:226
 msgid "Quick Entry Lines"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:232
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:234
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:236
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:232
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:234
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:236
 msgid "Post"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:232
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:234
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:236
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:232
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:234
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:236
 msgid "Account/Tax Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:297
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:297
 msgid "Posted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:306
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:306
 msgid "Tax Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/manage/gl_quick_entries.php:314
+#: c:\Apache2\htdocs\account228/gl/manage/gl_quick_entries.php:314
 msgid "Part"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/bank_transfer_view.php:17
+#: c:\Apache2\htdocs\account228/gl/view/bank_transfer_view.php:17
 msgid "View Bank Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/bank_transfer_view.php:67
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:62
+#: c:\Apache2\htdocs\account228/gl/view/bank_transfer_view.php:67
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:62
 msgid "From Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/bank_transfer_view.php:76
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:64
+#: c:\Apache2\htdocs\account228/gl/view/bank_transfer_view.php:76
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:64
 msgid "To Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/bank_transfer_view.php:84
+#: c:\Apache2\htdocs\account228/gl/view/bank_transfer_view.php:84
 msgid "Transfer Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/bank_transfer_view.php:92
+#: c:\Apache2\htdocs\account228/gl/view/bank_transfer_view.php:92
 msgid "This transfer has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:17
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:17
 msgid "View Bank Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:48
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:48
 msgid "GL Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:71
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:71
 msgid "From"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:72
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:72
 msgid "Deposit Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:81
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:81
 msgid "This deposit has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:87
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:87
 msgid "There are no items for this deposit."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:92
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:92
 msgid "Items for this Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:94
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:92
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:94
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:92
 msgid "Item Amounts are Shown in :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:99
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:102
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:105
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:98
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:101
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:104
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:71
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:74
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:77
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:99
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:102
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:105
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:98
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:101
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:104
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:71
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:74
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:77
 msgid "Account Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:99
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:102
-#: c:\Apache2\htdocs\account226/gl/view/gl_deposit_view.php:105
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:98
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:101
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:104
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:99
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:102
+#: c:\Apache2\htdocs\account228/gl/view/gl_deposit_view.php:105
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:98
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:101
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:104
 msgid "Account Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:17
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:17
 msgid "View Bank Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:46
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:46
 msgid "GL Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:69
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:69
 msgid "Pay To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:70
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:70
 msgid "Payment Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:79
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:79
 msgid "This payment has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:85
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:85
 msgid "There are no items for this payment."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_payment_view.php:90
+#: c:\Apache2\htdocs\account228/gl/view/gl_payment_view.php:90
 msgid "Items for this Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:16
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:35
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:16
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:35
 msgid "General Ledger Transaction Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:26
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:26
 msgid "The script must be called with a valid transaction type and transaction number to review the general ledger postings for."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:62
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:62
 msgid "No general ledger transactions have been created for"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:62
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:62
 msgid "number"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/view/gl_trans_view.php:111
+#: c:\Apache2\htdocs\account228/gl/view/gl_trans_view.php:111
 msgid "This transaction has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/install/save.php:354
+#: c:\Apache2\htdocs\account228/install/save.php:354
 msgid "Cannot create database"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:28
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:28
 msgid "Item Adjustments Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:32
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:32
 msgid "There are no inventory items defined in the system which can be adjusted (Purchased or Manufactured)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:34
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:34
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:34
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:34
 msgid "There are no inventory movement types defined in the system. Please define at least one inventory adjustment type."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:43
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:43
 msgid "Items adjustment has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:44
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:44
 msgid "&View this adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:46
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:46
 msgid "View the GL &Postings for this Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:48
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:48
 msgid "Enter &Another Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:88
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:87
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:88
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:87
 msgid "You must enter at least one non empty item line."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:108
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:105
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:108
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:105
 msgid "The entered date for the adjustment is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:122
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:122
 msgid "The adjustment cannot be processed because an adjustment item would cause a negative inventory balance :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:152
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:152
 msgid "The quantity entered is negative or invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:159
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:159
 msgid "The entered standard cost is negative or invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:228
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:228
 msgid "Adjustment Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/adjustments.php:234
+#: c:\Apache2\htdocs\account228/inventory/adjustments.php:234
 msgid "Process Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:26
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:26
 msgid "Inventory Item Cost Update"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:30
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:30
 msgid "There are no costable inventory items defined in the system (Purchased or manufactured items)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:51
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:51
 msgid "The entered cost is not numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:57
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:57
 msgid "The new cost is the same as the old cost. Cost was not updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:67
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:67
 msgid "Cost has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:71
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:71
 msgid "View the GL Journal Entries for this Cost Update"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:85
-#: c:\Apache2\htdocs\account226/inventory/prices.php:56
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:117
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:43
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:49
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:41
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:105
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:85
+#: c:\Apache2\htdocs\account228/inventory/prices.php:56
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:117
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:43
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:49
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:41
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:105
 msgid "Item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:111
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:111
 msgid "Standard Material Cost Per Unit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:114
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:114
 msgid "Standard Labour Cost Per Unit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/cost_update.php:115
+#: c:\Apache2\htdocs\account228/inventory/cost_update.php:115
 msgid "Standard Overhead Cost Per Unit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:16
+#: c:\Apache2\htdocs\account228/inventory/prices.php:16
 msgid "Inventory Item Sales prices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:27
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:30
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:34
+#: c:\Apache2\htdocs\account228/inventory/prices.php:27
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:30
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:34
 msgid "There are no items defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:29
+#: c:\Apache2\htdocs\account228/inventory/prices.php:29
 msgid "There are no sales types in the system. Please set up sales types befor entering pricing."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:70
+#: c:\Apache2\htdocs\account228/inventory/prices.php:70
 msgid "The price entered must be numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:83
+#: c:\Apache2\htdocs\account228/inventory/prices.php:83
 msgid "This price has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:91
+#: c:\Apache2\htdocs\account228/inventory/prices.php:91
 msgid "The new price has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:105
+#: c:\Apache2\htdocs\account228/inventory/prices.php:105
 msgid "The selected price has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:133
+#: c:\Apache2\htdocs\account228/inventory/prices.php:133
 msgid "Sales Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:133
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:150
+#: c:\Apache2\htdocs\account228/inventory/prices.php:133
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:150
 msgid "Price"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:155
+#: c:\Apache2\htdocs\account228/inventory/prices.php:155
 msgid "There are no prices set up for this part."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:174
+#: c:\Apache2\htdocs\account228/inventory/prices.php:174
 msgid "Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:176
+#: c:\Apache2\htdocs\account228/inventory/prices.php:176
 msgid "Sales Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:184
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:220
+#: c:\Apache2\htdocs\account228/inventory/prices.php:184
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:220
 msgid "Price:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:184
+#: c:\Apache2\htdocs\account228/inventory/prices.php:184
 msgid "per"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/prices.php:188
+#: c:\Apache2\htdocs\account228/inventory/prices.php:188
 msgid "The price is calculated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:16
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:16
 msgid "Supplier Purchasing Data"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:23
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:23
 msgid "There are no purchasable inventory items defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:24
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:24
 msgid "There are no suppliers defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:38
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:35
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:38
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:35
 msgid "There is no item selected."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:44
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:44
 msgid "The price entered was not numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:50
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:50
 msgid "The conversion factor entered was not numeric. The conversion factor is the number by which the price must be divided by to get the unit price in our unit of measure."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:67
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:67
 msgid "This supplier purchasing data has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:78
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:78
 msgid "Supplier purchasing data has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:93
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:93
 msgid "The purchasing data item has been sucessfully deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:128
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:128
 msgid "Entered item is not defined. Please re-enter."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:144
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:144
 msgid "There is no purchasing data set up for the part selected"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:150
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:150
 msgid "Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:151
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:151
 msgid "Supplier's Unit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:151
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:151
 msgid "Conversion Factor"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:151
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:151
 msgid "Supplier's Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:213
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:217
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:213
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:217
 msgid "Supplier:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:221
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:221
 msgid "Suppliers Unit of Measure:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:227
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:227
 msgid "Conversion Factor (to our UOM):"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/purchasing_data.php:229
+#: c:\Apache2\htdocs\account228/inventory/purchasing_data.php:229
 msgid "Supplier's Code or Description:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:16
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:16
 msgid "Reorder Levels"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:24
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:32
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:24
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:32
 msgid "There are no inventory items defined in the system (Purchased or manufactured items)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:57
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:65
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:69
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:57
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:65
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:69
 msgid "Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:57
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:78
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:69
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:57
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:78
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:69
 msgid "Quantity On Hand"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:57
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:69
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:57
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:69
 msgid "Re-Order Level"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/reorder_level.php:75
+#: c:\Apache2\htdocs\account228/inventory/reorder_level.php:75
 msgid "Reorder levels has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:28
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:28
 msgid "Inventory Location Transfers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:43
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:43
 msgid "Inventory transfer has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:44
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:44
 msgid "&View this transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:46
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:46
 msgid "Enter &Another Inventory Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:117
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:117
 msgid "The locations to transfer from and to must be different."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:127
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:127
 msgid "The quantity entered is greater than the available quantity for this item at the source location :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:160
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:160
 msgid "The quantity entered must be a positive number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:230
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:16
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:230
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:16
 msgid "Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/transfers.php:237
+#: c:\Apache2\htdocs\account228/inventory/transfers.php:237
 msgid "Process Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:27
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:27
 msgid "Inventory Item Movement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:51
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:51
 msgid "From Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:56
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:56
 msgid "Show Movements"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:56
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:56
 msgid "Refresh Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:77
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:77
 msgid "Detail"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:78
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:78
 msgid "Quantity In"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:78
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:78
 msgid "Quantity Out"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:96
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:96
 msgid "Quantity on hand before"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_movements.php:187
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_movements.php:187
 msgid "Quantity on hand after"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:18
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:20
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:18
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:20
 msgid "Inventory Item Status"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:55
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:55
 msgid "This is a service and cannot have a stock holding, only the total quantity on outstanding sales orders is shown."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:65
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:70
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:65
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:70
 msgid "Demand"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:70
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:70
 msgid "Available"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/inquiry/stock_status.php:70
+#: c:\Apache2\htdocs\account228/inventory/inquiry/stock_status.php:70
 msgid "On Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:69
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:69
 msgid "Only jpg files are supported - a file extension of .jpg is expected"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:100
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:100
 msgid "There are no item categories defined in the system. At least one item category is required to add a item."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:102
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:102
 msgid "There are no item tax types defined in the system. At least one item tax type is required to add a item."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:129
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:129
 msgid "The item name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:135
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:135
 msgid "The item code cannot be empty"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:143
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:143
 msgid "The item code cannot contain any of the following characters -  & + OR a space OR quotes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:150
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:55
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:150
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:55
 msgid "This item code is already assigned to stock item or sale kit."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:179
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:179
 msgid "Item has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:192
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:192
 msgid "A new item has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:216
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:216
 msgid "Cannot delete this item because there are stock movements that refer to this item."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:219
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:219
 msgid "Cannot delete this item record because there are bills of material that require this part as a component."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:222
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:225
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:222
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:225
 msgid "Cannot delete this item because there are existing purchase order items for it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:244
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:244
 msgid ""
 "This item cannot be deleted because some code aliases \n"
 "\t\t\t\tor foreign codes was entered for it, or there are kits defined \n"
 "\t\t\t\tusing this item as component"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:276
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:276
 msgid "Selected item has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:292
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:292
 msgid "Select an item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:293
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:293
 msgid "New item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:310
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:310
 msgid "Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:315
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:344
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:315
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:344
 msgid "Item Code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:351
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:178
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:351
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:178
 msgid "Description:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:353
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:179
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:353
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:179
 msgid "Category:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:374
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:191
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:374
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:191
 msgid "Item Tax Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:376
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:193
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:376
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:193
 msgid "Item Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:378
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:195
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:378
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:195
 msgid "Units of Measure:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:383
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:383
 msgid "Dimensions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:396
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:396
 msgid "GL Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:419
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:419
 msgid "Other"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:422
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:422
 msgid "Image File (.jpg)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:437
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:437
 msgid "No image"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:442
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:442
 msgid "Delete Image:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:444
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:197
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:444
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:197
 msgid "Exclude from sales:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:446
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:446
 msgid "Item status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:452
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:452
 msgid "Insert New Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:456
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:456
 msgid "Update Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:459
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:459
 msgid "Select this items and return to document entry."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:460
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:460
 msgid "Clone This Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/items.php:461
+#: c:\Apache2\htdocs\account228/inventory/manage/items.php:461
 msgid "Delete This Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:16
 msgid "Item Categories"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:34
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:34
 msgid "The item category description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:48
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:48
 msgid "Selected item category has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:58
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:58
 msgid "New item category has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:75
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:75
 msgid "Cannot delete this item category because items have been created using this item category."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:80
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:80
 msgid "Selected item category has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:105
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:105
 msgid "Tax type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:105
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:122
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:105
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:122
 msgid "Units"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:105
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:105
 msgid "Sales Act"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:106
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:106
 msgid "Inventory Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:106
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:106
 msgid "COGS Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:106
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:106
 msgid "Adjustment Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:107
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:107
 msgid "Assembly Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:187
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:187
 msgid "Category Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_categories.php:189
+#: c:\Apache2\htdocs\account228/inventory/manage/item_categories.php:189
 msgid "Default values for new items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:16
 msgid "Foreign Item Codes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:23
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:23
 msgid "There are no inventory items defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:41
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:41
 msgid "The price entered was not positive number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:47
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:47
 msgid "Item code description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:67
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:67
 msgid "New item code has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:73
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:73
 msgid "Item code has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:85
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:85
 msgid "Item code has been sucessfully deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:122
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:122
 msgid "EAN/UPC Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:122
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:122
 msgid "Quantity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:123
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:123
 msgid "Category"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:176
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:176
 msgid "UPC/EAN code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_codes.php:177
+#: c:\Apache2\htdocs\account228/inventory/manage/item_codes.php:177
 msgid "Quantity:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:16
 msgid "Units of Measure"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:34
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:34
 msgid "The unit of measure code cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:40
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:40
 msgid "The unit of measure code is too long."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:46
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:46
 msgid "The unit of measure description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:53
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:53
 msgid "Selected unit has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:55
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:55
 msgid "New unit has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:69
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:69
 msgid "Cannot delete this unit of measure because items have been created using this unit."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:75
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:75
 msgid "Selected unit has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:94
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:94
 msgid "Unit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:94
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:94
 msgid "Decimals"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:107
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:142
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:107
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:142
 msgid "User Quantity Decimals"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:136
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:139
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:136
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:139
 msgid "Unit Abbreviation:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:140
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:140
 msgid "Descriptive Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/item_units.php:142
+#: c:\Apache2\htdocs\account228/inventory/manage/item_units.php:142
 msgid "Decimal Places:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:16
 msgid "Inventory Locations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:39
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:39
 msgid "The location code must be five characters or less long (including converted special chars)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:45
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:45
 msgid "The location name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:56
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:56
 msgid "Selected location has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:65
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:65
 msgid "New location has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:79
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:79
 msgid "Cannot delete this location because item movements have been created using this location."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:88
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:88
 msgid "Cannot delete this location because it is used by some work orders records."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:97
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:97
 msgid "Cannot delete this location because it is used by some branch records as the default location to deliver from."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:106
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:114
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:122
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:130
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:138
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:106
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:114
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:122
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:130
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:138
 msgid "Cannot delete this location because it is used by some related records in other tables."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:152
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:152
 msgid "Selected location has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:171
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:171
 msgid "Location Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:171
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:171
 msgid "Location Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:217
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:221
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:217
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:221
 msgid "Location Code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:224
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:224
 msgid "Location Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:225
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:225
 msgid "Contact for deliveries:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:229
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:229
 msgid "Telephone No:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:231
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:231
 msgid "Facsimile No:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/locations.php:232
+#: c:\Apache2\htdocs\account228/inventory/manage/locations.php:232
 msgid "E-mail:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:16
 msgid "Inventory Movement Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:34
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:34
 msgid "The inventory movement type name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:43
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:43
 msgid "Selected movement type has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:48
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:48
 msgid "New movement type has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:66
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:66
 msgid "Cannot delete this inventory movement type because item transactions have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/movement_types.php:81
+#: c:\Apache2\htdocs\account228/inventory/manage/movement_types.php:81
 msgid "Selected movement type has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:16
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:16
 msgid "Sales Kits & Alias Codes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:42
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:42
 msgid "Stock Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:56
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:56
 msgid "kit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:74
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:74
 msgid "The quantity entered must be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:95
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:95
 msgid "Kit/alias code cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:103
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:103
 msgid "The selected component contains directly or on any lower level the kit under edition. Recursive kits are not allowed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:110
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:110
 msgid "The selected component is already in this kit. You can modify it's quantity but it cannot appear more than once in the same kit."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:118
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:118
 msgid "New alias code has been created."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:121
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:121
 msgid "New component has been added to selected kit."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:131
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:131
 msgid "Component of selected kit has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:141
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:141
 msgid "Kit common properties has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:159
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:159
 msgid "This item cannot be deleted because it is the last item in the kit used by following kits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:170
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:170
 msgid "The component item has been deleted from this bom"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:185
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:185
 msgid "Select a sale kit:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:186
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:186
 msgid "New kit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:201
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:201
 msgid "Alias/kit code:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:210
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:210
 msgid "Update kit/alias name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:225
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:225
 msgid "Component:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/manage/sales_kits.php:239
+#: c:\Apache2\htdocs\account228/inventory/manage/sales_kits.php:239
 msgid "kits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_adjustment.php:17
+#: c:\Apache2\htdocs\account228/inventory/view/view_adjustment.php:17
 msgid "View Inventory Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_adjustment.php:43
+#: c:\Apache2\htdocs\account228/inventory/view/view_adjustment.php:43
 msgid "At Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_adjustment.php:46
-#: c:\Apache2\htdocs\account226/inventory/view/view_transfer.php:46
+#: c:\Apache2\htdocs\account228/inventory/view/view_adjustment.php:46
+#: c:\Apache2\htdocs\account228/inventory/view/view_transfer.php:46
 msgid "Adjustment Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_adjustment.php:57
+#: c:\Apache2\htdocs\account228/inventory/view/view_adjustment.php:57
 msgid "Unit Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_adjustment.php:73
+#: c:\Apache2\htdocs\account228/inventory/view/view_adjustment.php:73
 msgid "This adjustment has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_transfer.php:17
+#: c:\Apache2\htdocs\account228/inventory/view/view_transfer.php:17
 msgid "View Inventory Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_transfer.php:40
+#: c:\Apache2\htdocs\account228/inventory/view/view_transfer.php:40
 msgid "From Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/view/view_transfer.php:41
+#: c:\Apache2\htdocs\account228/inventory/view/view_transfer.php:41
 msgid "To Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:26
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:26
 msgid "Search Outstanding Work Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:31
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:31
 msgid "Search Work Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:69
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:69
 msgid "at Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:76
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:76
 msgid "for item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:78
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:78
 msgid "Select documents"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:117
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:117
 msgid "Release"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:120
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:120
 msgid "Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:127
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:127
 msgid "Produce"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:140
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:140
 msgid "Costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:212
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:212
 msgid "Required"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:213
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:213
 msgid "Manufactured"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:215
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:215
 msgid "Required By"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/search_work_orders.php:224
+#: c:\Apache2\htdocs\account228/manufacturing/search_work_orders.php:224
 msgid "Marked orders are overdue."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:29
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:29
 msgid "Produce or Unassemble Finished Items From Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:44
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:44
 msgid "The manufacturing process has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:46
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:45
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:56
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:37
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:72
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:46
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:45
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:56
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:37
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:72
 msgid "View this Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:48
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:47
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:65
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:48
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:47
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:65
 msgid "View the GL Journal Entries for this Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:50
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:67
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:50
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:67
 msgid "Print the GL Journal Entries for this Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:52
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:51
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:39
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:52
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:51
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:39
 msgid "Select another &Work Order to Process"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:64
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:63
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:340
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:64
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:63
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:340
 msgid "The order number sent is not valid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:90
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:90
 msgid "The quantity entered is not a valid number or less then zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:109
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:109
 msgid "The production date cannot be before the release date of the work order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:122
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:122
 msgid "The unassembling cannot be processed because there is insufficient stock."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:140
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:140
 msgid "The production cannot be processed because a required item would cause a negative inventory balance :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:198
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:197
 msgid "Produce Finished Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:198
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:197
 msgid "Return Items to Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:202
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:142
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:201
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:142
 msgid "Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:208
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:207
 msgid "Process"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_add_finished.php:209
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_add_finished.php:208
 msgid "Process And Close Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:29
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:29
 msgid "Work Order Additional Costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:43
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:43
 msgid "The additional cost has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:49
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:49
 msgid "Enter another additional cost."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:75
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:75
 msgid "The amount entered is not a valid number or less then zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:94
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:94
 msgid "The additional cost date cannot be before the release date of the work order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:151
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:151
 msgid "Additional Costs:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:152
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:152
 msgid "Debit Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:153
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:153
 msgid "Credit Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_costs.php:159
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_costs.php:159
 msgid "Process Additional Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:29
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:29
 msgid "Work Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:32
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:32
 msgid "There are no manufacturable items defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:54
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:54
 msgid "The work order been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:62
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:62
 msgid "Print this Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:64
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:64
 msgid "Email this Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:79
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:79
 msgid "The work order been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:89
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:89
 msgid "Work order has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:99
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:99
 msgid "This work order has been closed. There can be no more issues against it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:109
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:109
 msgid "Enter a new work order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:110
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:110
 msgid "Select an existing work order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:146
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:146
 msgid "The quantity entered is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:168
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:168
 msgid "The selected item to manufacture does not have a bom."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:177
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:177
 msgid "The labour cost entered is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:185
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:185
 msgid "The cost entered is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:208
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:208
 msgid "The work order cannot be processed because there is an insufficient quantity for component:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:209
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:209
 msgid "Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:222
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:222
 msgid "The selected item cannot be unassembled because there is insufficient stock."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:248
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:248
 msgid "The quantity cannot be changed to be less than the quantity already manufactured for this order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:297
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:297
 msgid "This work order cannot be deleted because it has already been processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:348
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:348
 msgid "This work order is closed and cannot be edited."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:395
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:403
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:395
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:403
 msgid "Destination Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:414
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:414
 msgid "Quantity Required:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:416
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:416
 msgid "Quantity Manufactured:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:435
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:435
 msgid "Credit Labour Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:442
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:442
 msgid "Credit Overhead Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:447
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:447
 msgid "Released On:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:457
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:457
 msgid "Save changes to work order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:460
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:460
 msgid "Close This Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:462
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:462
 msgid "Delete This Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_entry.php:468
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_entry.php:468
 msgid "Add Workorder"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:29
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:29
 msgid "Issue Items to Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:35
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:35
 msgid "The work order issue has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:76
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:76
 msgid "The entered date for the issue is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:103
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:103
 msgid "The issue cannot be processed because an entered item would cause a negative inventory balance :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:121
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:121
 msgid "The process cannot be completed because there is an insufficient total quantity for a component."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:122
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:122
 msgid "Component is :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:123
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:123
 msgid "From location :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:216
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:216
 msgid "Items to Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_issue.php:222
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_issue.php:222
 msgid "Process Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:27
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:27
 msgid "Work Order Release to Manufacturing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:49
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:49
 msgid "This work order has already been released."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:57
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:57
 msgid "This Work Order cannot be released. The selected item to manufacture does not have a bom."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:70
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:70
 msgid "The work order has been released to manufacturing."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:74
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:74
 msgid "Select another &work order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:94
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:94
 msgid "Work Order #:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:95
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:95
 msgid "Work Order Reference:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:97
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:97
 msgid "Released Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/work_order_release.php:103
+#: c:\Apache2\htdocs\account228/manufacturing/work_order_release.php:103
 msgid "Release Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/bom_cost_inquiry.php:24
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:24
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/bom_cost_inquiry.php:24
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:24
 msgid "There are no manufactured or kit items defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/bom_cost_inquiry.php:35
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:220
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/bom_cost_inquiry.php:35
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:220
 msgid "Select a manufacturable item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/bom_cost_inquiry.php:38
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/bom_cost_inquiry.php:38
 msgid "All Costs Are In:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/where_used_inquiry.php:17
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/where_used_inquiry.php:17
 msgid "Inventory Item Where Used Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/where_used_inquiry.php:28
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/where_used_inquiry.php:28
 msgid "Select an item to display its parent item(s)."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/where_used_inquiry.php:56
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/where_used_inquiry.php:56
 msgid "Parent Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/where_used_inquiry.php:57
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:104
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/where_used_inquiry.php:57
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:104
 msgid "Work Centre"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/inquiry/where_used_inquiry.php:59
+#: c:\Apache2\htdocs\account228/manufacturing/inquiry/where_used_inquiry.php:59
 msgid "Quantity Required"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:16
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:16
 msgid "Bill Of Materials"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:26
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:26
 msgid "There are no work centres defined in the system. BOMs require at least one work centre be defined."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:103
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:103
 msgid "Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:150
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:150
 msgid "Selected component has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:180
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:180
 msgid "A new component part has been added to the bill of material for this item."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:186
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:186
 msgid "The selected component is already on this bom. You can modify it's quantity but it cannot appear more than once on the same bom."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:192
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:192
 msgid "The selected component is a parent of the current item. Recursive BOMs are not allowed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:279
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:279
 msgid "Location to Draw From:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/bom_edit.php:280
+#: c:\Apache2\htdocs\account228/manufacturing/manage/bom_edit.php:280
 msgid "Work Centre Added:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:16
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:16
 msgid "Work Centres"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:34
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:34
 msgid "The work centre name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:44
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:44
 msgid "Selected work center has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:49
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:49
 msgid "New work center has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:64
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:64
 msgid "Cannot delete this work centre because BOMs have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:73
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:73
 msgid "Cannot delete this work centre because work order requirements have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:89
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:89
 msgid "Selected work center has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/manage/work_centres.php:107
+#: c:\Apache2\htdocs\account228/manufacturing/manage/work_centres.php:107
 msgid "description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:26
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:26
 msgid "View Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:51
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:51
 msgid "BOM for item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:56
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:56
 msgid "Work Order Requirements"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:61
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:61
 msgid "Issues"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:64
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:64
 msgid "Productions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:67
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:74
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:67
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:74
 msgid "Additional Costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/work_order_view.php:82
+#: c:\Apache2\htdocs\account228/manufacturing/view/work_order_view.php:82
 msgid "This work order has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:19
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:19
 msgid "View Work Order Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:45
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:45
 msgid "Issue #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:45
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_production_view.php:46
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:45
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_production_view.php:46
 msgid "For Work Order #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:46
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:46
 msgid "To Work Centre"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:46
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:46
 msgid "Date of Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:63
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:63
 msgid "This issue has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:76
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:76
 msgid "There are no items for this issue."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:81
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:81
 msgid "Component"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_issue_view.php:118
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_issue_view.php:118
 msgid "Items for this Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_production_view.php:20
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_production_view.php:20
 msgid "View Work Order Production"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_production_view.php:46
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_production_view.php:46
 msgid "Production #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_production_view.php:47
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_production_view.php:47
 msgid "Quantity Manufactured"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/view/wo_production_view.php:63
+#: c:\Apache2\htdocs\account228/manufacturing/view/wo_production_view.php:63
 msgid "This production has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:27
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:27
 msgid "Modify Purchase Order #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:31
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:31
 msgid "Purchase Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:48
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:48
 msgid "Purchase Order has been entered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:50
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:50
 msgid "Purchase Order has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:51
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:51
 msgid "&View this order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:53
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:53
 msgid "&Print This Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:55
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:55
 msgid "&Email This Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:57
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:57
 msgid "&Receive Items on this Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:59
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:59
 msgid "Enter &Another Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:61
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:61
 msgid "Select An &Outstanding Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:116
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:116
 msgid "This item cannot be deleted because some of it has already been received."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:131
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:131
 msgid "This order cannot be cancelled because some of it has already been received."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:132
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:132
 msgid "The line item quantities may be modified to quantities more than already received. prices cannot be altered for lines that have already been received and quantities cannot be reduced below the quantity already received."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:147
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:147
 msgid "This purchase order has been cancelled."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:149
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:149
 msgid "Enter a new purchase order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:165
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:165
 msgid "The quantity of the order item must be numeric and not less than "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:172
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:172
 msgid "The price entered must be numeric and not less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:196
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:196
 msgid "You are attempting to make the quantity ordered a quantity less than has already been invoiced or received.  This is prohibited."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:197
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:197
 msgid "The quantity received can only be modified by entering a negative receipt and the quantity invoiced can only be reduced by entering a credit note against this item."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:228
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:228
 msgid "The selected item is already on this order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:257
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:257
 msgid "The selected item does not exist or it is a kit part and therefore cannot be purchased."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:273
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:273
+msgid "There is no supplier selected."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:280
 msgid "The entered order date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:282
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:289
 msgid "There is no reference entered for this purchase order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:297
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:304
 msgid "There is no delivery address specified."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:304
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:311
 msgid "There is no location specified to move any items into."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:311
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:318
 msgid "The order cannot be placed because there are no lines entered on this order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:408
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:415
 msgid "Update Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:410
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:417
 msgid "Place Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:411
-#: c:\Apache2\htdocs\account226/purchasing/po_entry_items.php:414
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:418
+#: c:\Apache2\htdocs\account228/purchasing/po_entry_items.php:421
 msgid "Cancel Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:25
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:25
 msgid "Receive Purchase Order Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:34
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:34
 msgid "Purchase Order Delivery has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:36
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:36
 msgid "&View this Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:38
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:38
 msgid "Entry purchase &invoice for this receival"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:40
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:40
 msgid "Select a different &purchase order for receiving items against"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:49
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:49
 msgid "This page can only be opened if a purchase order has been selected. Please select a purchase order first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:60
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:60
 msgid "Item Code"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:60
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:60
 msgid "Ordered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:60
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:60
 msgid "Received"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:61
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:61
 msgid "Outstanding"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:61
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:61
 msgid "This Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:109
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:109
 msgid "Total value of items received"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:160
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:209
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:160
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:209
 msgid "There is nothing to process. Please enter valid quantities greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:214
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:214
 msgid "Entered quantities cannot be greater than the quantity entered on the purchase order including the allowed over-receive percentage"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:216
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:216
 msgid "Modify the ordered items on the purchase order if you wish to increase the quantities."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:234
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:234
 msgid "This order has been changed or invoiced since this delivery was started to be actioned. Processing halted. To enter a delivery against this purchase order, it must be re-selected and re-read again to update the changes made by the other user."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:236
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:236
 msgid "Select a different purchase order for receiving goods against"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:238
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:238
 msgid "Re-Read the updated purchase order for receiving goods against"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:308
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:308
 msgid "Items to Receive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:313
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:313
 msgid "Process Receive Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/po_receive_items.php:313
+#: c:\Apache2\htdocs\account228/purchasing/po_receive_items.php:313
 msgid "Clear all GL entry fields"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:28
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:28
 msgid "Supplier Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:43
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:43
 msgid "Supplier credit note has been processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:44
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:44
 msgid "View this Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:46
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:46
 msgid "View the GL Journal Entries for this Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:48
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:48
 msgid "Enter Another Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:49
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:52
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:49
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:52
 msgid "Add an Attachment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:104
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:106
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:104
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:106
 msgid "The account code entered is not a valid code, this line cannot be added to the transaction."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:114
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:116
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:114
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:116
 msgid "The amount entered is not numeric. This line cannot be added to the transaction."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:144
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:144
 msgid "The credit note cannot be processed because the there are no items or values on the invoice.  Credit notes are expected to have a charge."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:151
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:151
 msgid "You must enter an credit note reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:165
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:165
 msgid "You must enter a supplier's credit note reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:172
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:172
 msgid "The credit note as entered cannot be processed because the date entered is not valid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:184
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:184
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:184
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:184
 msgid "The invoice as entered cannot be processed because the due date is in an incorrect format."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:191
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:191
 msgid "The credit note total as entered is less than the sum of the the general ledger entires (if any) and the charges for goods received. There must be a mistake somewhere, the credit note as entered will not be processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:229
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:229
 msgid "The quantity to credit must be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:236
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:236
 msgid "The price is either not numeric or negative."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_credit.php:340
+#: c:\Apache2\htdocs\account228/purchasing/supplier_credit.php:340
 msgid "Enter Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:28
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:28
 msgid "Enter Supplier Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:43
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:43
 msgid "Supplier invoice has been processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:44
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:44
 msgid "View this Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:46
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:46
 msgid "View the GL Journal Entries for this Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:48
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:48
 msgid "Entry supplier &payment for this invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:50
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:50
 msgid "Enter Another Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:145
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:145
 msgid "The invoice cannot be processed because the there are no items or values on the invoice.  Invoices are expected to have a charge."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:151
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:151
 msgid "You must enter an invoice reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:165
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:165
 msgid "You must enter a supplier's invoice reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:172
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:172
 msgid "The invoice as entered cannot be processed because the invoice date is in an incorrect format."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:199
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:199
 msgid "This invoice number has already been entered. It cannot be entered again. ("
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:236
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:236
 msgid "The quantity to invoice must be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:243
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:243
 msgid "The price is not numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:256
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:256
 msgid "The price being invoiced is more than the purchase order price by more than the allowed over-charge percentage. The system is set up to prohibit this. See the system administrator to modify the set up parameters if necessary."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:257
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:270
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:257
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:270
 msgid "The over-charge percentage allowance is :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:269
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:269
 msgid "The quantity being invoiced is more than the outstanding quantity by more than the allowed over-charge percentage. The system is set up to prohibit this. See the system administrator to modify the set up parameters if necessary."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:366
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:366
 #, php-format
 msgid "All yet non-invoiced items on delivery line # %d has been removed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_invoice.php:408
+#: c:\Apache2\htdocs\account228/purchasing/supplier_invoice.php:408
 msgid "Enter Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:32
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:31
 msgid "Supplier Payment Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:71
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:70
 msgid "Payment has been sucessfully entered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:73
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:72
 msgid "&Print This Remittance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:74
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:73
 msgid "&Email This Remittance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:76
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:75
 msgid "View the GL &Journal Entries for this Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:80
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:79
 msgid "Enter another supplier &payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:120
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:126
 msgid "The exchange rate must be numeric and greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:132
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:138
 msgid "The entered discount is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:139
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:146
 msgid "The total of the amount and the discount is zero or negative. Please enter positive values."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:230
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:237
 msgid "Payment To:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:237
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:244
 msgid "From Bank Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:243
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:250
 msgid "Date Paid"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:266
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:273
 msgid "Amount of Discount:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:267
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:274
 msgid "Amount of Payment:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:273
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:280
 msgid "The amount and discount are in the bank account's currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/supplier_payment.php:276
+#: c:\Apache2\htdocs\account228/purchasing/supplier_payment.php:283
 msgid "Enter Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:29
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:29
 msgid "Allocate Supplier Payment or Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:50
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:50
 msgid "Allocation of"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:55
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:55
 msgid "Total:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:64
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:64
 msgid "Refresh"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:64
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:64
 msgid "Start again allocation of selected amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:65
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:65
 msgid "Process allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:66
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:72
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:66
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:72
 msgid "Back to Allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:67
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:73
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:67
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:73
 msgid "Abandon allocations and return to selection of allocatable amounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocate.php:71
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocate.php:71
 msgid "There are no unsettled transactions to allocate."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:26
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:26
 msgid "Supplier Allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:36
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:36
 msgid "Select a Supplier: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:39
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:39
 msgid "Show Settled Items:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:70
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:70
 msgid "Allocate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:94
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:94
 msgid "Transaction Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:101
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:101
 msgid "Left to Allocate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/allocations/supplier_allocation_main.php:111
+#: c:\Apache2\htdocs\account228/purchasing/allocations/supplier_allocation_main.php:111
 msgid "Marked items are settled."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:25
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:25
 msgid "Search Outstanding Purchase Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:62
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:60
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:62
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:60
 msgid "#:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:93
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:93
 msgid "Receive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:173
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:157
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:215
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:173
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:157
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:215
 msgid "Supplier's Reference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:174
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:158
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:174
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:158
 msgid "Order Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:176
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:160
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:176
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:160
 msgid "Order Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search.php:187
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search.php:187
 msgid "Marked orders have overdue items."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:24
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:24
 msgid "Search Purchase Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/po_search_completed.php:65
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/po_search_completed.php:65
 msgid "into location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:23
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:23
 msgid "Supplier Allocation Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:48
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:178
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:48
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:178
 msgid "Select a supplier: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:55
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:55
 msgid "show settled:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:99
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:99
 msgid "Allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:179
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:179
 msgid "Supp Reference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:185
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:185
 msgid "Allocated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_allocation_inquiry.php:197
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:236
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_allocation_inquiry.php:197
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:236
 msgid "Marked items are overdue."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:25
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:25
 msgid "Supplier Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:47
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:47
 msgid "Select a supplier:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:68
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:69
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:70
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:68
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:69
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:70
 msgid "Days"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:70
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:70
 msgid "Over"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:74
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:74
 msgid "Terms"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:74
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:74
 msgid "Current"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:75
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:75
 msgid "Total Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:129
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:129
 msgid "Credit This"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/inquiry/supplier_inquiry.php:151
+#: c:\Apache2\htdocs\account228/purchasing/inquiry/supplier_inquiry.php:151
 msgid "Print Remittance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:16
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:16
 msgid "Suppliers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:22
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:22
 msgid "There are no tax groups defined in the system. At least one tax group is required before proceeding."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:44
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:44
 msgid "The supplier name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:51
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:51
 msgid "The supplier short name must be entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:90
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:90
 msgid "Supplier has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:125
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:125
 msgid "A new supplier has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:145
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:145
 msgid "Cannot delete this supplier because there are transactions that refer to this supplier."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:156
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:156
 msgid "Cannot delete the supplier record because purchase orders have been created against this supplier."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:179
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:179
 msgid "New supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:247
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:247
 msgid "Name and Contact"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:249
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:249
 msgid "Supplier Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:250
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:250
 msgid "Supplier Short Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:258
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:258
 msgid "Website:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:259
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:259
 msgid "Our Customer No:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:261
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:261
 msgid "Addresses"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:262
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:262
 msgid "Mailing Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:263
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:263
 msgid "Physical Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:267
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:267
 msgid "Purchasing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:269
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:269
 msgid "Bank Name/Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:270
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:270
 msgid "Credit Limit:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:273
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:278
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:273
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:278
 msgid "Supplier's Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:281
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:281
 msgid "Tax Group:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:283
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:283
 msgid "Payment Terms:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:285
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:285
 msgid "Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:287
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:287
 msgid "Accounts Payable Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:289
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:289
 msgid "Purchase Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:306
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:306
 msgid "General"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:307
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:307
 msgid "General Notes:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:308
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:308
 msgid "Supplier status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:315
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:315
 msgid "Update Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:316
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:316
 msgid "Update supplier data"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:317
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:317
 msgid "Select this supplier and return to document entry."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:318
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:318
 msgid "Delete Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:319
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:319
 msgid "Delete supplier data if have been never used"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/manage/suppliers.php:323
+#: c:\Apache2\htdocs\account228/purchasing/manage/suppliers.php:323
 msgid "Add New Supplier Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:21
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:21
 msgid "View Purchase Order Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:27
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:27
 msgid "This page must be called with a Purchase Order Delivery number to review."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:33
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:33
 msgid "Purchase Order Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:37
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:41
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:37
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:41
 msgid "Line Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:40
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:45
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:40
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:45
 msgid "Item Description"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:40
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:40
 msgid "Delivery Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:41
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:46
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:41
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:46
 msgid "Line Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:41
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:46
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:41
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:46
 msgid "Quantity Invoiced"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:70
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:84
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:70
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:84
 msgid "Total Excluding Tax/Shipping"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_grn.php:75
+#: c:\Apache2\htdocs\account228/purchasing/view/view_grn.php:75
 msgid "This delivery has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:22
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:22
 msgid "View Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:27
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:27
 msgid "This page must be called with a purchase order number to review."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:30
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:30
 msgid "Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:46
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:46
 msgid "Requested By"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:46
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:46
 msgid "Quantity Received"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:103
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:103
 msgid "Deliveries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:105
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:105
 msgid "Delivered On"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_po.php:128
+#: c:\Apache2\htdocs\account228/purchasing/view/view_po.php:128
 msgid "Invoices/Credits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:23
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:23
 msgid "View Supplier Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:39
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:39
 msgid "SUPPLIER CREDIT NOTE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:48
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:51
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:48
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:51
 msgid "Invoice Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:61
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:66
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:61
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:66
 msgid "Sub Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:67
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:67
 msgid "TOTAL CREDIT NOTE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_credit.php:71
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_credit.php:71
 msgid "This credit note has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:23
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:23
 msgid "View Supplier Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:41
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:41
 msgid "SUPPLIER INVOICE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:73
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:73
 msgid "TOTAL INVOICE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_invoice.php:77
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_invoice.php:77
 msgid "This invoice has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_payment.php:22
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_payment.php:22
 msgid "View Payment to Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_payment.php:47
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_payment.php:47
 msgid "Payment to Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_payment.php:53
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_payment.php:53
 msgid "To Supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_payment.php:59
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_payment.php:59
 msgid "Payment Currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/view/view_supp_payment.php:66
+#: c:\Apache2\htdocs\account228/purchasing/view/view_supp_payment.php:66
 msgid "Supplier's Currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:116
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:99
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:116
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:99
 msgid "Balances in Home Currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:123
 msgid "Trans Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:123
 msgid "Charges"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:123
 msgid "Credits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:130
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:111
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:118
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:107
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:81
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:130
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:111
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:118
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:81
 msgid "Customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:133
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:133
 msgid "Customer Balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep101.php:231
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:207
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:177
+#: c:\Apache2\htdocs\account228/reporting/rep101.php:231
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:207
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:177
 msgid "Grand Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:93
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:91
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:93
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:91
 msgid "Summary Only"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:95
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:95
 msgid "Detailed Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:117
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:117
 msgid "End Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep102.php:124
+#: c:\Apache2\htdocs\account228/reporting/rep102.php:124
 msgid "Aged Customer Analysis"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:118
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:118
 msgid "All Areas"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:122
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:122
 msgid "All Sales Folk"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:126
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:126
 msgid "Greater than "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:130
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:130
 msgid "Less than "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:139
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:139
 msgid "Customer Postal Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:139
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:139
 msgid "Price/Turnover"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:139
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:139
 msgid "Branch Contact Information"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:140
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:140
 msgid "Branch Delivery Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:145
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:145
 msgid "Activity Since"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:146
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:146
 msgid "Sales Areas"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:147
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:147
 msgid "Sales Folk"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:148
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:148
 msgid "Activity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:150
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:150
 msgid "Customer Details Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:178
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:178
 msgid "Customers in"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:202
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:202
 msgid "Price List"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:204
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:204
 msgid "Turnover"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:207
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:207
 msgid "Ph"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep103.php:208
+#: c:\Apache2\htdocs\account228/reporting/rep103.php:208
 msgid "Fax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep104.php:109
+#: c:\Apache2\htdocs\account228/reporting/rep104.php:109
 msgid "Category/Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep104.php:109
+#: c:\Apache2\htdocs\account228/reporting/rep104.php:109
 msgid "GP %"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep104.php:117
+#: c:\Apache2\htdocs\account228/reporting/rep104.php:117
 msgid "Show GP %"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep104.php:124
+#: c:\Apache2\htdocs\account228/reporting/rep104.php:124
 msgid "Price Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep104.php:190
+#: c:\Apache2\htdocs\account228/reporting/rep104.php:190
 msgid "Sales Kits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:101
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:101
 msgid "All Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:103
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:103
 msgid "Back Orders Only"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:107
 msgid "Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:107
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:81
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:81
 msgid "Branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:107
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:81
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:81
 msgid "Customer Ref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:108
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:108
 msgid "Ord Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:108
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:108
 msgid "Del Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:108
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:108
 msgid "Loc"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:112
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:112
 msgid "Invoiced"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:119
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:119
 msgid "Selection"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep105.php:124
+#: c:\Apache2\htdocs\account228/reporting/rep105.php:124
 msgid "Order Status Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:81
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:81
 msgid "Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:82
 msgid "Inv Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:82
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:86
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:87
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:86
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:87
 msgid "Provision"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:86
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:86
 msgid "Salesman"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:86
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:86
 msgid "Email"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:87
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:87
 msgid "Break Pt."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep106.php:96
+#: c:\Apache2\htdocs\account228/reporting/rep106.php:96
 msgid "Salesman Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep107.php:66
-#: c:\Apache2\htdocs\account226/reporting/rep107.php:98
-#: c:\Apache2\htdocs\account226/reporting/rep107.php:109
+#: c:\Apache2\htdocs\account228/reporting/rep107.php:66
+#: c:\Apache2\htdocs\account228/reporting/rep107.php:98
+#: c:\Apache2\htdocs\account228/reporting/rep107.php:109
 msgid "INVOICE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep107.php:103
-#: c:\Apache2\htdocs\account226/reporting/rep107.php:109
+#: c:\Apache2\htdocs\account228/reporting/rep107.php:103
+#: c:\Apache2\htdocs\account228/reporting/rep107.php:109
 msgid "CREDIT NOTE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep108.php:77
-#: c:\Apache2\htdocs\account226/reporting/rep108.php:106
+#: c:\Apache2\htdocs\account228/reporting/rep108.php:77
+#: c:\Apache2\htdocs\account228/reporting/rep108.php:106
 msgid "STATEMENT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:64
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:90
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:96
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:64
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:90
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:96
 msgid "SALES ORDER"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:66
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:85
-#: c:\Apache2\htdocs\account226/reporting/rep109.php:96
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:66
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:85
+#: c:\Apache2\htdocs\account228/reporting/rep109.php:96
 msgid "QUOTE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep110.php:68
+#: c:\Apache2\htdocs\account228/reporting/rep110.php:68
 msgid "DELIVERY"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep110.php:70
-#: c:\Apache2\htdocs\account226/reporting/rep110.php:95
+#: c:\Apache2\htdocs\account228/reporting/rep110.php:70
+#: c:\Apache2\htdocs\account228/reporting/rep110.php:95
 msgid "PACKING SLIP"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep110.php:90
-#: c:\Apache2\htdocs\account226/reporting/rep110.php:101
+#: c:\Apache2\htdocs\account228/reporting/rep110.php:90
+#: c:\Apache2\htdocs\account228/reporting/rep110.php:101
 msgid "DELIVERY NOTE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep111.php:60
-#: c:\Apache2\htdocs\account226/reporting/rep111.php:80
+#: c:\Apache2\htdocs\account228/reporting/rep111.php:60
+#: c:\Apache2\htdocs\account228/reporting/rep111.php:80
 msgid "SALES QUOTATION"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep112.php:91
-#: c:\Apache2\htdocs\account226/reporting/rep112.php:110
+#: c:\Apache2\htdocs\account228/reporting/rep112.php:91
+#: c:\Apache2\htdocs\account228/reporting/rep112.php:110
 msgid "RECEIPT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep201.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep201.php:107
 msgid "Balances in Home currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep201.php:124
+#: c:\Apache2\htdocs\account228/reporting/rep201.php:124
 msgid "Supplier Balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep202.php:124
+#: c:\Apache2\htdocs\account228/reporting/rep202.php:124
 msgid "currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep202.php:125
+#: c:\Apache2\htdocs\account228/reporting/rep202.php:125
 msgid "Aged Supplier Analysis"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep203.php:95
+#: c:\Apache2\htdocs\account228/reporting/rep203.php:95
 msgid "Payment Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep204.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep204.php:82
 msgid "GRN"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep204.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep204.php:82
 msgid "Qty Recd"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep204.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep204.php:82
 msgid "qty Inv"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep204.php:83
+#: c:\Apache2\htdocs\account228/reporting/rep204.php:83
 msgid "Std Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep204.php:90
+#: c:\Apache2\htdocs\account228/reporting/rep204.php:90
 msgid "Outstanding GRNs Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep209.php:85
-#: c:\Apache2\htdocs\account226/reporting/rep209.php:102
-#: c:\Apache2\htdocs\account226/reporting/rep209.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep209.php:85
+#: c:\Apache2\htdocs\account228/reporting/rep209.php:102
+#: c:\Apache2\htdocs\account228/reporting/rep209.php:107
 msgid "PURCHASE ORDER"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep210.php:93
-#: c:\Apache2\htdocs\account226/reporting/rep210.php:118
-#: c:\Apache2\htdocs\account226/reporting/rep210.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep210.php:93
+#: c:\Apache2\htdocs\account228/reporting/rep210.php:118
+#: c:\Apache2\htdocs\account228/reporting/rep210.php:123
 msgid "REMITTANCE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep301.php:106
+#: c:\Apache2\htdocs\account228/reporting/rep301.php:106
 msgid "Inventory Valuation Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep302.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep301.php:146
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:166
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:160
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:168
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:172
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:111
+msgid "Inactive"
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:123
 msgid "QOH"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep302.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:123
 msgid "Cust Ord"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep302.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:123
 msgid "Supp Ord"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep302.php:123
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:123
 msgid "Sugg Ord"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep302.php:132
+#: c:\Apache2\htdocs\account228/reporting/rep302.php:132
 msgid "Inventory Planning Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:94
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:94
 msgid "Shortage"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:104
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:110
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:72
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:104
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:110
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:72
 msgid "Stock ID"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:104
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:104
 msgid "Check"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:118
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:118
 msgid "Only Shortage"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep303.php:125
+#: c:\Apache2\htdocs\account228/reporting/rep303.php:125
 msgid "Stock Check Sheets"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep304.php:114
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:114
 msgid "Qty"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep304.php:114
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:114
 msgid "Sales"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep304.php:114
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:114
 msgid "Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep304.php:114
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:114
 msgid "Contribution"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep304.php:126
+#: c:\Apache2\htdocs\account228/reporting/rep304.php:126
 msgid "Inventory Sales Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:72
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:72
 msgid "PO No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:72
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:72
 msgid "Qty Received"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:72
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:72
 msgid "Unit Price"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:72
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:72
 msgid "Actual Price"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep305.php:79
+#: c:\Apache2\htdocs\account228/reporting/rep305.php:79
 msgid "GRN Valuation Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep401.php:69
+#: c:\Apache2\htdocs\account228/reporting/rep401.php:69
 msgid "Wrk Ctr"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep401.php:76
+#: c:\Apache2\htdocs\account228/reporting/rep401.php:76
 msgid "Bill of Material Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep409.php:65
-#: c:\Apache2\htdocs\account226/reporting/rep409.php:82
-#: c:\Apache2\htdocs\account226/reporting/rep409.php:87
+#: c:\Apache2\htdocs\account228/reporting/rep409.php:65
+#: c:\Apache2\htdocs\account228/reporting/rep409.php:82
+#: c:\Apache2\htdocs\account228/reporting/rep409.php:87
 msgid "WORK ORDER"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep409.php:132
+#: c:\Apache2\htdocs\account228/reporting/rep409.php:132
 msgid "Insufficient stock"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep501.php:85
+#: c:\Apache2\htdocs\account228/reporting/rep501.php:85
 msgid "YTD"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep501.php:92
+#: c:\Apache2\htdocs\account228/reporting/rep501.php:92
 msgid "Dimension Summary"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep601.php:83
+#: c:\Apache2\htdocs\account228/reporting/rep601.php:83
 msgid "Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep601.php:144
+#: c:\Apache2\htdocs\account228/reporting/rep601.php:144
 msgid "Total Debit / Credit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep601.php:161
+#: c:\Apache2\htdocs\account228/reporting/rep601.php:161
 msgid "Net Change"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep702.php:51
+#: c:\Apache2\htdocs\account228/reporting/rep702.php:51
 msgid "Type/Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep702.php:51
+#: c:\Apache2\htdocs\account228/reporting/rep702.php:51
 msgid "Date/Dim."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep702.php:52
+#: c:\Apache2\htdocs\account228/reporting/rep702.php:52
 msgid "Person/Item/Memo"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep702.php:62
+#: c:\Apache2\htdocs\account228/reporting/rep702.php:62
 msgid "List of Journal Entries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep704.php:66
+#: c:\Apache2\htdocs\account228/reporting/rep704.php:66
 msgid "GL Account Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep704.php:78
-#: c:\Apache2\htdocs\account226/reporting/rep704.php:81
-#: c:\Apache2\htdocs\account226/reporting/rep704.php:84
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:103
+#: c:\Apache2\htdocs\account228/reporting/rep704.php:78
+#: c:\Apache2\htdocs\account228/reporting/rep704.php:81
+#: c:\Apache2\htdocs\account228/reporting/rep704.php:84
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:103
 msgid "Ref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:234
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:246
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:256
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:249
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:294
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:334
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:234
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:246
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:256
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:249
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:294
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:334
 msgid "Year"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:240
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:250
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:258
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:240
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:250
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:258
 msgid "Amounts in thousands"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep705.php:262
+#: c:\Apache2\htdocs\account228/reporting/rep705.php:262
 msgid "Annual Expense Breakdown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep706.php:174
+#: c:\Apache2\htdocs\account228/reporting/rep706.php:174
 msgid "Close Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep706.php:291
-#: c:\Apache2\htdocs\account226/reporting/rep707.php:310
+#: c:\Apache2\htdocs\account228/reporting/rep706.php:291
+#: c:\Apache2\htdocs\account228/reporting/rep707.php:310
 msgid "Group"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep707.php:242
+#: c:\Apache2\htdocs\account228/reporting/rep707.php:242
 msgid "Profit and Loss Statement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:85
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:85
 msgid "Tax Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:103
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:103
 msgid "Branch Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:104
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:104
 msgid "Net"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:104
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:104
 msgid "Rate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:104
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:104
 msgid "Tax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:164
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:164
 msgid "Tax Rate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep709.php:164
+#: c:\Apache2\htdocs\account228/reporting/rep709.php:164
 msgid "Net Tax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep710.php:75
+#: c:\Apache2\htdocs\account228/reporting/rep710.php:75
 msgid "Time"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep710.php:75
+#: c:\Apache2\htdocs\account228/reporting/rep710.php:75
 msgid "Trans Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep710.php:76
+#: c:\Apache2\htdocs\account228/reporting/rep710.php:76
 msgid "Action"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep710.php:87
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:365
+#: c:\Apache2\htdocs\account228/reporting/rep710.php:87
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:365
 msgid "Audit Trail"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/rep710.php:107
+#: c:\Apache2\htdocs\account228/reporting/rep710.php:107
 msgid "Changed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:23
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:23
 msgid "Reports and Analysis"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:30
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:30
 msgid "Customer &Balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:34
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:40
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:54
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:78
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:90
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:96
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:103
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:109
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:115
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:123
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:129
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:137
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:147
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:153
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:34
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:40
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:54
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:78
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:90
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:96
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:103
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:109
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:115
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:123
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:129
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:137
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:147
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:153
 msgid "Currency Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:36
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:44
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:52
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:60
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:68
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:74
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:125
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:133
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:139
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:143
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:163
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:168
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:176
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:184
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:189
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:196
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:210
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:221
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:227
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:233
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:247
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:253
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:262
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:272
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:281
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:292
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:297
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:305
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:314
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:322
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:332
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:336
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:343
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:351
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:358
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:371
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:36
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:44
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:52
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:60
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:68
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:74
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:125
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:133
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:139
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:143
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:163
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:168
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:176
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:184
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:189
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:196
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:210
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:221
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:227
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:233
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:247
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:253
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:262
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:272
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:281
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:292
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:297
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:305
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:314
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:322
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:332
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:336
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:343
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:351
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:358
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:371
 msgid "Destination"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:37
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:37
 msgid "&Aged Customer Analysis"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:42
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:131
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:260
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:270
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:303
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:312
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:341
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:349
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:42
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:131
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:260
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:270
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:303
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:312
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:341
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:349
 msgid "Graphics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:45
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:45
 msgid "Customer &Detail Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:49
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:49
 msgid "Activity Greater Than"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:50
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:50
 msgid "Activity Less Than"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:53
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:53
 msgid "&Price Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:55
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:64
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:159
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:165
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:170
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:180
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:55
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:64
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:159
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:165
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:170
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:180
 msgid "Inventory Category"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:56
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:56
 msgid "Sales Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:57
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:172
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:57
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:172
 msgid "Show Pictures"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:61
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:61
 msgid "&Order Status Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:65
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:65
 msgid "Stock Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:69
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:69
 msgid "&Salesman Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:75
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:75
 msgid "Print &Invoices/Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:77
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:84
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:95
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:102
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:108
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:114
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:146
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:152
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:199
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:77
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:84
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:95
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:102
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:108
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:114
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:146
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:152
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:199
 msgid "To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:79
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:85
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:79
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:85
 msgid "email Customers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:80
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:80
 msgid "Payment Link"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:82
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:82
 msgid "Print &Deliveries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:86
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:86
 msgid "Print as Packing Slip"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:88
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:88
 msgid "Print &Statements"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:91
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:97
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:104
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:110
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:148
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:154
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:91
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:97
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:104
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:110
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:148
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:154
 msgid "Email Customers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:93
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:93
 msgid "&Print Sales Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:98
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:98
 msgid "Print as Quote"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:100
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:106
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:100
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:106
 msgid "&Print Sales Quotations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:112
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:112
 msgid "Print Receipts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:119
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:119
 msgid "Supplier &Balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:126
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:126
 msgid "&Aged Supplier Analyses"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:134
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:134
 msgid "&Payment Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:140
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:140
 msgid "Outstanding &GRNs Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:144
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:144
 msgid "Print Purchase &Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:150
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:150
 msgid "Print Remittances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:158
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:158
 msgid "Inventory &Valuation Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:164
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:164
 msgid "Inventory &Planning Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:169
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:169
 msgid "Stock &Check Sheets"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:173
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:173
 msgid "Inventory Column"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:174
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:174
 msgid "Show Shortage"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:177
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:177
 msgid "Inventory &Sales Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:185
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:185
 msgid "&GRN Valuation Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:191
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:192
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:197
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:191
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:192
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:197
 msgid "Manufacturing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:192
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:192
 msgid "&Bill of Material Listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:193
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:193
 msgid "From product"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:194
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:194
 msgid "To product"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:197
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:197
 msgid "Print &Work Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:200
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:200
 msgid "Email Locations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:205
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:205
 msgid "Dimension &Summary"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:206
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:206
 msgid "From Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:207
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:207
 msgid "To Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:208
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:208
 msgid "Show Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:215
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:216
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:215
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:216
 msgid "Banking"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:216
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:216
 msgid "Bank &Statement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:223
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:224
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:228
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:239
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:248
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:254
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:263
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:273
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:285
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:293
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:298
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:306
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:315
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:326
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:333
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:337
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:344
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:352
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:360
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:365
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:223
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:224
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:228
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:239
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:248
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:254
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:263
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:273
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:285
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:293
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:298
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:306
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:315
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:326
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:333
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:337
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:344
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:352
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:360
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:365
 msgid "General Ledger"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:224
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:224
 msgid "Chart of &Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:225
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:225
 msgid "Show Balances"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:228
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:228
 msgid "List of &Journal Entries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:239
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:285
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:326
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:239
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:285
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:326
 msgid "GL Account &Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:242
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:288
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:329
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:242
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:288
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:329
 msgid "From Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:243
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:289
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:330
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:243
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:289
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:330
 msgid "To Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:248
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:293
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:333
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:248
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:293
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:333
 msgid "Annual &Expense Breakdown"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:254
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:298
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:337
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:254
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:298
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:337
 msgid "&Balance Sheet"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:259
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:269
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:302
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:311
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:340
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:348
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:259
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:269
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:302
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:311
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:340
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:348
 msgid "Decimal values"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:263
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:306
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:344
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:263
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:306
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:344
 msgid "&Profit and Loss Statement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:266
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:309
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:347
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:266
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:309
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:347
 msgid "Compare to"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:276
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:318
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:355
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:276
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:318
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:355
 msgid "Zero values"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/reports_main.php:360
+#: c:\Apache2\htdocs\account228/reporting/reports_main.php:360
 msgid "Ta&x Report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:24
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:24
 msgid "Create and Print Recurrent Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:118
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:118
 msgid "Template No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:118
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:118
 msgid "Monthly"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:118
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:118
 msgid "Begin"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:118
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:118
 msgid "End"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:118
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:118
 msgid "Last Created"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:162
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:162
 msgid "Create Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:169
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:169
 msgid "Marked items are due."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/create_recurrent_invoices.php:171
+#: c:\Apache2\htdocs\account228/sales/create_recurrent_invoices.php:171
 msgid "No recurrent invoices are due."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:37
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:37
 msgid "Customer Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:40
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:40
 #, php-format
 msgid "Modifying Customer Credit Note #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:51
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:612
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:51
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:632
 msgid "There are no customers, or there are no customers with branches. Please define customers and customer branches."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:66
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:66
 #, php-format
 msgid "Credit Note # %d has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:68
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:68
 msgid "&View this credit note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:70
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:70
 msgid "&Print This Credit Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:71
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:71
 msgid "&Email This Credit Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:73
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:59
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:73
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:73
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:59
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:73
 msgid "View the GL &Journal Entries for this Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:75
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:75
 msgid "Enter Another &Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:153
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:153
 msgid "The entered date for the credit note is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:170
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:170
 msgid "For credit notes created to write off the stock, a general ledger account is required to be selected."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:171
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:171
 msgid "Please select an account to write the cost of the stock off to, then click on Process again."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:191
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:191
 msgid "The quantity must be greater than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:196
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:196
 msgid "The entered price is negative or invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:201
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:201
 msgid "The entered discount percent is negative, greater than 100 or invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:269
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:269
 msgid "Credit Note Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/credit_note_entry.php:279
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:393
+#: c:\Apache2\htdocs\account228/sales/credit_note_entry.php:279
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:393
 msgid "Process Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:38
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:38
 #, php-format
 msgid "Modifying Credit Invoice # %d."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:42
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:42
 msgid "Credit all or part of an Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:53
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:53
 msgid "Credit Note has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:55
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:69
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:55
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:69
 msgid "&View This Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:57
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:71
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:57
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:71
 msgid "&Print This Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:67
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:67
 msgid "Credit Note has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:110
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:110
 msgid "The entered shipping cost is invalid or less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:115
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:150
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:115
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:150
 msgid "Selected quantity cannot be less than zero nor more than quantity not credited yet."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:148
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:148
 msgid "This page can only be opened if an invoice has been selected for crediting."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:260
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:260
 msgid "Crediting Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:281
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:281
 msgid "Credit Note Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:291
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:291
 msgid "Invoiced Quantity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:292
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:292
 msgid "Credit Quantity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:292
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:292
 msgid "Discount %"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:326
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:326
 msgid "Credit Shipping Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:333
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:465
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:504
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:333
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:467
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:504
 msgid "Sub-total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:341
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:341
 msgid "Credit Note Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:359
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:359
 msgid "Credit Note Type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:367
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:367
 msgid "Items Returned to Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:372
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:372
 msgid "Write off the cost of the items to"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_credit_invoice.php:391
+#: c:\Apache2\htdocs\account228/sales/customer_credit_invoice.php:391
 msgid "Update credit value for quantities entered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:37
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:37
 #, php-format
 msgid "Modifying Delivery Note # %d."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:41
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:41
 msgid "Deliver Items for a Sales Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:50
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:173
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:50
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:173
 #, php-format
 msgid "Delivery # %d has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:52
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:175
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:52
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:175
 msgid "&View This Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:54
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:75
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:177
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:54
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:75
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:177
 msgid "&Print Delivery Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:55
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:76
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:178
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:55
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:76
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:178
 msgid "&Email Delivery Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:56
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:77
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:179
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:56
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:77
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:179
 msgid "P&rint as Packing Slip"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:57
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:78
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:180
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:57
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:78
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:180
 msgid "E&mail as Packing Slip"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:59
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:183
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:59
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:183
 msgid "View the GL Journal Entries for this Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:61
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:61
 msgid "Invoice This Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:63
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:63
 msgid "Select Another Order For Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:71
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:71
 #, php-format
 msgid "Delivery Note # %d has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:73
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:73
 msgid "View this delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:80
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:80
 msgid "Confirm Delivery and Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:82
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:82
 msgid "Select A Different Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:96
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:96
 msgid "Select a different sales order to delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:97
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:97
 msgid "This order has no items. There is nothing to delivery."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:115
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:115
 msgid "Select a different delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:116
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:116
 msgid "This delivery has all items invoiced. There is nothing to modify."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:126
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:126
 msgid "This page can only be opened if an order or delivery note has been selected. Please select it first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:128
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:128
 msgid "Select a Sales Order to Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:137
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:137
 msgid "Selected quantity cannot be less than quantity invoiced nor more than quantity\tnot dispatched on sales order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:140
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:140
 msgid "Freight cost cannot be less than zero"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:152
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:152
 msgid "The entered date of delivery is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:158
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:158
 msgid "The entered date of delivery is not in fiscal year."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:164
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:164
 msgid "The entered dead-line for invoice is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:187
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:284
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:187
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:284
 msgid "The entered shipping value is not numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:193
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:193
 msgid "There are no item quantities on this delivery note."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:282
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:451
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:282
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:471
 msgid "The delivery cannot be processed because there is an insufficient quantity for item:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:343
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:343
 msgid "For Sales Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:352
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:352
 msgid "Delivery From"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:380
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:381
 msgid "Invoice Dead-line"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:389
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:398
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:391
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:398
 msgid "The selected customer account is currently on hold. Please contact the credit control personnel to discuss."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:394
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:396
 msgid "Delivery Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:400
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:402
 msgid "Max. delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:400
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:408
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:402
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:408
 msgid "Delivered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:401
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:409
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:403
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:409
 msgid "Discount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:457
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:493
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:459
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:493
 msgid "Shipping Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:472
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:474
 msgid "Amount Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:477
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:479
 msgid "Marked items have insufficient quantities in stock as on day of delivery."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:481
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:483
 msgid "Action For Balance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:488
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:522
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:490
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:522
 msgid "Refresh document page"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:489
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:491
 msgid "Process Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_delivery.php:490
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:524
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:660
+#: c:\Apache2\htdocs\account228/sales/customer_delivery.php:492
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:524
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:680
 msgid "Check entered data and save document"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:37
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:37
 #, php-format
 msgid "Modifying Sales Invoice # %d."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:40
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:40
 msgid "Issue an Invoice for Delivery Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:42
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:42
 msgid "Issue Batch Invoice for Delivery Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:55
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:55
 msgid "Selected deliveries has been processed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:57
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:74
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:202
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:57
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:74
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:202
 msgid "&View This Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:59
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:76
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:59
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:76
 msgid "&Print This Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:60
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:60
 msgid "&Email This Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:62
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:215
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:62
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:215
 msgid "View the GL &Journal Entries for this Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:64
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:64
 msgid "Select Another &Delivery For Invoicing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:72
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:72
 #, php-format
 msgid "Sales Invoice # %d has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:78
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:78
 msgid "Select A Different &Invoice to Modify"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:116
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:116
 msgid "Select a different delivery to invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:117
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:117
 msgid "There are no delivered items with a quantity left to invoice. There is nothing left to invoice."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:132
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:132
 msgid ""
 "There are no delivery notes for this invoice.<br>\n"
 "\t\tMost likely this invoice was created in Front Accounting version prior to 2.0\n"
 "\t\tand therefore can not be modified."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:141
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:141
 msgid "All quantities on this invoice has been credited. There is nothing to modify on this invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:147
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:147
 msgid "This page can only be opened after delivery selection. Please select delivery to invoicing first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:149
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:149
 msgid "Select Delivery to Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:154
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:295
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:154
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:295
 msgid "Selected quantity cannot be less than quantity credited nor more than quantity not invoiced yet."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:248
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:248
 msgid "The entered invoice date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:254
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:254
 msgid "The entered invoice date is not in fiscal year."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:260
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:260
 msgid "The entered invoice due date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:290
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:290
 msgid "There are no item quantities on this invoice."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:362
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:362
 msgid "Delivery Notes:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:404
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:404
 msgid "Invoice Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:409
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:409
 msgid "This Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:412
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:412
 msgid "DN"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:417
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:417
 msgid "Credited"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:463
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:463
 msgid "Remove"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:511
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:511
 msgid "Invoice Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_invoice.php:523
+#: c:\Apache2\htdocs\account228/sales/customer_invoice.php:523
 msgid "Process Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:33
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:33
 msgid "Customer Payment Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:37
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:37
 msgid "There are no customers defined in the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:62
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:62
 msgid "The customer payment has been successfully entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:64
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:64
 msgid "&Print This Receipt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:66
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:66
 msgid "&View the GL Journal Entries for this Customer Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:70
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:70
 msgid "Enter Another &Customer Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:82
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:83
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:318
+msgid "There is no customer selected."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:90
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:325
+msgid "This customer has no branch defined."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:96
 msgid "The entered date is invalid. Please enter a valid date for the payment."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:104
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:110
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:118
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:124
 msgid "The entered amount is invalid or negative and cannot be processed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:136
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:150
 msgid "The entered discount is not a valid number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:142
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:157
 msgid "The balance of the amount and discout is zero or negative. Please enter valid amounts."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:227
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:242
 msgid "From Customer:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:232
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:247
 msgid "Branch:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:242
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:257
 msgid "This customer account is on hold."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:248
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:263
 msgid "Into Bank Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:255
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:270
 msgid "Date of Deposit:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:279
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:294
 msgid "Customer prompt payment discount :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:288
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:303
 msgid "Amount and discount are in customer's currency."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/customer_payments.php:292
+#: c:\Apache2\htdocs\account228/sales/customer_payments.php:307
 msgid "Add Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:56
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:56
 msgid "Direct Sales Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:61
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:61
 msgid "Direct Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:67
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:67
 #, php-format
 msgid "Modifying Sales Order # %d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:73
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:73
 #, php-format
 msgid "Modifying Sales Quotation # %d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:78
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:78
 msgid "New Sales Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:82
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:82
 msgid "New Sales Quotation Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:85
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:85
 msgid "Sales Order Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:101
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:101
 #, php-format
 msgid "Order # %d has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:103
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:121
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:103
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:121
 msgid "&View This Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:109
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:109
 msgid "Make &Delivery Against This Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:112
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:112
 msgid "Enter a &New Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:119
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:119
 #, php-format
 msgid "Order # %d has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:127
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:127
 msgid "Confirm Order Quantities and Make &Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:130
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:130
 msgid "Select A Different &Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:137
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:137
 #, php-format
 msgid "Quotation # %d has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:139
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:157
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:139
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:157
 msgid "&View This Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:141
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:159
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:141
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:159
 msgid "&Print This Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:142
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:160
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:142
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:160
 msgid "&Email This Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:145
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:163
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:145
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:163
 msgid "Make &Sales Order Against This Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:148
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:148
 msgid "Enter a New &Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:155
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:155
 #, php-format
 msgid "Quotation # %d has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:166
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:166
 msgid "Select A Different &Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:185
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:185
 msgid "Make &Invoice Against This Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:189
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:189
 msgid "Enter a New Template &Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:192
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:192
 msgid "Enter a &New Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:200
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:200
 #, php-format
 msgid "Invoice # %d has been entered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:204
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:204
 msgid "&Print Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:205
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:205
 msgid "&Email Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:213
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:213
 msgid "Print &Receipt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:218
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:218
 msgid "Enter a &New Template Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:221
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:221
 msgid "Enter a &New Direct Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:322
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:336
 msgid "The entered date is not in fiscal year"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:333
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:347
 msgid "You must enter the person or company to whom delivery should be made to."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:340
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:354
 msgid "You should enter the street address in the box provided. Orders cannot be accepted without a valid street address."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:349
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:363
 msgid "The shipping cost entered is expected to be numeric."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:355
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:369
 msgid "The Valid date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:357
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:371
 msgid "The delivery date is invalid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:364
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:378
 msgid "The requested valid date is before the date of the quotation."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:366
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:380
 msgid "The requested delivery date is before the date of the order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:375
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:389
 msgid "You need to define a cash account for your Sales Point."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:430
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:450
 msgid "The item could not be updated because you are attempting to set the quantity ordered to less than 0, or the discount percent to more than 100."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:434
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:454
 msgid "Price for item must be entered and can not be less than 0"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:441
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:461
 msgid "You attempting to make the quantity ordered a quantity less than has already been delivered. The quantity delivered cannot be modified retrospectively."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:480
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:500
 msgid "This item cannot be deleted because some of it has already been delivered."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:507
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:527
 msgid "Direct delivery entry has been cancelled as requested."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:508
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:528
 msgid "Enter a New Sales Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:511
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:531
 msgid "Direct invoice entry has been cancelled as requested."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:512
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:532
 msgid "Enter a New Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:517
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:537
 msgid "This order cannot be cancelled because some of it has already been invoiced or dispatched. However, the line item quantities may be modified."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:522
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:542
 msgid "This sales quotation has been cancelled as requested."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:523
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:543
 msgid "Enter a New Sales Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:527
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:547
 msgid "This sales order has been cancelled as requested."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:528
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:548
 msgid "Enter a New Sales Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:558
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:578
 msgid "Sales Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:615
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:635
 msgid "Invoice Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:616
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:636
 msgid "Sales Invoice Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:617
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:637
 msgid "Enter Delivery Details and Confirm Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:618
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:638
 msgid "Cancel Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:619
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:639
 msgid "Place Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:621
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:641
 msgid "Delivery Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:622
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:642
 msgid "Delivery Note Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:623
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:643
 msgid "Enter Delivery Details and Confirm Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:624
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:644
 msgid "Cancel Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:625
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:645
 msgid "Place Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:627
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:647
 msgid "Quotation Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:628
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:648
 msgid "Sales Quotation Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:629
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:649
 msgid "Enter Delivery Details and Confirm Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:630
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:650
 msgid "Cancel Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:631
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:651
 msgid "Place Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:632
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:652
 msgid "Commit Quotations Changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:634
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:654
 msgid "Order Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:635
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:655
 msgid "Sales Order Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:636
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:656
 msgid "Enter Delivery Details and Confirm Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:639
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:659
 msgid "Commit Order Changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:661
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:681
 msgid ""
 "You are about to void this Document.\\n"
 "Do you want to continue?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:664
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:684
 msgid "Validate changes and update document"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/sales_order_entry.php:668
+#: c:\Apache2\htdocs\account228/sales/sales_order_entry.php:688
 msgid "Cancels document entry or removes sales order when editing an old document"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/allocations/customer_allocate.php:28
+#: c:\Apache2\htdocs\account228/sales/allocations/customer_allocate.php:28
 msgid "Allocate Customer Payment or Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/allocations/customer_allocate.php:48
+#: c:\Apache2\htdocs\account228/sales/allocations/customer_allocate.php:48
 #, php-format
 msgid "Allocation of %s # %d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/allocations/customer_allocation_main.php:22
+#: c:\Apache2\htdocs\account228/sales/allocations/customer_allocation_main.php:22
 msgid "Customer Allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/allocations/customer_allocation_main.php:32
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_allocation_inquiry.php:42
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:44
+#: c:\Apache2\htdocs\account228/sales/allocations/customer_allocation_main.php:32
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_allocation_inquiry.php:42
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:44
 msgid "Select a customer: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_allocation_inquiry.php:25
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_allocation_inquiry.php:25
 msgid "Customer Allocation Inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_allocation_inquiry.php:96
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_allocation_inquiry.php:96
 msgid "Allocation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:26
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:26
 msgid "Customer Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:70
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:70
 msgid "CUSTOMER ACCOUNT IS ON HOLD"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:199
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:199
 msgid "Print Receipt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:293
-#: c:\Apache2\htdocs\account226/sales/inquiry/customer_inquiry.php:306
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:293
+#: c:\Apache2\htdocs\account228/sales/inquiry/customer_inquiry.php:306
 msgid "RB"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:29
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:29
 msgid "Search Not Invoiced Deliveries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:34
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:34
 msgid "Search All Deliveries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:70
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:70
 msgid ""
 "For batch invoicing you should\n"
 "\t\t    select at least one delivery. All items must be dispatched to\n"
 "\t\t    the same customer branch."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:229
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:229
 msgid "Delivery #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:233
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:233
 msgid "Contact"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:235
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:235
 msgid "Cust Ref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:237
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:237
 msgid "Due By"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:238
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:238
 msgid "Delivery Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:240
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:240
 msgid "Batch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_deliveries_view.php:240
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_deliveries_view.php:240
 msgid "Batch Invoicing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:46
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:46
 msgid "Search Outstanding Sales Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:51
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:51
 msgid "Search Template for Invoicing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:56
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:56
 msgid "Select Template for Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:61
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:61
 msgid "Search All Sales Orders"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:67
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:67
 msgid "Search All Sales Quotations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:131
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:131
 msgid "Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:134
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:156
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:134
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:156
 msgid "Sales Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:150
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:150
 msgid "Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:171
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:171
 msgid "Set this order as a template for direct deliveries/invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:236
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:236
 msgid "Show All:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:318
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:318
 msgid "Order #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:322
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:336
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:322
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:336
 msgid "Cust Order Ref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:325
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:339
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:325
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:339
 msgid "Delivery To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:332
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:332
 msgid "Quote #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:337
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:337
 msgid "Quote Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:338
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:338
 msgid "Valid until"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:340
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:340
 msgid "Quote Total"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/inquiry/sales_orders_view.php:365
+#: c:\Apache2\htdocs\account228/sales/inquiry/sales_orders_view.php:365
 msgid "Tmpl"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:16
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:16
 msgid "Credit Status"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:30
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:30
 msgid "The credit status description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:44
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:44
 msgid "New credit status has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:52
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:52
 msgid "Selected credit status has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:67
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:67
 msgid "Cannot delete this credit status because customer accounts have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:83
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:83
 msgid "Selected credit status has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:101
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:101
 msgid "Dissallow Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:113
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:113
 msgid "Invoice OK"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:117
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:117
 msgid "NO INVOICING"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/credit_status.php:151
+#: c:\Apache2\htdocs\account228/sales/manage/credit_status.php:151
 msgid "Dissallow invoicing ?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:16
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:16
 msgid "Customers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:33
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:33
 msgid "The customer name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:40
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:40
 msgid "The customer short name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:47
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:47
 msgid "The credit limit must be numeric and not less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:54
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:54
 msgid "The payment discount must be numeric and is expected to be less than 100% and greater than or equal to 0."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:61
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:61
 msgid "The discount percentage must be numeric and is expected to be less than 100% and greater than or equal to 0."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:104
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:104
 msgid "Customer has been updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:127
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:127
 msgid "A new customer has been added."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:155
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:155
 msgid "This customer cannot be deleted because there are transactions that refer to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:165
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:165
 msgid "Cannot delete the customer record because orders have been created against it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:175
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:175
 msgid "Cannot delete this customer because there are branch records set up against it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:186
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:186
 msgid "Selected customer has been deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:193
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:193
 msgid "There are no sales types defined. Please define at least one sales type before adding a customer."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:202
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:202
 msgid "New customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:259
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:259
 msgid "Name and Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:261
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:261
 msgid "Customer Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:262
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:262
 msgid "Customer Short Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:271
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:275
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:271
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:275
 msgid "Customer's Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:278
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:278
 msgid "Sales Type/Price List:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:284
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:284
 msgid "Discount Percent:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:285
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:285
 msgid "Prompt Payment Discount Percent:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:289
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:289
 msgid "Credit Status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:302
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:302
 msgid "Customer branches"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:304
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:304
 msgid "Select or &Add"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:304
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:304
 msgid "&Add or Edit "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:311
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:311
 msgid "Customer status:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:317
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:317
 msgid "Add New Customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:321
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:321
 msgid "Update Customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:322
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:322
 msgid "Update customer data"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:323
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:323
 msgid "Select this customer and return to document entry."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:324
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:324
 msgid "Delete Customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customers.php:325
+#: c:\Apache2\htdocs\account228/sales/manage/customers.php:325
 msgid "Delete customer data if have been never used"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:18
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:18
 msgid "Customer Branches"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:24
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:24
 msgid "There are no customers defined in the system. Please define a customer to add customer branches."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:26
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:26
 msgid "There are no sales people defined in the system. At least one sales person is required before proceeding."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:28
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:28
 msgid "There are no sales areas defined in the system. At least one sales area is required before proceeding."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:30
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:30
 msgid "There are no shipping companies defined in the system. At least one shipping company is required before proceeding."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:63
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:63
 msgid "The Branch name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:70
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:70
 msgid "The Branch short name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:105
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:105
 msgid "Selected customer branch has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:132
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:132
 msgid "New customer branch has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:156
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:156
 msgid "Cannot delete this branch because customer transactions have been created to this branch."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:167
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:167
 msgid "Cannot delete this branch because sales orders exist for it. Purge old sales orders first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:173
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:173
 msgid "Selected customer branch has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:203
-msgid "Select"
-msgstr ""
-
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:243
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:243
 msgid "Short Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:246
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:246
 msgid "Sales Person"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:247
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:247
 msgid "Area"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:248
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:248
 msgid "Phone No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:249
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:249
 msgid "Fax No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:251
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:251
 msgid "Tax Group"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:252
-msgid "Inactive"
-msgstr ""
-
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:270
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:270
 msgid "The selected customer does not have any branches. Please create at least one branch."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:322
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:322
 msgid "Main Branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:347
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:347
 msgid "Branch Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:348
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:348
 msgid "Branch Short Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:359
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:359
 msgid "Sales Person:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:361
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:361
 msgid "Sales Area:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:363
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:179
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:363
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:179
 msgid "Sales Group:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:365
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:365
 msgid "Default Inventory Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:367
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:367
 msgid "Default Shipping Company:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:371
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:371
 msgid "Disable this Branch:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:382
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:382
 msgid "Accounts Receivable Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/customer_branches.php:390
+#: c:\Apache2\htdocs\account228/sales/manage/customer_branches.php:390
 msgid "Billing Address:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:23
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:23
 msgid "Recurrent Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:35
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:30
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:30
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:35
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:30
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:30
 msgid "The area description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:53
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:53
 msgid "Selected recurrent invoice has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:62
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:62
 msgid "New recurrent invoice has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:81
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:81
 msgid "Selected recurrent invoice has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:172
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:172
 msgid "Template:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:174
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:174
 msgid "Customer:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:181
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:181
 msgid "Days:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:183
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:183
 msgid "Monthly:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:185
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:185
 msgid "Begin:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/recurrent_invoices.php:187
+#: c:\Apache2\htdocs\account228/sales/manage/recurrent_invoices.php:187
 msgid "End:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:39
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:39
 msgid "Selected sales area has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:44
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:44
 msgid "New sales area has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:66
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:66
 msgid "Cannot delete this area because customer branches have been created using this area."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:73
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:73
 msgid "Selected sales area has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:95
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:95
 msgid "Area Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_areas.php:137
+#: c:\Apache2\htdocs\account228/sales/manage/sales_areas.php:137
 msgid "Area Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:16
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:16
 msgid "Sales Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:39
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:39
 msgid "Selected sales group has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:44
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:44
 msgid "New sales group has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:66
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:66
 msgid "Cannot delete this group because customers have been created using this group."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:73
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:73
 msgid "Selected sales group has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:94
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:94
 msgid "Group Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_groups.php:135
+#: c:\Apache2\htdocs\account228/sales/manage/sales_groups.php:135
 msgid "Group Name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:16
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:16
 msgid "Sales Persons"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:32
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:32
 msgid "The sales person name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:38
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:38
 msgid "Salesman provision cannot be less than 0 or more than 100%."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:43
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:43
 msgid "Salesman provision breakpoint must be numeric and not less than 0."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:77
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:77
 msgid "Selected sales person data have been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:79
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:79
 msgid "New sales person data have been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:100
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:100
 msgid "Selected sales person data have been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:179
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:179
 msgid "Sales person name:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:180
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:180
 msgid "Telephone number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:181
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:181
 msgid "Fax number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_people.php:184
+#: c:\Apache2\htdocs\account228/sales/manage/sales_people.php:184
 msgid "Break Pt.:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:16
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:16
 msgid "POS settings"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:28
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:28
 msgid "The POS name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:34
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:34
 msgid "You must allow cash or credit sale."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:48
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:48
 msgid "New point of sale has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:59
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:59
 msgid "Selected point of sale has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:70
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:70
 msgid "Cannot delete this POS because it is used in users setup."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:73
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:73
 msgid "Selected point of sale has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:92
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:92
 msgid "POS Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:92
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:92
 msgid "Credit sale"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:92
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:92
 msgid "Cash sale"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:92
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:92
 msgid "Default account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:118
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:118
 msgid "To have cash POS first define at least one cash bank account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:137
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:137
 msgid "Point of Sale Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:139
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:139
 msgid "Allowed credit sale"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:140
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:140
 msgid "Allowed cash sale"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:141
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:141
 msgid "Default cash account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_points.php:147
+#: c:\Apache2\htdocs\account228/sales/manage/sales_points.php:147
 msgid "POS location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:28
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:28
 msgid "The sales type description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:35
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:35
 msgid "Calculation factor must be valid positive number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:48
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:48
 msgid "New sales type has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:59
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:59
 msgid "Selected sales type has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:76
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:76
 msgid "Cannot delete this sale type because customer transactions have been created using this sales type."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:89
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:89
 msgid "Cannot delete this sale type because customers are currently set up to use this sales type."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:94
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:94
 msgid "Selected sales type has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:114
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:114
 msgid "Type Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:114
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:114
 msgid "Factor"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:114
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:114
 msgid "Tax Incl"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:128
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:128
 msgid "Base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:139
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:139
 msgid "Marked sales type is the company base pricelist for prices calculations."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:165
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:165
 msgid "Sales Type Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:166
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:166
 msgid "Calculation factor"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/manage/sales_types.php:167
+#: c:\Apache2\htdocs\account228/sales/manage/sales_types.php:167
 msgid "Tax included"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_credit.php:24
+#: c:\Apache2\htdocs\account228/sales/view/view_credit.php:24
 msgid "View Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_credit.php:39
+#: c:\Apache2\htdocs\account228/sales/view/view_credit.php:39
 #, php-format
 msgid "CREDIT NOTE #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_credit.php:126
+#: c:\Apache2\htdocs\account228/sales/view/view_credit.php:126
 msgid "There are no line items on this credit note."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_credit.php:138
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:156
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:158
+#: c:\Apache2\htdocs\account228/sales/view/view_credit.php:138
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:156
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:158
 msgid "Shipping"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_credit.php:143
+#: c:\Apache2\htdocs\account228/sales/view/view_credit.php:143
 msgid "TOTAL CREDIT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:23
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:23
 msgid "View Sales Dispatch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:43
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:43
 #, php-format
 msgid "DISPATCH NOTE #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:51
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:51
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:51
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:51
 msgid "Charge To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:65
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:65
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:65
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:65
 msgid "Charge Branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:74
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:74
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:74
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:74
 msgid "Delivered To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:87
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:87
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:87
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:87
 msgid "Our Order No"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:91
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:91
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:91
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:91
 msgid "Customer Order Ref."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:96
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:96
 msgid "Dispatch Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:148
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:148
 msgid "There are no line items on this dispatch."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:163
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:163
 msgid "TOTAL VALUE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_dispatch.php:167
+#: c:\Apache2\htdocs\account228/sales/view/view_dispatch.php:167
 msgid "This dispatch has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:23
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:23
 msgid "View Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:43
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:43
 #, php-format
 msgid "SALES INVOICE #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_invoice.php:150
+#: c:\Apache2\htdocs\account228/sales/view/view_invoice.php:150
 msgid "There are no line items on this invoice."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:24
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:24
 msgid "View Customer Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:33
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:33
 #, php-format
 msgid "Customer Payment #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:38
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:38
 msgid "From Customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:39
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:39
 msgid "Into Bank Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:40
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:40
 msgid "Date of Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_receipt.php:56
+#: c:\Apache2\htdocs\account228/sales/view/view_receipt.php:56
 msgid "This customer payment has been voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:28
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:28
 msgid "View Sales Quotation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:29
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:29
 #, php-format
 msgid "Sales Quotation #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:33
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:33
 msgid "View Sales Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:34
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:34
 #, php-format
 msgid "Sales Order #%d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:46
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:46
 msgid "Order Information"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:59
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:59
 msgid "Customer Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:63
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:63
 msgid "Deliver To Branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:66
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:66
 msgid "Ordered On"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:70
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:70
 msgid "Requested Delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:73
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:73
 msgid "Order Currency"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:74
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:74
 msgid "Deliver From Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:77
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:77
 msgid "Delivery Address"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:80
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:80
 msgid "Telephone"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:91
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:91
 msgid "Delivery Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:125
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:125
 msgid "Sales Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:156
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:156
 msgid "Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:196
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:196
 msgid "This Sales Order is used as a Template."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:201
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:201
 msgid "Quantity Delivered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/view/view_sales_order.php:232
+#: c:\Apache2\htdocs\account228/sales/view/view_sales_order.php:232
 msgid "Total Order Value"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:18
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:18
 msgid "Upgrade from version 2.0 to 2.1"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:35
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:35
 msgid "Cannot retrieve bank accounts codes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:43
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:43
 msgid "Cannot update bank transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:52
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:52
 msgid "Cannot select stock identificators"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:63
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:63
 msgid "Cannot insert stock id into item_codes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.1.php:139
+#: c:\Apache2\htdocs\account228/sql/alter2.1.php:139
 msgid ""
 "Seems that system upgrade to version 2.1 has \n"
 "\t\t\tbeen performed for this company already.<br> If something has gone \n"
@@ -9000,2258 +9031,2276 @@ msgid ""
 "\t\t\tdatabase restore from last backup file first."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.2.php:23
+#: c:\Apache2\htdocs\account228/sql/alter2.2.php:23
 msgid "Upgrade from version 2.1/2.2beta to 2.2"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.2.php:84
+#: c:\Apache2\htdocs\account228/sql/alter2.2.php:84
 msgid "Cannot query max sales order number."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.2.php:95
+#: c:\Apache2\htdocs\account228/sql/alter2.2.php:95
 msgid "Cannot store next sales order reference."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sql/alter2.2.php:246
+#: c:\Apache2\htdocs\account228/sql/alter2.2.php:246
 msgid "Cannot upgrade extensions system: file /modules/installed_modules.php is not writeable"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:17
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:17
 msgid "Item Tax Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:35
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:35
 msgid "The item tax type description cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:60
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:60
 msgid "Selected item tax type has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:65
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:65
 msgid "New item tax type has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:80
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:80
 msgid "Cannot delete this item tax type because items have been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:96
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:96
 msgid "Selected item tax type has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:115
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:115
 msgid "Tax exempt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:173
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:173
 msgid "Is Fully Tax-exempt:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:180
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:180
 msgid "Select which taxes this item tax type is exempt from."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:183
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:183
 msgid "Tax Name"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/item_tax_types.php:183
+#: c:\Apache2\htdocs\account228/taxes/item_tax_types.php:183
 msgid "Is exempt"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:17
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:17
 msgid "Tax Groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:27
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:27
 msgid "There are no tax types defined. Define tax types before defining tax groups."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:40
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:40
 msgid "The tax group name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:84
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:84
 msgid "Selected tax group has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:89
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:89
 msgid "New tax group has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:107
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:107
 msgid "Cannot delete this tax group because customer branches been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:116
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:116
 msgid "Cannot delete this tax group because suppliers been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:133
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:133
 msgid "Selected tax group has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:151
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:151
 msgid "Tax Shipping"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:209
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:209
 msgid "Tax Shipping:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:213
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:213
 msgid "Select the taxes that are included in this group."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_groups.php:218
+#: c:\Apache2\htdocs\account228/taxes/tax_groups.php:218
 msgid "Rate (%)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:16
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:16
 msgid "Tax Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:30
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:30
 msgid "The tax type name cannot be empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:36
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:36
 msgid "The default tax rate must be numeric and not less than zero."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:42
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:42
 msgid "Selected GL Accounts cannot be used by another tax type."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:56
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:56
 msgid "New tax type has been added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:67
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:67
 msgid "Selected tax type has been updated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:80
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:80
 msgid "Cannot delete this tax type because tax groups been created referring to it."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:97
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:97
 msgid "Selected tax type has been deleted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:115
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:115
 msgid "To avoid problems with manual journal entry all tax types should have unique Sales/Purchasing GL accounts."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:118
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:118
 msgid "Default Rate (%)"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:119
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:119
 msgid "Sales GL Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:119
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:119
 msgid "Purchasing GL Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:162
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:162
 msgid "Default Rate:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:164
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:164
 msgid "Sales GL Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/taxes/tax_types.php:165
+#: c:\Apache2\htdocs\account228/taxes/tax_types.php:165
 msgid "Purchasing GL Account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/themes/aqua/renderer.php:16
-#: c:\Apache2\htdocs\account226/themes/cool/renderer.php:16
-#: c:\Apache2\htdocs\account226/themes/default/renderer.php:17
+#: c:\Apache2\htdocs\account228/themes/aqua/renderer.php:16
+#: c:\Apache2\htdocs\account228/themes/cool/renderer.php:16
+#: c:\Apache2\htdocs\account228/themes/default/renderer.php:17
 msgid "Main Menu"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/themes/aqua/renderer.php:46
-#: c:\Apache2\htdocs\account226/themes/aqua/renderer.php:70
-#: c:\Apache2\htdocs\account226/themes/cool/renderer.php:46
-#: c:\Apache2\htdocs\account226/themes/cool/renderer.php:70
-#: c:\Apache2\htdocs\account226/themes/default/renderer.php:47
-#: c:\Apache2\htdocs\account226/themes/default/renderer.php:71
+#: c:\Apache2\htdocs\account228/themes/aqua/renderer.php:46
+#: c:\Apache2\htdocs\account228/themes/aqua/renderer.php:70
+#: c:\Apache2\htdocs\account228/themes/cool/renderer.php:46
+#: c:\Apache2\htdocs\account228/themes/cool/renderer.php:70
+#: c:\Apache2\htdocs\account228/themes/default/renderer.php:47
+#: c:\Apache2\htdocs\account228/themes/default/renderer.php:71
 msgid "Help"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/themes/aqua/renderer.php:65
-#: c:\Apache2\htdocs\account226/themes/cool/renderer.php:65
-#: c:\Apache2\htdocs\account226/themes/default/renderer.php:66
+#: c:\Apache2\htdocs\account228/themes/aqua/renderer.php:65
+#: c:\Apache2\htdocs\account228/themes/cool/renderer.php:65
+#: c:\Apache2\htdocs\account228/themes/default/renderer.php:66
 msgid "Preferences"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:184
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:184
 #, php-format
 msgid "Cannot open the extension setup file '%s' for writing."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:192
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:192
 #, php-format
 msgid "Cannot write to the extensions setup file '%s'."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:248
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:248
 msgid "Cannot open the languages file - "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:255
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:255
 msgid "Cannot write to the language file - "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:265
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:265
 msgid "The language files folder "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/maintenance_db.inc:431
+#: c:\Apache2\htdocs\account228/admin/db/maintenance_db.inc:431
 #, php-format
 msgid "SQL script execution failed in line %d: %s"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/users_db.inc:216
+#: c:\Apache2\htdocs\account228/admin/db/users_db.inc:216
 msgid "user online"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/users_db.inc:216
+#: c:\Apache2\htdocs\account228/admin/db/users_db.inc:216
 msgid "users online"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/admin/db/voiding_db.inc:109
+#: c:\Apache2\htdocs\account228/admin/db/voiding_db.inc:109
 msgid "Voided."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/includes/dimensions_ui.inc:31
+#: c:\Apache2\htdocs\account228/dimensions/includes/dimensions_ui.inc:31
 msgid "There are no transactions for this dimension for the selected period."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/dimensions/includes/dimensions_ui.inc:35
+#: c:\Apache2\htdocs\account228/dimensions/includes/dimensions_ui.inc:35
 msgid "Balance for this Dimension"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/db/gl_db_banking.inc:46
-#: c:\Apache2\htdocs\account226/gl/includes/db/gl_db_banking.inc:49
+#: c:\Apache2\htdocs\account228/gl/includes/db/gl_db_banking.inc:46
+#: c:\Apache2\htdocs\account228/gl/includes/db/gl_db_banking.inc:49
 msgid "Exchange Variance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:50
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:50
 msgid "Pay To:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:55
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:55
 msgid "To the Order of:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:87
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:53
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:87
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:53
 msgid "Go"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:159
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:159
 msgid "Edit document line"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:161
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:161
 msgid "Remove line from document"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:250
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:213
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:250
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:213
 msgid "Confirm changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:252
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:215
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:252
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:215
 msgid "Cancel changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:257
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:219
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:257
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:219
 msgid "Add Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_bank_ui.inc:258
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_bank_ui.inc:258
 msgid "Add new item to document"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:38
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:38
 msgid "Reverse Transaction:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:46
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:46
 msgid "Quick Entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:114
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:114
 msgid "Edit journal line"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:116
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:116
 msgid "Remove line from journal"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/gl/includes/ui/gl_journal_ui.inc:220
+#: c:\Apache2\htdocs\account228/gl/includes/ui/gl_journal_ui.inc:220
 msgid "Add new line to journal"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:56
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:56
 msgid "System administration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:57
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:57
 msgid "Company setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:58
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:58
 msgid "Special maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:59
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:59
 msgid "Sales configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:60
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:60
 msgid "Sales transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:61
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:61
 msgid "Sales related reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:62
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:62
 msgid "Purchase configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:63
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:63
 msgid "Purchase transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:64
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:64
 msgid "Purchase analytics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:65
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:65
 msgid "Inventory configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:66
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:66
 msgid "Inventory operations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:67
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:67
 msgid "Inventory analytics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:68
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:68
 msgid "Manufacturing configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:69
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:69
 msgid "Manufacturing transations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:70
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:70
 msgid "Manufacturing analytics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:71
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:71
 msgid "Dimensions configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:73
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:73
 msgid "Banking & GL configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:74
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:74
 msgid "Banking & GL transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:75
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:75
 msgid "Banking & GL analytics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:93
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:93
 msgid "Install/update companies"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:94
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:94
 msgid "Install/update languages"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:95
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:95
 msgid "Install/upgrade modules"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:96
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:96
 msgid "Software upgrades"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:100
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:100
 msgid "Company parameters"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:101
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:101
 msgid "Access levels edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:102
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:102
 msgid "Users setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:103
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:103
 msgid "Point of sales definitions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:104
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:104
 msgid "Printers configuration"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:105
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:105
 msgid "Print profiles"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:106
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:106
 msgid "Payment terms"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:107
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:107
 msgid "Shipping ways"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:108
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:108
 msgid "Credit status definitions changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:109
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:109
 msgid "Inventory locations changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:110
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:110
 msgid "Inventory movement types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:111
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:111
 msgid "Manufacture work centres"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:112
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:112
 msgid "Forms setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:116
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:116
 msgid "Voiding transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:117
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:117
 msgid "Database backup/restore"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:118
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:118
 msgid "Common view/print transactions interface"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:119
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:119
 msgid "Attaching documents"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:120
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:120
 msgid "Display preferences"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:121
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:121
 msgid "Password changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:126
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:126
 msgid "Sales types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:127
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:127
 msgid "Sales prices edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:128
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:128
 msgid "Sales staff maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:129
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:129
 msgid "Sales areas maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:130
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:130
 msgid "Sales groups changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:131
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:131
 msgid "Sales templates"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:132
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:132
 msgid "Recurrent invoices definitions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:134
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:134
 msgid "Sales transactions view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:135
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:135
 msgid "Sales customer and branches changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:136
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:136
 msgid "Sales quotations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:137
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:137
 msgid "Sales orders edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:138
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:138
 msgid "Sales deliveries edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:139
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:139
 msgid "Sales invoices edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:140
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:140
 msgid "Sales credit notes against invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:141
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:141
 msgid "Sales freehand credit notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:142
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:142
 msgid "Customer payments entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:143
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:143
 msgid "Customer payments allocation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:145
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:145
 msgid "Sales analytical reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:146
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:146
 msgid "Sales document bulk reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:147
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:147
 msgid "Sales prices listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:148
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:148
 msgid "Sales staff listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:149
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:149
 msgid "Customer bulk listing"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:150
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:150
 msgid "Customer status report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:151
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:151
 msgid "Customer payments report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:156
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:156
 msgid "Purchase price changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:158
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:158
 msgid "Supplier transactions view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:159
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:159
 msgid "Suppliers changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:160
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:160
 msgid "Purchase order entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:161
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:161
 msgid "Purchase receive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:162
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:162
 msgid "Supplier invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:163
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:163
 msgid "Deleting GRN items during invoice entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:164
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:164
 msgid "Supplier credit notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:165
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:165
 msgid "Supplier payments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:166
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:166
 msgid "Supplier payments allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:168
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:168
 msgid "Supplier analytical reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:169
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:169
 msgid "Supplier document bulk reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:170
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:170
 msgid "Supplier payments report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:174
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:174
 msgid "Stock items add/edit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:175
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:175
 msgid "Sales kits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:176
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:176
 msgid "Item categories"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:177
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:177
 msgid "Units of measure"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:179
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:179
 msgid "Stock status view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:180
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:180
 msgid "Stock transactions view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:181
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:181
 msgid "Foreign item codes entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:182
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:182
 msgid "Inventory location transfers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:183
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:183
 msgid "Inventory adjustments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:185
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:185
 msgid "Reorder levels"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:186
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:186
 msgid "Items analytical reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:187
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:187
 msgid "Inventory valuation report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:192
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:192
 msgid "Bill of Materials"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:194
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:194
 msgid "Manufacturing operations view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:195
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:195
 msgid "Work order entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:196
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:196
 msgid "Material issues entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:197
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:197
 msgid "Final product receive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:198
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:198
 msgid "Work order releases"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:200
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:200
 msgid "Work order analytical reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:201
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:201
 msgid "Manufacturing cost inquiry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:202
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:202
 msgid "Work order bulk reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:203
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:203
 msgid "Bill of materials reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:207
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:207
 msgid "Dimension tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:209
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:209
 msgid "Dimension view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:211
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:211
 msgid "Dimension entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:213
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:213
 msgid "Dimension reports"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:217
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:217
 msgid "Item tax type definitions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:218
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:218
 msgid "GL accounts edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:219
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:219
 msgid "GL account groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:220
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:220
 msgid "GL account classes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:221
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:221
 msgid "Quick GL entry definitions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:223
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:223
 msgid "Bank accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:224
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:224
 msgid "Tax rates"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:225
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:225
 msgid "Tax groups"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:226
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:226
 msgid "Fiscal years maintenance"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:227
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:227
 msgid "Company GL setup"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:228
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:228
 msgid "GL Account tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:230
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:230
 msgid "Bank transactions view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:231
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:231
 msgid "GL postings view"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:232
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:232
 msgid "Exchange rate table changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:233
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:233
 msgid "Bank payments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:234
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:234
 msgid "Bank deposits"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:235
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:235
 msgid "Bank account transfers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:236
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:236
 msgid "Bank reconciliation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:237
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:237
 msgid "Manual journal entries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:238
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:238
 msgid "Journal entries to bank related accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:239
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:239
 msgid "Budget edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:240
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:240
 msgid "Item standard costs"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:242
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:242
 msgid "GL analytical reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:243
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:243
 msgid "Tax reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:244
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:244
 msgid "Bank reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/access_levels.inc:245
+#: c:\Apache2\htdocs\account228/includes/access_levels.inc:245
 msgid "GL reports and inquiries"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/banking.inc:107
+#: c:\Apache2\htdocs\account228/includes/banking.inc:107
 #, php-format
 msgid "Cannot retrieve exchange rate for currency %s as of %s. Please add exchange rate manually on Exchange Rates page."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/current_user.inc:75
+#: c:\Apache2\htdocs\account228/includes/current_user.inc:75
 msgid "Before software upgrade you have to include old $security_groups and $security_headings arrays from old config.php file to the new one."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/current_user.inc:76
+#: c:\Apache2\htdocs\account228/includes/current_user.inc:76
 msgid "Back"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/current_user.inc:86
+#: c:\Apache2\htdocs\account228/includes/current_user.inc:86
 msgid "System is available for site admin only until full database upgrade"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/current_user.inc:434
+#: c:\Apache2\htdocs\account228/includes/current_user.inc:434
 msgid "Requesting data..."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/errors.inc:70
+#: c:\Apache2\htdocs\account228/includes/errors.inc:70
 msgid "in file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/errors.inc:70
+#: c:\Apache2\htdocs\account228/includes/errors.inc:70
 msgid "at line "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/errors.inc:114
+#: c:\Apache2\htdocs\account228/includes/errors.inc:114
 msgid "Debug mode database warning:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/errors.inc:116
+#: c:\Apache2\htdocs\account228/includes/errors.inc:116
 msgid "DATABASE ERROR :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/errors.inc:144
+#: c:\Apache2\htdocs\account228/includes/errors.inc:144
 msgid "The entered information is a duplicate. Please go back and enter different values."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/main.inc:43
+#: c:\Apache2\htdocs\account228/includes/main.inc:43
 msgid "This page is usable only with javascript enabled browsers."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:39
+#: c:\Apache2\htdocs\account228/includes/session.inc:39
 msgid "Incorrect Password"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:40
+#: c:\Apache2\htdocs\account228/includes/session.inc:40
 msgid "The user and password combination is not valid for the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:42
+#: c:\Apache2\htdocs\account228/includes/session.inc:42
 msgid "If you are not an authorized user, please contact your system administrator to obtain an account to enable you to use the system."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:43
+#: c:\Apache2\htdocs\account228/includes/session.inc:43
 msgid "Try again"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:58
+#: c:\Apache2\htdocs\account228/includes/session.inc:58
 msgid "Security settings have not been defined for your user account."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:59
+#: c:\Apache2\htdocs\account228/includes/session.inc:59
 msgid "Please contact your system administrator."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:60
+#: c:\Apache2\htdocs\account228/includes/session.inc:60
 msgid "Please remove $security_groups and $security_headings arrays from config.php file!"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/session.inc:72
+#: c:\Apache2\htdocs\account228/includes/session.inc:72
 msgid "The security settings on your account do not permit you to access this function"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:52
-#: c:\Apache2\htdocs\account226/includes/types.inc:256
+#: c:\Apache2\htdocs\account228/includes/types.inc:52
+#: c:\Apache2\htdocs\account228/includes/types.inc:256
 msgid "Bank Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:53
-#: c:\Apache2\htdocs\account226/includes/types.inc:255
+#: c:\Apache2\htdocs\account228/includes/types.inc:53
+#: c:\Apache2\htdocs\account228/includes/types.inc:255
 msgid "Bank Deposit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:54
+#: c:\Apache2\htdocs\account228/includes/types.inc:54
 msgid "Funds Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:55
+#: c:\Apache2\htdocs\account228/includes/types.inc:55
 msgid "Sales Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:57
+#: c:\Apache2\htdocs\account228/includes/types.inc:57
 msgid "Customer Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:58
+#: c:\Apache2\htdocs\account228/includes/types.inc:58
 msgid "Delivery Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:59
+#: c:\Apache2\htdocs\account228/includes/types.inc:59
 msgid "Location Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:60
+#: c:\Apache2\htdocs\account228/includes/types.inc:60
 msgid "Inventory Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:62
+#: c:\Apache2\htdocs\account228/includes/types.inc:62
 msgid "Supplier Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:64
+#: c:\Apache2\htdocs\account228/includes/types.inc:64
 msgid "Supplier Payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:66
-#: c:\Apache2\htdocs\account226/includes/types.inc:113
+#: c:\Apache2\htdocs\account228/includes/types.inc:66
+#: c:\Apache2\htdocs\account228/includes/types.inc:113
 msgid "Work Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:67
+#: c:\Apache2\htdocs\account228/includes/types.inc:67
 msgid "Work Order Issue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:68
+#: c:\Apache2\htdocs\account228/includes/types.inc:68
 msgid "Work Order Production"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:71
+#: c:\Apache2\htdocs\account228/includes/types.inc:71
 msgid "Cost Update"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:84
+#: c:\Apache2\htdocs\account228/includes/types.inc:84
 msgid "Savings Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:85
+#: c:\Apache2\htdocs\account228/includes/types.inc:85
 msgid "Chequing Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:87
+#: c:\Apache2\htdocs\account228/includes/types.inc:87
 msgid "Cash Account"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:91
+#: c:\Apache2\htdocs\account228/includes/types.inc:91
 msgid "Transfer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:92
+#: c:\Apache2\htdocs\account228/includes/types.inc:92
 msgid "Cheque"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:94
+#: c:\Apache2\htdocs\account228/includes/types.inc:94
 msgid "Cash"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:189
+#: c:\Apache2\htdocs\account228/includes/types.inc:189
 msgid "Assemble"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:190
+#: c:\Apache2\htdocs\account228/includes/types.inc:190
 msgid "Unassemble"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:191
+#: c:\Apache2\htdocs\account228/includes/types.inc:191
 msgid "Advanced Manufacture"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:198
+#: c:\Apache2\htdocs\account228/includes/types.inc:198
 msgid "Labour Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:199
+#: c:\Apache2\htdocs\account228/includes/types.inc:199
 msgid "Overhead Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:214
+#: c:\Apache2\htdocs\account228/includes/types.inc:214
 msgid "Assets"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:216
+#: c:\Apache2\htdocs\account228/includes/types.inc:216
 msgid "Equity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:217
+#: c:\Apache2\htdocs\account228/includes/types.inc:217
 msgid "Income"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:218
+#: c:\Apache2\htdocs\account228/includes/types.inc:218
 msgid "Cost of Goods Sold"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:219
+#: c:\Apache2\htdocs\account228/includes/types.inc:219
 msgid "Expense"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:234
+#: c:\Apache2\htdocs\account228/includes/types.inc:234
 msgid "Remainder"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:236
+#: c:\Apache2\htdocs\account228/includes/types.inc:236
 msgid "Amount, increase base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:237
+#: c:\Apache2\htdocs\account228/includes/types.inc:237
 msgid "Amount, reduce base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:238
+#: c:\Apache2\htdocs\account228/includes/types.inc:238
 msgid "% amount of base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:239
+#: c:\Apache2\htdocs\account228/includes/types.inc:239
 msgid "% amount of base, increase base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:240
+#: c:\Apache2\htdocs\account228/includes/types.inc:240
 msgid "% amount of base, reduce base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:241
+#: c:\Apache2\htdocs\account228/includes/types.inc:241
 msgid "Taxes added"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:242
+#: c:\Apache2\htdocs\account228/includes/types.inc:242
 msgid "Taxes added, increase base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:243
+#: c:\Apache2\htdocs\account228/includes/types.inc:243
 msgid "Taxes added, reduce base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:244
+#: c:\Apache2\htdocs\account228/includes/types.inc:244
 msgid "Taxes included"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:245
+#: c:\Apache2\htdocs\account228/includes/types.inc:245
 msgid "Taxes included, increase base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:246
+#: c:\Apache2\htdocs\account228/includes/types.inc:246
 msgid "Taxes included, reduce base"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:258
+#: c:\Apache2\htdocs\account228/includes/types.inc:258
 msgid "Supplier Invoice/Credit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:274
+#: c:\Apache2\htdocs\account228/includes/types.inc:274
 msgid "Purchased"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/types.inc:275
+#: c:\Apache2\htdocs\account228/includes/types.inc:275
 msgid "Service"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/db/audit_trail_db.inc:93
+#: c:\Apache2\htdocs\account228/includes/db/audit_trail_db.inc:93
 msgid "Some transactions journal GL postings were not indexed due to lack of audit trail record."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/db/inventory_db.inc:140
+#: c:\Apache2\htdocs\account228/includes/db/inventory_db.inc:140
 msgid "Cost was "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/db/inventory_db.inc:140
+#: c:\Apache2\htdocs\account228/includes/db/inventory_db.inc:140
 msgid " changed to "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/db/inventory_db.inc:140
+#: c:\Apache2\htdocs\account228/includes/db/inventory_db.inc:140
 msgid " for item "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/allocation_cart.inc:260
+#: c:\Apache2\htdocs\account228/includes/ui/allocation_cart.inc:260
 msgid "Other Allocations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/allocation_cart.inc:260
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:453
+#: c:\Apache2\htdocs\account228/includes/ui/allocation_cart.inc:260
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:453
 msgid "This Allocation"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/allocation_cart.inc:289
+#: c:\Apache2\htdocs\account228/includes/ui/allocation_cart.inc:289
 msgid "Total Allocated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/allocation_cart.inc:326
+#: c:\Apache2\htdocs\account228/includes/ui/allocation_cart.inc:326
 msgid "The entry for one or more amounts is invalid or negative."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/allocation_cart.inc:351
+#: c:\Apache2\htdocs\account228/includes/ui/allocation_cart.inc:351
 msgid "These allocations cannot be processed because the amount allocated is more than the total amount left to allocate."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:166
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:864
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:166
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:864
 msgid "Show also Inactive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:175
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:175
 msgid "First"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:176
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:176
 msgid "Prev"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:177
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:177
 msgid "Next"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:178
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:178
 msgid "Last"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:187
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:187
 #, php-format
 msgid "Records %d-%d of %d"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/db_pager_view.inc:191
+#: c:\Apache2\htdocs\account228/includes/ui/db_pager_view.inc:191
 msgid "No records"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:98
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:98
 msgid "You should automatically be forwarded."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:99
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:99
 msgid "If this does not happen"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:99
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:99
 msgid "click here"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:99
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:99
 msgid "to continue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:136
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:136
 msgid "Close"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_controls.inc:341
+#: c:\Apache2\htdocs\account228/includes/ui/ui_controls.inc:341
 msgid "Branches"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:195
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:126
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:262
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:20
+msgid "Select"
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:195
 msgid "Submit changes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:196
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:196
 msgid "Clone"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:197
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:197
 msgid "Edit new record with current data"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:198
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:198
 msgid "Cancel edition"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_input.inc:593
+#: c:\Apache2\htdocs\account228/includes/ui/ui_input.inc:593
 msgid "Click Here to Pick up the date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:17
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:17
 msgid "Set filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:85
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:85
 msgid "Press Space tab for search pattern entry"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:89
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:89
 msgid "Enter code fragment to search or * for all"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:90
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:90
 msgid "Enter description fragment to search or * for all"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:393
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1307
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:393
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1307
 msgid "All Suppliers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:397
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:397
 msgid "Press Space tab to filter by name fragment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:398
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:398
 msgid "Select supplier"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:442
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:442
 msgid "All Customers"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:446
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:446
 msgid "Press Space tab to filter by name fragment; F2 - entry new customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:447
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:447
 msgid "Select customer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:490
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:490
 msgid "All branches"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:493
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:493
 msgid "Select customer branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:528
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:528
 msgid "All Locations"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:681
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:746
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:681
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:746
 msgid "All Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1214
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1214
 msgid "All Sales Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1408
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1408
 msgid "Delayed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1524
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1524
 msgid "Use Item Sales Accounts"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1832
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1849
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1832
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1849
 msgid "All Types"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1834
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1851
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1834
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1851
 msgid "Overdue Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1835
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1852
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1835
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1852
 msgid "Payments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1850
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1850
 msgid "Invoices"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1854
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1854
 msgid "Overdue Credit Notes"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1866
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1866
 msgid "Automatically put balance on back order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1867
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1867
 msgid "Cancel any quantites not delivered"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1884
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1884
 msgid "Items Returned to Inventory Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:1885
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:1885
 msgid "Items Written Off"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:2054
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:2055
 msgid "New role"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:2112
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:2113
 msgid "No tags defined."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:2112
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:2113
 msgid "No active tags defined."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:2150
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:2151
 #, php-format
 msgid "Activated for '%s'"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_lists.inc:2153
+#: c:\Apache2\htdocs\account228/includes/ui/ui_lists.inc:2154
 msgid "Installed on system"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_msgs.inc:63
+#: c:\Apache2\htdocs\account228/includes/ui/ui_msgs.inc:63
 msgid "in units of : "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:294
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:294
 msgid "Date Voided:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:382
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:398
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:416
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:382
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:398
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:416
 msgid "Included"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:452
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:452
 msgid "Total Amount"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:476
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:476
 msgid "Total Allocated:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:480
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:480
 msgid "Left to Allocate:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:516
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:516
 msgid "No Quick Entries are defined."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:707
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:707
 msgid "and"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "January"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "February"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "March"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "April"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "May"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "June"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "July"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "August"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "September"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "October"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "November"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:793
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:793
 msgid "December"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Su"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Mo"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Tu"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "We"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Th"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Fr"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:794
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:794
 msgid "Sa"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/includes/ui/ui_view.inc:795
+#: c:\Apache2\htdocs\account228/includes/ui/ui_view.inc:795
 msgid "W"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/item_adjustments_ui.inc:20
-#: c:\Apache2\htdocs\account226/inventory/includes/stock_transfers_ui.inc:20
+#: c:\Apache2\htdocs\account228/inventory/includes/item_adjustments_ui.inc:20
+#: c:\Apache2\htdocs\account228/inventory/includes/stock_transfers_ui.inc:20
 msgid "For Part :"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/item_adjustments_ui.inc:43
+#: c:\Apache2\htdocs\account228/inventory/includes/item_adjustments_ui.inc:43
 msgid "Detail:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/item_adjustments_ui.inc:48
+#: c:\Apache2\htdocs\account228/inventory/includes/item_adjustments_ui.inc:48
 msgid "Positive Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/item_adjustments_ui.inc:48
+#: c:\Apache2\htdocs\account228/inventory/includes/item_adjustments_ui.inc:48
 msgid "Negative Adjustment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/stock_transfers_ui.inc:36
+#: c:\Apache2\htdocs\account228/inventory/includes/stock_transfers_ui.inc:36
 msgid "To Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/inventory/includes/stock_transfers_ui.inc:46
+#: c:\Apache2\htdocs\account228/inventory/includes/stock_transfers_ui.inc:46
 msgid "Transfer Type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:24
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:24
 msgid "The bill of material for this item is empty."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:31
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:63
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:31
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:63
 msgid "Total Cost"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:79
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:79
 msgid "There are no Requirements for this Order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:86
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:86
 msgid "Unit Quantity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:86
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:86
 msgid "Total Quantity"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:86
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:86
 msgid "Units Issued"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:86
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:86
 msgid "On Hand"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:140
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:140
 msgid "Marked items have insufficient quantities in stock."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:154
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:154
 msgid "There are no Productions for this Order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:197
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:197
 msgid "There are no Issues for this Order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:234
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:234
 msgid "There are no additional costs for this Order."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:272
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:328
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:272
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:328
 msgid "The work order number sent is not valid."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:279
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:283
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:334
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:279
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:283
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:334
 msgid "Manufactured Item"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:280
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:284
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:335
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:280
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:284
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:335
 msgid "Into Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:314
-#: c:\Apache2\htdocs\account226/manufacturing/includes/manufacturing_ui.inc:359
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:314
+#: c:\Apache2\htdocs\account228/manufacturing/includes/manufacturing_ui.inc:359
 msgid "This work order is closed."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/work_order_issue_ui.inc:158
+#: c:\Apache2\htdocs\account228/manufacturing/includes/work_order_issue_ui.inc:158
 msgid "Return Items to Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/work_order_issue_ui.inc:158
+#: c:\Apache2\htdocs\account228/manufacturing/includes/work_order_issue_ui.inc:158
 msgid "Issue Items to Work order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/work_order_issue_ui.inc:161
+#: c:\Apache2\htdocs\account228/manufacturing/includes/work_order_issue_ui.inc:161
 msgid "To Work Centre:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/work_order_issue_ui.inc:163
+#: c:\Apache2\htdocs\account228/manufacturing/includes/work_order_issue_ui.inc:163
 msgid "Issue Date:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/db/work_orders_db.inc:180
+#: c:\Apache2\htdocs\account228/manufacturing/includes/db/work_orders_db.inc:164
 msgid "Updated."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/db/work_orders_db.inc:199
+#: c:\Apache2\htdocs\account228/manufacturing/includes/db/work_orders_db.inc:183
 msgid "Canceled."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/db/work_orders_db.inc:275
+#: c:\Apache2\htdocs\account228/manufacturing/includes/db/work_orders_db.inc:259
 msgid "Released."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/db/work_orders_quick_db.inc:83
+#: c:\Apache2\htdocs\account228/manufacturing/includes/db/work_orders_quick_db.inc:83
 msgid "Quick production."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/manufacturing/includes/db/work_order_produce_items_db.inc:60
+#: c:\Apache2\htdocs\account228/manufacturing/includes/db/work_order_produce_items_db.inc:60
 msgid "Production."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/db/invoice_db.inc:245
-#: c:\Apache2\htdocs\account226/purchasing/includes/db/invoice_db.inc:249
+#: c:\Apache2\htdocs\account228/purchasing/includes/db/invoice_db.inc:245
+#: c:\Apache2\htdocs\account228/purchasing/includes/db/invoice_db.inc:249
 msgid "Cost diff."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/grn_ui.inc:25
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/grn_ui.inc:25
 msgid "For Purchase Order"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/grn_ui.inc:41
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/grn_ui.inc:53
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:248
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:253
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/grn_ui.inc:41
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/grn_ui.inc:53
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:251
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:256
 msgid "Deliver Into Location"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/grn_ui.inc:47
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/grn_ui.inc:47
 msgid "Date Items Received"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/grn_ui.inc:63
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:266
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/grn_ui.inc:63
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:269
 msgid "Order Comments"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:99
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:102
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:99
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:102
 msgid "Supplier's Ref.:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:117
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:117
 msgid "Terms:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:147
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:149
 msgid "Sub-total:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:155
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:157
 msgid "Invoice Total:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:189
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:191
 msgid "Add GL Line"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:190
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:192
 msgid "Reset"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:209
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:211
 msgid "GL Items for this Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:211
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:213
 msgid "GL Items for this Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:221
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:223
 msgid "Quick Entry:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:387
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:389
 msgid "Add to Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:389
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:391
 msgid "Add to Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:391
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:426
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:393
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:428
 msgid "WARNING! Be careful with removal. The operation is executed immediately and cannot be undone !!!"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:393
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:395
 #, php-format
 msgid "You are about to remove all yet non-invoiced items from delivery line #%d. This operation also irreversibly changes related order line. Do you want to continue ?"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:424
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:426
 msgid "Items Received Yet to be Invoiced"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:429
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:431
 msgid "Delivery Item Selected For Adding To A Supplier Credit Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:434
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:436
 msgid "Received Items Charged on this Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:436
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:438
 msgid "Received Items Credited on this Note"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:446
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:448
 msgid "Received between"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:457
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:459
 msgid "Add All Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:466
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:468
 msgid "Sequence #"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:466
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:468
 msgid "P.O."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:467
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:469
 msgid "Received On"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:468
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:470
 msgid "Qty Yet To Invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:468
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:470
 msgid "Order Price"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:473
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:475
 msgid "Qty Yet To Credit"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:478
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:480
 msgid "Line Value"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:545
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:547
 msgid "There are no outstanding items received from this supplier that have not been invoiced by them."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:548
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:550
 msgid "There are no received items for the selected supplier that have been invoiced."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/invoice_ui.inc:549
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/invoice_ui.inc:551
 msgid "Credits can only be applied to invoiced items."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:87
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:90
 msgid "Supplier Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:118
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:121
 msgid "Supplier's Reference:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:119
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:122
 msgid "Receive Into:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:144
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:147
 msgid "The default stock location set up for this user is not a currently defined stock location. Your system administrator needs to amend your user record."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:148
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:151
 msgid "Deliver to:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:159
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:162
 msgid "Order Items"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:166
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:169
 msgid "Required Delivery Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/purchasing/includes/ui/po_ui.inc:213
+#: c:\Apache2\htdocs\account228/purchasing/includes/ui/po_ui.inc:216
 msgid "Total Excluding Shipping/Tax"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:14
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:14
 msgid "Cust no"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:18
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:18
 msgid "Order To"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:24
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:20
+msgid "Deliver To"
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:27
 msgid "With thanks from"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:36
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:39
 msgid "Your Ref"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:52
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:55
 msgid "Your VAT no."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:54
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:57
 msgid "Customers Reference"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:57
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:60
 msgid "Our VAT No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:58
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:61
 msgid "Domicile"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:63
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:66
 msgid "* Subject to Realisation of the Cheque."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:65
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:68
 msgid "All amounts stated in"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:69
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:72
 msgid "Please quote Invoice no. when paying. All amounts stated in"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:70
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:73
 msgid "Please quote Credit no. when paying. All amounts stated in"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:73
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:76
 msgid "Phone/Fax/Email"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:75
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:122
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:78
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:125
 msgid "You can pay through"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:113
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:116
 msgid "DueDate"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:119
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:122
 msgid "Dear"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:120
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:123
 msgid "Attached you will find "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:121
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:124
 msgid "Kindest regards"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:126
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:131
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:129
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:138
 msgid "Delivery Note No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:127
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:130
 msgid "Receipt No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:128
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:131
 msgid "Remittance No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:129
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:132
-msgid "Order no."
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:132
+msgid "Purchase Order No."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:133
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:139
+msgid "Order No."
+msgstr ""
+
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:134
+msgid "Quotation No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:130
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:135
 msgid "Invoice No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:130
-msgid "Word Order No"
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:136
+msgid "Work Order No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:130
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:136
 msgid "Credit No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:144
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:151
 msgid "TOTAL ORDER EX VAT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:145
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:152
 msgid "TOTAL ORDER VAT INCL."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:146
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:153
 msgid "TOTAL PO EX VAT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:147
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:154
 msgid "TOTAL DELIVERY INCL. VAT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:151
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:158
 msgid "As advance / full / part / payment towards:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:152
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:159
 msgid "By Cash / Cheque* / Draft No."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:153
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:160
 msgid "Dated"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:154
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:161
 msgid "Drawn on Bank"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:156
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:163
 msgid "Received / Sign"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:160
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:167
 msgid "TOTAL RECEIPT"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:162
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:169
 msgid "TOTAL REMITTANCE"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:166
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:173
 msgid "Outstanding Transactions"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:169
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:176
 msgid "Statement"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/doctext.inc:170
+#: c:\Apache2\htdocs\account228/reporting/includes/doctext.inc:177
 msgid "as of"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:63
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:59
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:63
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:59
 msgid "The security settings on your account do not permit you to print this report"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:247
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:300
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:247
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:300
 msgid "Print Out Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:253
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:309
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:253
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:309
 msgid "Fiscal Year"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:381
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:381
 msgid "Report Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:398
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:548
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:398
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:548
 msgid "Generated At"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/excel_report.inc:404
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:557
+#: c:\Apache2\htdocs\account228/reporting/includes/excel_report.inc:404
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:557
 msgid "Generated By"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/header2.inc:150
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:336
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:448
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:576
+#: c:\Apache2\htdocs\account228/reporting/includes/header2.inc:150
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:336
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:448
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:576
 msgid "Page"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:531
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:531
 msgid "Report Period"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:955
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:955
 msgid "Sending document by email failed"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:958
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:958
 msgid "has been sent by email."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/pdf_report.inc:998
+#: c:\Apache2\htdocs\account228/reporting/includes/pdf_report.inc:998
 msgid "Report has been sent to network printer "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:39
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:39
 msgid "Cannot open connection to printer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:50
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:50
 msgid "Printer does not acept the job"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:61
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:61
 msgid "Error sending print job control file"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:68
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:68
 msgid "Print control file not accepted"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:76
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:76
 msgid "Cannot send report to printer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:86
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:86
 msgid "No ack after report printout"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/printer_class.inc:100
+#: c:\Apache2\htdocs\account228/reporting/includes/printer_class.inc:100
 msgid "Cannot flush printing queue"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:44
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:44
 msgid "Report Classes:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:53
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:53
 msgid "Reports For Class: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:68
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:68
 msgid "Display: "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:97
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:97
 msgid "Invalid date format"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:133
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:133
 msgid "Unknown report parameter type:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:158
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:158
 msgid "No Currency Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:203
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:203
 msgid "No payment Link"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:207
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:207
 msgid "PDF/Printer"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:215
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:215
 msgid "No Graphics"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:215
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:215
 msgid "Vertical bars"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:215
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:215
 msgid "Horizontal bars"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:216
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:216
 msgid "Dots"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:216
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:216
 msgid "Lines"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:216
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:216
 msgid "Pie"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:216
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:216
 msgid "Donut"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:220
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:223
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:220
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:223
 msgid "No Type Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:234
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:234
 msgid "No Account Group Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:249
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:255
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:261
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:249
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:255
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:261
 msgid "No Dimension Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:267
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:267
 msgid "No Customer Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:278
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:278
 msgid "No Supplier Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:286
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:286
 msgid "IV"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:287
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:330
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:340
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:287
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:330
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:340
 msgid "CN"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:328
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:328
 msgid "BP"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:329
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:329
 msgid "SP"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:338
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:338
 msgid "BD"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:339
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:339
 msgid "CP"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:357
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:357
 msgid "No Location Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:360
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:360
 msgid "No Category Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:369
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:369
 msgid "No Sales Folk Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:376
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:376
 msgid "No Users Filter"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/reporting/includes/reports_classes.inc:384
+#: c:\Apache2\htdocs\account228/reporting/includes/reports_classes.inc:384
 msgid "No tags"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/sales_ui.inc:48
+#: c:\Apache2\htdocs\account228/sales/includes/sales_ui.inc:48
 msgid "This edit session has been abandoned by opening sales document in another browser tab. You cannot edit more than one sales document at once."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_invoice_db.inc:182
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_invoice_db.inc:182
 msgid "Cash invoice"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:101
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:251
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:101
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:251
 msgid "Stocks below Re-Order Level at "
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:104
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:256
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:104
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:256
 msgid "Below"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:105
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:257
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:105
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:257
 msgid "Please reorder"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/db/sales_order_db.inc:132
+#: c:\Apache2\htdocs\account228/sales/includes/db/sales_order_db.inc:132
 msgid "Deleted."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_credit_ui.inc:94
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:366
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_credit_ui.inc:94
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:366
 msgid "Customer Currency:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_credit_ui.inc:112
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:617
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_credit_ui.inc:112
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:617
 msgid "Shipping Company:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_credit_ui.inc:114
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:405
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_credit_ui.inc:114
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:405
 msgid "Customer Discount:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:61
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:61
 msgid "This item is already on this document. You have been warned."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:101
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:101
 msgid "The selected customer and branch are not valid, or the customer does not have any branches."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:224
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:224
 msgid "Shipping Charge"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:297
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:297
 msgid "No customer found for entered text."
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:360
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:360
 msgid "Reference number unique for this document type"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:373
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:373
 msgid "Payment:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:395
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:395
 msgid "Price List:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:414
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:414
 msgid "Date of order receive"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:561
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:561
 msgid "Cash payment"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:563
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:595
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:563
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:595
 msgid "Deliver from Location:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:566
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:566
 msgid "Cash account:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:573
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:573
 msgid "Delivery Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:578
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:578
 msgid "Invoice Delivery Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:579
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:579
 msgid "Invoice before"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:583
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:583
 msgid "Quotation Delivery Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:588
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:588
 msgid "Order Delivery Details"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:602
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:602
 msgid "Enter requested day of delivery"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:602
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:602
 msgid "Enter Valid until Date"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:603
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:603
 msgid "Deliver To:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:604
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:604
 msgid "Additional identifier for delivery e.g. name of receiving person"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:607
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:607
 msgid "Delivery address. Default is address of customer branch"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:611
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:611
 msgid "Contact Phone Number:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:612
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:612
 msgid "Phone number of ordering person. Defaults to branch phone number"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:613
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:613
 msgid "Customer Reference:"
 msgstr ""
 
-#: c:\Apache2\htdocs\account226/sales/includes/ui/sales_order_ui.inc:614
+#: c:\Apache2\htdocs\account228/sales/includes/ui/sales_order_ui.inc:614
 msgid "Customer reference number for this order (if any)"
 msgstr ""
 
index a68c9cfe6ee481845d96c0ca678cc61467e9524f..959be3e2f2d6a1274737a739c27fb4a838df62a9 100644 (file)
@@ -170,7 +170,7 @@ function get_allocatable_to_supp_transactions($supplier_id, $trans_no=null, $typ
        {
                $sql = get_alloc_supp_sql(null, "round(ABS(ov_amount+ov_gst+ov_discount)-alloc,6) > 0
                        AND trans.type != ".ST_SUPPAYMENT."
-                       AND trans.supplier_id=$supplier_id");
+                       AND trans.supplier_id=".db_escape($supplier_id));
        }
 
        return db_query($sql." ORDER BY trans_no", "Cannot retreive alloc to transactions");
index 051e949eb8219a253d8855571bc1b53510f90a75..b3957fd8cf66bf3f46e6ee780b9ddecdee41d1bb 100644 (file)
@@ -118,6 +118,8 @@ function invoice_header(&$supp_trans)
 
        table_section(3, "33%");
 
+       set_global_supplier($_POST['supplier_id']);
+
        $supplier_currency = get_supplier_currency($supp_trans->supplier_id);
 
        $company_currency = get_company_currency();
index 3820d7ef5383b6f3adaf2f5706b81e69a891072a..83923ccbaf09887ac24026c83c0368b3ee5f18f6 100644 (file)
@@ -77,7 +77,7 @@ if (isset($_GET['AddedID']))
 
        display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type), 0, 1);
 
-       display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "", "", 1));
+       display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "printlink", "", 1));
 
        hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("&Receive Items on this Purchase Order"), "PONumber=$order_no");
 
@@ -317,6 +317,13 @@ function can_commit()
 {
        global $Refs;
 
+       if (!get_post('supplier_id')) 
+       {
+               display_error(_("There is no supplier selected."));
+               set_focus('supplier_id');
+               return false;
+       } 
+       
        if (!is_date($_POST['OrderDate'])) 
        {
                display_error(_("The entered order date is invalid."));
index 6c2a5ea2f5cbb32852fd309d61bde5a1548bd938..ce56148738dfe0720000cec842b72fe007e11198 100644 (file)
@@ -350,7 +350,7 @@ start_form();
 invoice_header($_SESSION['supp_trans']);
 
 if ($_POST['supplier_id']=='') 
-       display_error('No supplier found for entered search text');
+               display_error(_("There is no supplier selected."));
 else {
        display_grn_items($_SESSION['supp_trans'], 1);
 
index 2ceac5f387d05bd036fd817f33dc531e0993d462..0d094ba346b5e49d0512ed05b905e1d33be4bf38 100644 (file)
@@ -17,7 +17,6 @@ include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
 include_once($path_to_root . "/includes/banking.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
-//include_once($path_to_root . "/purchasing/includes/ui/supp_alloc_ui.inc");
 include_once($path_to_root . "/purchasing/includes/purchasing_db.inc");
 include_once($path_to_root . "/reporting/includes/reporting.inc");
 
@@ -114,6 +113,13 @@ function check_inputs()
 {
        global $Refs;
 
+       if (!get_post('supplier_id')) 
+       {
+               display_error(_("There is no supplier selected."));
+               set_focus('supplier_id');
+               return false;
+       } 
+       
        if ($_POST['amount'] == "") 
        {
                $_POST['amount'] = price_format(0);
@@ -160,7 +166,8 @@ function check_inputs()
                return false;
        }
 
-       if (input_num('amount') - input_num('discount') <= 0) 
+       //if (input_num('amount') - input_num('discount') <= 0) 
+       if (input_num('amount') <= 0) 
        {
                display_error(_("The total of the amount and the discount is zero or negative. Please enter positive values."));
                set_focus('amount');
index e0b1e83e6c88321a7333558c9ce71651e22cc249..0f47b5450d436bad3f2c3a935e332a115f7bf96c 100644 (file)
@@ -16,7 +16,10 @@ if (isset($header2type))
        if ($doctype == ST_PURCHORDER || $doctype == ST_SUPPAYMENT) // Purchase Order
        {
                $doc_Charge_To = _("Order To");
-               $doc_Delivered_To = _("Charge To");
+               if ($doctype == ST_PURCHORDER)
+                       $doc_Delivered_To = _("Deliver To");
+               else    
+                       $doc_Delivered_To = _("Charge To");
        }
        else
        {
@@ -126,8 +129,12 @@ if (isset($header2type) || isset($linetype))
        $doc_Invoice_no = ($doctype==ST_CUSTDELIVERY ? _("Delivery Note No.") : 
                ($doctype == ST_CUSTPAYMENT ? _("Receipt No.") :
                ($doctype == ST_SUPPAYMENT ? _("Remittance No.") :
-               (($doctype==ST_SALESQUOTE || $doctype==ST_PURCHORDER || $doctype==ST_SALESORDER) ? _("Order No.") : 
-               ($doctype==ST_SALESINVOICE ? _("Invoice No.") : ($doctype==ST_WORKORDER ? _("Work Order No.") : _("Credit No.")))))));
+               ($doctype == ST_PURCHORDER ? _("Purchase Order No.") :
+               ($doctype == ST_SALESORDER ? _("Order No.") :
+               ($doctype == ST_SALESQUOTE ? _("Quotation No.") :
+               ($doctype == ST_SALESINVOICE ? _("Invoice No.") :
+               ($doctype == ST_WORKORDER ? _("Work Order No.") : _("Credit No.")))))))));
+
        $doc_Delivery_no = _("Delivery Note No.");
        $doc_Order_no = _("Order No.");
 }
index ceadc52f0a6367b944081a05b910c382c75f0270..15b63c472db807f74fa2c12ac25a1b37d4336d11 100644 (file)
@@ -71,7 +71,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
                $this->endLine = 760;
                $this->fontSize = $fontsize;
                $this->oldFontSize = 0;
-               $this->y = 1;
+               $this->y = 0;
                $this->currency = '';
                $this->excelColWidthFactor = $excelColWidthFactor;
                $rtl = ($_SESSION['language']->dir == 'rtl');
@@ -237,7 +237,6 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook
 
        function Header()
        {
-               $this->y = 0;
                $tcol = $this->numcols - 1;
                $this->sheet->setRow($this->y, 20);
                for ($i = 0; $i < $this->numcols; $i++)
index 141881017385ddb909fc78ea0faa5570836738a7..362ebaace5cd22274c50c37d80ed0e588259f20e 100644 (file)
                        $this->row = $temp;
                        if ($doctype == ST_PURCHORDER)
                                $this->Text($mcol, $this->company['coy_name']);
-                       elseif ($doctype != ST_SUPPAYMENT && isset($this->formData['deliver_to']))
-                               $this->Text($mcol, $this->formData['deliver_to']);
-                       $this->NewLine();
-                       if ($doctype != ST_SUPPAYMENT && isset($this->formData['deliver_to']))
-                               $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $this->formData['delivery_address']);
+                       elseif ($doctype != ST_SUPPAYMENT && isset($sales_order['deliver_to']))
+                       {
+                               $this->Text($mcol, $sales_order['deliver_to']);
+                               $this->NewLine();
+                       }       
+                       // if you need the company name in purchase order then write it as first line in location addresss.     
+                       if ($doctype != ST_SUPPAYMENT && isset($sales_order['delivery_address']))
+                               $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $sales_order['delivery_address']);
                }
                $this->row = $iline2 - $this->lineHeight - 1;
                $col = $this->leftMargin;
index 2cced85b718d0aa43efd97f26cd2961b64f44087..a3713a248a33bd5d6eda05fd70183fb90ab3e350 100644 (file)
@@ -753,14 +753,14 @@ class FrontReport extends Cpdf
                return $this->TextWrap($c, $this->row - $r, $n - $c + $corr, $txt, $align, $border, $fill, $link, $stretch);
        }
 
-       function TextWrap($xpos, $ypos, $len, $str, $align = 'left', $border = 0, $fill = 0, $link = NULL, $stretch = 1)
+       function TextWrap($xpos, $ypos, $len, $str, $align = 'left', $border = 0, $fill = 0, $link = NULL, $stretch = 1, $spacebreak=false)
        {
                if ($this->fontSize != $this->oldFontSize)
                {
                        $this->SetFontSize($this->fontSize);
                        $this->oldFontSize = $this->fontSize;
                }
-               return $this->addTextWrap($xpos, $ypos, $len, $this->fontSize, $str, $align, $border, $fill, $link, $stretch);
+               return $this->addTextWrap($xpos, $ypos, $len, $this->fontSize, $str, $align, $border, $fill, $link, $stretch, $spacebreak);
        }
 
        function TextCol($c, $n, $txt, $corr=0, $r=0, $border=0, $fill=0, $link=NULL, $stretch=1)
@@ -801,13 +801,13 @@ class FrontReport extends Cpdf
                return $this->TextWrap($this->cols2[$c], $this->row - $r, $this->cols2[$n] - $this->cols2[$c] + $corr, $txt, $this->aligns2[$c], $border, $fill, $link, $stretch);
        }
 
-       function TextColLines($c, $n, $txt, $corr=0, $r=0, $border=0, $fill=0, $link=NULL, $stretch=1)
+       function TextColLines($c, $n, $txt, $corr=0, $r=0, $border=0, $fill=0, $link=NULL, $stretch=0)
        {
                $this->row -= $r;
-               $this->TextWrapLines($this->cols[$c], $this->cols[$n] - $this->cols[$c] + $corr, $txt, $this->aligns[$c], $border, $fill, $link, $stretch);
+               $this->TextWrapLines($this->cols[$c], $this->cols[$n] - $this->cols[$c] + $corr, $txt, $this->aligns[$c], $border, $fill, $link, $stretch, true);
        }
 
-       function TextWrapLines($c, $width, $txt, $align='left', $border=0, $fill=0, $link=NULL, $stretch=1)
+       function TextWrapLines($c, $width, $txt, $align='left', $border=0, $fill=0, $link=NULL, $stretch=0, $spacebreak=true)
        {
                $str = Explode("\n", $txt);
                for ($i = 0; $i < count($str); $i++)
@@ -815,7 +815,7 @@ class FrontReport extends Cpdf
                        $l = $str[$i];
                        do
                        {
-                               $l = $this->TextWrap($c, $this->row , $width, $l, $align, $border, $fill, $link, $stretch);
+                               $l = $this->TextWrap($c, $this->row , $width, $l, $align, $border, $fill, $link, $stretch, $spacebreak);
                                $this->row -= $this->lineHeight;
                        }
                        while ($l != '');
index e952eacbe60f5ed228f7a4cc25b2cf4ce8b44857..eabb5956881d0af33c9eba004ef1af0f3d1bb4b2 100644 (file)
@@ -38,7 +38,7 @@ function fetch_items($category=0)
                                ".TB_PREF."stock_category.description
                        FROM ".TB_PREF."stock_master,
                                ".TB_PREF."stock_category
-                       WHERE ".TB_PREF."stock_master.category_id=".TB_PREF."stock_category.category_id";
+                       WHERE ".TB_PREF."stock_master.category_id=".TB_PREF."stock_category.category_id AND NOT ".TB_PREF."stock_master.inactive";
                if ($category != 0)
                        $sql .= " AND ".TB_PREF."stock_category.category_id = ".db_escape($category);
                $sql .= " ORDER BY ".TB_PREF."stock_master.category_id,
index e0dd503637cd407d4acce43c597582fb9074fe80..ad6e6ce4628f9b8d270c949b20613b1c2366f59f 100644 (file)
@@ -96,7 +96,7 @@ function print_order_status_list()
        if ($location == null)
                $loc = _('All');
        else
-               $loc = $location;
+               $loc = get_location_name($location);
        if ($backorder == 0)
                $back = _('All Orders');
        else
index 5299c1b20ba494bfa1c17772245204185a59d1de..55e6e0e3b6c611603e4d44fb04fa4aa7acc27d21 100644 (file)
@@ -41,6 +41,8 @@ function getTransactions($debtorno, $date)
                        FROM ".TB_PREF."debtor_trans
                        WHERE ".TB_PREF."debtor_trans.tran_date <= '$date' AND ".TB_PREF."debtor_trans.debtor_no = ".db_escape($debtorno)."
                                AND ".TB_PREF."debtor_trans.type <> ".ST_CUSTDELIVERY."
+                               AND (".TB_PREF."debtor_trans.ov_amount + ".TB_PREF."debtor_trans.ov_gst + ".TB_PREF."debtor_trans.ov_freight + 
+                               ".TB_PREF."debtor_trans.ov_freight_tax + ".TB_PREF."debtor_trans.ov_discount) != 0
                                ORDER BY ".TB_PREF."debtor_trans.tran_date";
 
     return db_query($sql,"No transactions were returned");
index 0a5ccca64105b6d418d1ead44273fea5088da9b6..6fe008d410bceeeb8f3493c0d32d97baea34fb46 100644 (file)
@@ -30,6 +30,7 @@ print_payment_report();
 function getTransactions($supplier, $date)
 {
        $date = date2sql($date);
+       $dec = user_price_dec();
 
        $sql = "SELECT ".TB_PREF."supp_trans.supp_reference,
                        ".TB_PREF."supp_trans.tran_date,
@@ -41,7 +42,8 @@ function getTransactions($supplier, $date)
                        (ABS(".TB_PREF."supp_trans.ov_amount) + ABS(".TB_PREF."supp_trans.ov_gst) ) AS TranTotal
                FROM ".TB_PREF."supp_trans
                WHERE ".TB_PREF."supp_trans.supplier_id = '" . $supplier . "'
-               AND ABS(".TB_PREF."supp_trans.ov_amount) + ABS(".TB_PREF."supp_trans.ov_gst) - ".TB_PREF."supp_trans.alloc != 0
+               AND ROUND(ABS(".TB_PREF."supp_trans.ov_amount),$dec) + ROUND(ABS(".TB_PREF."supp_trans.ov_gst),$dec) - 
+               ROUND(".TB_PREF."supp_trans.alloc,$dec) != 0
                AND ".TB_PREF."supp_trans.tran_date <='" . $date . "'
                ORDER BY ".TB_PREF."supp_trans.type,
                        ".TB_PREF."supp_trans.trans_no";
index af08d2be74d2bfbf6fb2c0b27f0cc7cd9ba1a884..c2892cf0b37254b2110ff23bf87920335527fb54 100644 (file)
@@ -177,8 +177,9 @@ function print_po()
                {
 //                     $myrow['contact_email'] = $myrow['email'];
                        $myrow['DebtorName'] = $myrow['supp_name'];
-//                     if ($myrow['contact'] != '') $myrow['DebtorName'] = $myrow['contact'];
-                       $myrow['reference'] = $myrow['order_no'];
+
+                       if ($myrow['reference'] == "")
+                               $myrow['reference'] = $myrow['order_no'];
                        $rep->End($email, $doc_Order_no . " " . $myrow['reference'], $myrow);
                }
        }
index 4bd74be3e42bbfbdd1fe9135a35f47628024e88f..fbf5f3f2e35e03593e9ab1b3e2623dede4cee625 100644 (file)
@@ -33,7 +33,7 @@ function getTransactions($category, $location)
        $sql = "SELECT ".TB_PREF."stock_master.category_id,
                        ".TB_PREF."stock_category.description AS cat_description,
                        ".TB_PREF."stock_master.stock_id,
-                       ".TB_PREF."stock_master.description,
+                       ".TB_PREF."stock_master.description, ".TB_PREF."stock_master.inactive,
                        ".TB_PREF."stock_moves.loc_code,
                        SUM(".TB_PREF."stock_moves.qty) AS QtyOnHand,
                        ".TB_PREF."stock_master.material_cost + ".TB_PREF."stock_master.labour_cost + ".TB_PREF."stock_master.overhead_cost AS UnitCost,
@@ -91,7 +91,7 @@ function print_inventory_valuation_report()
        if ($location == 'all')
                $loc = _('All');
        else
-               $loc = $location;
+               $loc = get_location_name($location);
 
        $cols = array(0, 100, 250, 350, 450,    515);
 
@@ -143,7 +143,7 @@ function print_inventory_valuation_report()
                        $rep->NewLine();
                        $rep->fontSize -= 2;
                        $rep->TextCol(0, 1, $trans['stock_id']);
-                       $rep->TextCol(1, 2, $trans['description']);
+                       $rep->TextCol(1, 2, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                        $rep->AmountCol(2, 3, $trans['QtyOnHand'], get_qty_dec($trans['stock_id']));
                        $rep->AmountCol(3, 4, $trans['UnitCost'], $dec);
                        $rep->AmountCol(4, 5, $trans['ItemTotal'], $dec);
index 4c986ba9a977d8493a87dbc7e4e0479b88339342..75feef57e657d6cf1286dd100fbf1bfdcac86515 100644 (file)
@@ -34,7 +34,7 @@ function getTransactions($category, $location)
        $sql = "SELECT ".TB_PREF."stock_master.category_id,
                        ".TB_PREF."stock_category.description AS cat_description,
                        ".TB_PREF."stock_master.stock_id,
-                       ".TB_PREF."stock_master.description,
+                       ".TB_PREF."stock_master.description, ".TB_PREF."stock_master.inactive,
                        IF(".TB_PREF."stock_moves.stock_id IS NULL, '', ".TB_PREF."stock_moves.loc_code) AS loc_code,
                        SUM(IF(".TB_PREF."stock_moves.stock_id IS NULL,0,".TB_PREF."stock_moves.qty)) AS qty_on_hand
                FROM (".TB_PREF."stock_master,
@@ -109,7 +109,7 @@ function print_inventory_planning()
        if ($location == 'all')
                $loc = _('All');
        else
-               $loc = $location;
+               $loc = get_location_name($location);
 
        $cols = array(0, 50, 150, 180, 210, 240, 270, 300, 330, 390, 435, 480, 525);
 
@@ -163,13 +163,13 @@ function print_inventory_planning()
                $rep->NewLine();
                $dec = get_qty_dec($trans['stock_id']);
                $rep->TextCol(0, 1, $trans['stock_id']);
-               $rep->TextCol(1, 2, $trans['description']);
+               $rep->TextCol(1, 2, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                $rep->AmountCol(2, 3, $period['prd0'], $dec);
                $rep->AmountCol(3, 4, $period['prd1'], $dec);
                $rep->AmountCol(4, 5, $period['prd2'], $dec);
                $rep->AmountCol(5, 6, $period['prd3'], $dec);
                $rep->AmountCol(6, 7, $period['prd4'], $dec);
-
+               
                $MaxMthSales = Max($period['prd0'], $period['prd1'], $period['prd2'], $period['prd3']);
                $IdealStockHolding = $MaxMthSales * 3;
                $rep->AmountCol(7, 8, $IdealStockHolding, $dec);
index 73f58ee52659ddc5818a561fb79408184e3375f1..b72e9db353f6cbd071edd9e0db23b702b8a2b486 100644 (file)
@@ -34,7 +34,7 @@ function getTransactions($category, $location)
        $sql = "SELECT ".TB_PREF."stock_master.category_id,
                        ".TB_PREF."stock_category.description AS cat_description,
                        ".TB_PREF."stock_master.stock_id,
-                       ".TB_PREF."stock_master.description,
+                       ".TB_PREF."stock_master.description, ".TB_PREF."stock_master.inactive,
                        IF(".TB_PREF."stock_moves.stock_id IS NULL, '', ".TB_PREF."stock_moves.loc_code) AS loc_code,
                        SUM(IF(".TB_PREF."stock_moves.stock_id IS NULL,0,".TB_PREF."stock_moves.qty)) AS QtyOnHand
                FROM (".TB_PREF."stock_master,
@@ -87,7 +87,7 @@ function print_stock_check()
        if ($location == 'all')
                $loc = _('All');
        else
-               $loc = $location;
+               $loc = get_location_name($location);
        if ($shortage)
        {
                $short = _('Yes');
@@ -139,7 +139,9 @@ function print_stock_check()
                $demandqty = get_demand_qty($trans['stock_id'], $loc_code);
                $demandqty += get_demand_asm_qty($trans['stock_id'], $loc_code);
                $onorder = get_on_porder_qty($trans['stock_id'], $loc_code);
-               $onorder += get_on_worder_qty($trans['stock_id'], $loc_code);
+               $flag = get_mb_flag($trans['stock_id']);
+               if ($flag == 'M')
+                       $onorder += get_on_worder_qty($trans['stock_id'], $loc_code);
                if ($shortage && $trans['QtyOnHand'] - $demandqty >= 0)
                        continue;
                if ($catt != $trans['cat_description'])
@@ -157,7 +159,7 @@ function print_stock_check()
                $rep->NewLine();
                $dec = get_qty_dec($trans['stock_id']);
                $rep->TextCol(0, 1, $trans['stock_id']);
-               $rep->TextCol(1, 2, $trans['description']);
+               $rep->TextCol(1, 2, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                $rep->AmountCol(2, 3, $trans['QtyOnHand'], $dec);
                if ($check)
                {
index f40d8e56c5c7f5fc71ff53c0d750de43f079ad7f..a525f33c505d15d241f628217bafae83a6042b8f 100644 (file)
@@ -36,7 +36,7 @@ function getTransactions($category, $location, $fromcust, $from, $to)
        $sql = "SELECT ".TB_PREF."stock_master.category_id,
                        ".TB_PREF."stock_category.description AS cat_description,
                        ".TB_PREF."stock_master.stock_id,
-                       ".TB_PREF."stock_master.description,
+                       ".TB_PREF."stock_master.description, ".TB_PREF."stock_master.inactive,
                        ".TB_PREF."stock_moves.loc_code,
                        ".TB_PREF."debtor_trans.debtor_no,
                        ".TB_PREF."debtors_master.name AS debtor_name,
@@ -165,11 +165,11 @@ function print_inventory_sales()
                $rep->TextCol(0, 1, $trans['stock_id']);
                if ($fromcust == ALL_NUMERIC)
                {
-                       $rep->TextCol(1, 2, $trans['description']);
+                       $rep->TextCol(1, 2, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                        $rep->TextCol(2, 3, $trans['debtor_name']);
                }
                else
-                       $rep->TextCol(1, 3, $trans['description']);
+                       $rep->TextCol(1, 3, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                $rep->AmountCol(3, 4, $trans['qty'], get_qty_dec($trans['stock_id']));
                $rep->AmountCol(4, 5, $trans['amt'], $dec);
                $rep->AmountCol(5, 6, $trans['cost'], $dec);
index 5f180025e7241f78e33556690de010f84d66fdc7..6711d9b7f4257bb7f1a8e42b9432a671760a478f 100644 (file)
@@ -36,7 +36,7 @@ function getTransactions($from, $to)
        
        $sql = "SELECT DISTINCT ".TB_PREF."grn_batch.supplier_id, 
             ".TB_PREF."purch_order_details.*,
-            ".TB_PREF."stock_master.description
+            ".TB_PREF."stock_master.description, ".TB_PREF."stock_master.inactive
         FROM ".TB_PREF."stock_master,
             ".TB_PREF."purch_order_details,
             ".TB_PREF."grn_batch
@@ -108,7 +108,7 @@ function print_grn_valuation()
 
                $rep->NewLine();
                $rep->TextCol(0, 1, $trans['item_code']);
-               $rep->TextCol(1, 2, $trans['description']);
+               $rep->TextCol(1, 2, $trans['description'].($trans['inactive']==1 ? " ("._("Inactive").")" : ""), -1);
                $rep->TextCol(2, 3, $trans['order_no']);
                $qdec = get_qty_dec($trans['item_code']);
                $rep->AmountCol(3, 4, $trans['quantity_received'], $qdec);
index d944960c87b16e97d4c9be84ecedd9adec0563e7..f24512d6a734ee9d453656c23edb5c6db4e2067f 100644 (file)
@@ -77,8 +77,12 @@ function print_tax_report()
        $to = $_POST['PARAM_1'];
        $summaryOnly = $_POST['PARAM_2'];
        $comments = $_POST['PARAM_3'];
+       $destination = $_POST['PARAM_4'];
 
-       include_once($path_to_root . "/reporting/includes/pdf_report.inc");
+       if ($destination)
+               include_once($path_to_root . "/reporting/includes/excel_report.inc");
+       else
+               include_once($path_to_root . "/reporting/includes/pdf_report.inc");
 
        $dec = user_price_dec();
 
@@ -165,8 +169,10 @@ function print_tax_report()
 
        $aligns2 = array('left', 'right', 'right', 'right',     'right', 'right', 'right');
 
-       for ($i = 0; $i < count($cols2); $i++)
-               $rep->cols[$i] = $rep->leftMargin + $cols2[$i];
+       $rep->Info($params, $cols2, $headers2, $aligns2);
+
+       //for ($i = 0; $i < count($cols2); $i++)
+       //      $rep->cols[$i] = $rep->leftMargin + $cols2[$i];
 
        $rep->headers = $headers2;
        $rep->aligns = $aligns2;
index 28cf4925a3691ca4e0ad1d962570eb9297a89545..e4831e2b9090ce2c23f2add2751a13cc33e8f89a 100644 (file)
@@ -371,7 +371,8 @@ $reports->addReport(RC_GL, 709, _('Ta&x Report'),
        array(  _('Start Date') => 'DATEBEGINTAX',
                        _('End Date') => 'DATEENDTAX',
                        _('Summary Only') => 'YES_NO',
-                       _('Comments') => 'TEXTBOX'));
+                       _('Comments') => 'TEXTBOX',
+                       _('Destination') => 'DESTINATION'));
 $reports->addReport(RC_GL, 710, _('Audit Trail'),
        array(  _('Start Date') => 'DATEBEGINM',
                        _('End Date') => 'DATEENDM',
index 8712b6c657fb426df44e3f81be0e647112f96658..bd7ee681da3a7897fecc597d80b5e8eb82ff73e5 100644 (file)
@@ -57,7 +57,7 @@ if (isset($_GET['AddedID'])) {
        display_note(get_customer_trans_view_str($trans_type, $invoice_no, _("&View This Invoice")), 0, 1);
 
        display_note(print_document_link($invoice_no, _("&Print This Invoice"), true, ST_SALESINVOICE));
-       display_note(print_document_link($invoice_no, _("&Email This Invoice"), true, ST_SALESINVOICE, false, 'printlink', "", 1),1);
+       display_note(print_document_link($invoice_no, _("&Email This Invoice"), true, ST_SALESINVOICE, false, "printlink", "", 1),1);
 
        display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL &Journal Entries for this Invoice")),1);
 
index e8b51f9943243ebe631d25d911cc5f3cc82f6d12..b67df99c774a1b3c06c22e2dd64faab2879c7ed9 100644 (file)
@@ -78,6 +78,20 @@ function can_process()
 {
        global $Refs;
 
+       if (!get_post('customer_id')) 
+       {
+               display_error(_("There is no customer selected."));
+               set_focus('customer_id');
+               return false;
+       } 
+       
+       if (!get_post('BranchID')) 
+       {
+               display_error(_("This customer has no branch defined."));
+               set_focus('BranchID');
+               return false;
+       } 
+       
        if (!isset($_POST['DateBanked']) || !is_date($_POST['DateBanked'])) {
                display_error(_("The entered date is invalid. Please enter a valid date for the payment."));
                set_focus('DateBanked');
@@ -138,7 +152,8 @@ function can_process()
                return false;
        }
 
-       if ((input_num('amount') - input_num('discount') <= 0)) {
+       //if ((input_num('amount') - input_num('discount') <= 0)) {
+       if (input_num('amount') <= 0) {
                display_error(_("The balance of the amount and discout is zero or negative. Please enter valid amounts."));
                set_focus('discount');
                return false;
index b40b03ef442c0104e3f05b6b91a32e4d1656e22d..27b4fe9a81461d1d695a12aa4c57cae04c112060 100644 (file)
@@ -388,7 +388,11 @@ function sales_order_has_deliveries($order_no)
 
        $row = db_fetch_row($result);
 
-       return ($row[0] > 0);
+       if ($row[0] > 0)
+               return true;  // 2010-04-21 added check for eventually voided deliveries, Joe Hunt
+       $sql = "SELECT order_ FROM ".TB_PREF."debtor_trans WHERE type=".ST_CUSTDELIVERY." AND order_=".db_escape($order_no);
+       $result = db_query($sql,"The related delivery notes could not be retreived");
+       return (db_num_rows($result) > 0);      
 }
 
 //----------------------------------------------------------------------------------------
@@ -510,6 +514,13 @@ function get_sql_for_sales_orders_view($selected_customer, $trans_type)
                $sql .= " AND sorder.order_no LIKE ".db_escape($number_like)
                                ." GROUP BY sorder.order_no";
        }
+       elseif (isset($_POST['OrderReference']) && $_POST['OrderReference'] != "")
+       {
+               // search orders with reference like 
+               $number_like = "%".$_POST['OrderReference']."%";
+               $sql .= " AND sorder.reference LIKE ".db_escape($number_like)
+                               ." GROUP BY sorder.order_no";
+       }
        else    // ... or select inquiry constraints
        {
                if ($_POST['order_view_mode']!='DeliveryTemplates' && $_POST['order_view_mode']!='InvoiceTemplates')
index e382fd2414b51f1847a20c218769aac649b4d550..0a45cde718ed3dd4c97e58547127938ac3042a6b 100644 (file)
@@ -225,6 +225,7 @@ start_row();
 ref_cells(_("#:"), 'OrderNumber', '',null, '', true);
 if ($_POST['order_view_mode'] != 'DeliveryTemplates' && $_POST['order_view_mode'] != 'InvoiceTemplates')
 {
+       ref_cells(_("Ref"), 'OrderReference', '',null, '', true);
        date_cells(_("from:"), 'OrdersAfterDate', '', null, -30);
        date_cells(_("to:"), 'OrdersToDate', '', null, 1);
 }
index 5f6da084bc25864f55c9c75bd71f95cf9fb70530..ef35d2ba5019a1bb52f1d0bc7d408e790f0bb3ef 100644 (file)
@@ -317,6 +317,20 @@ function line_start_focus() {
 function can_process() {
        global $Refs;
 
+       if (!get_post('customer_id')) 
+       {
+               display_error(_("There is no customer selected."));
+               set_focus('customer_id');
+               return false;
+       } 
+       
+       if (!get_post('branch_id')) 
+       {
+               display_error(_("This customer has no branch defined."));
+               set_focus('branch_id');
+               return false;
+       } 
+       
        if (!is_date($_POST['OrderDate'])) {
                display_error(_("The entered date is invalid."));
                set_focus('OrderDate');
@@ -385,6 +399,12 @@ function can_process() {
                set_focus('ref');
                return false;
        }
+       if ($_SESSION['Items']->trans_no==0 && !is_new_reference($_POST['ref'], 
+               $_SESSION['Items']->trans_type)) {
+               display_error(_("The entered reference is already in use."));
+               set_focus('ref');
+               return false;
+       }
        return true;
 }
 
index a210ad965747eea460b16da09d2cbc22dc481a69..7c3f946291c7b3e5b7a6d46af34dd584c0537251 100644 (file)
@@ -141,9 +141,11 @@ if ($Mode == 'RESET')
 $result = get_all_tax_groups(check_value('show_inactive'));
 
 start_form();
+
 start_table(TABLESTYLE);
-$th = array(_("Description"), _("Tax Shipping"), "", "");
+$th = array(_("Description"), _("Shipping Tax"), "", "");
 inactive_control_column($th);
+
 table_header($th);
 
 $k = 0;
@@ -200,7 +202,7 @@ if ($selected_id != -1)
        hidden('selected_id', $selected_id);
 }
 text_row_ex(_("Description:"), 'name', 40);
-yesno_list_row(_("Tax Shipping:"), 'tax_shipping', null, "", "", true);
+yesno_list_row(_("Tax applied to Shipping:"), 'tax_shipping', null, "", "", true);
 
 end_table();
 
index 596ab68dbaf7f8f6e48f1dccf945851322d24dd9..5544853ef95161795c0d1784b3f41f6c50149a60 100644 (file)
@@ -18,7 +18,7 @@ these files. </li></ul><ol>
         </ol>
 
       </li><li>Upload all the new files.
-      </li><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 /><br /></li><ul><li><small>Change the $version in your <span style="font-weight: bold;">config.php</span> file, about line 59, from "2.X.X" to "2.2.7".<br /><br />if this is an update from 2.2.6 to 2.276&nbsp;</small><small> </small><small>you are<span style="font-weight: bold;"> </span><span style="font-style: italic; font-weight: bold;">done and &nbsp;should ignore the the rest of the items in this note</span>.</small></li><li><small>Copy &nbsp;the 2 lines from config.default file, about line &nbsp;122:<br /><br /><span style="font-family: monospace;">$table_style &nbsp;&nbsp;&nbsp; = "class='tablestyle'";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style2 &nbsp;&nbsp;&nbsp; = "class='tablestyle2'";</span><br style="font-family: monospace;" /><br />into&nbsp;config.php about line &nbsp;122 and replace these 4 lines:<br /><br /><span style="font-family: monospace;">if (!isset($_SESSION['bordercolor']))</span><br style="font-family: monospace;" /><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp; $_SESSION['bordercolor'] = "#8cacbb";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style2 &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";</span><br style="font-family: monospace;" /><br />If this is an update from 2.2.3, 2.2.4 , 2.2.5 to 2.2.7&nbsp; </small><small>you are<span style="font-weight: bold;"> </span><span style="font-style: italic; font-weight: bold;">done and &nbsp;should ignore the the rest of the items in this note</span>.<br /></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:<br /><br /><span style="font-family: monospace;">/* Show users online discretetely in the footer */</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$show_users_online = 0;</span><br style="font-family: monospace;" /><span style="font-family: monospace;">Change this to 1 if you want to show users online.</span><br style="font-family: monospace;" /></small></li><li><small>Remove these 2 lines from <span style="font-weight: bold;">config.php</span> about line 176-177:<br /><br /><span style="font-family: monospace;">/* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$def_app = "orders";</span><br style="font-family: monospace;" /></small></li><li><small>Copy these 3 lines from config.default.php about line 113-115<br /><br /><span style="font-family: monospace;">// defalt dateformats and dateseps indexes used before user login</span></small><br style="font-family: monospace;" /><small style="font-family: monospace;">$dflt_date_fmt = 0;</small><br style="font-family: monospace;" /><small><span style="font-family: monospace;">$dflt_date_sep = 0;</span><br style="font-family: monospace;" /></small></li><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 211-212:<br /><br /><span style="font-family: monospace;">define("ICON_SUBMIT", "ok.gif");&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // new in 2.2</span><br style="font-family: monospace;" /><span style="font-family: monospace;">define("ICON_ESCAPE", "escape.png");&nbsp;&nbsp;&nbsp; // new in 2.2</span><br style="font-family: monospace;" /></small></li><li><small>And paste them into <span style="font-weight: bold;">config.php</span> about line 209</small></li><li><small>If you use gregorian calendar and have non-workdays on Friday and first day of week = Saturday<br />then you &nbsp;should &nbsp;set this line in <span style="font-weight: bold;">config.php</span> about line&nbsp; 95.<br /></small><pre><small>$date_system = 3;</small></pre></li><li><small>If you want to use FrontAccounting help wiki then set this line in config.php about line 85<br /></small><pre><small>$help_base_url = "http://frontaccounting.net/fawiki?n=Help.";<br /></small></pre></li></ul><li>Rename or remove the /install folder (you have already performed the install
+      </li><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 /><br /></li><ul><li><small>Change the $version in your <span style="font-weight: bold;">config.php</span> file, about line 59, from "2.X.X" to "2.2.9".<br /><br />if this is an update from 2.2.6, 2.2.7, 2.2.8 to 2.2.9&nbsp;</small><small> </small><small>you are<span style="font-weight: bold;"> </span><span style="font-style: italic; font-weight: bold;">done and &nbsp;should ignore the the rest of the items in this note</span>.</small></li><li><small>Copy &nbsp;the 2 lines from config.default file, about line &nbsp;122:<br /><br /><span style="font-family: monospace;">$table_style &nbsp;&nbsp;&nbsp; = "class='tablestyle'";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style2 &nbsp;&nbsp;&nbsp; = "class='tablestyle2'";</span><br style="font-family: monospace;" /><br />into&nbsp;config.php about line &nbsp;122 and replace these 4 lines:<br /><br /><span style="font-family: monospace;">if (!isset($_SESSION['bordercolor']))</span><br style="font-family: monospace;" /><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp; $_SESSION['bordercolor'] = "#8cacbb";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$table_style2 &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";</span><br style="font-family: monospace;" /><br />If this is an update from 2.2.3, 2.2.4 , 2.2.5 to 2.2.9&nbsp; </small><small>you are<span style="font-weight: bold;"> </span><span style="font-style: italic; font-weight: bold;">done and &nbsp;should ignore the the rest of the items in this note</span>.<br /></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:<br /><br /><span style="font-family: monospace;">/* Show users online discretetely in the footer */</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$show_users_online = 0;</span><br style="font-family: monospace;" /><span style="font-family: monospace;">Change this to 1 if you want to show users online.</span><br style="font-family: monospace;" /></small></li><li><small>Remove these 2 lines from <span style="font-weight: bold;">config.php</span> about line 176-177:<br /><br /><span style="font-family: monospace;">/* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */</span><br style="font-family: monospace;" /><span style="font-family: monospace;">$def_app = "orders";</span><br style="font-family: monospace;" /></small></li><li><small>Copy these 3 lines from config.default.php about line 113-115<br /><br /><span style="font-family: monospace;">// defalt dateformats and dateseps indexes used before user login</span></small><br style="font-family: monospace;" /><small style="font-family: monospace;">$dflt_date_fmt = 0;</small><br style="font-family: monospace;" /><small><span style="font-family: monospace;">$dflt_date_sep = 0;</span><br style="font-family: monospace;" /></small></li><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 211-212:<br /><br /><span style="font-family: monospace;">define("ICON_SUBMIT", "ok.gif");&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // new in 2.2</span><br style="font-family: monospace;" /><span style="font-family: monospace;">define("ICON_ESCAPE", "escape.png");&nbsp;&nbsp;&nbsp; // new in 2.2</span><br style="font-family: monospace;" /></small></li><li><small>And paste them into <span style="font-weight: bold;">config.php</span> about line 209</small></li><li><small>If you use gregorian calendar and have non-workdays on Friday and first day of week = Saturday<br />then you &nbsp;should &nbsp;set this line in <span style="font-weight: bold;">config.php</span> about line&nbsp; 95.<br /></small><pre><small>$date_system = 3;</small></pre></li><li><small>If you want to use FrontAccounting help wiki then set this line in config.php about line 85<br /></small><pre><small>$help_base_url = "http://frontaccounting.net/fawiki?n=Help.";<br /></small></pre></li></ul><li>Rename or remove the /install folder (you have already performed the install
 process earlier).<br /></li></ul><ol>