summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2005-09-07remote access key is a big long thingivan
2005-09-07add cpanel exportivan
2005-09-06document variables available in payment_receipt_emailivan
2005-08-27add banned credit card / ACH table, re-do cancel popup to have a checkbox to ↵ivan
ban payinfo
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-08-18add taxclass kludge to gateway overrides, fix parsing of new-style paybatchivan
2005-08-18missing fileivan
2005-08-17infrastructure for easier schema changes, and: add payment_gateway, ↵ivan
payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
2005-08-15fix brainfart parsing end dates, closes: Bug#1248ivan
2005-08-09add native Radiator exportivan
2005-08-08add export to everyone.net outsource mail serviceivan
2005-08-07update forward_shellcommands export to know about literal source addresses, ↵ivan
closes: Bug#1246
2005-08-07move cust_pkg search to new template, add active/suspended/cancelled ↵ivan
customer packages to agent browse
2005-08-03eliminate scary (but harmless) "Use of uninitalized value in length" warningsivan
2005-08-03don't try to run blank commands for non-svc_acct shellcommand exports tooivan
2005-08-02Only complain, not die, if we can't find a svc_x record for an h_cust_svc ↵khoff
record.
2005-07-14oops, fix last minute bug with new configurable customer fields on reportsivan
2005-07-14clean up some leftover bits from cust-fields workivan
2005-07-14move account search (httemplate/search/svc_acct.cgi) to new template, ↵ivan
cust-fields configuration value to control which customer fields are shown on reports
2005-07-12patch from rjbs to add by_key contructor to Record.pmivan
2005-07-11s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbsivan
2005-07-11bug fix for error message on session expiration from Randall Lucas ↵ivan
<rlucas@tercent.net>, thanks!
2005-07-09fix silly bug preventing html invoicing from finding their logoivan
2005-07-09add desc method to cust_bill_pkg and use it in cust_bill... this should help ↵ivan
with any *other* cust_bill_pkg.pkgnum == -1 stuff that needs to be sorted out
2005-07-08fix bug with new efficient customer-finding code. sql isn't perl, null != 0ivan
2005-06-30pod errorivan
2005-06-30add username-percent config optionivan
2005-06-30oops, really fix error with new prepaid card fooivan
2005-06-15better error reporting for actual errors from lpr commandivan
2005-06-15fix error recharging w/prepaid card caused by rounding off of money value, ↵ivan
closes: Bug#1237
2005-06-15add reprint/fax/email links to invoice search resultsivan
2005-06-09advanced invoice serach, groundwork to add reprint/fax/email links to ↵ivan
invoice search results
2005-06-09documentation fix, noticed by rjbsivan
2005-06-09don't rebless if we're already in the plan subclass, fixes pkg customize linkivan
2005-06-09declare new $opt_aivan
2005-06-09significant speedup from only selected customers with outstanding packages ↵ivan
or invoice events in the initial select, and add -a flag for agentnum
2005-06-09agent-specific logos for html invoices tooivan
2005-06-09and make (html|latex)(small)?footer optionall per-agent tooivan
2005-06-09more sane regexivan
2005-06-09ugh, hopefully fixup agent_plandata regex for multiple agentsivan
2005-06-09ugh, hopefully fixup agent_plandata regex for multiple agentsivan
2005-06-09make sure invoice_(latex|html)returnaddress is configurable per-agentivan
2005-06-09make sure invoice_(latex|html)returnaddress is configurable per-agentivan
2005-06-09add multiple agent selection to agent-specific invoicingivan
2005-06-09add ignore_noapply flag to make sure payments are forced in anyway on importivan
2005-06-08last bit to allow -1 for non-pkg, non-tax line itemsivan
2005-06-08prepaid card rechargeivan
2005-06-07debugging output change in send_emailivan
2005-06-06eek, fix silly problem in invoice sending refactoringivan
2005-06-06some additional warningsivan