6 <form method=post name="arledger" action="[% script %]">
8 [% L.hidden_tag('id', id) %]
9 [% L.hidden_tag('sort', sort) %]
10 [% L.hidden_tag('closedto', closedto) %]
11 [% L.hidden_tag('locked', locked) %]
12 [% L.hidden_tag('title', title_str) %]
13 [% L.hidden_tag('follow_up_trans_id_1', id) %]
14 [% L.hidden_tag('follow_up_trans_type_1', 'ar_transaction') %]
15 [% L.hidden_tag('follow_up_trans_info_1', follow_up_trans_info) %]
16 [% L.hidden_tag('follow_up_rowcount', 1) %]
18 <h1>[% title | html %]</h1>
20 [%- IF saved_message %]<p>[% saved_message | html %]</p>[% END %]
22 <div class="tabwidget">
24 <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
26 <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
30 <div id="ui-tabs-basic-data">
39 <th align="right" nowrap>[% 'Customer' | $T8 %]</th>
41 [%- IF selectcustomer %]
42 <select id='customer' name="customer" onchange="document.getElementById('update_button').click();" class="initial_focus">[% selectcustomer %]</select>
44 <input id='customer' name=customer value="[% customer | html %]" size=35 class="initial_focus">
46 <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('customer')"></td>
47 [% L.hidden_tag('selectcustomer', selectcustomer) %]
48 [% L.hidden_tag('oldcustomer', oldcustomer) %]
49 [% L.hidden_tag('customer_id', customer_id) %]
50 [% L.hidden_tag('terms', terms) %]
57 <th align=left nowrap>[% 'Credit Limit' | $T8 %]</th>
58 <td>[% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %]</td>
59 <th align=left nowrap>[% 'Remaining' | $T8 %]</th>
60 <td class="plus[% creditlimit < 0 ? 0 : 1 %]">[% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 0)) %]</td>
66 <th align=right>[% 'Currency' | $T8 %]</th>
67 <td><select name=currency>[% selectcurrency %]</select></td>
68 [% L.hidden_tag('selectcurrency', selectcurrency) %]
69 [% L.hidden_tag('defaultcurrency', defaultcurrency) %]
70 [% L.hidden_tag('fxgain_accno', fxgain_accno) %]
71 [% L.hidden_tag('fxloss_accno', fxloss_accno) %]
73 [% L.hidden_tag('forex', forex) %]
75 <th align=right>[% 'Exchangerate' | $T8 %]</th>
76 <td>[%- IF forex %][% L.hidden_tag(exchangerate, LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag(exchangerate, LxERP.format_amount(exchangerate, 2), size=10) %][%- END %]</td>
80 [%- IF selectdepartment %]
82 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
83 <td colspan=3><select name=department>[% selectdepartment %]</select>
84 <input type=hidden name=selectdepartment value="[% selectdepartment | html %]">
89 <td align=right>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
90 <th align="left" nowrap><label for="taxincluded">[% 'Tax Included' | $T8 %]</label></th>
93 <td align="right">[% L.checkbox_tag('direct_debit', checked=direct_debit) %]</td>
94 <th align="left" nowrap><label for="direct_debit">[% 'direct debit' | $T8 %]</label></th>
100 [%- IF selectemployee %]
102 <th align=right nowrap>[% 'Salesperson' | $T8 %]</th>
103 <td colspan=2><select name=employee>[% selectemployee %]</select>[% L.hidden_tag('selectemployee', selectemployee) %]</td>
106 [% L.hidden_tag('employee', employee) %]
109 <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>
110 <td><input name=invnumber size=11 value="[% invnumber | html %]"></td>
113 <th align=right nowrap>[% 'Order Number' | $T8 %]</th>
114 <td><input name=ordnumber size=11 value="[% ordnumber | html %]"></td>
117 <th align=right nowrap>[% 'Invoice Date' | $T8 %]</th>
118 <td>[% L.date_tag('transdate', transdate) %]</td>
121 <th align=right nowrap>[% 'Due Date' | $T8 %]</th>
122 <td>[% L.date_tag('duedate', duedate) %]</td>
125 <th align=right nowrap>[% 'Project Number' | $T8 %]</th>
126 <td>[% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1) %]</td>
135 [% L.hidden_tag('rowcount', rowcount) %]
139 <tr class=listheading>
140 <th class=listheading style="width:15%">[% 'Account' | $T8 %]</th>
141 <th class=listheading style="width:10%">[% 'Amount' | $T8 %]</th>
142 <th class=listheading style="width:10%">[% 'Tax' | $T8 %]</th>
143 <th class=listheading style="width:5%">[% 'Taxkey' | $T8 %]</th>
144 <th class=listheading style="width:10%">[% 'Project' | $T8 %]</th>
148 [%- FOREACH row IN transactions %]
150 <td>[% row.selectAR_amount %]</td>
151 <td>[% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %]</td>
152 <td>[% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %]</td>
153 <td>[% row.taxchart %]</td>
154 <td>[% L.select_tag('project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.project_id, with_empty = 1) %]</td>
164 <td>[% ARselected %]</td>
165 <th align=left>[% LxERP.format_amount(invtotal, 2) | html %]</th>
167 <input type=hidden name=oldinvtotal value='[% oldinvtotal %]'>
168 <input type=hidden name=oldtotalpaid value='[% oldtotalpaid %]'>
170 <input type=hidden name=taxaccounts value="[% taxaccounts | html %]">
183 <th align=left width=1%>[% 'Notes' | $T8 %]</th>
184 <td align=left><textarea name=notes rows="[% rows %]" cols=50 wrap=soft>[% notes | html %]</textarea></td>
186 <th align=left width=1%>[% 'Notes for customer' | $T8 %]</th>
187 <td align=left><textarea name=intnotes rows="[% rows %]" cols=50 wrap=soft readonly>[% intnotes | html %]</textarea></td>
195 <tr class=listheading>
196 <th colspan=7 class=listheading>[% 'Incoming Payments' | $T8 %]</th>
200 <th>[% 'Date' | $T8 %]</th>
201 <th>[% 'Source' | $T8 %]</th>
202 <th>[% 'Memo' | $T8 %]</th>
203 <th>[% 'Amount' | $T8 %]</th>
205 <th>[% 'Exch' | $T8 %]</th>
207 <th>[% 'Account' | $T8 %]</th>
208 <th>[% 'Project Number' | $T8 %]</th>
211 [%- FOREACH row IN payments %]
214 [%- IF row.changeable %]
215 [% L.date_tag('datepaid_' _ loop.count, row.datepaid) %]
217 [% row.datepaid | html %][% L.hidden_tag('datepaid_' _ loop.count, row.datepaid) %]
221 [%- IF row.changeable %]
222 <input name="source_[% loop.count %]" size=11 value="[% row.source | html %]">
224 [% row.source | html %]<input type=hidden name="source_[% loop.count %]" value="[% row.source | html %]">
228 [%- IF row.changeable %]
229 <input name="memo_[% loop.count %]" size=11 value="[% row.memo | html %]">
231 [% row.memo | html %]<input type=hidden name="memo_[% loop.count %]" value="[% row.memo | html %]">
235 [%- IF row.changeable %]
236 <input name="paid_[% loop.count %]" size=11 value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]" onBlur="check_right_number_format(this)">
238 [% row.paid | html %]<input type=hidden name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]">
243 [%- IF row.forex || !row.changeable%]
244 <input type=hidden name="exchangerate_[% loop.count %]" value='[% row.exchangerate | html %]'>[% row.exchangerate | html %]
246 <input name="exchangerate_[% loop.count %]" size=10 value='[% row.exchangerate | html %]'>
248 <input type=hidden name="forex_[% loop.count %]" value='[% row.forex | html %]'>
252 [%- IF row.changeable %]
253 [% row.selectAR_paid %]
255 [% row.AR_paid | html %]<input type=hidden name="AR_paid_[% loop.count %]" value='[% row.AR_paid | html %]'>
259 [%- IF row.changeable %]
260 [% L.select_tag('paid_project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.paid_project_id, with_empty=1) %]
262 [% project_labels.${row.paid_project_id} | html %]
263 <input type=hidden name="paid_project_id_[% loop.count %]" value='[% row.paid_project_id %]'>
267 <input type=hidden name="acc_trans_id_[% loop.count %]" value='[% row.acc_trans_id | html %]'>
268 <input type=hidden name="gldate_[% loop.count %]" value='[% row.gldate | html %]'>
274 <td align="center">[% 'Total' | $T8 %]</td>
275 <td align="center">[% LxERP.format_amount(totalpaid, 2) | html %]</td>
280 <td align="center">[% 'Missing amount' | $T8 %]</td>
281 <td align="center">[% LxERP.format_amount(paid_missing, 2) | html %]</td>
283 <input type=hidden name=paidaccounts value='[% paidaccounts %]'>