summaryrefslogtreecommitdiff
path: root/httemplate
AgeCommit message (Collapse)Author
2005-09-07oops, still need areyousure javascript for some sub-bits of the page ↵ivan
(package unprovisioning and cancellation, bunch of payment history stuff)
2005-08-27add banned credit card / ACH table, re-do cancel popup to have a checkbox to ↵ivan
ban payinfo
2005-08-24need H:W:SelectLayers 0.05ivan
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-08-08add some docs on signup_server-payby and -realtime configuration valuesivan
2005-08-07move cust_pkg search to new template, add active/suspended/cancelled ↵ivan
customer packages to agent browse
2005-08-05fix credit searches by otakerivan
2005-08-04add IPC::Run3 and instructions for adding fs_queue and fs_selfservice users ↵ivan
to install docs
2005-07-14add unlinked mail forward (svc_forward) reportivan
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-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-12<rjbs> More of the same: these patches make it safer to subclass ↵ivan
FS::part_pkg's pkg_svc method by eliminating qsearches on table pkg_svc.
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-11note alternate instructions for 0pre6->7ivan
2005-07-11templateivan
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-07-05tyopivan
2005-06-22add IPC::Run3 to install docsivan
2005-06-17fix preference sort order for linking: sort unaudited services first, ↵ivan
secondary sort by svcaprt
2005-06-17add more info to debuggingivan
2005-06-17fix debuggingivan
2005-06-17add debugging for accounts picked to pickivan
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-09tiny refactor patch from rjbs: It changes the service listing to use ↵ivan
$part_pkg->pkg_svc instead of a qsearch, which means that the listing will still work if pkg_svc has been subclassed.
2005-06-09agent-specific logos for html invoices tooivan
2005-06-09add multiple agent selection to agent-specific invoicingivan
2005-06-08prepaid card rechargeivan
2005-06-02Capitalizationivan
2005-06-02add ability to search on a date range of invoice events and then reprint or ↵ivan
reemail (boy was that a bit more work than i expected), closes: Bug#946
2005-06-01align terminology for consistancy. or something.ivan
2005-06-01remove trailing whitespaceivan
2005-06-01really. *sigh*ivan
2005-05-31ack, this should finally fix the package editing problemivan
2005-05-26silly perl version bsivan
2005-05-26silly perl version bsivan
2005-05-26make svc_www.usersvc optionalivan
2005-05-2672?!ivan
2005-05-22oops, quote $link w/new templatingivan
2005-05-22Avoid Gratuitous Capitalizaitonivan
2005-05-21make sure the customers tables for each agent line up with each other, tooivan
2005-05-21hehe, allow changing the browse order of any sortivan
2005-05-21line up prospect/active/suspended/cancelled customersivan
2005-05-19oops, fix alternate view/etc. linksivan
2005-05-19re-email/fax/print links should respect template, also add direct re-send ↵ivan
links like the view links and convert view/cust_bill.cgi to proper template