From 95c8695a0b20185fd38d55aa13b4c6be0a6b7aa0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 17 Jan 2009 15:50:34 +0000 Subject: [PATCH] *** empty log message *** --- gl/inquiry/bank_inquiry.php | 2 ++ gl/inquiry/gl_account_inquiry.php | 13 ++++++++++++- inventory/inquiry/stock_movements.php | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gl/inquiry/bank_inquiry.php b/gl/inquiry/bank_inquiry.php index 642db5ef..eacf527b 100644 --- a/gl/inquiry/bank_inquiry.php +++ b/gl/inquiry/bank_inquiry.php @@ -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("" . _("Ending Balance")." - ". $_POST['TransToDate']. "", "colspan=4"); display_debit_or_credit_cells($running_total); label_cell(""); +label_cell("", "colspan=2"); end_row(); end_table(2); div_end(); diff --git a/gl/inquiry/gl_account_inquiry.php b/gl/inquiry/gl_account_inquiry.php index 6f1378a8..15b0417f 100644 --- a/gl/inquiry/gl_account_inquiry.php +++ b/gl/inquiry/gl_account_inquiry.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 8; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); @@ -120,6 +129,7 @@ function show_results() label_cell(""._("Opening Balance")." - ".$_POST['TransFromDate']."", "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("" . _("Ending Balance") ." - ".$_POST['TransToDate']. "", "colspan=$colspan"); display_debit_or_credit_cells($running_total); label_cell(""); + label_cell(""); end_row(); end_table(2); diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index 161493d5..a0ca97a4 100644 --- a/inventory/inquiry/stock_movements.php +++ b/inventory/inquiry/stock_movements.php @@ -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")); -- 2.30.2