*** empty log message ***
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 17 Jan 2009 15:50:34 +0000 (15:50 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 17 Jan 2009 15:50:34 +0000 (15:50 +0000)
gl/inquiry/bank_inquiry.php
gl/inquiry/gl_account_inquiry.php
inventory/inquiry/stock_movements.php

index 642db5efcda8eaabf5969d435b5e34dcb2adfb31..eacf527b6681911a27c7f5b886e0f5bdbe715c67 100644 (file)
@@ -86,6 +86,7 @@ $bfw_row = db_fetch_row($before_qty);
 $bfw = $bfw_row[0];
 display_debit_or_credit_cells($bfw);
 label_cell("");
+label_cell("", "colspan=2");
 
 end_row();
 $running_total = $bfw;
@@ -122,6 +123,7 @@ start_row("class='inquirybg'");
 label_cell("<b>" . _("Ending Balance")." - ". $_POST['TransToDate']. "</b>", "colspan=4");
 display_debit_or_credit_cells($running_total);
 label_cell("");
+label_cell("", "colspan=2");
 end_row();
 end_table(2);
 div_end();
index 6f1378a890730d1c732ba6a656d53e9a547073bb..15b0417ff1b69ef2ad36a4a807f0713eb3ec5af8 100644 (file)
@@ -1,5 +1,14 @@
 <?php
-
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU Affero General Public License,
+       AGPL, as published by the Free Software Foundation, either version 
+       3 of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
+***********************************************************************/
 $page_security = 8;
 $path_to_root="../..";
 include_once($path_to_root . "/includes/session.inc");
@@ -120,6 +129,7 @@ function show_results()
        label_cell("<b>"._("Opening Balance")." - ".$_POST['TransFromDate']."</b>", "colspan=$colspan");
        display_debit_or_credit_cells($bfw);
        label_cell("");
+       label_cell("");
        end_row();
        //$running_total =0;
        $running_total = $bfw;
@@ -161,6 +171,7 @@ function show_results()
        label_cell("<b>" . _("Ending Balance") ." - ".$_POST['TransToDate']. "</b>", "colspan=$colspan");
        display_debit_or_credit_cells($running_total);
        label_cell("");
+       label_cell("");
        end_row();
 
        end_table(2);
index 161493d5c84dea1d1d4952121e8a0b5f2ad3f16d..a0ca97a4fc9fd63d7497474e7e81578d6adc3a96 100644 (file)
@@ -73,7 +73,7 @@ $result = db_query($sql, "could not query stock moves");
 check_db_error("The stock movements for the selected criteria could not be retrieved",$sql);
 
 div_start('doc_tbl');
-start_table("$table_style width=70%");
+start_table("$table_style width=65%");
 $th = array(_("Type"), _("#"), _("Reference"), _("Date"), _("Detail"),
        _("Quantity In"), _("Quantity Out"), _("Quantity On Hand"));