X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a7e5d947a3b1c9be6da7d9d65855ff9e81dda5f8;hp=cf6e9096059bdb8002c53a7f288f8e9ebe7eef51;hb=bda14295c400a8e829c223b80e55826977992ecc;hpb=3cb3c979612a0d93c3cafb6574537772f115e0dc diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index cf6e90960..a7e5d947a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2069,6 +2069,21 @@ and customer address. Include units.', }, { + 'key' => 'google_maps_api_key', + 'section' => 'addresses', + 'description' => 'API key for google maps. This must be set for map and directions links to work. See Getting a Google Maps API Key', + 'type' => 'text', + }, + + { + 'key' => 'company_physical_address', + 'section' => 'addresses', + 'description' => 'Your physical company address, for use in supplying google map directions, defaults to company_address', + 'type' => 'textarea', + 'per_agent' => 1, + }, + + { 'key' => 'show_ship_company', 'section' => 'addresses', 'description' => 'Turns on display/collection of a "service company name" field for customers.', @@ -4146,6 +4161,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-require_classnum', + 'section' => 'customer_fields', + 'description' => 'Customer class is required: require customer class for all customer records.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-check_unique', 'section' => 'customer_fields', 'description' => 'Warn before creating a customer record where these fields duplicate another customer.', @@ -5456,8 +5478,8 @@ and customer address. Include units.', { 'key' => 'cust_bill-latex_lineitem_maxlength', - 'section' => 'invoicing', - 'description' => 'Truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. ', + 'section' => 'deprecated', + 'description' => 'With old invoice_latex template, truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. (With current invoice_latex template, this is handled internally in the template itself instead.)', 'type' => 'text', }, @@ -5606,7 +5628,7 @@ and customer address. Include units.', { 'key' => 'cdr-lrn_lookup', 'section' => 'telephony', - 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract.', + 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract for paid access to the central NPAC database; see support-key.', 'type' => 'checkbox', },