Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-07 | oops, still need areyousure javascript for some sub-bits of the page ↵ | ivan | |
(package unprovisioning and cancellation, bunch of payment history stuff) | |||
2005-08-27 | add banned credit card / ACH table, re-do cancel popup to have a checkbox to ↵ | ivan | |
ban payinfo | |||
2005-08-24 | need H:W:SelectLayers 0.05 | ivan | |
2005-08-24 | fix size of cvv2 help popup | ivan | |
2005-08-24 | customer 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-23 | fix bug with service editing caused by moving dbdef stuff around | ivan | |
2005-08-18 | hopefully this is the last missing file | ivan | |
2005-08-18 | oops another missing file | ivan | |
2005-08-17 | infrastructure 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-08 | add some docs on signup_server-payby and -realtime configuration values | ivan | |
2005-08-07 | move cust_pkg search to new template, add active/suspended/cancelled ↵ | ivan | |
customer packages to agent browse | |||
2005-08-05 | fix credit searches by otaker | ivan | |
2005-08-04 | add IPC::Run3 and instructions for adding fs_queue and fs_selfservice users ↵ | ivan | |
to install docs | |||
2005-07-14 | add unlinked mail forward (svc_forward) report | ivan | |
2005-07-14 | move 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-14 | move 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-11 | note alternate instructions for 0pre6->7 | ivan | |
2005-07-11 | template | ivan | |
2005-07-09 | get 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-05 | tyop | ivan | |
2005-06-22 | add IPC::Run3 to install docs | ivan | |
2005-06-17 | fix preference sort order for linking: sort unaudited services first, ↵ | ivan | |
secondary sort by svcaprt | |||
2005-06-17 | add more info to debugging | ivan | |
2005-06-17 | fix debugging | ivan | |
2005-06-17 | add debugging for accounts picked to pick | ivan | |
2005-06-15 | add reprint/fax/email links to invoice search results | ivan | |
2005-06-09 | advanced invoice serach, groundwork to add reprint/fax/email links to ↵ | ivan | |
invoice search results | |||
2005-06-09 | tiny 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-09 | agent-specific logos for html invoices too | ivan | |
2005-06-09 | add multiple agent selection to agent-specific invoicing | ivan | |
2005-06-08 | prepaid card recharge | ivan | |
2005-06-02 | Capitalization | ivan | |
2005-06-02 | add 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-01 | align terminology for consistancy. or something. | ivan | |
2005-06-01 | remove trailing whitespace | ivan | |
2005-06-01 | really. *sigh* | ivan | |
2005-05-31 | ack, this should finally fix the package editing problem | ivan | |
2005-05-26 | silly perl version bs | ivan | |
2005-05-26 | silly perl version bs | ivan | |
2005-05-26 | make svc_www.usersvc optional | ivan | |
2005-05-26 | 72?! | ivan | |
2005-05-22 | oops, quote $link w/new templating | ivan | |
2005-05-22 | Avoid Gratuitous Capitalizaiton | ivan | |
2005-05-21 | make sure the customers tables for each agent line up with each other, too | ivan | |
2005-05-21 | hehe, allow changing the browse order of any sort | ivan | |
2005-05-21 | line up prospect/active/suspended/cancelled customers | ivan | |
2005-05-19 | oops, fix alternate view/etc. links | ivan | |
2005-05-19 | re-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 |