X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ddbdc29d720ba9baaab522be107ac771d9ffac0c;hb=33294bffcc4893da907eb2e85b3fca872b34790f;hp=d2113616cb6a0e4fed2dfc4e0e4cd191eed59d04;hpb=3b7ae729e52eb04e5d9974f0c635998a7e9176ff;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d2113616c..ddbdc29d7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -679,10 +679,12 @@ invoice_latexfooter invoice_latexsmallfooter invoice_latexnotes invoice_latexcoupon +invoice_latexwatermark invoice_html invoice_htmlreturnaddress invoice_htmlfooter invoice_htmlnotes +invoice_htmlwatermark logo.png logo.eps ); @@ -1378,6 +1380,15 @@ sub reason_type_options { 'per_locale' => 1, }, + { + 'key' => 'invoicehtmlwatermark', + 'section' => 'invoicing', + 'description' => 'Watermark for HTML invoices. Appears in a semitransparent positioned DIV overlaid on the main invoice container.', + 'type' => 'textarea', + 'per_agent' => 1, + 'per_locale' => 1, + }, + { 'key' => 'invoice_latex', 'section' => 'invoicing', @@ -1565,6 +1576,15 @@ and customer address. Include units.', 'per_locale' => 1, }, + { + 'key' => 'invoicelatexwatermark', + 'section' => 'invoicing', + 'description' => 'Watermark for LaTeX invoices. See "texdoc background" for information on what this can contain. The content itself should be enclosed in braces, optionally followed by a comma and any formatting options.', + 'type' => 'textarea', + 'per_agent' => 1, + 'per_locale' => 1, + }, + { 'key' => 'invoice_email_pdf', 'section' => 'invoicing',