summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2009-02-21add nowarn_classload kludgeivan
2009-02-20oops, adding multiple-rightname support broke ACL caching, bringing it back ↵ivan
should be a good perf win for large customer views, whew. RT#4830
2009-02-20disable display of auto-suspend dates unless enabled by config. at least ↵ivan
until it can be made more efficient. this is slowing down customer view waaaaaaaaaay too much. RT#4830
2009-02-19fix "improved" float searching problems, RT#4878ivan
2009-02-17per-user preference for turning on profiling display when DBIx::Profile is ↵ivan
loaded, RT#4830
2009-02-17add tax-exempt checkbox to one-time charges, RT#4858ivan
2009-02-16add reporting on (and resolution of) stuck pending transactions, RT#4837 ↵ivan
(RT#3572)
2009-02-16allow completely empty updates (again?)jeff
2009-02-16wrong operatorjeff
2009-02-15remove useless linejeff
2009-02-15tyopjeff
2009-02-15trim whitespace on importjeff
2009-02-15improved float searchingjeff
2009-02-12proper match arguments helpjeff
2009-02-11mac is uniquejeff
2009-02-10quick n' dirty CDR deletion from web interface, RT#4766 / RT#4731ivan
2009-02-09rest of per-agent config for company_name, company_address, logo, etc.. RT#3989ivan
2009-02-09pull out the data for address fields too! RT#4583ivan
2009-02-09more consistent labeling, RT#4583ivan
2009-02-09add some more customer output formats that include service address, RT#4583ivan
2009-02-09increase LWP timeout, some reports can take a whileivan
2009-02-09add skip_dcontext and skip_dstchannel_prefix options, RT#3196ivan
2009-02-09further work on agents editing own packages: fix fallout on package ↵ivan
customization from turning agent_virt on in edit/part_pkg.cgi, add a "clone package" to package browse, like clone service, and have agent type selection disappear when you set an agentnum. RT#1331
2009-02-08further work on agents editing own packages: allow them to see (but not ↵ivan
edit) global packages for their type, RT#1331
2009-02-08further work on agents editing own packages: allow them to see (but not ↵ivan
edit) global packages for their type, RT#1331
2009-02-07add more documentation on order_pkg and the ability to order svc_phone too, ↵ivan
RT#4722
2009-02-07don't look up encryption config every search, this should help perf a lot ↵ivan
with database config in 1.9
2009-02-05pluralization agreementjeff
2009-02-05add a config flag to ignore new style taxes instead of throwing fatal errorsjeff
2009-02-04with usage classes, the probability of a taxless line item tranche is too ↵jeff
high for this to be a fatal error. we risk overlooking misconfigured taxes/packages
2009-02-03the taxproductnum is ALWAYS one of the filtering conditionsjeff
2009-02-01indexing cust_bill_event.eventpart should help speed up ↵ivan
freeside-migrate-events slightly... RT#4277
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-27add ACL to allow download of browse/ stuff too, when possible. RT#4681ivan
2009-01-26i think this was right after all, we do want to look for a county-less ↵ivan
state+country match before country only and giving up, RT#4681
2009-01-26should fix: Argument "\\dollar 2.69" isn't numeric in sprintf at ↵ivan
/usr/local/share/perl/5.8.8/FS/cust_bill.pm line 2193. Hopefully no problems with invoice with 0 tax printing :/. RT#4681
2009-01-26should be better error message for inability to find tax rates, RT#4681. ↵ivan
also pull in the add_freq changes. *think* they're safe. famous last words.
2009-01-26fix harmless warning, RT#4681: Argument "" isn't numeric in numeric eq (==) ↵ivan
at /usr/local/share/perl/5.8.8/FS/cust_pkg.pm line 443.
2009-01-25fix one-time charges and package customization for employees who don't have ↵ivan
'Edit global package definition' ACL, RT#4668
2009-01-25reduce waiting time for -cdrd and -queued, RT#4667ivan
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-21stupid typo preventing service addresses from working, RT#4663ivan