0001091: Stock Check Sheets and Inventory Planning Report slow with lots of category...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 30 Sep 2011 08:03:04 +0000 (10:03 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 30 Sep 2011 08:03:04 +0000 (10:03 +0200)
reporting/rep302.php
reporting/rep303.php

index 75feef57e657d6cf1286dd100fbf1bfdcac86515..cdeae91dc7e4be8c7e5ca383afbdfa0a77635a25 100644 (file)
@@ -40,7 +40,7 @@ function getTransactions($category, $location)
                FROM (".TB_PREF."stock_master,
                        ".TB_PREF."stock_category)
                LEFT JOIN ".TB_PREF."stock_moves ON
-                       (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id OR ".TB_PREF."stock_master.stock_id IS NULL)
+                       (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id)
                WHERE ".TB_PREF."stock_master.category_id=".TB_PREF."stock_category.category_id
                AND (".TB_PREF."stock_master.mb_flag='B' OR ".TB_PREF."stock_master.mb_flag='M')";
        if ($category != 0)
index d9904bfc101b368d51663183b24f306e65438e1d..a7beebc1988b1ba5b0a39a83b44acc6a18be8b63 100644 (file)
@@ -41,7 +41,7 @@ function getTransactions($category, $location)
                FROM (".TB_PREF."stock_master,
                        ".TB_PREF."stock_category)
                LEFT JOIN ".TB_PREF."stock_moves ON
-                       (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id OR ".TB_PREF."stock_master.stock_id IS NULL)
+                       (".TB_PREF."stock_master.stock_id=".TB_PREF."stock_moves.stock_id)
                WHERE ".TB_PREF."stock_master.category_id=".TB_PREF."stock_category.category_id
                AND (".TB_PREF."stock_master.mb_flag='B' OR ".TB_PREF."stock_master.mb_flag='M')";
        if ($category != 0)