X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ea007487b1691f151841edeada66f25bccebffdd;hb=8fdc0ea36474cfb3d1389f41691c14598559cbe7;hp=5663c193942aecc6346084dd8574c0f9ce64c148;hpb=496842b7db855bd616844c7667e5d70de42535fd;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5663c1939..ea007487b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1060,6 +1060,7 @@ sub reason_type_options { '%m/%d/%Y' => 'MM/DD/YYYY', '%d/%m/%Y' => 'DD/MM/YYYY', '%Y/%m/%d' => 'YYYY/MM/DD', + '%e %b %Y' => 'DD Mon YYYY', ], 'per_locale' => 1, }, @@ -1576,6 +1577,13 @@ and customer address. Include units.', # 'per_agent' => 1, #}, + { + 'key' => 'usage_class_summary', + 'section' => 'invoicing', + 'description' => 'Summarize total usage by usage class in a separate section.', + 'type' => 'checkbox', + }, + { 'key' => 'usage_class_as_a_section', 'section' => 'invoicing', @@ -1691,6 +1699,14 @@ and customer address. Include units.', }, { + 'key' => 'papersize', + 'section' => 'billing', + 'description' => 'Invoice paper size. Default is "letter" (U.S. standard). The LaTeX template must be configured to match this size.', + 'type' => 'select', + 'select_enum' => [ qw(letter a4) ], + }, + + { 'key' => 'money_char', 'section' => '', 'description' => 'Currency symbol - defaults to `$\'', @@ -2869,6 +2885,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-password_change_oldpass', + 'section' => 'self-service', + 'description' => 'Require old password to be entered again for password changes (in addition to being logged in), at the API level.', + 'type' => 'checkbox', + }, + + { 'key' => 'selfservice-hide_invoices-taxclass', 'section' => 'self-service', 'description' => 'Hide invoices with only this package tax class from self-service and supress sending (emailing, printing, faxing) them. Typically set to something like "Previous balance" and used when importing legacy invoices into legacy_cust_bill.', @@ -3442,17 +3465,24 @@ and customer address. Include units.', }, { - 'key' => 'cust_pkg-show_fcc_voice_grade_equivalent', + 'key' => 'cust_pkg-large_pkg_size', 'section' => 'UI', - 'description' => "Show fields on package definitions for FCC Form 477 classification", + 'description' => "In customer view, summarize packages with more than this many services. Set to zero to never summarize packages.", + 'type' => 'text', + }, + + { + 'key' => 'cust_pkg-hide_discontinued-part_svc', + 'section' => 'UI', + 'description' => "In customer view, hide provisioned services which are no longer available in the package definition. Not normally used except for very specific situations as it hides still-provisioned services.", 'type' => 'checkbox', }, { - 'key' => 'cust_pkg-large_pkg_size', + 'key' => 'part_pkg-show_fcc_options', 'section' => 'UI', - 'description' => "In customer view, summarize packages with more than this many services. Set to zero to never summarize packages.", - 'type' => 'text', + 'description' => "Show fields on package definitions for FCC Form 477 classification", + 'type' => 'checkbox', }, { @@ -3875,6 +3905,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-enable_order_package', + 'section' => 'UI', + 'description' => 'Display order new package on the basic tab', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-edit_calling_list_exempt', 'section' => 'UI', 'description' => 'Display the "calling_list_exempt" checkbox on customer edit.', @@ -4225,6 +4262,16 @@ and customer address. Include units.', }, { + 'key' => 'previous_invoice_history', + 'section' => 'invoicing', + 'description' => 'Show a month-by-month history of the customer\'s '. + 'billing amounts. This requires template '. + 'modification and is currently not supported on the '. + 'stock template.', + 'type' => 'checkbox', + }, + + { 'key' => 'balance_due_below_line', 'section' => 'invoicing', 'description' => 'Place the balance due message below a line. Only meaningful when when invoice_sections is false.', @@ -5581,6 +5628,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-hide_cdr_price', + 'section' => 'self-service', + 'description' => 'Don\'t show the "Price" column on CDRs in self-service.', + 'type' => 'checkbox', + }, + + { 'key' => 'logout-timeout', 'section' => 'UI', 'description' => 'If set, automatically log users out of the backoffice after this many minutes.', @@ -5687,6 +5741,45 @@ and customer address. Include units.', }, }, + { + 'key' => 'part_pkg-term_discounts', + 'section' => 'billing', + 'description' => 'Enable the term discounts feature. Recommended to keep turned off unless actually using - not well optimized for large installations.', + 'type' => 'checkbox', + }, + + { + 'key' => 'prepaid-never_renew', + 'section' => 'billing', + 'description' => 'Prepaid packages never renew.', + 'type' => 'checkbox', + }, + + { + 'key' => 'agent-disable_counts', + 'section' => 'UI', + 'description' => 'On the agent browse page, disable the customer and package counts. Typically used for very large databases when this page takes too long to render.', + 'type' => 'checkbox', + }, + + { + 'key' => 'tollfree-country', + 'section' => 'telephony', + 'description' => 'Country / region for toll-free recognition', + 'type' => 'select', + 'select_hash' => [ '' => 'NANPA (US/Canada)', + 'AU' => 'Australia', + 'NZ' => 'New Zealand', + ], + }, + + { + 'key' => 'old_fcc_report', + 'section' => '', + 'description' => 'Use the old (pre-2014) FCC Form 477 report format.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },