summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main.cgi
AgeCommit message (Collapse)Author
2012-05-08separate tax exemption numbers for individual exemptions ↵Ivan Kohler
w/tax-cust_exempt-groups, RT#17658
2012-05-07add spouse_birthdate, RT#17577Ivan Kohler
2012-03-26more contact-aware new customer screen, RT#16819Ivan Kohler
2012-03-01duplicate address checking for new customers, #16582Mark Wells
2012-01-14improve echeck validation for canada, deprecate echeck-nonus and ↵ivan
cust_main-require-bank-branch config in favor of echeck-country, RT#15982
2011-06-23echeck: add optional bank branch format, RT13360levinse
2011-05-23internationalization/localization, RT12515levinse
2011-04-08fix edits of customers with tokenized cards, RT#12353ivan
2011-03-27better prospect -> customer conversion, RT#7111ivan
2011-03-22new customer from prospect qualification, RT#7111ivan
2010-09-29avoid wiping signupdate when editing cust_main, RT#9972mark
2010-09-22customer credit limits, RT#8209mark
2010-07-16customer tags, RT#9192ivan
2010-04-09fix date parsing when using international dates (package date edit), RT#8027ivan
2009-08-07add ability to edit signup dates (turn on cust_main-edit_signupdate config), ↵ivan
RT#4644
2009-06-22tax exemption by tax name, RT#5127ivan
2009-04-22fix not allowing "on-demand" card or ACH, RT#5238 RT#5237 RT#5230ivan
2009-04-12add svc_phone on new customer first package, RT#4315ivan
2008-06-17have agent_custid editing nowivan
2008-03-27fixes edit if routing code only, closes: #3085ivan
2008-01-13ACLsivan
2008-01-08add some debugging controlivan
2007-07-13fix race condition where ->apply_payments_and_credits could double-apply in ↵ivan
rare cases
2007-04-02ticket 1528 add driver's license field, mask it and ssnjeff
2007-02-13use a domsvc when passed in, patch from Sean Hanson/S1ivan
2007-01-21Have lineitem-specific applications happen in all cases; add weightsto controlivan
2006-12-29slight pedanticismivan
2006-12-15move use statements to handler.pl, do not show 1/1/70 for new birthdates, ↵jeff
and improve error handling
2006-12-15add DateTime as a proper rather than hidden dependencyivan
2006-12-14encryption fixes from huntsberg & jayceivan
2006-11-16switch birthdate to DateTimejeff
2006-10-09more BoDjeff
2006-08-28parameters to method calls require ( ), arrghivan
2006-08-26batch refactor continuedjeff
2006-08-23Will things ever be the same again?ivan
It's the final masonize
2006-08-06this should fix the barfing about default radius groups on the new customer ↵ivan
screen...
2005-12-05eek, don't log all this debugging info by defaultivan
2005-11-22add backend-realtime config flag, should be more intuitive for guyananetivan
2005-10-21add CASH and WEST payment types (payments only, not cust_main.payby)ivan
2005-08-24customer edit: abstract out billing info to billing.html, re-do payment type ↵ivan
selection with HTML::Widgets::SelectLayers, add Switch/Solo/Maestro support for start date & issue #. customer view: re-order fields for consistency. selfservice API: support paystart_month, paystart_year, payissue and payip in MyAccount::process_payment and ::edit_info and Signup::new_customer, FS::cust_main::realtime_bop: support paystart_month paystart_year payissue payip fields
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2004-11-24fix redundant too-early checks which are causing an errorivan
2004-07-08don't change otaker when just editing account, closes: Bug#921ivan
2003-10-24cvv!ivan
2003-07-23fix spurious "can't purchase pkgpart" errorsivan
2003-04-21on-demand vs. automatic cards & checks: added DCRD and DCHK payment typesivan
2003-04-02fix disappearing email invoice on errors, finally (closes: Bug#35)ivan
2002-10-12ACH supportivan
2002-03-19changes dum big "state/county/country" select to three, linked with javascriptivan
closes: Bug#353
2002-02-10removed <!-- $Id$ --> from all files to fix any redirects, whewivan
Mason handler.pl overrides CGI::redirect fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi