RT#27274: View/print/resend statement (sent as payment receipt)
[freeside.git] / httemplate / view / cust_bill.cgi
1 <& /elements/header.html, mt('Invoice View'), menubar(
2   emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum",
3 ) &>
4
5 <SCRIPT TYPE="text/javascript">
6 function areyousure(href, message) {
7   if (confirm(message) == true)
8     window.location.href = href;
9 }
10 </SCRIPT>
11
12 % if ( !$cust_bill->closed ) { # otherwise allow no changes
13 %   my $can_delete = $conf->exists('deleteinvoices')
14 %                    && $curuser->access_right('Delete invoices');
15 %   my $can_void = $curuser->access_right('Void invoices');
16 %   if ( $can_void ) {
17     <& /elements/popup_link.html,
18       'label'       => emt('Void this invoice'),
19       'actionlabel' => emt('Void this invoice'),
20       'action'      => $p.'misc/void-cust_bill.html?invnum='.$invnum,
21     &>
22 %   }
23 %   if ( $can_void and $can_delete ) {
24   &nbsp;|&nbsp;
25 %   }
26 %   if ( $can_delete ) {
27     <A href="" onclick="areyousure(\
28       '<%$p%>misc/delete-cust_bill.html?<% $invnum %>',\
29       <% mt('Are you sure you want to delete this invoice?') |js_string %>)"\
30     TITLE = "<% mt('Delete this invoice from the database completely') |h %>">\
31     <% emt('Delete this invoice') |h %></A>
32 %   }
33 %   if ( $can_void or $can_delete ) {
34   <BR><BR>
35 %   }
36 % }
37
38 % if ( $cust_bill->owed > 0
39 %      && scalar( grep $payby{$_}, qw(BILL CASH WEST MCRD MCHK) )
40 %      && $curuser->access_right(['Post payment', 'Post check payment', 'Post cash payment'])
41 %      && ! $conf->exists('pkg-balances')
42 %    )
43 % {
44 %     my $s = 0;
45
46       <% mt('Post') |h %> 
47
48 %     if ( $payby{'BILL'} && $curuser->access_right(['Post payment', 'Post check payment']) ) { 
49           <% $s++ ? ' | ' : '' %>
50           <A HREF="<% $p %>edit/cust_pay.cgi?payby=BILL;invnum=<% $invnum %>"><% mt('check') |h %></A>
51 %     } 
52
53 %     if ( $payby{'CASH'} && $curuser->access_right(['Post payment', 'Post cash payment']) ) { 
54           <% $s++ ? ' | ' : '' %>
55           <A HREF="<% $p %>edit/cust_pay.cgi?payby=CASH;invnum=<% $invnum %>"><% mt('cash') |h %></A>
56 %     } 
57
58 %     if ( $payby{'WEST'} && $curuser->access_right(['Post payment']) ) { 
59           <% $s++ ? ' | ' : '' %>
60           <A HREF="<% $p %>edit/cust_pay.cgi?payby=WEST;invnum=<% $invnum %>"><% mt('Western Union') |h %></A>
61 %     } 
62
63 %     if ( $payby{'MCRD'} && $curuser->access_right(['Post payment']) ) { 
64           <% $s++ ? ' | ' : '' %>
65           <A HREF="<% $p %>edit/cust_pay.cgi?payby=MCRD;invnum=<% $invnum %>"><% mt('manual credit card') |h %></A>
66 %     } 
67
68 %     if ( $payby{'MCHK'} && $curuser->access_right(['Post payment']) ) { 
69           <% $s++ ? ' | ' : '' %>
70           <A HREF="<% $p %>edit/cust_pay.cgi?payby=MCHK;invnum=<% $invnum %>"><% mt('manual electronic check') |h %></A>
71 %     } 
72
73       <% mt('payment against this invoice') |h %><BR><BR>
74
75 % } 
76
77 % if ( $conf->exists('cust_bill-enable_promised_date') ) {
78 %   my $onclick = include('/elements/popup_link_onclick.html',
79 %      'action'      => $p.'misc/cust_bill-promised_date.html?'.$invnum,
80 %      'actionlabel' => emt('Set promised payment date'),
81 %      'width'       => 320,
82 %      'height'      => 240,
83 %   );
84 %   $onclick = '<A HREF="#" onclick="'.$onclick.'">';
85 %   if ( $cust_bill->promised_date ) {
86 %     my $date_format = $conf->config('date_format') || '%b %o, %Y';
87       <% mt('Payment promised by [_1]', 
88             time2str($date_format, $cust_bill->promised_date) ) %>
89       (&nbsp;<% $onclick %><% mt('change') |h %></A>&nbsp;)
90       <BR><BR>
91 %   }
92 %   elsif ( $cust_bill->owed > 0 ) {
93     <% $onclick %><% mt('Set promised payment date' ) |h %></A>
94     <BR><BR>
95 %   }
96 % }
97
98 % if ( $curuser->access_right('Resend invoices') ) {
99
100     <A HREF="<% $p %>misc/send-invoice.cgi?method=print;<% $link %>"><% mt('Re-print this invoice') |h %></A>
101
102 %   if ( grep { $_ ne 'POST' } $cust_bill->cust_main->invoicing_list ) { 
103         | <A HREF="<% $p %>misc/send-invoice.cgi?method=email;<% $link %>"><% mt('Re-email this invoice') |h %></A>
104 %   } 
105
106 %   if ( $conf->exists('hylafax') && length($cust_bill->cust_main->fax) ) { 
107         | <A HREF="<% $p %>misc/send-invoice.cgi?method=fax;<% $link %>"><% mt('Re-fax this invoice') |h %></A>
108 %   } 
109
110     <BR><BR>
111
112 % } 
113
114 % my $br = 0;
115 % if ( $conf->exists('invoice_latex') ) {
116
117   <A HREF="<% $p %>view/cust_bill-pdf.cgi?<% $link %>"><% mt('View typeset invoice PDF') |h %></A>
118
119 %   $br++;
120 % } 
121
122 % if ( $cust_bill->num_cust_event ) {
123 <% $br ? '|' : '' %>
124 <A HREF="<%$p%>search/cust_event.html?invnum=<% $cust_bill->invnum %>"><% mt('View invoice events') |h %></A> 
125 %   $br++;
126 % }
127
128 % if ( $cust_bill->num_cust_bill_event ) { $br++;
129 <A HREF="<%$p%>search/cust_bill_event.cgi?invnum=<% $cust_bill->invnum %>">( <% mt('View deprecated, old-style invoice events') |h %> )</A> 
130 % }
131
132 % my @modes = grep {! $_->disabled} 
133 %   $cust_bill->cust_main->agent->invoice_modes;
134 % if ( @modes || $include_statement_template ) {
135 <% $br ? '|' : '' %>
136 <% mt('View as:') %>
137 <FORM STYLE="display:inline" ACTION="<% $cgi->url %>" METHOD="GET">
138 <INPUT NAME="invnum" VALUE="<% $invnum %>" TYPE="hidden">
139 <& /elements/select-table.html,
140   table       => 'invoice_mode',
141   field       => 'mode',
142   curr_value  => scalar($cgi->param('mode')),
143   records     => \@modes,
144   name_col    => 'modename',
145   onchange    => 'change_invoice_mode',
146   empty_label => '(default)',
147   $include_statement_template ? (
148     'post_options' => [ 'statement', '(statement)' ]
149   ) : ()
150 &>
151 <SCRIPT TYPE="text/javascript">
152 function change_invoice_mode(obj) {
153   obj.form.submit();
154 }
155 </SCRIPT>
156 % }
157
158 <BR><BR>
159
160 % if ( $conf->exists('invoice_html') && ! $cgi->param('plaintext') ) { 
161   <% join('', $cust_bill->print_html(\%opt) ) %>
162 % } else { 
163   <PRE><% join('', $cust_bill->print_text(\%opt) ) |h %></PRE>
164 % } 
165
166 <& /elements/footer.html &>
167 <%init>
168
169 my $curuser = $FS::CurrentUser::CurrentUser;
170
171 die "access denied"
172   unless $curuser->access_right('View invoices');
173
174 my $conf = FS::Conf->new;
175
176 my( $invnum, $mode, $template, $notice_name, $no_coupon );
177 my($query) = $cgi->keywords;
178 if ( $query =~ /^((.+)-)?(\d+)$/ ) {
179   $template = $2;
180   $invnum = $3;
181   $notice_name = 'Invoice';
182 } else {
183   $invnum = $cgi->param('invnum');
184   $template = $cgi->param('template');
185   $notice_name = $cgi->param('notice_name');
186   $mode = $cgi->param('mode');
187 }
188
189 if ($mode eq 'statement') {
190   $mode = undef;
191   $template = 'statement';
192   $notice_name = 'Statement';
193   $no_coupon = 1;
194 }
195
196 my $include_statement_template = $conf->config('payment_receipt_statement_mode') ? 0 : 1;
197
198 my %opt = (
199   'unsquelch_cdr' => $conf->exists('voip-cdr_email'),
200   'template'      => $template,
201   'notice_name'   => $notice_name,
202 );
203
204 $opt{'barcode_img'} = 1 if $conf->exists('invoice-barcode');
205
206 my @payby =  grep /\w/, $conf->config('payby');
207 #@payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH WEST COMP ))
208 @payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH COMP ))
209   unless @payby;
210 my %payby = map { $_=>1 } @payby;
211
212 my $cust_bill = qsearchs({
213   'select'    => 'cust_bill.*',
214   'table'     => 'cust_bill',
215   'addl_from' => 'LEFT JOIN cust_main USING ( custnum )',
216   'hashref'   => { 'invnum' => $invnum },
217   'extra_sql' => ' AND '. $curuser->agentnums_sql,
218 });
219 # if we're asked for a voided invnum, redirect appropriately
220 if (!$cust_bill and FS::cust_bill_void->row_exists("invnum = $invnum") ) {
221   $m->clear_buffer;
222   my $url = $p.'view/cust_bill_void.html?'.$cgi->query_string;
223   $m->print( $cgi->redirect($url) );
224   $m->abort;
225 }
226 die "Invoice #$invnum not found!" unless $cust_bill;
227
228 $cust_bill->set('mode' => $mode);
229
230 my $custnum = $cust_bill->custnum;
231 my $display_custnum = $cust_bill->cust_main->display_custnum;
232
233 my $link = "invnum=$invnum";
234 $link .= ';mode=' . $mode if $mode;
235 $link .= ';template='. uri_escape($template) if $template;
236 $link .= ';notice_name='. $notice_name if $notice_name;
237 $link .= ';no_coupon=1' if $no_coupon;
238
239 </%init>