Erstellen von Jahresabschluss-Buchungen(3)
[kivitendo-erp.git] / templates / webpages / gl / yearend_bottom.html
1 [%- USE L %]
2 [%- USE LxERP %]
3 <table  width="100%">
4   <tr><td>
5     [%- L.hidden_tag("action","YearEndTransactions/dispatch") %]
6     [%- L.hidden_tag("cb_date",SELF.cb_date) %]
7     [%- L.hidden_tag("cb_startdate",SELF.cb_startdate) %]
8     [%- L.hidden_tag("cb_reference",SELF.cb_reference) %]
9     [%- L.hidden_tag("cb_description",SELF.cb_description) %]
10     [%- L.hidden_tag("ob_date",SELF.ob_date) %]
11     [%- L.hidden_tag("ob_reference",SELF.ob_reference) %]
12     [%- L.hidden_tag("ob_description",SELF.ob_description) %]
13     [%- L.hidden_tag("cbob_chart",SELF.cbob_chart) %]
14     [%- L.hidden_tag("rowcount",SELF.row_count) %]
15     [%- L.submit_tag("action_generate", LxERP.t8('generate cb/ob transactions for selected charts'),
16                     confirm=LxERP.t8('Are you sure to generate cb/ob transactions?')) %]
17     [%- L.submit_tag("action_filter", LxERP.t8('back')) %]
18     </td>
19   </tr>
20 </table></form>