correctly void invoices with fees, #32862
[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 % if ( $conf->exists('invoice_latex') ) { 
115
116   <A HREF="<% $p %>view/cust_bill-pdf.cgi?<% $link %>"><% mt('View typeset invoice PDF') |h %></A>
117   <BR><BR>
118 % } 
119
120 % my $br = 0;
121 % if ( $cust_bill->num_cust_event ) { $br++;
122 <A HREF="<%$p%>search/cust_event.html?invnum=<% $cust_bill->invnum %>">( <% mt('View invoice events') |h %> )</A> 
123 % }
124
125 % my @modes = grep {! $_->disabled} 
126 %   $cust_bill->cust_main->agent->invoice_modes;
127 % if ( @modes ) {
128 ( <% mt('View as:') %>
129 <FORM STYLE="display:inline" ACTION="<% $cgi->url %>" METHOD="GET">
130 <INPUT NAME="invnum" VALUE="<% $invnum %>" TYPE="hidden">
131 <& /elements/select-table.html,
132   table       => 'invoice_mode',
133   field       => 'mode',
134   curr_value  => scalar($cgi->param('mode')),
135   records     => \@modes,
136   name_col    => 'modename',
137   onchange    => 'change_invoice_mode',
138   empty_label => '(default)',
139 &> )
140 <SCRIPT TYPE="text/javascript">
141 function change_invoice_mode(obj) {
142   obj.form.submit();
143 }
144 </SCRIPT>
145 % $br++;
146 % }
147
148 <% $br ? '<BR><BR>' : '' %>
149
150 % if ( $conf->exists('invoice_html') && ! $cgi->param('plaintext') ) { 
151   <% join('', $cust_bill->print_html(\%opt) ) %>
152 % } else { 
153   <PRE><% join('', $cust_bill->print_text(\%opt) ) |h %></PRE>
154 % } 
155
156 <& /elements/footer.html &>
157 <%init>
158
159 my $curuser = $FS::CurrentUser::CurrentUser;
160
161 die "access denied"
162   unless $curuser->access_right('View invoices');
163
164 my $conf = FS::Conf->new;
165
166 my( $invnum, $mode, $template, $notice_name );
167 my($query) = $cgi->keywords;
168 if ( $query =~ /^((.+)-)?(\d+)$/ ) {
169   $template = $2;
170   $invnum = $3;
171   $notice_name = 'Invoice';
172 } else {
173   $invnum = $cgi->param('invnum');
174   $template = $cgi->param('template');
175   $notice_name = $cgi->param('notice_name');
176   $mode = $cgi->param('mode');
177 }
178
179 my %opt = (
180   'unsquelch_cdr' => $conf->exists('voip-cdr_email'),
181   'template'      => $template,
182   'notice_name'   => $notice_name,
183 );
184
185 $opt{'barcode_img'} = 1 if $conf->exists('invoice-barcode');
186
187 my @payby =  grep /\w/, $conf->config('payby');
188 @payby = (qw( CARD DCRD CHEK DCHK BILL CASH ))
189   unless @payby;
190 my %payby = map { $_=>1 } @payby;
191
192 my $cust_bill = qsearchs({
193   'select'    => 'cust_bill.*',
194   'table'     => 'cust_bill',
195   'addl_from' => 'LEFT JOIN cust_main USING ( custnum )',
196   'hashref'   => { 'invnum' => $invnum },
197   'extra_sql' => ' AND '. $curuser->agentnums_sql,
198 });
199 # if we're asked for a voided invnum, redirect appropriately
200 if (!$cust_bill and FS::cust_bill_void->row_exists("invnum = $invnum") ) {
201   $m->clear_buffer;
202   my $url = $p.'view/cust_bill_void.html?'.$cgi->query_string;
203   $m->print( $cgi->redirect($url) );
204   $m->abort;
205 }
206 die "Invoice #$invnum not found!" unless $cust_bill;
207
208 $cust_bill->set('mode' => $mode);
209
210 my $custnum = $cust_bill->custnum;
211 my $display_custnum = $cust_bill->cust_main->display_custnum;
212
213 my $link = "invnum=$invnum";
214 $link .= ';mode=' . $mode if $mode;
215 $link .= ';template='. uri_escape($template) if $template;
216 $link .= ';notice_name='. $notice_name if $notice_name;
217
218 </%init>