X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=73ec5bc6f7467e4c2abfbcaf6daef3d7cf666e26;hp=e606cf5bdcc7c84201935fb25756f77d1a6ea82f;hb=d856e90f730f72d173c2eedde4c81bba20c583b8;hpb=2e430537fc5a43118b14b9a54381943fd7b51a6b diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e606cf5bd..73ec5bc6f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2005,6 +2005,7 @@ and customer address. Include units.', '25-starttls' => 'STARTTLS (port 25)', '587-starttls' => 'STARTTLS / submission (port 587)', '465-tls' => 'SMTPS (SSL) (port 465)', + '2525' => 'None (Non-standard port 2525)', ], }, @@ -2671,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 +4203,13 @@ and customer address. Include units.', }, { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + + { 'key' => 'dashboard-toplist', 'section' => 'UI', 'description' => 'List of items to display on the top of the front page', @@ -6064,6 +6072,34 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'deposit_slip-bank_name', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank name to print on check deposit slips', + 'type' => 'text', + }, + + { + 'key' => 'deposit_slip-bank_address', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank address to print on check deposit slips', + 'type' => 'textarea', + }, + + { + 'key' => 'deposit_slip-bank_routingnumber', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => '9 digit bank routing number to print on check deposit slips', + 'type' => 'text', + }, + + { + 'key' => 'deposit_slip-bank_accountnumber', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank account number to print on check deposit slips', + 'type' => 'text', + }, + # for internal use only; test databases should declare this option and # everyone else should pretend it doesn't exist