From: Janusz Dobrowolski Date: Sun, 15 Jun 2008 21:10:12 +0000 (+0000) Subject: Final ajax driven version of sales_orders_view.php and sales_deliveries_view.php; X-Git-Tag: v2.4.2~19^2~2013 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9bade0e4e3c5c6c020c5c8c7d8933008e5f5b1fe;p=fa-stable.git Final ajax driven version of sales_orders_view.php and sales_deliveries_view.php; also some minor fixes and list API changes. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1faac908..a9a9b197 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,19 @@ Legend: ! -> Note $ -> Affected files +15-Jun-2008 Janusz Dobrowolski ++ Ajax driven delivery and order queries. +$ /sales/inquiry/sales_deliveries_view.php + /sales/inquiry/sales_orders_view.php ++ Added searchbox class selector for text inputs with onchange event handlers. +! Added text selection after focus. +$ /js/inserts.js + /js/utils.js ++ Added submit_on_change option to ref input functions +$ /includes/ui/ui_input.inc +# Fixed bug in non-js mode for combos type 0 (stock_items_lists). +$ /includes/ui/ui_lists.inc + 15-Jun-2008 Joe Hunt # Changed so Invoice Template gets the current day instead of original day. $ /sales/sales_order_entry.php