Erstellen von Jahresabschluss-Buchungen(4)
[kivitendo-erp.git] / templates / webpages / gl / yearend_top.html
1 [%- USE LxERP %]
2 [%- INCLUDE 'common/flash.html' %]
3 <form method="post" action="controller.pl">
4 <table>
5   <tr>
6     <td width="20px"></td>
7     <td colspan="6" align="left">
8       [%- LxERP.t8('Select charts for which the CB/OB transactions want to be posted.') %]<br>
9       [%- LxERP.t8('There will be two transactions done:') %]<br>
10      - [%- LxERP.t8('One SB-transaction') %] ( [% SELF.cb_date.to_kivitendo %], [% SELF.cb_reference %], [% SELF.cb_description %], [% SELF.cbob_chartaccno %] )<br>
11      - [%- LxERP.t8('One OB-transaction') %] ( [% SELF.ob_date.to_kivitendo %], [% SELF.ob_reference %], [% SELF.ob_description %], [% SELF.cbob_chartaccno %] )<br>
12       [%- LxERP.t8('No revert available.') %]
13     </td>
14   </tr>
15   <tr>
16     <td><p></p></td>
17   </tr>
18   <tr>
19     <th></th>
20     <th align="right">[% LxERP.t8('close chart') %]</th>
21     <td>[% SELF.cbob_chartaccno %]</td>
22   </tr>
23 </table>