summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-05-01calculate tax on tax per line and not on aggregatejeff
2009-05-01fix re-print/email from event page, yow. RT#5293ivan
2009-04-28add cancelled_cust-noevents flag to emulate SG billing-daily -r behavior, ↵ivan
RT#4412
2009-04-28add cancelled_cust-noevents flag to emulate SG billing-daily -r behaviorivan
2009-04-27typoivan
2009-04-27refuse to run w/CGI.pm 3.38. all lenny upgrades will need libcgi-pm-perl ↵ivan
removed, suck
2009-04-26would help to have an index on priority if we're going to order based on itivan
2009-04-26start small jobs more efficiently, RT#4412ivan
2009-04-26add a config option for max # of queued kids, RT#4412ivan
2009-04-25add dry run to multi-process mode for testing, RT#4412ivan
2009-04-23add subscription option to voip_cdrjeff
2009-04-23autodownload and update of cch tax datajeff
2009-04-23we don't actually need the results ordered, and i'm sure it doesn't help the ↵ivan
planner get us results sooner. last chance to try and get cursor approach working? RT#4412
2009-04-23does pg try to finish the query when the job addition is committed? well, ↵ivan
if this works, that answers that. RT#4412
2009-04-22hopefully better performance running the big query once and then fetching ↵ivan
results with a cursor, rather than running it multiple times with an OFFSET and LIMIT, RT#4412
2009-04-22perhaps a happier medium, RT#4412ivan
2009-04-22have the big query find customers in batches. this should be way more ↵ivan
efficient in multi-process mode, can start billing before the big query completes. RT#4412
2009-04-21yow. fix fallout from cust_main.archived stuff causing nothing to bill. ↵ivan
RT#4412
2009-04-21more descriptive progress popupsjeff
2009-04-20add cust_main.archived field, skip billing if Y, RT#4412ivan
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-171 helps alotivan
2009-04-17backport freeside-daily -m and cust_main::bill_and_collect to 1.7, RT#4412ivan
2009-04-17add invoice number to PDF filename in email attachments, RT#3403ivan
2009-04-15fix 1.7->1.9 upgrade glitch with self-service where process_payment required ↵ivan
"payby" instead of defaulting to CARD, RT#3905
2009-04-15show 60 chars on typeset invoices but only 32 on plaintext, RT#3905ivan
2009-04-15this should fix credits pushing typeset invoices off the rightivan
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-13debuggingivan
2009-04-12add svc_phone on new customer first package, RT#4315ivan
2009-04-11migrate send_email, suspend_if_balance and credit events, RT#3905ivan
2009-04-11add cust_bill_email actionivan
2009-04-11don't run configuration update when -s is used for schema-only slony slave ↵ivan
update
2009-04-10better description for enable_taxproducts and a warning about ↵ivan
tax-pkg_address with it
2009-04-10orders of magnitude fasterjeff
2009-04-09used BillingNumber and not CallingPartyNumber for non-toll-free callsjeff
2009-04-08fix 'agent X can't purchase pkgpart YY' error w/agent packages, RT#5119ivan
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-07quick option to allow importing gmt cdrsjeff
2009-04-07add a config to allow colon in usernames, RT#5145ivan
2009-04-07truncate long labels that are TOO long... RT#3519ivan
2009-04-07a tollfree regex that captures 88x and works with +1jeff
2009-04-07stop smoking crackivan
2009-04-07correct taqua toll free handling and hasten cdr import (skip uninteresting ↵jeff
records)
2009-04-06better auto toll free regexjeff
2009-04-06calltype 6 is internationaljeff
2009-04-05cleanup tax-pkg_location tax on tax falloutjeff