summaryrefslogtreecommitdiff
path: root/httemplate/misc
AgeCommit message (Collapse)Author
2004-04-05add a domain pulldown to svc_acct linking, closes: Bug#277 / prevent ↵ivan
"stealing" services with link unless you set legacy_link-steal config option, closes: Bug#321
2004-04-05add whois functionality internally instead of linking to geektoolsivan
2004-03-23one-time credit card and ACH payments (like self-service) closes: Bug#648ivan
2004-03-22remove everything that links to package view also, closes: Bug#569ivan
2004-03-22yay! remove package view entirely (closes: Bug#569)ivan
2004-03-12add unapplycredits configuration optionivan
2004-02-12re-email invoice, closes: bug#526 and have print and email invoice links ↵ivan
redirect back to top of customer view page instead of #history tag
2004-01-22report cancellation errors properlyivan
2004-01-21fix newline problem in dumpivan
2004-01-20add database dump from web interfaceivan
2004-01-09add deletecredits config value to enable deletion of creditsivan
2003-12-15print_ps returns ths invoice now, do not count on latex printing it, oopsivan
2003-11-29postscript invoice reduxivan
2003-11-10hmm forgot to check this in?ivan
2003-10-08can't use File::Basename::basename for windows filenames! use a regex insteadivan
2003-09-30IE doesn't like downloading MIME type text/comma-separated-valuesivan
2003-09-28add upload of batch result from TD Canada Trustivan
some global.asa / handler.pl enhancements
2003-09-21remove trancode from batchingivan
2003-09-21eliminate extraneous newlinesivan
2003-09-21preliminary batch downloadivan
2003-06-22fix the credit card retry on change or manual "retry_card" to ONCE per invoiceivan
2003-04-290 has a hash key looks like svcnum = 0. Suprisingly, '' works.khoff
2003-04-02updated meta-import web UI to allow duplicate import tablesivan
2003-04-01cancel button for customers (closes: Bug#25)ivan
2003-03-11minor meta import webUI updatesivan
2002-12-13taxclass fix (?)ivan
2002-12-11beginning of web-based data importerivan
2002-11-26link by username now only links to same svcpartivan
2002-10-23add option to unapply paymentsivan
2002-10-04working on the road:ivan
- easier "change package" link for changing one package to another - sqlradius export now compatible with Pg - indices on phone numbers - install instructions specify Pg 7.1 (at least until ILIKE thing is changed) - searching on phone number fragments
2002-09-17remove svc_acct_smivan
2002-09-05batch charge/credit importivan
2002-08-30working CSV import for crcmnivan
2002-08-24unprovision a single serviceivan
2002-07-27move transaction from web interface to lib codeivan
2002-06-18better error messageivan
2002-06-10also retry cards when user clicks "Bill now" (closes: Bug#417)ivan
2002-05-30point to correct place for hidecancelledcustomers config optionivan
2002-05-22bind export, editing zones, deleting unaudited domains, mmmivan
2002-04-13bulk queue operations (closes: Bug#389)ivan
2002-04-12- should finish off the part_svc -> part_export s/one-to-many/many-to-many/ivan
transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew
2002-04-11(almost) everything for bug#375 - create export_svc table - part_svc toivan
part_export is now properly many-to-many, not one-to-many still need to finish service editing (choosing exports) in httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi and do somethinga about that manual $svcdb = 'svc_acct' in httemplate/edit/part_export.cgi (do part_export records need a svcdb? probably not... should be able to just pass an svcdb on creation of new exports, move the big %exports hash into part_export.pm and allow httemplate/edit/part_svc.cgi to query it for exports that can apply to a given svcdb....
2002-03-22more new export...ivan
2002-03-12print error message for failed cancels!ivan
2002-02-28handle errors betterivan
2002-02-20use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subsivan
queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334
2002-02-10*finally* seems to be working under Mason. sheesh.ivan
*finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh.
2002-02-10removed <!-- $Id$ --> from all files to fix any redirects, whewivan
Mason handler.pl overrides CGI::redirect fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi
2002-02-09have FS::cust_svc::check look up & check pkg_svc.quantityivan
like httemplate/view/cust_pkg.cgi (closes: Bug#43)
2002-02-07delete paymentsivan