summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2005-10-16add zone-underscore config file, update bind.import to use command-line ↵ivan
options instead of ask for input
2005-10-15don't error out when ticket_system-default_queueid hasn't been set yetivan
2005-10-15make sure config still works if no ticket system is configured...ivan
2005-10-15make sure config still works if no ticket system is configured...ivan
2005-10-15agent option to select RT queueivan
2005-10-13Fix 'can't change uid' error when the account *has* a uid but ↵ivan
svc_acct-edit_uid isn't turned on
2005-10-12add debugging to cpanel exportivan
2005-10-10oops, that should fix suspension problemivan
2005-10-10updated quick payment entryivan
2005-10-07fix on-demand credit cards not being masked in UI. i believe huntsburg is ↵ivan
in the doghouse for this one :)
2005-10-07add require_taxclasses config flagivan
2005-10-06add debugging option to everyone_net exportivan
2005-10-06add cc-void optionivan
2005-10-04fix small error with everyone.net exportivan
2005-10-03update account view and edit: convert to proper templates, make sure usage ↵ivan
information displays for any usage-capable export, add ability to edit uid/gid
2005-09-29make sure there is an expiraiton date to set as wellivan
2005-09-28recognize hourly frequency in cust_main->billivan
2005-09-25get rid of JSRS iframe foo for progress bar, use XMLHTTPRequest instead. ↵ivan
really should have done that in the first place. JSON will wait until another day...
2005-09-24parse paybatch order number with dashes correctlyivan
2005-09-21add prepaid support which sets RADIUS Expiration attribute, update customer ↵ivan
view package UI
2005-09-16tyopivan
2005-09-16with taxclasses, might have multiple records for a state/county/countryivan
2005-09-14fix autogenerated simple testivan
2005-09-08MySQL is case sensitive about table names! huhivan
2005-09-07add hourly frequencyivan
2005-09-07update with dictionaries from freeradius 1.0.4 plus dictionary.ip3networksivan
2005-09-07define username_len so the default add account screen doesn't have a tiny ↵ivan
username field (when usernamemax is not defined)
2005-09-07import dbdef from FS::Schema instead of calling $FS::Record::dbdef directlyivan
2005-09-07fix bug with new option_Common stuff, forgot to prefix FS::ivan
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