Rechnungen: Massenausdruck aus alter Rechnungssuche heraus
[kivitendo-erp.git] / templates / webpages / ar / ar_transactions_bottom.html
1 [% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%]
2
3   [% IF ALL_PRINTERS.size %]
4    <p>
5     [% LxERP.t8("Print destination") %]:
6     [% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
7        CALL printers.import(ALL_PRINTERS);
8        L.select_tag("printer_id", printers, title_key="description", default=printer_id) %]
9    </p>
10   [% END %]
11
12   <p>
13    [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
14    [% L.submit_tag("action_print", LxERP.t8("Print")) %]
15   </p>
16  </form>
17
18  <form method="post" action="dispatcher.pl?M=ar">
19
20   <input name="callback" type="hidden" value="[% callback %]">
21
22   [% 'Create new' | $T8 %]<br>
23
24   <input class="submit" type="submit" name="A_ar_transaction" value="[%- 'AR Transaction' | $T8 %]">
25   <input class="submit" type="submit" name="A_sales_invoice" value="[%- 'Sales Invoice' | $T8 %]">
26
27  </form>