X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a22e236a2338b3dbe8b05fe949d8d2de18767805;hp=78baa2fdf5186ae31dad84dbb1e07275b69b320f;hb=029eb49464888b53f73303fe38e15494a2842170;hpb=5c7813f35e16943b2fa35fbeecd0825c3342dce6 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 78baa2fdf..a22e236a2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -605,10 +605,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 ); @@ -703,6 +705,11 @@ sub reason_type_options { } } +my $validate_email = sub { $_[0] =~ + /^[^@]+\@[[:alnum:]-]+(\.[[:alnum:]-]+)+$/ + ? '' : 'Invalid email address'; + }; + #Billing (81 items) #Invoicing (50 items) #UI (69 items) @@ -712,13 +719,6 @@ sub reason_type_options { @config_items = map { new FS::ConfItem $_ } ( - { - 'key' => 'address', - 'section' => 'deprecated', - 'description' => 'This configuration option is no longer used. See <a href="#invoice_template">invoice_template</a> instead.', - 'type' => 'text', - }, - { 'key' => 'event_log_level', 'section' => 'notification', @@ -1038,13 +1038,6 @@ sub reason_type_options { 'per_locale' => 1, }, - { - 'key' => 'deleteinvoices', - 'section' => 'UI', - 'description' => 'Enable invoices deletions. Be very careful! Deleting an invoice will remove all traces that the invoice ever existed! Normally, you would void or apply a credit against the invoice instead.', - 'type' => 'checkbox', - }, - { 'key' => 'deletecredits', #not actually deprecated yet @@ -1062,20 +1055,6 @@ sub reason_type_options { 'type' => 'checkbox', }, - { - 'key' => 'unapplypayments', - 'section' => 'deprecated', - 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable "unapplication" of unclosed payments.', - 'type' => 'checkbox', - }, - - { - 'key' => 'unapplycredits', - 'section' => 'deprecated', - 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable "unapplication" of unclosed credits.', - 'type' => 'checkbox', - }, - { 'key' => 'dirhash', 'section' => 'shell', @@ -1194,10 +1173,7 @@ sub reason_type_options { 'description' => 'Return address on email invoices (address only, see invoice_from_name)', 'type' => 'text', 'per_agent' => 1, - 'validate' => sub { $_[0] =~ - /^[^@]+\@[[:alnum:]-]+(\.[[:alnum:]-]+)+$/ - ? '' : 'Invalid email address'; - } + 'validate' => $validate_email, }, { @@ -1303,6 +1279,15 @@ sub reason_type_options { 'per_locale' => 1, }, + { + 'key' => 'invoice_htmlwatermark', + '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', @@ -1490,6 +1475,15 @@ and customer address. Include units.', 'per_locale' => 1, }, + { + 'key' => 'invoice_latexwatermark', + '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', @@ -1647,13 +1641,6 @@ and customer address. Include units.', 'type' => 'checkbox', }, - { - 'key' => 'invoice_send_receipts', - 'section' => 'deprecated', - 'description' => '<b>DEPRECATED</b>, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.', - 'type' => 'checkbox', - }, - { 'key' => 'payment_receipt', 'section' => 'notification', @@ -1851,13 +1838,6 @@ and customer address. Include units.', # 'description' => 'Directory which contains domain registry information. Each registry is a directory.', # }, - { - 'key' => 'report_template', - 'section' => 'deprecated', - 'description' => 'Deprecated template file for reports.', - 'type' => 'textarea', - }, - { 'key' => 'maxsearchrecordsperpage', 'section' => 'UI', @@ -2295,6 +2275,7 @@ and customer address. Include units.', 'svc_acct' => 'Account (svc_acct)', 'svc_phone' => 'Phone number (svc_phone)', 'svc_pbx' => 'PBX (svc_pbx)', + 'none' => 'None - package only', ], }, @@ -2663,13 +2644,6 @@ and customer address. Include units.', 'type' => 'checkbox', }, - { - 'key' => 'paymentforcedtobatch', - 'section' => 'deprecated', - 'description' => 'See batch-enable_payby and realtime-disable_payby. Used to (for CHEK): Cause per customer payment entry to be forced to a batch processor rather than performed realtime.', - 'type' => 'checkbox', - }, - { 'key' => 'svc_acct-notes', 'section' => 'deprecated', @@ -2737,10 +2711,11 @@ and customer address. Include units.', }, { - 'key' => 'users-allow_comp', - 'section' => 'deprecated', - 'description' => '<b>DEPRECATED</b>, enable the <i>Complimentary customer</i> access right instead. Was: Usernames (Freeside users, created with <a href="../docs/man/bin/freeside-adduser.html">freeside-adduser</a>) which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.', - 'type' => 'textarea', + 'key' => 'dump-email_to', + 'section' => '', + 'description' => "Optional email address to send success/failure message for database dumps.", + 'type' => 'text', + 'validate' => $validate_email, }, { @@ -3351,35 +3326,6 @@ and customer address. Include units.', 'per_agent' => 1, }, - { - 'key' => 'city_not_required', - 'section' => 'required', - 'description' => 'Turn off requirement for a City to be entered for billing & shipping addresses', - 'type' => 'checkbox', - 'per_agent' => 1, - }, - - { - 'key' => 'echeck-void', - 'section' => 'deprecated', - 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway', - 'type' => 'checkbox', - }, - - { - 'key' => 'cc-void', - 'section' => 'deprecated', - 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable local-only voiding of credit card payments in addition to refunds against the payment gateway', - 'type' => 'checkbox', - }, - - { - 'key' => 'unvoid', - 'section' => 'deprecated', - 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable unvoiding of voided payments', - 'type' => 'checkbox', - }, - { 'key' => 'address1-search', 'section' => 'UI', @@ -3409,12 +3355,6 @@ and customer address. Include units.', 'per_agent' => 1, }, - { 'key' => 'referral_credit', - 'section' => 'deprecated', - 'description' => "Used to enable one-time referral credits in the amount of one month <i>referred</i> customer's recurring fee (irregardless of frequency). Replace with a billing event on appropriate packages.", - 'type' => 'checkbox', - }, - { 'key' => 'selfservice_server-cache_module', 'section' => 'self-service', 'description' => 'Module used to store self-service session information. All modules handle any number of self-service servers. Cache::SharedMemoryCache is appropriate for a single database / single Freeside server. Cache::FileCache is useful for multiple databases on a single server, or when IPC::ShareLite is not available (i.e. FreeBSD).', # _Database stores session information in the database and is appropriate for multiple Freeside servers, but may be slower.', @@ -3915,6 +3855,13 @@ and customer address. Include units.', 'type' => 'textarea', }, + { + 'key' => 'batchconfig-RBC-login', + 'section' => 'billing', + 'description' => 'FTPS login for uploading Royal Bank of Canada batches. Two lines: 1. username, 2. password. If not supplied, batches can still be created but not automatically uploaded.', + 'type' => 'textarea', + }, + { 'key' => 'batchconfig-td_eft1464', 'section' => 'billing', @@ -3951,6 +3898,13 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'batchconfig-nacha-origin_name', + 'section' => 'billing', + 'description' => 'Configuration for NACHA batching, Origin name (defaults to company name, but sometimes bank name is needed instead.)', + 'type' => 'text', + }, + { 'key' => 'batch-manual_approval', 'section' => 'billing', @@ -4493,6 +4447,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cust_main-no_city_in_address', + 'section' => 'UI', + 'description' => 'Turn off City for billing & shipping addresses', + 'type' => 'checkbox', + }, + { 'key' => 'census_year', 'section' => 'UI', @@ -5794,6 +5755,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'selfservice-enable_payment_without_balance', + 'section' => 'self-service', + 'description' => 'Allow selfservice customers to make payments even if balance is zero or below (resulting in an unapplied payment and negative balance.)', + 'type' => 'checkbox', + }, + { 'key' => 'logout-timeout', 'section' => 'UI', @@ -5954,47 +5922,14 @@ and customer address. Include units.', 'type' => 'text', }, - { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "bindprimary", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "bindsecondaries", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "bsdshellmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "cyrus", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "cp_app", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "erpcdmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "icradiusmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "icradius_mysqldest", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "icradius_mysqlsource", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "icradius_secrets", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "maildisablecatchall", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "mxmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "nsmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "arecords", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "cnamerecords", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "nismachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "qmailmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "radiusmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "sendmailconfigpath", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "sendmailmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "sendmailrestart", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "shellmachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "shellmachine-useradd", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "shellmachine-userdel", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "shellmachine-usermod", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "shellmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "radiusprepend", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "textradiusprepend", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "username_policy", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "vpopmailmachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "vpopmailrestart", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "safe-part_pkg", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "selfservice_server-quiet", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "signup_server-quiet", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "signup_server-email", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "vonage-username", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "vonage-password", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { key => "vonage-fromnumber", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, + # for internal use only; test databases should declare this option and + # everyone else should pretend it doesn't exist + #{ + # 'key' => 'no_random_ids', + # 'section' => '', + # 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.', + # 'type' => 'checkbox', + #}, );