X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6d6e28a1035461444b878029b880a87087b04c34;hb=4d7ddf6062215c4a829c786361886a9b80839dbc;hp=d6fa70abefc1c8d872a6856eee67832c1ba8bdec;hpb=06f584e3a7d4621169d89490c72484615aecf841;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d6fa70abe..6d6e28a10 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2233,6 +2233,21 @@ and customer address. Include units.', }, { + 'key' => 'google_maps_api_key', + 'section' => 'UI', + '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' => 'UI', + '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' => 'UI', 'description' => 'Turns on display/collection of a "service company name" field for customers.', @@ -4548,6 +4563,7 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Text for the label of the total previous balance, when it is shown separately. Defaults to "Previous Balance".', 'type' => 'text', + 'per_locale' => 1, }, { @@ -4555,6 +4571,7 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Text for the label of the total of new charges, when it is shown separately. If invoice_show_prior_due_date is enabled, the due date of current charges will be appended. Defaults to "Total New Charges".', 'type' => 'text', + 'per_locale' => 1, }, { @@ -5800,8 +5817,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. Defaults to 50. (With current invoice_latex template, this is handled internally in the template itself instead.)', 'type' => 'text', }, @@ -5964,7 +5981,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', },