summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-04don't use install -D flag, doesn't work on bsdivan
2005-08-03eliminate scary (but harmless) "Use of uninitalized value in length" warningsivan
2005-08-03don't try to run blank commands for non-svc_acct shellcommand exports tooivan
2005-08-02Only complain, not die, if we can't find a svc_x record for an h_cust_svc ↵khoff
record.
2005-07-14oops, fix last minute bug with new configurable customer fields on reportsivan
2005-07-14clean up some leftover bits from cust-fields workivan
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-12add alternative for very old Pgivan
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-12patch from rjbs to add by_key contructor to Record.pmivan
2005-07-12okay, really enable RT by default for good nowivan
2005-07-11adding rt-drop-tablesivan
2005-07-11new serverivan
2005-07-11note alternate instructions for 0pre6->7ivan
2005-07-11s/ANNOUNCE/Changelog/ivan
2005-07-11freebsd install update i guessivan
2005-07-11fix regexivan
2005-07-11templateivan
2005-07-11probably best to keep RT disabled by default, at least for this releaseivan
2005-07-11last bitsivan
2005-07-11s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbsivan
2005-07-11bug fix for error message on session expiration from Randall Lucas ↵ivan
<rlucas@tercent.net>, thanks!
2005-07-09fix silly bug preventing html invoicing from finding their logoivan
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-09add desc method to cust_bill_pkg and use it in cust_bill... this should help ↵ivan
with any *other* cust_bill_pkg.pkgnum == -1 stuff that needs to be sorted out
2005-07-08fix bug with new efficient customer-finding code. sql isn't perl, null != 0ivan
2005-07-05tyopivan
2005-06-30pod errorivan
2005-06-30add username-percent config optionivan
2005-06-30oops, really fix error with new prepaid card fooivan
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-15better error reporting for actual errors from lpr commandivan
2005-06-15fix error recharging w/prepaid card caused by rounding off of money value, ↵ivan
closes: Bug#1237
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-09documentation fix, noticed by rjbsivan
2005-06-09don't rebless if we're already in the plan subclass, fixes pkg customize linkivan
2005-06-09declare new $opt_aivan
2005-06-09significant speedup from only selected customers with outstanding packages ↵ivan
or invoice events in the initial select, and add -a flag for agentnum
2005-06-09agent-specific logos for html invoices tooivan
2005-06-09and make (html|latex)(small)?footer optionall per-agent tooivan
2005-06-09more sane regexivan