summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
AgeCommit message (Collapse)Author
2007-01-17employee edit (ticket 1412)jeff
2007-01-15that was DUMjeff
2007-01-12one-time charge enhancementsjeff
2006-12-29service refactor!ivan
2006-12-29slight pedanticismivan
2006-12-29whitespaceivan
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-12-08some javascript validation magic to give one-time charges better UIivan
2006-12-07retouch bandwidth countdownjeff
2006-12-05editable service usagejeff
2006-11-30prepaid download/upload trackingjeff
2006-11-26more ajaxy customer notesjeff
2006-11-16bug squishingjeff
2006-11-16switch birthdate to DateTimejeff
2006-10-31ugh, too restrictivejeff
2006-10-27editable notesjeff
2006-10-23events should attach reasonsjeff
2006-10-19suspension and cancellation reasonsjeff
2006-10-18suspension and cancellation reasonsjeff
2006-10-09more BoDjeff
2006-10-03Enhanced customer notesjeff
2006-09-14pointer to elements/process.html, fwiwivan
2006-09-05fix refunds, reallyivan
2006-09-05fix FS::payby::payby2bop usageivan
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-13customer view work:ivan
DONE 1. add status and balance to top DONE 2. add some sort of oldest date thing so the history doesn't get too big (# years and a link to "show older") 3. make the rest of the action links into js popups? maybe later, weird IENess when closing em DONE (finished) - so revert out or finish/commit the Enter check payment one - Process page can wait until another day.. it should be more of an *action* DONE 4. Ticket list config knobs for wtxs (grid it too) DONE 5. grid the package list
2006-08-10agent-virtualize advertising sourcesivan
2006-08-06this should fix the barfing about default radius groups on the new customer ↵ivan
screen...
2006-07-12svc_phone service and CDR billing from imported CDRsivan
2006-06-18ACLs: finish group edit (agents + rights) & browseivan
2006-05-14first part of ACL and re-skinning work and some other small stuffivan
2006-04-22start of package class web UI (add/edit package classes, package class ↵ivan
selection in package def edit)
2006-03-08Add a new table for inventory with for DIDs/serials/etc., and an additionalivan
new table for inventory category (i.e. to distinguish DIDs, serials, MACs, etc.)
2006-02-05payment gateway editingivan
2006-01-31move header() to include(/elements/header.html) so it can be changed in one ↵ivan
place, thanks to Scott Edwards
2005-12-13fix options in gateway addingivan
2005-12-09fill in reason if empty when applying a credit to a refundivan
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-11-16bulk svcpart changeivan
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-08fix tax class selection in package add/edit tooivan
2005-10-07add require_taxclasses config flagivan
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-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