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