summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-04-20add cust_main.archived field, skip billing if Y, RT#4412ivan
2009-04-17add priority to job queue so billing jobs don't don't drown out provisioning ↵ivan
jobs
2009-04-17backport freeside-daily -m and cust_main::bill_and_collect to 1.7, RT#4412ivan
2009-04-17backport paycvv upgrade from 1.9: "orders of magnitude faster"ivan
2009-04-17add invoice number to PDF filename in email attachments, RT#3403ivan
2009-04-14add configuration option to control recurring_flag behavior, RT#3843ivan
2009-04-14add configuration option to control recurring_flag behavior, RT#3843ivan
2009-04-08don't want to throw false positives, RT#5101ivan
2009-04-08eliminate all trace of cvv from history records, RT#5093ivan
2009-04-07add a config to allow colon in usernames, RT#5145ivan
2009-04-07truncate long labels that are TOO long... RT#3519ivan
2009-03-31really fix notify for Pg 8.3ivan
2009-03-31fix impending billing notification for Pg 8.3's more strict type checkingivan
2009-03-29index pkg_svc.quantity, RT#5083ivan
2009-03-26yowivan
2009-03-26sort packages by label of first (primary) service, RT#5041ivan
2009-03-24get 2884 backport in the loopjeff
2009-03-24add indices for analyzing cc failures, RT#3843ivan
2009-03-24more DTRT with usage on service transfer between packages and recharges RT ↵jeff
#2884, #5040
2009-03-24bulk price plan: label as Name <email>, supress extraneous service list, 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-21Locale::SubCountry warnings clogging up cron output not usefulivan
2009-03-21adding local checking on 1.7, RT#4610ivan
2009-03-17add payment_info_renew_info method to ClientAPI/MyAccount and SG-equivalent ↵ivan
previous_payment_info_renew_info to ClientAPI/SGNG
2009-03-17add a conf switch to enable sg multicust stuff, since it could be dangerousivan
2009-03-17adding ClientAPI/SGNG.pmivan
2009-03-16use part_svc_routerjeff
2009-03-16backport history packagesjeff
2009-03-15fix old self-service for new-style cust_main->order_pkgsivan
2009-03-15not yetivan
2009-03-15don't throw 'Use of uninitialized value in addition (+) at ↵ivan
/usr/local/share/perl/5.8.8/FS/cust_svc.pm line 626.' error when using attribute_since_sqlradacct
2009-03-15should give better performance if we search for what we want instead of ↵ivan
using a string match
2009-03-15sync with 1.9, slightly change boudnries of how inexact bytecounts are displayedivan
2009-03-15fix application of data fields from prepaid cards in addition to time fieldivan
2009-03-12backport reason recovery and patches to where it is requiredjeff
2009-02-22don't do a credit for unused time for packages that don't have a last bill ↵ivan
date. really. RT#4881
2009-02-01commit after each table upgrade, helps with getting huge dbs upgraded, RT#4679ivan
2009-01-31cache the results of ACL queries, should improve performance of customer ↵ivan
view page for customers with shitloads of packages/services, RT#4696
2009-01-30should use FS::Confivan
2009-01-30we're not a disk drive manufacturerivan
2009-01-29fix unsuspend-always_adjust_next_bill_date config, RT#4271ivan
2009-01-25add some debugging to RADIUS db callsivan
2009-01-24have the prepay amounts include the current balance, RT#4623ivan
2009-01-23typo in rounding the amounts returned by renew_info, RT#4623ivan
2009-01-23round the amounts returned by renew_info, RT#4623ivan
2009-01-22add self-service methods renew_info, order_renew and ↵ivan
process_payment_order_renew to enable self-renewal through self-service. RT#4623
2009-01-06add invoice_subject config with some subsitution vars, RT#4481ivan
2008-12-23truncate package descriptions over 50 chars to avoid pushing the total ↵ivan
column out to the right, RT#4449
2008-12-22have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426ivan