X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fquotation.html;h=cad28a121f02278d0b54250d52ac442d8cdbb9f7;hp=55c60f0c198a8a6aea93a44d208e31300e8c7a24;hb=7b0bbc4117a7959b9f7b7b2cf999b8188ba34160;hpb=82f76d01660b785f6c4ea13ba547c93c1c2c404d diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html index 55c60f0c1..cad28a121 100755 --- a/httemplate/search/quotation.html +++ b/httemplate/search/quotation.html @@ -13,6 +13,9 @@ emt('Setup'), emt('Recurring'), emt('Date'), + emt('Description'), + emt('Close date'), + emt('Confidence'), emt('Prospect'), emt('Customer'), ], @@ -21,11 +24,18 @@ sub { $money_char. shift->total_setup }, sub { $money_char. shift->total_recur }, sub { time2str('%b %d %Y', shift->_date ) }, + 'quotation_description', + sub { my $quotation = shift; + $quotation->close_date ? time2str('%b %d %Y', $quotation->close_date) : ''; + }, + sub { my $quotation = shift; + length($quotation->confidence) ? $quotation->confidence . '%' : ''; + }, sub { my $prospect_main = shift->prospect_main; $prospect_main ? $prospect_main->name : ''; }, sub { my $cust_main = shift->cust_main; - $cust_main ? $cust_main->name : ''; + $cust_main ? encode_entities($cust_main->name) : ''; }, #\&FS::UI::Web::cust_fields, ], @@ -34,15 +44,21 @@ '', #FS::quotation->total_setup_sql, '', #FS::quotation->total_recur_sql, '_date', + 'quotation_description', + 'close_date', + 'confidence', '', '', ], - 'align' => 'rrrrll', #.FS::UI::Web::cust_aligns(), + 'align' => 'rrrrlrrll', #.FS::UI::Web::cust_aligns(), 'links' => [ $link, $link, $link, $link, + $link, + $link, + $link, $prospect_link, $cust_link, #( map { $_ ne 'Cust. Status' ? $cust_link : '' }