ActionBar: Umstellung von Dialogbuchung und Berichtsfunktion in gl.pl
[kivitendo-erp.git] / templates / webpages / gl / form_footer.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE T8 %]
4 [%- USE L %]
5       <tr class=listtotal>
6       <th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th>
7       <th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th>
8       <td colspan=6></td>
9       </tr>
10     </table>
11     </td>
12     </tr>
13   </table>
14   </td>
15   </tr>
16 </table>
17 </div>
18 [% PROCESS 'webdav/_list.html' %]
19 </div>
20
21 <hr size="3" noshade>
22 <input name=callback type=hidden value="[% callback %]">
23
24 [%- IF id && follow_ups.size %]
25   <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]</p>
26 [%- END %]
27 </form>
28
29 <script type="text/javascript">
30  <!--
31 $(document).ready(function() {
32   [%- SET row=0 %]
33   [%- WHILE row < rowcount %]
34    [%- SET row=row + 1 %]
35    $('#accno_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
36      kivi.GL.show_chart_balance(this);
37      kivi.GL.update_taxes(this);
38    });
39   [%- END %]
40 });
41 -->
42 </script>