Credited forum user bogeyman2007 for popup search lists and making it GPL3
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 14 Dec 2015 23:24:41 +0000 (00:24 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 14 Dec 2015 23:24:41 +0000 (00:24 +0100)
gl/inquiry/accounts_list.php
inventory/inquiry/stock_list.php
purchasing/inquiry/suppliers_list.php
sales/inquiry/customer_branches_list.php
sales/inquiry/customers_list.php

index eb8b0e2b6d507400534c28cdfbc245508490b5e9..4c8354a18717699a86c2a9ca076423c8df8b94b6 100644 (file)
@@ -1,7 +1,18 @@
 <?php
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       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/gpl-3.0.html>.
+***********************************************************************/
 /**********************************************************************
   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 = "../..";
index d33ab81a65b89ef50795c2a8148d84f502668cc7..3aa9ec69467e15d4a6b3b6cda333b96553d09760 100644 (file)
@@ -1,7 +1,18 @@
 <?php
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       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/gpl-3.0.html>.
+***********************************************************************/
 /**********************************************************************
   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 = "../..";
index 11bb108f52ff6d5f6cf29923cfd3d2a2ea713866..764ab7c9608964eeca0d81fbe2d8f39c4391185c 100644 (file)
@@ -1,7 +1,18 @@
 <?php
 /**********************************************************************
-  Page for searching item list and select it to item selection
-  in sales order and purchase order.
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       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/gpl-3.0.html>.
+***********************************************************************/
+/**********************************************************************
+  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 = "../..";
index 3586628ec4c317079d33b1baacad23430bdb5e83..77f16bfd82fd7f10d9cae2843b446e5c3c660229 100644 (file)
@@ -1,7 +1,18 @@
 <?php
 /**********************************************************************
-  Page for searching item list and select it to item selection
-  in sales order and purchase order.
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       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/gpl-3.0.html>.
+***********************************************************************/
+/**********************************************************************
+  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 = "../..";
index 6ff94cc16dc82cc9b534ba17be4bd826495ae62b..99a80c40ea1bda859f29236ceadcbc07332f9585 100644 (file)
@@ -1,7 +1,18 @@
 <?php
 /**********************************************************************
-  Page for searching item list and select it to item selection
-  in sales order and purchase order.
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       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/gpl-3.0.html>.
+***********************************************************************/
+/**********************************************************************
+  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 = "../..";