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>
 
  45   [%- IF AUTH.assert('record_links', 1) %]
 
  46   <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=GLTransaction&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
 
  51 [%- IF INSTANCE_CONF.get_doc_storage %]
 
  52   <div id="ui-tabs-docs"></div>
 
  55  <div id="ui-tabs-basic-data">
 
  58 [%- IF saved_message %]
 
  60     <td>[% saved_message | html %]</th>
 
  69           <td colspan="6" align="left">[% 'Previous transnumber text' | $T8 %] [% previous_id  %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %]</td>
 
  72           <th align="right">[% 'Reference' | $T8 %]</th>
 
  73           <td>[% L.input_tag('reference', reference,  style='width:330px', readonly=readonly) %]</td>
 
  74           <th align="right">[% 'Transdate' | $T8 %]</th>
 
  75           <td>[% L.date_tag('transdate', transdate, readonly=readonly) %]</td>
 
  79           <th align="right">[% 'ID' | $T8 %]</th>
 
  81           <th align="right">[% 'Gldate' | $T8 %]</th>
 
  82           <td>[% L.date_tag('gldate', gldate, readonly=1) %]<img class="ui-datepicker-trigger" src="image/calendar.png" alt="..." title="..." style='visibility:hidden'></td>
 
  86         [% SET departments_style = "";
 
  87            SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
 
  89           <th [%- departments_style -%]align="right">[% 'Department' | $T8 %]</th>
 
  90           <td [%- departments_style -%]>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:334px') %]</td>
 
  91           <th align=right>[% 'Tax point' | $T8 %]</th>
 
  92           <td>[% L.date_tag('tax_point', tax_point) %]</td>
 
  95           <th align="right">[% 'Transaction description' | $T8 %]</th>
 
  96           <td>[% L.input_tag("transaction_description", transaction_description, style='width:330px') %]</td>
 
  97           <th align=right>[% 'Delivery Date' | $T8 %]</th>
 
  98           <td>[% L.date_tag('deliverydate', deliverydate) %]</td>
 
 101           <th align="right">[% 'Description' | $T8 %]</th>
 
 102           <td>[% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %]</td>
 
 105           <th align="right">[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th>
 
 106           <td>[%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %]</td>
 
 107           <th align="right">[% 'MwSt. inkl.' | $T8 %]</th>
 
 108           <td>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
 
 113          [% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %]
 
 114          [% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]
 
 118        <td width="1%" align="right" nowrap>[% 'Show details' | $T8 %]</td>
 
 119        <td width="1%">[% L.checkbox_tag('show_details', checked=show_details, onclick='show_form_details();') %]</td>
 
 125            <tr class=listheading>
 
 126           <th class=listheading style="width:15%">[% 'Account' | $T8 %]</th>
 
 127           <th class=listheading style="width:10%">[% 'Chart balance' | $T8 %]</th>
 
 128           <th class=listheading style="width:10%">[% 'Debit' | $T8 %]</th>
 
 129           <th class=listheading style="width:10%">[% 'Credit' | $T8 %]</th>
 
 130           <th class=listheading style="width:10%">[% 'Tax' | $T8 %]</th>
 
 131           <th class=listheading style="width:5%">[% 'Taxkey' | $T8 %]</th>
 
 133 [%- IF show_details %]
 
 134           <th class=listheading style="width:20%">[% 'Source' | $T8 %]</th>
 
 135           <th class=listheading style="width:20%">[% 'Memo' | $T8 %]</th>
 
 136           <th class=listheading style="width:20%">[% 'Project Number' | $T8 %]</th>