summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-02add some (undocumented/unaccessable to web UI yet) options to package browse ↵ivan
to track down packages missing recurring fees
2009-04-01show post-granularity duration if available for all export formatsivan
2009-04-01add options to skip CDRs under a defined length and with specific lastappivan
2009-04-01add options to skip CDRs under a defined length and with specific lastappivan
2009-03-31really fix notify for Pg 8.3ivan
2009-03-31quiet warning: Argument "" isn't numeric in numeric eq (==) at ↵ivan
/usr/local/share/perl/5.10.0/FS/part_pkg/voip_cdr.pm line 201
2009-03-31fix impending billing notification for Pg 8.3's more strict type checkingivan
2009-03-30schema and module should agree on column namesjeff
2009-03-30okay. counts are needed for the package sort, so push the embedded counting ↵ivan
into cust_main.pm. sure hope this does it. RT#5083
2009-03-30and hopefully actually using the count will finally do it, RT#5083ivan
2009-03-30and hopefully actually using the count will finally do it, RT#5083ivan
2009-03-30double doh! RT#5083ivan
2009-03-30doh! underscore, RT#5083ivan
2009-03-30try not to search for nothing in cust_svc so much, RT#5083ivan
2009-03-30try not to search for nothing in cust_svc so much, RT#5083ivan
2009-03-30didn't need this, but more future-proof, RT#5083ivan
2009-03-30really prevent separate part_pkg query, RT#5083ivan
2009-03-30doh, fix pkg display, RT#5083ivan
2009-03-30fix setup date display, RT#5083ivan
2009-03-30forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083ivan
2009-03-30forget caching, instead scoop up cust_pkg and part_pkg in one query, RT#5083ivan
2009-03-30part_pkg caching should speedup display of lots of packages, RT#5083ivan
2009-03-29hide over 2 (or configured) cancelled and one-time charge packages, RT#5083ivan
2009-03-29index pkg_svc.quantity, RT#5083ivan
2009-03-29seems to benchmark faster, RT#5083ivan
2009-03-29avoid looking up part_pkg redundantly in the pkg loop, RT#5083ivan
2009-03-29avoid looking up package details redundantly in the pkg loop, RT#5083ivan
2009-03-29add "extra_param" option to qsearch for more realisitic profiling data, RT#5083ivan
2009-03-29optimize customer view when there's lots of packages; *really* avoid looking ↵ivan
up any config inside the package loop, RT#5083
2009-03-28package selector, split by package class, RT#5077ivan
2009-03-26yowivan
2009-03-26sort packages by label of first (primary) service, RT#5041ivan
2009-03-25throw a proper error message instead of a mason error on pw chagne problems, ↵ivan
RT#5073
2009-03-25we're defaulting to a top menu in 1.9ivan
2009-03-25correct headers on accountcode_default CDR output, RT#5042ivan
2009-03-24quick tool for RT#3843ivan
2009-03-24add indices for analyzing cc failures, RT#3843ivan
2009-03-24bulk price plan: label as Name <email>, supress extraneous service list, RT#3519ivan
2009-03-23more DTRT with usage on service transfer between packages and recharges RT ↵jeff
#2884, #5040 + #4995 fallout
2009-03-23change label for svc_acct.finger from GECOS to "Real Name", RT#3519ivan
2009-03-23add name (svc_acct.finger) to bulk billing detail, RT#3519ivan
2009-03-2210 is too few, throwing false positivesivan
2009-03-22fix usps address standardization when the zip returned has no zip+4, RT#4882ivan
2009-03-21Locale::SubCountry warnings clogging up cron output not usefulivan
2009-03-21403 forbidden is okay, at lest the server's upivan
2009-03-21freeside-check local monitoring, RT#4610ivan
2009-03-20adding quick remote ping & alert script, RT#4610ivan
2009-03-18more error informationjeff
2009-03-18hide unused usage columnsjeff
2009-03-17add payment_info_renew_info method to ClientAPI/MyAccount and SG-equivalent ↵ivan
previous_payment_info_renew_info to ClientAPI/SGNG