X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=5babb018118debf0b68bd826ed1feda2aa8a3a19;hb=8e73bf5782dc6fe2b299ba759ad15780a8946cc4;hp=1e9671dccc871300982ca816659270783c9141fa;hpb=578ec27f71498b63102e4cca204575c01c1f8fa9;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 1e9671dcc..5babb0181 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -75,6 +75,21 @@ Interface + +% my $history_order = $curuser->option('history_order') || 'oldest'; + + Customer history sort order: + + <& /elements/select.html, + field => 'history_order', + curr_value => $history_order, + options => [ 'oldest', 'newest' ], + labels => { 'oldest' => 'Oldest first', + 'newest' => 'Newest first', + }, + &> + + Spreadsheet download format: @@ -92,7 +107,7 @@ Interface - Enable approximate customer searching even when an exact match is found: + Enable approximate customer searching
even when an exact match is found: option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> @@ -157,6 +172,10 @@ Development Save database profiling logs (when available): option('save_db_profile') ? 'CHECKED' : '' %>> + + Save temporary invoice typesetting files: + option('save_tmp_typesetting') ? 'CHECKED' : '' %>> +