! -> Note
$ -> Affected files
+------------------------------- Release 2.0.5 --------------------------------------------
+24-Nov.2008 Joe Hunt
+! Release 2.0.5
+$ config.php
+! Changed update.html
+$ update.html
+# Small bug fixes
+$ /reporting/includes/header2.inc
+ /sales/view/view_receipt.php
+
20-Nov-2008 Janusz Dobrowolski
# [0000082] Bad js allocation on All/None button press.
$ /sales/allocations/customer_allocate.php
// Main Title
$app_title = "FrontAccounting";
// application version
- $version = "2.0.4";
+ $version = "2.0.5";
// Build for development purposes
$build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
$this->Text($mcol, $doc_Due_Date . ":", $mcol2);
if ($doctype == 9)
$this->Text($mcol2, sql2date($myrow['delivery_date']));
- else if ($doctype != 8 && isset($myrow['due_date']))
+ else if ($doctype != 8 && $doctype != 11 && isset($myrow['due_date']))
$this->Text($mcol2, sql2date($myrow['due_date']));
if ($branch != null)
{
$path_to_root="../..";
include_once($path_to_root . "/includes/session.inc");
-page(_("View Customer Payment"), true);
-
include_once($path_to_root . "/includes/date_functions.inc");
include_once($path_to_root . "/includes/ui.inc");
include_once($path_to_root . "/sales/includes/sales_db.inc");
+$js = "";
+if ($use_popup_windows)
+ $js .= get_js_open_window(900, 600);
+
+page(_("View Customer Payment"), true, false, "", $js);
+
if (isset($_GET["trans_no"]))
{
$trans_id = $_GET["trans_no"];
if (!$voided)
{
- display_allocations_from(payment_person_types::customer(), $receipt['debtor_no'], systypes::cust_payment(), $trans_id, -$receipt['Total']);
+ display_allocations_from(payment_person_types::customer(), $receipt['debtor_no'], systypes::cust_payment(), $trans_id, $receipt['Total']);
}
end_page(true);
do this, before entering FrontAccounting!
Enter the database user and the password and choose the alter.sql
script. Do the same for the alter2.sql script. If you have
-already updated release 2.0 Beta, you can just run the alter2.sql script.<br />You must also manuelly ensure that you have write permission to the new folder /company/0.</strong></li>
+already updated release 2.0 Beta, you can just run the alter2.sql script.<br />You must also manuelly ensure that you have write permission to the new folder /company/0.<br /></strong><strong>There are no database changes during a major and minor release. Like from 2.0 to 2.0.1 - 2.0.5 .</strong></li>
</ul>
<p> </p>