Enabling popup search in Customers, branches, suppliers, inventory, fixed assets...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 12:34:52 +0000 (13:34 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 9 Dec 2015 12:34:52 +0000 (13:34 +0100)
commit1ca0c7081f7a4cb3f68f3ffb6ee05739abb6cebf
tree750613237e9feb3b7a589b5df37c4253f967ce2b
parentf9ad5818b3b263cf9ecb9d3d08d833ed79d97fe6
Enabling popup search in Customers, branches, suppliers, inventory, fixed assets and GL Accounts. This is optional and can be disabled by setting $use_pop_search to false. This also works with built in search lists.
22 files changed:
.gitignore
admin/gl_setup.php
config.default.php
gl/inquiry/accounts_list.php [new file with mode: 0644]
gl/manage/gl_accounts.php
includes/prefs/sysprefs.inc
includes/ui/ui_input.inc
includes/ui/ui_lists.inc
includes/ui/ui_view.inc
inventory/inquiry/stock_list.php [new file with mode: 0644]
inventory/inquiry/stock_status.php
inventory/manage/item_categories.php
inventory/manage/item_codes.php
inventory/manage/sales_kits.php
inventory/prices.php
inventory/purchasing_data.php
inventory/reorder_level.php
purchasing/inquiry/suppliers_list.php [new file with mode: 0644]
reporting/reports_main.php
sales/inquiry/customer_branches_list.php [new file with mode: 0644]
sales/inquiry/customers_list.php [new file with mode: 0644]
sales/manage/customer_branches.php