X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=c469a02cebdba70e153c347425e9304730564e73;hb=ba0fb69ce21dd281a09d91418785fa87203f9e6c;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..c469a02ce 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -10,8 +10,15 @@

- - + + + + + + + @@ -28,7 +35,21 @@ + + + + + + + + + + @@ -60,6 +81,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) %]

+
+ +

(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') %]