From c67eaf049134e6f7ab9fe8d33d043d7d397008f3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Nov 2016 17:08:18 -0800 Subject: when searching locaitons, don't search historic locations by default, RT#73412 --- httemplate/search/cust_main.html | 3 ++- httemplate/search/report_cust_main.html | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 672c20174..1aa3390cb 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -41,7 +41,8 @@ my %search_hash = (); #scalars my @scalars = qw ( - agentnum salesnum status address city county state zip country + agentnum salesnum status + address city county state zip country location_history invoice_terms no_censustract with_geocode with_email tax no_tax POST no_POST custbatch usernum diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index b6be023f6..69bbe8538 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -197,6 +197,10 @@ + + <% mt('Search historical addresses') %> + +
-- cgit v1.2.1 From 4090933e1de8cae6ed89794a5bbacf3b3ed434d5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Nov 2016 17:10:07 -0800 Subject: oops, necessary for recent UI work --- httemplate/elements/popup-topreload.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 httemplate/elements/popup-topreload.html (limited to 'httemplate') diff --git a/httemplate/elements/popup-topreload.html b/httemplate/elements/popup-topreload.html new file mode 100644 index 000000000..00d5cdf50 --- /dev/null +++ b/httemplate/elements/popup-topreload.html @@ -0,0 +1,21 @@ +<%doc> + +Example: + + <& /elements/popup-topreload, mt('Action completed') &> + + +<& /elements/header-popup.html, encode_entities($message) &> + + +<& /elements/footer-popup.html &> +<%init> + +my $message = shift; + + -- cgit v1.2.1 From f7b5454b52807d21d563db95a5da3a6ed0bddb25 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Nov 2016 21:02:41 -0800 Subject: add date to quick payment entry, RT#73382 --- httemplate/elements/customer-table.html | 26 ++++++++++++++++++++++++-- httemplate/misc/batch-cust_pay.html | 18 +++++++++--------- httemplate/misc/process/batch-cust_pay.cgi | 1 + 3 files changed, 34 insertions(+), 11 deletions(-) (limited to 'httemplate') diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html index 0aa792d33..25c26b584 100644 --- a/httemplate/elements/customer-table.html +++ b/httemplate/elements/customer-table.html @@ -25,7 +25,7 @@ Example: 'custnum_update_callback' => 'name_of_js_callback' #passed a rownum #listrefs - 'types' => ['immutable', ''], # immutable or ''/text + 'type' => ['immutable', ''], # immutable, checkbox, date or ''/text 'align' => [ 'c', 'l', 'r', '' ], 'size' => [], # sizes ignored for immutable 'color' => [], @@ -66,7 +66,10 @@ This mason element is currently only used by misc/batch-cust_pay.html, and probably should be cleaned up more before being used by anything else. - + + + +