X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ee6ee3b7db3b2e066d7ee93fb60f31640de1f45d;hb=c564754d5f17c616782fb27432e6b056bd8fa00d;hp=cbccffb941df793a30de639017bb1a9dbcbea29d;hpb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index cbccffb94..ee6ee3b7d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2672,7 +2672,7 @@ and customer address. Include units.', 'section' => 'payments', 'description' => 'Available payment types.', 'type' => 'selectmultiple', - 'select_enum' => [ qw(CARD DCRD CHEK DCHK) ], #BILL CASH WEST MCRD MCHK PPAL) ], + 'select_enum' => [ qw(CARD DCRD CHEK DCHK PPAL) ], #BILL CASH WEST MCRD MCHK PPAL) ], }, { @@ -4202,6 +4202,13 @@ and customer address. Include units.', 'select_enum' => [ '', 'ITSP_fsinc_hosted', ], }, + { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + { 'key' => 'dashboard-toplist', 'section' => 'UI', @@ -4581,12 +4588,24 @@ and customer address. Include units.', { 'key' => 'census_year', - 'section' => 'addresses', - 'description' => 'The year to use in census tract lookups. NOTE: you need to select 2012 or 2013 for Year 2010 Census tract codes. A selection of 2011 provides Year 2000 Census tract codes. Use the freeside-censustract-update tool if exisitng customers need to be changed.', + 'section' => 'deprecated', + 'description' => 'Deprecated. Used to control the year used for census lookups. 2020 census data is now the default. Use the freeside-censustract-update tool if exisitng customers need to be changed. See the census_legacy configuration option if you need old census data to re-file pre-2022 FCC 477 reports.', 'type' => 'select', 'select_enum' => [ qw( 2017 2016 2015 ) ], }, + { + 'key' => 'census_legacy', + 'section' => 'addresses', + 'description' => 'Use old census data (and source). Should only be needed if re-filing pre-2022 FCC 477 reports.', + 'type' => 'select', + 'select_hash' => [ '' => 'Disabled (2020)', + '2015' => '2015', + '2016' => '2016', + '2017' => '2017', + ], + }, + { 'key' => 'tax_district_method', 'section' => 'taxation',