From ec7f3118c6d2c6dfb0848ce952023bdbc4bcd14f Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 15 Dec 2015 00:24:41 +0100 Subject: [PATCH] Credited forum user bogeyman2007 for popup search lists and making it GPL3 --- gl/inquiry/accounts_list.php | 13 ++++++++++++- inventory/inquiry/stock_list.php | 13 ++++++++++++- purchasing/inquiry/suppliers_list.php | 15 +++++++++++++-- sales/inquiry/customer_branches_list.php | 15 +++++++++++++-- sales/inquiry/customers_list.php | 15 +++++++++++++-- 5 files changed, 63 insertions(+), 8 deletions(-) diff --git a/gl/inquiry/accounts_list.php b/gl/inquiry/accounts_list.php index eb8b0e2b..4c8354a1 100644 --- a/gl/inquiry/accounts_list.php +++ b/gl/inquiry/accounts_list.php @@ -1,7 +1,18 @@ . +***********************************************************************/ /********************************************************************** Page for searching GL account list and select it to GL account - selection in page that has GL account dropdown list. + selection in pages that have GL account dropdown lists. + Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt ***********************************************************************/ $page_security = "SA_GLACCOUNT"; $path_to_root = "../.."; diff --git a/inventory/inquiry/stock_list.php b/inventory/inquiry/stock_list.php index d33ab81a..3aa9ec69 100644 --- a/inventory/inquiry/stock_list.php +++ b/inventory/inquiry/stock_list.php @@ -1,7 +1,18 @@ . +***********************************************************************/ /********************************************************************** Page for searching item list and select it to item selection - in sales order and purchase order. + in pages that have the item dropdown lists. + Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt ***********************************************************************/ $page_security = "SA_ITEM"; $path_to_root = "../.."; diff --git a/purchasing/inquiry/suppliers_list.php b/purchasing/inquiry/suppliers_list.php index 11bb108f..764ab7c9 100644 --- a/purchasing/inquiry/suppliers_list.php +++ b/purchasing/inquiry/suppliers_list.php @@ -1,7 +1,18 @@ . +***********************************************************************/ +/********************************************************************** + Page for searching supplier list and select it to supplier selection + in pages that have the supplier dropdown lists. + Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt ***********************************************************************/ $page_security = "SA_PURCHASEORDER"; $path_to_root = "../.."; diff --git a/sales/inquiry/customer_branches_list.php b/sales/inquiry/customer_branches_list.php index 3586628e..77f16bfd 100644 --- a/sales/inquiry/customer_branches_list.php +++ b/sales/inquiry/customer_branches_list.php @@ -1,7 +1,18 @@ . +***********************************************************************/ +/********************************************************************** + Page for searching customer branch list and select it to customer + branch selection in pages that have the customer branch dropdown lists. + Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt ***********************************************************************/ $page_security = "SA_SALESORDER"; $path_to_root = "../.."; diff --git a/sales/inquiry/customers_list.php b/sales/inquiry/customers_list.php index 6ff94cc1..99a80c40 100644 --- a/sales/inquiry/customers_list.php +++ b/sales/inquiry/customers_list.php @@ -1,7 +1,18 @@ . +***********************************************************************/ +/********************************************************************** + Page for searching customer list and select it to customer selection + in pages that have the supplier dropdown lists. + Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt ***********************************************************************/ $page_security = "SA_SALESORDER"; $path_to_root = "../.."; -- 2.30.2