5 <h1>[% title | html %]</h1>
 
   7 [%- INCLUDE 'common/flash.html' %]
 
   9 <script type="text/javascript">
 
  11   function copy_debit_to_credit() {
 
  12     var txt = document.getElementsByName('debit_1')[0].value;
 
  13     document.getElementsByName('credit_2')[0].value = txt;
 
  17   <script type="text/javascript" src="js/show_form_details.js"></script>
 
  18 <script type="text/javascript" src="js/follow_up.js"></script>
 
  19 <script type="text/javascript" src="js/kivi.Draft.js"></script>
 
  21 <form method="post" name="gl" action="gl.pl" id="form">
 
  23 [% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %]
 
  24 [% L.hidden_tag(name, $name) %]
 
  27 <input type=hidden name=title value="[% hide_title | html %]">
 
  29 <input type="hidden" name="follow_up_trans_id_1" value="[% id | html %]">
 
  30 <input type="hidden" name="follow_up_trans_type_1" value="gl_transaction">
 
  31 <input type="hidden" name="follow_up_trans_info_1" value="[% id | html %]">
 
  32 <input type="hidden" name="follow_up_rowcount" value="1">
 
  34 <div id="gl_tabs" class="tabwidget">
 
  36   <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
 
  37 [%- IF INSTANCE_CONF.get_webdav %]
 
  38   <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
 
  41 [%- IF INSTANCE_CONF.get_doc_storage %]
 
  42   <li><a href="#ui-tabs-docs">[% 'Documents' | $T8 %]</a></li>
 
  43   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
 
  48 [%- IF INSTANCE_CONF.get_doc_storage %]
 
  49   <div id="ui-tabs-docs"></div>
 
  52  <div id="ui-tabs-basic-data">
 
  55 [%- IF saved_message %]
 
  57     <td>[% saved_message | html %]</th>
 
  66           <td colspan="6" align="left">[% 'Previous transnumber text' | $T8 %] [% previous_id  %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %]</td>
 
  69           <th align="right">[% 'Reference' | $T8 %]</th>
 
  70           <td>[% L.input_tag('reference', reference,  size=20, readonly=readonly) %]</td>
 
  71           <th align="right">[% 'Transdate' | $T8 %]</th>
 
  72           <td>[% L.date_tag('transdate', transdate, readonly=readonly) %]</td>
 
  76           <th align="right">[% 'ID' | $T8 %]</th>
 
  78           <th align="right">[% 'Gldate' | $T8 %]</th>
 
  79           <td>[% L.date_tag('gldate', gldate, readonly=1) %]<img class="ui-datepicker-trigger" src="image/calendar.png" alt="..." title="..." style='visibility:hidden'></td>
 
  83         [% SET departments_style = "";
 
  84            SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
 
  86           <th [%- departments_style -%]align="right">[% 'Department' | $T8 %]</th>
 
  87           <td [%- departments_style -%]>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]</td>
 
  88           <th align=right>[% 'Tax point' | $T8 %]</th>
 
  89           <td>[% L.date_tag('tax_point', tax_point) %]</td>
 
  92           <th align="right">[% 'Description' | $T8 %]</th>
 
  93           <td>[% L.areainput_tag('description', description, cols=50, readonly=readonly) %]</td>
 
  94           <th align=right>[% 'Delivery Date' | $T8 %]</th>
 
  95           <td>[% L.date_tag('deliverydate', deliverydate) %]</td>
 
  98           <th align="right">[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th>
 
  99           <td>[%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %]</td>
 
 100           <th align="right">[% 'MwSt. inkl.' | $T8 %]</th>
 
 101           <td>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
 
 106          [% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %]
 
 107          [% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]
 
 111        <td width="1%" align="right" nowrap>[% 'Show details' | $T8 %]</td>
 
 112        <td width="1%">[% L.checkbox_tag('show_details', checked=show_details, onclick='show_form_details();') %]</td>
 
 118            <tr class=listheading>
 
 119           <th class=listheading style="width:15%">[% 'Account' | $T8 %]</th>
 
 120           <th class=listheading style="width:10%">[% 'Chart balance' | $T8 %]</th>
 
 121           <th class=listheading style="width:10%">[% 'Debit' | $T8 %]</th>
 
 122           <th class=listheading style="width:10%">[% 'Credit' | $T8 %]</th>
 
 123           <th class=listheading style="width:10%">[% 'Tax' | $T8 %]</th>
 
 124           <th class=listheading style="width:5%">[% 'Taxkey' | $T8 %]</th>
 
 126 [%- IF show_details %]
 
 127           <th class=listheading style="width:20%">[% 'Source' | $T8 %]</th>
 
 128           <th class=listheading style="width:20%">[% 'Memo' | $T8 %]</th>
 
 129           <th class=listheading style="width:20%">[% 'Project Number' | $T8 %]</th>