summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07right-align amount in prev history rowivan
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-07no, it doesn't look like we have queryivan
2009-02-07optimize customer view: avoid looking up config values inside loops, RT#4728ivan
2009-02-07fix up POD formatting, RT#4727ivan
2009-02-07don't need thisivan
2009-02-07update pod2x to use Mediawiki module instead of WWW:::Mediawiki::Client. ↵ivan
whew, that wasn't so bad. RT#4727
2009-02-06fix spurious "Unit #" label showing up, RT#4745ivan
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-01adding scrub toolivan
2009-02-01yow, don't hide the config menu unnecessarilyivan
2009-02-01put the footer in one frigging file, whewivan
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-28Removed conflict between core billing package and self-service RPMs so you canrsiddall
install them all on the same machine. This may have applications if you're using XMLRPC to talk to the self-service interface from PHP, Python, etc.
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-25normalize terminology: s/internal users/employees/ivan
2009-01-25reduce waiting time for -cdrd and -queued, RT#4667ivan
2009-01-25add some debugging to RADIUS db callsivan
2009-01-24finish up prepay example, RT#4623ivan
2009-01-24finish up prepay example, RT#4623ivan
2009-01-24have the prepay amounts include the current balance, RT#4623ivan
2009-01-24wtf, don't pop up the geocode chooser when taxproducts are offivan
2009-01-24add domain selection to advanced account report (side effect on RT#4623)ivan
2009-01-23add the start at PHP self-service as a quick early renew exampleivan
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-21fix (hopefully last of the) customize package bogosity in 1.9, RT#4662ivan
2009-01-21stupid typo preventing service addresses from working, RT#4663ivan
2009-01-20whew, hopefully that will actually fix agent-specific invoices migrated from ↵ivan
1.7->1.9, RT#4645
2009-01-20whew, hopefully that will actually fix agent-specific invoices migrated from ↵ivan
1.7->1.9, RT#4645
2009-01-20fix agent-specific logos migrated from 1.7, RT#4645ivan
2009-01-19tax-pkg_location changes broke new taxation, this should fixivan