summaryrefslogtreecommitdiff
path: root/httemplate/search
AgeCommit message (Collapse)Author
2007-10-29mysql has no DISTINCT ON either, sighivan
2007-10-28mysql me harderivan
2007-10-27simple payment receipts in web interface, sorry arnie, RT#2738ivan
2007-10-08Remove remaining calls to idiot/eidiot. Should fix 1479jeff
2007-10-04fix compilation error!ivan
2007-10-02fix up re-email these eventsjeff
2007-09-30better CDR searchingivan
2007-09-29fix ambiguous agentnum errors in cust_event.html & report_tax.cgi (provide a ↵ivan
table option in access_user::agentnums_sql so this is easy to fix for other reports too)
2007-09-23accounts w/time remaining searchivan
2007-09-23accounts w/time remaining searchivan
2007-09-23accounts w/time remaining searchivan
2007-09-23remove extraneous blank line causing Excel exports to failivan
2007-09-23accounts w/time remaining searchivan
2007-09-21fix problems with time queue search: ticket subjects need to be ↵ivan
HTML-escaped, 'remaining time' calculation had a NULL vs 0 issue, and link to tickets
2007-09-19fix at least one small problem with reprint/email/fax functionality: now ↵ivan
should understand the "most recent invoice per customer" and invoice # min/max options
2007-09-18and parens help alot, dohivan
2007-09-18fix svc_broadband search by svcpart (links from browse/part_svc, in particularivan
2007-09-13rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a ↵ivan
service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem...
2007-09-13fix status color on customer listivan
2007-09-13clean up some unused codeivan
2007-08-16support hours 'usage' tracking for our own internal use (#1733)jeff
2007-08-01event refactor, landing on HEAD!ivan
2007-06-26fix check# searchivan
2007-06-26suspend later just like expire (#1487)jeff
2007-05-22fix tax reports for some odd upgrade edge cases: when you have both taxclass ↵ivan
and non-taxclass entries in cust_main_county for a single region (not correct setup in the first place), and non-null but empty values in taxname
2007-05-11Fix (hopefully) all uses of /elements/tr-select-agent.html where agentnum ↵khoff
may be undefined.
2007-04-23fix error: column reference "fieldname" is ambiguousivan
2007-04-19break _bytecount subroutines out of FS::UI::Webjeff
2007-04-19fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an ↵ivan
explicit import. did i mention this was really really weird?
2007-03-21ticket 1436, ACH export format, return processing and autopostjeff
2007-03-06fix status colors in mozillaivan
2007-03-05Fixed a problem with the %opts hash getting skewed (specifically ↵khoff
$opt{'value'} == 'label') when $cgi->param('agentnum') was unset.
2007-02-14fix alignment on receivables reportivan
2007-02-14grey out disabled text boxes for IEivan
2007-02-14add more options to advanced package reportingivan
2007-02-14fix up svc_www searchingivan
2007-02-05remove unused svc_Smartivan
2007-02-05add "over X days" option to receivables reportivan
2007-02-04add link to some batched payment info to customer viewivan
2007-02-03add customer status column to customer & most other reports. also put the C ↵ivan
in ACL in the search/ and graph/ directories.
2007-01-30its all about controlivan
2007-01-21trim leading & trailing whitespace from service searchesivan
2007-01-10add "select all" and "unselect" all buttons to bulk queue operationsivan
2007-01-10ignore filenames and rely on selected batch numberjeff
2007-01-02fix service searching & linksivan
2006-12-29service refactor!ivan
2006-12-22patch fixing "retry selected" and "remove select" in queue viewivan
2006-12-20add ability to disable package classesivan
2006-12-19clean up payinfo_Mixin to use payby.pm for payby info and have card masking ↵ivan
full 6-digit BIN prefix for card identification. have cust_pay_batch use payinfo_Mixin. require B:CC 0.30 for mask-aware cardtype(). fix payment reports to use mask too if available, so credit card type selection still works with encryption.
2006-12-14encryption fixes from huntsberg & jayceivan