summaryrefslogtreecommitdiff
path: root/httemplate/edit
AgeCommit message (Collapse)Author
2005-12-05eek, don't log all this debugging info by defaultivan
2005-12-01list disabled packages on agent type edit if they are still associated with ↵ivan
the type
2005-11-27per-agent billco spoolsivan
2005-11-22add backend-realtime config flag, should be more intuitive for guyananetivan
2005-11-21ignore blank lines in payby configivan
2005-11-21add MCRD payment type for manually processed ccardsivan
2005-11-18template-ize agent type edit and add comment to package listingivan
2005-11-16bulk svcpart changeivan
2005-11-01add option for spool_csv events to apply only to a specific destination type ↵ivan
(i.e. postal only)
2005-11-01add billco format option to FTP invoice send, add invoice event to spool one ↵ivan
giant (pair of) CSV files in addition to FTPing them individually
2005-10-24optimize SQL on rate edit screenivan
2005-10-24fix rate plan editing with new xmlhttp progressbar - use POST instead of ↵ivan
GET. also optimize SQL on rate search screen
2005-10-21add CASH and WEST payment types (payments only, not cust_main.payby)ivan
2005-10-17fix RADIUS usergroup editingivan
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-12fix package customize losing servicesivan
2005-10-08fix tax class selection in package add/edit tooivan
2005-10-07add require_taxclasses config flagivan
2005-10-06fix bug with IE and advertising sources (refnum) - needed to make sure the ↵ivan
SELECT OPTIONs have explicitly specified VALUEs
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-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-21add prepaid support which sets RADIUS Expiration attribute, update customer ↵ivan
view package UI
2005-09-10ajax-style xmlhttprequest state/county/country selector!ivan
2005-09-08fix dropping of paynameivan
2005-09-07fix silly bug sizing username field when adding an account (and usernamemax ↵ivan
is not set)
2005-09-07fix silly bug sizing username field when adding an account (and username max ↵ivan
is not set)
2005-08-24fix size of cvv2 help popupivan
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-23fix bug with service editing caused by moving dbdef stuff aroundivan
2005-08-18hopefully this is the last missing fileivan
2005-08-18oops another missing 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-07-12<rjbs> This patch is part of my continuing effort to avoid using SQL and ↵ivan
qsearch from templates to find the pkg_svc records for a package.
2005-07-09get rid of the godawful halfass "invoice" on the post payment screen when ↵ivan
posting against a specific invoice, replace with having useless "Auto-apply to invoices" box actually show the payment will be applied to one invoice only... closes: Bug#1241
2005-06-09add multiple agent selection to agent-specific invoicingivan
2005-06-01really. *sigh*ivan
2005-05-31ack, this should finally fix the package editing problemivan
2005-05-26make svc_www.usersvc optionalivan
2005-05-2672?!ivan
2005-04-16use money_char on enter payment screen instead of hardcoding $ivan
2005-04-13get rid of some super ancient assumptions about slipip and uid meaning ↵ivan
exporting to RADIUS and shell respectively
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-03-12- bring prepaid support into this century (close: Bug#1124)ivan
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
2005-03-10fixes package editing problem with extraneous services showing up, closes: ↵ivan
Bug#1170
2005-02-27fix last bill date stickiness on errorsivan
2005-02-24add progressbar to service definition add - duplicate checking can take a ↵ivan
while, closes: Bug#1126
2005-02-22Alphabetize/clean-up package list to make it easier to find packages in ↵khoff
large lists.
2005-02-20use a javascript layer instead of a browser popup (popup blockers), really ↵ivan
generalize the progressbar code to make it easy to use as a component
2005-02-17generalize progressbar code in preparation for using it wherever neededivan