summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
AgeCommit message (Collapse)Author
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-07-11bug fix for error message on session expiration from Randall Lucas ↵ivan
<rlucas@tercent.net>, thanks!
2005-06-08prepaid card rechargeivan
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-02-08make self-service session cache module configurable, start framework for ↵ivan
in-database session cache
2005-02-05remove unnecessary complication from ClientAPI dispatch fooivan
2005-02-05remove unnecessary circular use of FS::ClientAPI, doesn't work with 5.8.[56] ↵ivan
+ perl??
2005-01-29registration codesivan
2005-01-27s/defaultcountry/countrydefault/ivan
2004-12-02second big RT integration checkin, customer linking/delinking interfaceivan
2004-11-22promo codes and separate signup addresses for hdnivan
2004-10-17add artera turbo handling to self-service and reseller interfacesivan
2004-08-24big update for reseller interfaceivan
2004-07-15big update for customer self-service: add provisioning/unprovisioning of ↵ivan
purchased services, like fs_selfadmin
2004-07-10fix edge case avoiding erronous decline/cancel when customer has a negative ↵ivan
balance & purchases stuff with it
2004-07-10tyop;ivan
2004-07-01credit out self-serviceivan
2004-06-21fix harmless typo, closes; Bug#872ivan
2004-06-21field name is primary_svc, not primaryivan
2004-06-21option to only allow primary users access to the self-service serverivan
2004-06-10agent interfaceivan
2004-05-18patch from randell lucas for order_pkg to return pkgnum alsoivan
2004-05-031. order_pkg accepts svcpart + (svc_external: id, title / svc_acct: domain)ivan
2004-04-20silly bug noticed by matthewdivan
2004-04-20add methods for masking credit cards, add payment info modification to ↵ivan
self-service
2004-03-23one-time credit card and ACH payments (like self-service) closes: Bug#648ivan
2004-03-19use FS::svc_domain explicitlyivan
2004-03-17proper self-service login supporting plaintext, crypt and MD5 passwordsivan
2004-03-03fix welcome emails being sent to signup server declined accounts, closes: ↵ivan
Bug#743
2004-01-30add support for running selfservice server against multiple machinesivan
2003-12-23add edit_info to selfservice APIivan
2003-12-10signup page w/advertising source dropdownivan
2003-11-08add order_pkg and cancel_pkg functions to self-serviceivan
2003-11-08pass paybatch field to realtime_bop so we can prevent double-chargesivan
2003-10-25signups with snarf info!ivan
2003-10-24cvv!ivan
2003-09-29signup with agent selectionivan
2003-09-25quiet self-service server cancelsivan
2003-09-19remove klunky $error ||= usageivan
2003-09-19oops, flipped an or to an andivan
2003-09-19cache initial signup_info for performanceivan
2003-09-19better error message when you don't select a packageivan
2003-09-19module needs to return trueivan
2003-09-19make sure signup cancels are quietivan
2003-09-19move signup server functions to self-service server. fix provisioning &ivan
immediate suspension of declined signups.
2003-05-20working self-service self-payments!ivan
2003-05-19fix up some bugs in processing payments via self-service... appears to beivan
working so far
2003-05-19first crack at payment processing with self-service (step two of the process)ivan
2003-05-19maintenance:ivan
- add FS::Misc with send_email subroutine, remove all duplicate code from various modules - move the realtime_bop from cust_bill to cust_main & change usage slightly. invnum is no longer required. FS::cust_bill::realtime_bop remains as a wrapper. self-service: - fix some syntax errors, make payment UI (step one) really should be working now
2003-05-18interface for making payments all doneivan