summaryrefslogtreecommitdiff
path: root/httemplate/misc
AgeCommit message (Collapse)Author
2006-03-11fix the progressbar bug with multiple progressbar forms on a pageivan
2006-03-10fix to (hopefully) allow multiple progress-init's in a page, also add second ↵ivan
$cgi arg to all these progressbar calls...
2006-03-08 Add an option to the web interface to batch upload new entries to theivan
inventory_item table.
2006-02-18CDR schema and classivan
2006-01-31move header() to include(/elements/header.html) so it can be changed in one ↵ivan
place, thanks to Scott Edwards
2005-12-15payment "un-void"ingivan
2005-10-12change button to say "post payment batch" and main error message to indicate ↵ivan
the whole batch should be resubmitted, as per feedback from lewis
2005-10-10updated quick payment entryivan
2005-10-08quick payment entry javascript tested & working IE/firefix/konqivan
2005-09-10ajax-style xmlhttprequest state/county/country selector!ivan
2005-08-27add banned credit card / ACH table, re-do cancel popup to have a checkbox to ↵ivan
ban payinfo
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-09advanced invoice serach, groundwork to add reprint/fax/email links to ↵ivan
invoice search results
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-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
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-03-17Added options invoice_email_pdf and invoice_email_pdf_note.khoff
invoice_email_pdf - Attach PDF invoice to emailed plain text invoices. invoice_email_pdf_note - Replace plain text invoice with this note, when attaching a PDF.
2005-03-15Missing semicolon.khoff
2005-03-02Initial version of the xmlrpc interface for freeside.khoff
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-01-27s/defaultcountry/countrydefault/ivan
2005-01-27DHTML progress bar for glacial rate adding and editing, closes: Bug#1100ivan
2004-07-30svcpart changes now trigger all necessary export actions, manual svcpart ↵ivan
changing on svc_acct view, linking changes svcpart if you ask it to, closes: Bug#671, Bug#644
2004-07-06add cust_pay_void table and payment voiding web ui part oneivan
2004-06-30forgot october! closes: Bug#880ivan
2004-06-25fix one-time card charging not pulling in exp date?ivan
2004-06-25set defaults so as to not change the billing type when entering a one time ↵ivan
payment
2004-06-03also fix agent-specific From: address on "re-email" linkivan
2004-05-28not entirely sure why we're checking the filename at all... to catch empty ↵ivan
form submissions?
2004-05-28better error reporting on unparsable filenamesivan
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