X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=5a36172835a9edb0fb7e4ba82e0202a0c9277239;hb=f3548f890e3ec8e06d5a03bc76117d3649aa652a;hp=dda18f169484c8c6c5d253b6b4415aa0b7b95438;hpb=92331b8e3417f4a28db17f7af1b8154e985c4da1;p=kivitendo-erp.git diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index dda18f169..5a3617283 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -1,7 +1,6 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -
[% title %]
@@ -10,8 +9,15 @@

- - + + + + + + + @@ -28,14 +34,28 @@ + + + + + + + + + + @@ -49,7 +69,7 @@ @@ -60,6 +80,10 @@
[%- LxERP.t8('Active') %][% L.checkbox_tag("active", checked => active) %][% LxERP.t8('Status') %][% L.checkbox_tag("active", checked => active, label => LxERP.t8('Active')) %]
  + [% L.checkbox_tag('terminated', label => LxERP.t8('terminated'), checked => terminated) %] +
[%- LxERP.t8('Start date') %] - [% L.date_tag("start_date", start_date) %] + [% L.date_tag("start_date_as_date", start_date_as_date) %] +
[%- LxERP.t8('End date') %](1) + [% L.date_tag("end_date_as_date", end_date_as_date) %] +
[% LxERP.t8('Extend automatically by n months') %] + [% L.input_tag("extend_automatically_by", extend_automatically_by, size => 10) %]
[%- LxERP.t8('Record in') %] - [% L.select_tag("ar_chart_id", L.options_for_select(AR, title => 'description', default => ar_chart_id)) %] + [% L.select_tag("ar_chart_id", AR, title_key => 'description', default => ar_chart_id) %]
[%- LxERP.t8('Printer') %] - [% L.select_tag("printer_id", L.options_for_select(ALL_PRINTERS, title => 'printer_description', default => printer_id), disabled => !print) %] + [% L.select_tag("printer_id", ALL_PRINTERS, title_key = 'printer_description', default = printer_id, disabled = !print) %]

+
+ +

(1): [%- LxERP.t8('The end date is the last day for which invoices will possibly be created.') %]

+ [% L.hidden_tag('action', 'save_periodic_invoices_config') %]

@@ -71,12 +95,9 @@ - - -