4 [%- USE LxERP %][%- USE P -%]
 
   6 <h1>[% title | html %]</h1>
 
   8 [%- INCLUDE 'common/flash.html' %]
 
  10 <form method=post name="arledger" action="[% script %]" id="form">
 
  12 [% L.hidden_tag('id', id) %]
 
  13 [% L.hidden_tag('sort', sort) %]
 
  14 [% L.hidden_tag('closedto', closedto) %]
 
  15 [% L.hidden_tag('locked', locked) %]
 
  16 [% L.hidden_tag('title', title_str) %]
 
  17 [% L.hidden_tag('follow_up_trans_id_1', id) %]
 
  18 [% L.hidden_tag('follow_up_trans_type_1', 'ar_transaction') %]
 
  19 [% L.hidden_tag('follow_up_trans_info_1', follow_up_trans_info) %]
 
  20 [% L.hidden_tag('follow_up_rowcount', 1) %]
 
  21 <input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
 
  23 [%- IF saved_message %]<p>[% saved_message | html  %]</p>[% END %]
 
  25 <div class="tabwidget">
 
  27   <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
 
  29   [%- IF INSTANCE_CONF.get_doc_storage %]
 
  30   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=invoice&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
 
  32   [% IF AUTH.assert('record_links', 1) %]
 
  33   <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
 
  35   <li><a href="[% 'controller.pl?action=AccTrans/list_transactions&trans_id=' _ HTML.url(id) | html %]">[% LxERP.t8('Transactions') %]</a></li>
 
  39 <div id="ui-tabs-basic-data">
 
  48                 <th align="right" nowrap>[% 'Customer' | $T8 %]</th>
 
  50                  [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 300px", class=(initial_focus == 'customer_id' ? "initial_focus" : ""), onchange="\$('#update_button').click()") %]
 
  51                  [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
 
  52                  [% L.hidden_tag("previous_customer_id", customer_id) %]
 
  53                  [% L.hidden_tag('terms', terms) %]
 
  56 [%- IF max_dunning_level || invoice_obj.dunning_config_id  %]
 
  58                 <th align="right" valign="top">[% LxERP.t8("Dunning status") %]</th>
 
  60                  [% IF invoice_obj.dunning_config_id %]
 
  61                   <span class="dunned_invoice">[% LxERP.t8("This invoice's dunning level: #1", invoice_obj.dunning_config.dunning_description) %]</span>
 
  62                   [% IF max_dunning_level %]<br>[% END %]
 
  64                  [% IF max_dunning_level %]
 
  65                   <span class="customer_dunning_level">
 
  66                    [% LxERP.t8("Customer's current maximum dunning level: #1", max_dunning_level) %]
 
  68                    [% LxERP.t8("Dunned open amount: #1", LxERP.format_amount(dunning_amount, 2)) %]
 
  75                 <th align="right" valign="top">[% LxERP.t8("Credit Limit") %]</th>
 
  77                  [% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %];
 
  78                  [% LxERP.t8("Remaining") %]
 
  79                  <span class="plus[% creditremaining < 0 ? 0 : 1 %]">[% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 0)) %]</span>
 
  82 [%- IF invoice_obj.sepa_exports.as_list.size %]
 
  84                 <th align="right">[% LxERP.t8("SEPA exports") %]</th>
 
  86                  [% FOREACH export = invoice_obj.sepa_exports.as_list %]
 
  87                   <a href="sepa.pl?action=bank_transfer_edit&vc=customer&id=[% HTML.url(export.id) %]">[% HTML.escape(export.id) %]</a>
 
  88                   [% UNLESS loop.last %], [% END %]
 
  94                 <th align=right>[% 'Currency' | $T8 %]</th>
 
  95                 <td>[% L.select_tag("currency", currencies, default=currency, value_key="name", title_key="name") %]</td>
 
  96                 [% L.hidden_tag('defaultcurrency', defaultcurrency) %]
 
  97                 [% L.hidden_tag('fxgain_accno', fxgain_accno) %]
 
  98                 [% L.hidden_tag('fxloss_accno', fxloss_accno) %]
 
 100                 [% L.hidden_tag('forex', forex) %]
 
 102                    <th align=right>[% 'Exchangerate' | $T8 %]</th>
 
 103                    <td>[%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 5)) %][% LxERP.format_amount(exchangerate, 5) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 5), size=10) %][%- END %]</td>
 
 106               [% IF ALL_DEPARTMENTS %]
 
 108                   <th align="right" nowrap>[% 'Department' | $T8 %]</th>
 
 109                   <td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]</td>
 
 113                 <td align=right>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
 
 114                 <th align="left" nowrap><label for="taxincluded">[% 'Tax Included' | $T8 %]</label></th>
 
 117                 <td align="right">[% L.checkbox_tag('direct_debit', checked=direct_debit) %]</td>
 
 118                 <th align="left" nowrap><label for="direct_debit">[% 'direct debit' | $T8 %]</label></th>
 
 125                 <th align=right nowrap>[% 'Salesperson' | $T8 %]</th>
 
 126                 <td  colspan=2>[% P.select_tag("employee_id", employees, default=employee_id, title_key='safe_name') %]</td>
 
 129                 <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>
 
 130                 <td><input name=invnumber size=11 value="[% invnumber | html %]"></td>
 
 133                 <th align=right nowrap>[% 'Order Number' | $T8 %]</th>
 
 134                 <td><input name=ordnumber size=11 value="[% ordnumber | html %]"></td>
 
 137                 <th align=right nowrap>[% 'Invoice Date' | $T8 %]</th>
 
 138                 <td>[% L.date_tag('transdate', transdate) %]</td>
 
 141                 <th align=right nowrap>[% 'Due Date' | $T8 %]</th>
 
 142                 <td>[% L.date_tag('duedate', duedate) %]</td>
 
 145                 <th align=right nowrap>[% 'Project Number' | $T8 %]</th>
 
 146                 <td>[% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1, onChange = "document.getElementById('update_button').click();") %]</td>
 
 155                 [% L.hidden_tag('rowcount', rowcount) %]
 
 159            <tr class=listheading>
 
 160           <th class=listheading style="width:15%">[% 'Account' | $T8 %]</th>
 
 161           <th class=listheading style="width:10%">[% 'Amount' | $T8 %]</th>
 
 162           <th class=listheading style="width:10%">[% 'Tax' | $T8 %]</th>
 
 163           <th class=listheading style="width:5%">[% 'Taxkey' | $T8 %]</th>
 
 164           <th class=listheading style="width:10%">[% 'Project' | $T8 %]</th>
 
 168 [%- FOREACH row IN transactions %]
 
 170           <td>[% row.selectAR_amount %]</td>
 
 171           <td>[% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %]</td>
 
 172           <td>[% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %]</td>
 
 173           <td>[% row.taxchart %]</td>
 
 174           <td>[% L.select_tag('project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.project_id, with_empty = 1) %]</td>
 
 184           <td>[% P.chart_picker("AR_chart_id", AR_chart_id, style="width: 400px", type="AR") %]</td>
 
 185           <th align=left>[% LxERP.format_amount(invtotal, 2) | html %]</th>
 
 187           <input type=hidden name=oldinvtotal value='[% oldinvtotal %]'>
 
 188           <input type=hidden name=oldtotalpaid value='[% oldtotalpaid %]'>
 
 190           <input type=hidden name=taxaccounts value="[% taxaccounts | html %]">
 
 203           <th align=left width=1%>[% 'Notes' | $T8 %]</th>
 
 204           <td align=left><textarea name=notes rows="[% rows %]" cols=50 wrap=soft>[% notes | html %]</textarea></td>
 
 206           <th align=left width=1%>[% 'Notes for customer' | $T8 %]</th>
 
 207           <td align=left><textarea name=intnotes rows="[% rows %]" cols=50 wrap=soft readonly>[% intnotes | html %]</textarea></td>
 
 215         <tr class=listheading>
 
 216           <th colspan=7 class=listheading>[% 'Incoming Payments' | $T8 %]</th>
 
 220          <th>[% 'Date' | $T8 %]</th>
 
 221          <th>[% 'Source' | $T8 %]</th>
 
 222          <th>[% 'Memo' | $T8 %]</th>
 
 223          <th>[% 'Amount' | $T8 %]</th>
 
 226          <th>[% 'Exch' | $T8 %]</th>
 
 228          <th>[% 'Account' | $T8 %]</th>
 
 229          <th>[% 'Project Number' | $T8 %]</th>
 
 232 [%- FOREACH row IN payments %]
 
 235   [%- IF row.changeable %]
 
 236           [% L.date_tag('datepaid_' _ loop.count, row.datepaid ? row.datepaid : today) %]
 
 238          [% row.datepaid | html %][% L.hidden_tag('datepaid_' _ loop.count, row.datepaid) %]
 
 242   [%- IF row.changeable %]
 
 243           <input name="source_[% loop.count %]" size=11 value="[% row.source | html %]">
 
 245          [% row.source | html %]<input type=hidden name="source_[% loop.count %]" value="[% row.source | html %]">
 
 249   [%- IF row.changeable %]
 
 250           <input name="memo_[% loop.count %]" size=11 value="[% row.memo | html %]">
 
 252          [% row.memo | html %]<input type=hidden name="memo_[% loop.count %]" value="[% row.memo | html %]">
 
 256   [%- IF row.changeable %]
 
 257           <input name="paid_[% loop.count %]" size=11 data-validate="number" class="numeric" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]">
 
 259          [% row.paid | html %]<input type=hidden name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]">
 
 263            [% IF row.changeable && loop.last && paid_missing > 0 %]
 
 264              <input type="button" id="ar_set_to_paid_missing" value="[% "Set to paid missing" | $T8 %]">
 
 269     [%- IF row.forex || !row.changeable%]
 
 270           <input type=hidden name="exchangerate_[% loop.count %]" value='[% row.exchangerate | html %]'>[% row.exchangerate | html %]
 
 272           <input name="exchangerate_[% loop.count %]" size=10 value='[% row.exchangerate | html %]'>
 
 274           <input type=hidden name="forex_[% loop.count %]" value='[% row.forex | html %]'>
 
 278   [%- IF row.changeable %]
 
 279           [% row.selectAR_paid %]
 
 281          [% row.AR_paid | html %]<input type=hidden name="AR_paid_[% loop.count %]" value='[% row.AR_paid | html %]'>
 
 285   [%- IF row.changeable %]
 
 286           [% L.select_tag('paid_project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.paid_project_id, with_empty=1) %]
 
 288           [% project_labels.${row.paid_project_id} | html %]
 
 289           <input type=hidden name="paid_project_id_[% loop.count %]" value='[% row.paid_project_id %]'>
 
 293          <input type=hidden name="acc_trans_id_[% loop.count %]" value='[% row.acc_trans_id | html %]'>
 
 294          <input type=hidden name="gldate_[% loop.count %]" value='[% row.gldate | html %]'>
 
 300           <td align="center">[% 'Total' | $T8 %]</td>
 
 301           <td align="center">[% LxERP.format_amount(totalpaid, 2) | html %]</td>
 
 306           <td align="center">[% 'Missing amount' | $T8 %]</td>
 
 307           <td align="center">[% LxERP.format_amount(paid_missing, 2) | html %]</td>
 
 309         <input type=hidden name=paidaccounts value='[% paidaccounts %]'>
 
 318 <script type='text/javascript'>
 
 319  $('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') });