11          <th align="left">[% 'Notes' | $T8 %]</th>
 
  12          <th align="left">[% 'Internal Notes' | $T8 %]</th>
 
  16           <textarea name="notes" rows="[% rows %]" cols="26" wrap="soft">[% notes %]</textarea>
 
  19           <textarea name="intnotes" rows="[% rows %]" cols="35" wrap="soft">[% intnotes %]</textarea>
 
  22 [%- IF id && follow_ups.size %]
 
  25             [%- LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size, follow_ups_unfinished) | html %]
 
  33        <input name="taxincluded" class="checkbox" type="checkbox" [% IF taxincluded %]checked[% END %]>
 
  34        <b>[% 'Tax Included' | $T8 %]</b>
 
  40 [%- UNLESS taxincluded %]
 
  42          <th align="right">[% 'Subtotal' | $T8 %]</th>
 
  43          <td align="right">[% LxERP.format_amount(invsubtotal, 2) %]</td>
 
  48 [% FOREACH item = taxaccounts_array %]
 
  49 [% SET description_ref = item _ '_description' %]
 
  50 [% SET rate_ref        = item _ '_rate' %]
 
  51 [% SET total_ref       = item _ '_total' %]
 
  52 [% SET netto_ref       = item _ '_netto' %]
 
  54         <th align="right">[% 'Including' | $T8 %] [% $description_ref | html %] [% $rate_ref * 100 %]%</th>
 
  55         <td align="right">[% LxERP.format_amount($total_ref, 2) %]</td>
 
  59         <th align="right">[% 'Net amount' | $T8 %]</th>
 
  60         <td align="right">[% LxERP.format_amount($netto_ref, 2) %]</td>
 
  66          <th align="right">[% 'Total' | $T8 %]</th>
 
  67          <td align="right">[% LxERP.format_amount(invtotal, 2) %]</td>
 
  76 [% PROCESS 'webdav/_list.html' %]
 
  78 [% PROCESS 'ir/_payments.html' %]
 
  81     <td><hr size="3" noshade></td>
 
  94     <input class="submit" type="submit" accesskey="u" name="action" id="update_button" value="[% 'Update' | $T8 %]">
 
  96     <input class="submit" type="submit" name="action" value="[% 'Storno' | $T8 %]">
 
  98     <input class="submit" type="submit" name="action" value="[% 'Post Payment' | $T8 %]">
 
  99     <input class="submit" type="submit" name="action" value="[% 'Use As Template' | $T8 %]">
 
 102     <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
 
 105     <input type="button" class="submit" onclick="follow_up_window()" value="[% 'Follow-Up' | $T8 %]">
 
 109       <input class="submit" type="submit" name="action" id="update_button" value="[% 'Update' | $T8 %]">
 
 110       <input class="submit" type="submit" name="action" value="[% 'Post' | $T8 %]">
 
 111       <input class="submit" type="submit" name="action" value="[% 'Save Draft' | $T8 %]">
 
 116       [%#- button for saving history %]
 
 117       <input type="button" class="submit" onclick="set_history_window([% id | html %]);" name="history" id="history" value="[% 'history' | $T8 %]">
 
 119       [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]
 
 120           <input type="submit" class="submit" name="action" value="[% 'mark as paid' | $T8 %]">
 
 124 <input type="hidden" name="rowcount" value="[% rowcount %]">
 
 125 <input type="hidden" name="callback" value="[% callback %]">
 
 126 <input type="hidden" name="draft_id" value="[% draft_id %]">
 
 127 <input type="hidden" name="draft_description" value="[% draft_description %]">
 
 128 <input type="hidden" name="vendor_discount" value="[% vendor_discount %]">